/// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.RegressionLine regressionLine1 = new DevExpress.XtraCharts.RegressionLine();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(regressionLine1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisYScrolling = true;
            xyDiagram1.ScrollingOptions.UseKeyboard = false;
            xyDiagram1.ScrollingOptions.UseMouse = false;
            xyDiagram1.ScrollingOptions.UseTouchDevice = false;
            xyDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series1.Name = "Series 1";
            regressionLine1.Name = "Regression Line 1";
            pointSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
            regressionLine1});
            pointSeriesView1.PointMarkerOptions.Size = 3;
            series1.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.SeriesTemplate.View = pointSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(747, 360);
            this.chartControl1.TabIndex = 0;
            // 
            // NormalityCheckDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "NormalityCheckDrawBoard";
            this.Size = new System.Drawing.Size(747, 360);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(regressionLine1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.charCtrl_BieuDoNhapKho = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.charCtrl_BieuDoNhapKho)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            this.SuspendLayout();
            // 
            // charCtrl_BieuDoNhapKho
            // 
            this.charCtrl_BieuDoNhapKho.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)));
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.charCtrl_BieuDoNhapKho.Diagram = xyDiagram1;
            this.charCtrl_BieuDoNhapKho.Location = new System.Drawing.Point(20, 36);
            this.charCtrl_BieuDoNhapKho.Name = "charCtrl_BieuDoNhapKho";
            sideBySideBarSeriesLabel1.LineVisible = true;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.Name = "Series 1";
            this.charCtrl_BieuDoNhapKho.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            sideBySideBarSeriesLabel2.LineVisible = true;
            this.charCtrl_BieuDoNhapKho.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            this.charCtrl_BieuDoNhapKho.Size = new System.Drawing.Size(844, 390);
            this.charCtrl_BieuDoNhapKho.TabIndex = 0;
            chartTitle1.Text = "Thống Kê Nhập Kho";
            this.charCtrl_BieuDoNhapKho.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // frmNhapKho_ThongKe
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(884, 462);
            this.Controls.Add(this.charCtrl_BieuDoNhapKho);
            this.Name = "frmNhapKho_ThongKe";
            this.Text = "Thống kê nhập kho";
            this.Load += new System.EventHandler(this.frmNhapKho_ThongKe_Load);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.charCtrl_BieuDoNhapKho)).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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.ScrollingOptions.UseKeyboard = false;
            xyDiagram1.ScrollingOptions.UseMouse = false;
            xyDiagram1.ScrollingOptions.UseTouchDevice = false;
            xyDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series1.Name = "Series 1";
            pointSeriesView1.PointMarkerOptions.Size = 4;
            series1.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.SeriesTemplate.View = pointSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(637, 406);
            this.chartControl1.TabIndex = 0;
            // 
            // SampleDataRunPointDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SampleDataRunPointDrawBoard";
            this.Size = new System.Drawing.Size(637, 406);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
     this.btnLines      = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.txtWareName   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.txtWareID     = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // btnLines
     //
     this.btnLines.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLines.Location = new System.Drawing.Point(667, 36);
     this.btnLines.Name     = "btnLines";
     this.btnLines.Size     = new System.Drawing.Size(75, 23);
     this.btnLines.TabIndex = 2;
     this.btnLines.Text     = "绘图";
     this.btnLines.Click   += new System.EventHandler(this.btnLines_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.txtWareName);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.txtWareID);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.btnLines);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(758, 79);
     this.groupControl1.TabIndex = 3;
     this.groupControl1.Text     = "商品信息";
     //
     // txtWareName
     //
     this.txtWareName.Location            = new System.Drawing.Point(262, 39);
     this.txtWareName.Name                = "txtWareName";
     this.txtWareName.Properties.ReadOnly = true;
     this.txtWareName.Size                = new System.Drawing.Size(308, 20);
     this.txtWareName.TabIndex            = 6;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(202, 42);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(48, 14);
     this.labelControl2.TabIndex = 5;
     this.labelControl2.Text     = "商品名称";
     //
     // txtWareID
     //
     this.txtWareID.Location            = new System.Drawing.Point(68, 39);
     this.txtWareID.Name                = "txtWareID";
     this.txtWareID.Properties.ReadOnly = true;
     this.txtWareID.Size                = new System.Drawing.Size(112, 20);
     this.txtWareID.TabIndex            = 4;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(14, 42);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text     = "商品编号";
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram  = xyDiagram1;
     this.chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location = new System.Drawing.Point(0, 79);
     this.chartControl1.Name     = "chartControl1";
     series1.Name = "Series 1";
     series1.View = lineSeriesView1;
     series2.Name = "Series 2";
     series2.View = lineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View = lineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(758, 312);
     this.chartControl1.TabIndex = 4;
     //
     // UiLines
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.groupControl1);
     this.Name  = "UiLines";
     this.Size  = new System.Drawing.Size(758, 391);
     this.Load += new System.EventHandler(this.UiLines_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 디자이너 지원에 필요한 메서드입니다.
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JHRAS06));
            this.lblDate = new DevExpress.XtraEditors.LabelControl();
            this.txtFrom = new DevExpress.XtraEditors.TextEdit();
            this.timer_Close = new System.Windows.Forms.Timer(this.components);
            this.pnlChart = new DevExpress.XtraEditors.PanelControl();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.cbEnableAxisYZooming = new DevExpress.XtraEditors.CheckEdit();
            this.cbEnableAxisXZooming = new DevExpress.XtraEditors.CheckEdit();
            this.cbEnableAxisYScrolling = new DevExpress.XtraEditors.CheckEdit();
            this.cbEnableAxisXScrolling = new DevExpress.XtraEditors.CheckEdit();
            this.ceShowRowGrandTotals = new DevExpress.XtraEditors.CheckEdit();
            this.ceShowColumnGrandTotals = new DevExpress.XtraEditors.CheckEdit();
            this.ceSelectionOnly = new DevExpress.XtraEditors.CheckEdit();
            this.ceChartDataVertical = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.checkShowPointLabels = new DevExpress.XtraEditors.CheckEdit();
            this.comboChartType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.chkAmt = new DevExpress.XtraEditors.CheckEdit();
            this.chkQty = new DevExpress.XtraEditors.CheckEdit();
            this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField_FULL_DATE = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField_MENU_CODE = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField_MENU_NAME = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField_SALE_QTY = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField_SALE_AMT = new DevExpress.XtraPivotGrid.PivotGridField();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.txtFacilityname = new DevExpress.XtraEditors.TextEdit();
            this.picFacilitycode = new DevExpress.XtraEditors.PictureEdit();
            this.txtFacilitycode = new DevExpress.XtraEditors.TextEdit();
            this.lupFacilitytype = new DevExpress.XtraEditors.LookUpEdit();
            this.lblFacilitycode = new DevExpress.XtraEditors.LabelControl();
            this.lblFacilitytype = new DevExpress.XtraEditors.LabelControl();
            this.chkChart = new DevExpress.XtraEditors.CheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).BeginInit();
            this.BottomPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFrom.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).BeginInit();
            this.pnlChart.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYZooming.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXZooming.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYScrolling.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXScrolling.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceShowRowGrandTotals.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceShowColumnGrandTotals.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkAmt.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkQty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilityname.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFacilitycode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilitycode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lupFacilitytype.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkChart.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // BottomPanel
            // 
            this.BottomPanel.Appearance.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.BottomPanel.Appearance.Options.UseBackColor = true;
            // 
            // panelControl1
            // 
            this.panelControl1.Appearance.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.panelControl1.Appearance.Options.UseBackColor = true;
            this.panelControl1.Controls.Add(this.chkAmt);
            this.panelControl1.Controls.Add(this.chkQty);
            this.panelControl1.Controls.Add(this.chkChart);
            this.panelControl1.Controls.Add(this.txtFacilityname);
            this.panelControl1.Controls.Add(this.picFacilitycode);
            this.panelControl1.Controls.Add(this.labelControl4);
            this.panelControl1.Controls.Add(this.txtFacilitycode);
            this.panelControl1.Controls.Add(this.lblFacilitycode);
            this.panelControl1.Controls.Add(this.txtFrom);
            this.panelControl1.Controls.Add(this.lupFacilitytype);
            this.panelControl1.Controls.Add(this.lblFacilitytype);
            this.panelControl1.Controls.Add(this.lblDate);
            this.panelControl1.TabIndex = 0;
            this.panelControl1.Controls.SetChildIndex(this.btnSelect, 0);
            this.panelControl1.Controls.SetChildIndex(this.lblDate, 0);
            this.panelControl1.Controls.SetChildIndex(this.lblFacilitytype, 0);
            this.panelControl1.Controls.SetChildIndex(this.lupFacilitytype, 0);
            this.panelControl1.Controls.SetChildIndex(this.txtFrom, 0);
            this.panelControl1.Controls.SetChildIndex(this.lblFacilitycode, 0);
            this.panelControl1.Controls.SetChildIndex(this.txtFacilitycode, 0);
            this.panelControl1.Controls.SetChildIndex(this.labelControl4, 0);
            this.panelControl1.Controls.SetChildIndex(this.picFacilitycode, 0);
            this.panelControl1.Controls.SetChildIndex(this.txtFacilityname, 0);
            this.panelControl1.Controls.SetChildIndex(this.chkChart, 0);
            this.panelControl1.Controls.SetChildIndex(this.chkQty, 0);
            this.panelControl1.Controls.SetChildIndex(this.chkAmt, 0);
            // 
            // btnExecel
            // 
            this.btnExecel.Enabled = false;
            this.btnExecel.Location = new System.Drawing.Point(774, 8);
            this.btnExecel.Visible = false;
            this.btnExecel.Click += new System.EventHandler(this.btnExecel_Click);
            // 
            // btnPrint
            // 
            this.btnPrint.Enabled = false;
            this.btnPrint.Location = new System.Drawing.Point(672, 8);
            this.btnPrint.Visible = false;
            // 
            // btnSelect
            // 
            this.btnSelect.Location = new System.Drawing.Point(876, 6);
            this.btnSelect.TabIndex = 4;
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            // 
            // lblDate
            // 
            this.lblDate.Location = new System.Drawing.Point(16, 17);
            this.lblDate.Name = "lblDate";
            this.lblDate.Size = new System.Drawing.Size(48, 14);
            this.lblDate.TabIndex = 298;
            this.lblDate.Text = "조회일자";
            // 
            // txtFrom
            // 
            this.txtFrom.EditValue = "";
            this.txtFrom.EnterMoveNextControl = true;
            this.txtFrom.Location = new System.Drawing.Point(70, 14);
            this.txtFrom.Name = "txtFrom";
            this.txtFrom.Size = new System.Drawing.Size(60, 21);
            this.txtFrom.TabIndex = 0;
            this.txtFrom.Leave += new System.EventHandler(this.Control_Leave);
            this.txtFrom.Enter += new System.EventHandler(this.Control_Enter);
            // 
            // timer_Close
            // 
            this.timer_Close.Tick += new System.EventHandler(this.timer_Close_Tick);
            // 
            // pnlChart
            // 
            this.pnlChart.Controls.Add(this.groupControl1);
            this.pnlChart.Controls.Add(this.ceShowRowGrandTotals);
            this.pnlChart.Controls.Add(this.ceShowColumnGrandTotals);
            this.pnlChart.Controls.Add(this.ceSelectionOnly);
            this.pnlChart.Controls.Add(this.ceChartDataVertical);
            this.pnlChart.Controls.Add(this.labelControl1);
            this.pnlChart.Controls.Add(this.checkShowPointLabels);
            this.pnlChart.Controls.Add(this.comboChartType);
            this.pnlChart.Controls.Add(this.labelControl2);
            this.pnlChart.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlChart.Location = new System.Drawing.Point(0, 42);
            this.pnlChart.Name = "pnlChart";
            this.pnlChart.Size = new System.Drawing.Size(986, 92);
            this.pnlChart.TabIndex = 104;
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.cbEnableAxisYZooming);
            this.groupControl1.Controls.Add(this.cbEnableAxisXZooming);
            this.groupControl1.Controls.Add(this.cbEnableAxisYScrolling);
            this.groupControl1.Controls.Add(this.cbEnableAxisXScrolling);
            this.groupControl1.Location = new System.Drawing.Point(548, 9);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(256, 77);
            this.groupControl1.TabIndex = 14;
            this.groupControl1.Text = "Scrolling and Zooming [마우스 스크롤 사용]";
            // 
            // cbEnableAxisYZooming
            // 
            this.cbEnableAxisYZooming.Location = new System.Drawing.Point(118, 52);
            this.cbEnableAxisYZooming.Margin = new System.Windows.Forms.Padding(0, 10, 10, 10);
            this.cbEnableAxisYZooming.Name = "cbEnableAxisYZooming";
            this.cbEnableAxisYZooming.Properties.AutoWidth = true;
            this.cbEnableAxisYZooming.Properties.Caption = "Y-axis Zooming";
            this.cbEnableAxisYZooming.Size = new System.Drawing.Size(105, 19);
            this.cbEnableAxisYZooming.TabIndex = 112;
            this.cbEnableAxisYZooming.CheckedChanged += new System.EventHandler(this.cbEnableAxisYZooming_CheckedChanged);
            // 
            // cbEnableAxisXZooming
            // 
            this.cbEnableAxisXZooming.Location = new System.Drawing.Point(118, 28);
            this.cbEnableAxisXZooming.Margin = new System.Windows.Forms.Padding(0, 10, 10, 10);
            this.cbEnableAxisXZooming.Name = "cbEnableAxisXZooming";
            this.cbEnableAxisXZooming.Properties.AutoWidth = true;
            this.cbEnableAxisXZooming.Properties.Caption = "X-axis Zooming";
            this.cbEnableAxisXZooming.Size = new System.Drawing.Size(104, 19);
            this.cbEnableAxisXZooming.TabIndex = 111;
            this.cbEnableAxisXZooming.CheckedChanged += new System.EventHandler(this.cbEnableAxisXZooming_CheckedChanged);
            // 
            // cbEnableAxisYScrolling
            // 
            this.cbEnableAxisYScrolling.Location = new System.Drawing.Point(12, 52);
            this.cbEnableAxisYScrolling.Margin = new System.Windows.Forms.Padding(0, 10, 10, 10);
            this.cbEnableAxisYScrolling.Name = "cbEnableAxisYScrolling";
            this.cbEnableAxisYScrolling.Properties.AutoWidth = true;
            this.cbEnableAxisYScrolling.Properties.Caption = "Y-axis Scrolling";
            this.cbEnableAxisYScrolling.Size = new System.Drawing.Size(102, 19);
            this.cbEnableAxisYScrolling.TabIndex = 109;
            this.cbEnableAxisYScrolling.CheckedChanged += new System.EventHandler(this.cbEnableAxisYScrolling_CheckedChanged);
            // 
            // cbEnableAxisXScrolling
            // 
            this.cbEnableAxisXScrolling.Location = new System.Drawing.Point(12, 28);
            this.cbEnableAxisXScrolling.Margin = new System.Windows.Forms.Padding(0, 10, 10, 10);
            this.cbEnableAxisXScrolling.Name = "cbEnableAxisXScrolling";
            this.cbEnableAxisXScrolling.Properties.AutoWidth = true;
            this.cbEnableAxisXScrolling.Properties.Caption = "X-axis Scrolling";
            this.cbEnableAxisXScrolling.Size = new System.Drawing.Size(101, 19);
            this.cbEnableAxisXScrolling.TabIndex = 110;
            this.cbEnableAxisXScrolling.CheckedChanged += new System.EventHandler(this.cbEnableAxisXScrolling_CheckedChanged);
            // 
            // ceShowRowGrandTotals
            // 
            this.ceShowRowGrandTotals.EditValue = true;
            this.ceShowRowGrandTotals.Location = new System.Drawing.Point(355, 64);
            this.ceShowRowGrandTotals.Name = "ceShowRowGrandTotals";
            this.ceShowRowGrandTotals.Properties.Caption = "Show Row Grand Totals";
            this.ceShowRowGrandTotals.Size = new System.Drawing.Size(210, 19);
            this.ceShowRowGrandTotals.TabIndex = 12;
            this.ceShowRowGrandTotals.CheckedChanged += new System.EventHandler(this.ceShowRowGrandTotals_CheckedChanged);
            // 
            // ceShowColumnGrandTotals
            // 
            this.ceShowColumnGrandTotals.Location = new System.Drawing.Point(355, 43);
            this.ceShowColumnGrandTotals.Name = "ceShowColumnGrandTotals";
            this.ceShowColumnGrandTotals.Properties.Caption = "Show Column Grand Totals";
            this.ceShowColumnGrandTotals.Size = new System.Drawing.Size(210, 19);
            this.ceShowColumnGrandTotals.TabIndex = 11;
            this.ceShowColumnGrandTotals.CheckedChanged += new System.EventHandler(this.ceShowColumnGrandTotals_CheckedChanged);
            // 
            // ceSelectionOnly
            // 
            this.ceSelectionOnly.EditValue = true;
            this.ceSelectionOnly.Location = new System.Drawing.Point(121, 62);
            this.ceSelectionOnly.Name = "ceSelectionOnly";
            this.ceSelectionOnly.Properties.Caption = "Chart Selection Only";
            this.ceSelectionOnly.Size = new System.Drawing.Size(210, 19);
            this.ceSelectionOnly.TabIndex = 9;
            this.ceSelectionOnly.CheckedChanged += new System.EventHandler(this.ceSelectionOnly_CheckedChanged);
            // 
            // ceChartDataVertical
            // 
            this.ceChartDataVertical.Location = new System.Drawing.Point(121, 43);
            this.ceChartDataVertical.Name = "ceChartDataVertical";
            this.ceChartDataVertical.Properties.Caption = "Generate Series from Columns";
            this.ceChartDataVertical.Size = new System.Drawing.Size(210, 19);
            this.ceChartDataVertical.TabIndex = 7;
            this.ceChartDataVertical.CheckedChanged += new System.EventHandler(this.ceChartDataVertical_CheckedChanged);
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(36, 45);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(79, 14);
            this.labelControl1.TabIndex = 6;
            this.labelControl1.Text = "Chart Options:";
            // 
            // checkShowPointLabels
            // 
            this.checkShowPointLabels.Location = new System.Drawing.Point(355, 15);
            this.checkShowPointLabels.Name = "checkShowPointLabels";
            this.checkShowPointLabels.Properties.Caption = "Show Point Labels";
            this.checkShowPointLabels.Size = new System.Drawing.Size(135, 19);
            this.checkShowPointLabels.TabIndex = 4;
            this.checkShowPointLabels.CheckedChanged += new System.EventHandler(this.checkShowPointLabels_CheckedChanged);
            // 
            // comboChartType
            // 
            this.comboChartType.EditValue = "Line";
            this.comboChartType.Location = new System.Drawing.Point(124, 14);
            this.comboChartType.Name = "comboChartType";
            this.comboChartType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboChartType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboChartType.Size = new System.Drawing.Size(208, 21);
            this.comboChartType.TabIndex = 3;
            this.comboChartType.SelectedIndexChanged += new System.EventHandler(this.comboChartType_SelectedIndexChanged);
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(36, 17);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(65, 14);
            this.labelControl2.TabIndex = 2;
            this.labelControl2.Text = "Chart Type:";
            // 
            // chkAmt
            // 
            this.chkAmt.EditValue = true;
            this.chkAmt.Location = new System.Drawing.Point(804, 9);
            this.chkAmt.Name = "chkAmt";
            this.chkAmt.Properties.Caption = "금액";
            this.chkAmt.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style6;
            this.chkAmt.Size = new System.Drawing.Size(51, 22);
            this.chkAmt.TabIndex = 108;
            this.chkAmt.CheckedChanged += new System.EventHandler(this.chkAmt_CheckedChanged);
            // 
            // chkQty
            // 
            this.chkQty.EditValue = true;
            this.chkQty.Location = new System.Drawing.Point(755, 9);
            this.chkQty.Name = "chkQty";
            this.chkQty.Properties.Caption = "인원";
            this.chkQty.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style6;
            this.chkQty.Size = new System.Drawing.Size(49, 22);
            this.chkQty.TabIndex = 109;
            this.chkQty.CheckedChanged += new System.EventHandler(this.chkQty_CheckedChanged);
            // 
            // pivotGridControl1
            // 
            this.pivotGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pivotGridControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField_FULL_DATE,
            this.pivotGridField_MENU_CODE,
            this.pivotGridField_MENU_NAME,
            this.pivotGridField_SALE_QTY,
            this.pivotGridField_SALE_AMT});
            this.pivotGridControl1.Location = new System.Drawing.Point(0, 134);
            this.pivotGridControl1.Name = "pivotGridControl1";
            //this.pivotGridControl1.OptionsChartDataSource.ChartDataVertical = false;
			this.pivotGridControl1.OptionsChartDataSource.ProvideDataByColumns = false;
            this.pivotGridControl1.OptionsView.ShowFilterHeaders = false;
            this.pivotGridControl1.Size = new System.Drawing.Size(986, 273);
            this.pivotGridControl1.TabIndex = 105;
            // 
            // pivotGridField_FULL_DATE
            // 
            this.pivotGridField_FULL_DATE.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField_FULL_DATE.AreaIndex = 0;
            this.pivotGridField_FULL_DATE.Caption = "날짜";
            this.pivotGridField_FULL_DATE.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.pivotGridField_FULL_DATE.FieldName = "FULL_DATE";
            this.pivotGridField_FULL_DATE.Name = "pivotGridField_FULL_DATE";
            // 
            // pivotGridField_MENU_CODE
            // 
            this.pivotGridField_MENU_CODE.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField_MENU_CODE.AreaIndex = 0;
            this.pivotGridField_MENU_CODE.Caption = "메뉴코드";
            this.pivotGridField_MENU_CODE.FieldName = "MENU_CODE";
            this.pivotGridField_MENU_CODE.Name = "pivotGridField_MENU_CODE";
            this.pivotGridField_MENU_CODE.Visible = false;
            // 
            // pivotGridField_MENU_NAME
            // 
            this.pivotGridField_MENU_NAME.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField_MENU_NAME.AreaIndex = 0;
            this.pivotGridField_MENU_NAME.Caption = "메뉴명";
            this.pivotGridField_MENU_NAME.FieldName = "MENU_NAME";
            this.pivotGridField_MENU_NAME.Name = "pivotGridField_MENU_NAME";
            // 
            // pivotGridField_SALE_QTY
            // 
            this.pivotGridField_SALE_QTY.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField_SALE_QTY.AreaIndex = 0;
            this.pivotGridField_SALE_QTY.Caption = "인원";
            this.pivotGridField_SALE_QTY.CellFormat.FormatString = "n0";
            this.pivotGridField_SALE_QTY.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.pivotGridField_SALE_QTY.FieldName = "SALE_QTY";
            this.pivotGridField_SALE_QTY.Name = "pivotGridField_SALE_QTY";
            this.pivotGridField_SALE_QTY.Width = 40;
            // 
            // pivotGridField_SALE_AMT
            // 
            this.pivotGridField_SALE_AMT.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField_SALE_AMT.AreaIndex = 1;
            this.pivotGridField_SALE_AMT.Caption = "금액";
            this.pivotGridField_SALE_AMT.CellFormat.FormatString = "n0";
            this.pivotGridField_SALE_AMT.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.pivotGridField_SALE_AMT.FieldName = "SALE_AMT";
            this.pivotGridField_SALE_AMT.Name = "pivotGridField_SALE_AMT";
            this.pivotGridField_SALE_AMT.Width = 80;
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.chartControl1.Location = new System.Drawing.Point(0, 413);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.View = lineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = lineSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(986, 200);
            this.chartControl1.TabIndex = 106;
            // 
            // splitterControl1
            // 
            this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitterControl1.Location = new System.Drawing.Point(0, 407);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(986, 6);
            this.splitterControl1.TabIndex = 107;
            this.splitterControl1.TabStop = false;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(136, 15);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(64, 14);
            this.labelControl4.TabIndex = 304;
            this.labelControl4.Text = "[YYYY-MM]";
            // 
            // txtFacilityname
            // 
            this.txtFacilityname.EditValue = "";
            this.txtFacilityname.Enabled = false;
            this.txtFacilityname.Location = new System.Drawing.Point(533, 11);
            this.txtFacilityname.Name = "txtFacilityname";
            this.txtFacilityname.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.txtFacilityname.Properties.Appearance.Options.UseBackColor = true;
            this.txtFacilityname.Properties.MaxLength = 10;
            this.txtFacilityname.Properties.ReadOnly = true;
            this.txtFacilityname.Size = new System.Drawing.Size(125, 21);
            this.txtFacilityname.TabIndex = 4337;
            this.txtFacilityname.TabStop = false;
            this.txtFacilityname.Tag = "";
            this.txtFacilityname.Leave += new System.EventHandler(this.Control_Leave);
            this.txtFacilityname.Enter += new System.EventHandler(this.Control_Enter);
            // 
            // picFacilitycode
            // 
            this.picFacilitycode.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picFacilitycode.EditValue = ((object)(resources.GetObject("picFacilitycode.EditValue")));
            this.picFacilitycode.Location = new System.Drawing.Point(504, 11);
            this.picFacilitycode.Name = "picFacilitycode";
            this.picFacilitycode.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
            this.picFacilitycode.Size = new System.Drawing.Size(23, 21);
            this.picFacilitycode.TabIndex = 4338;
            this.picFacilitycode.Click += new System.EventHandler(this.picFacilitycode_Click);
            // 
            // txtFacilitycode
            // 
            this.txtFacilitycode.Location = new System.Drawing.Point(439, 11);
            this.txtFacilitycode.Name = "txtFacilitycode";
            this.txtFacilitycode.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.txtFacilitycode.Properties.Appearance.Options.UseBackColor = true;
            this.txtFacilitycode.Size = new System.Drawing.Size(59, 21);
            this.txtFacilitycode.TabIndex = 3;
            this.txtFacilitycode.Leave += new System.EventHandler(this.Control_Leave);
            this.txtFacilitycode.Enter += new System.EventHandler(this.Control_Enter);
            this.txtFacilitycode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFacilitycode_KeyDown);
            // 
            // lupFacilitytype
            // 
            this.lupFacilitytype.EnterMoveNextControl = true;
            this.lupFacilitytype.Location = new System.Drawing.Point(269, 11);
            this.lupFacilitytype.Name = "lupFacilitytype";
            this.lupFacilitytype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lupFacilitytype.Size = new System.Drawing.Size(100, 21);
            this.lupFacilitytype.TabIndex = 2;
            this.lupFacilitytype.Enter += new System.EventHandler(this.Control_Enter);
            this.lupFacilitytype.Leave += new System.EventHandler(this.Control_Leave);
            // 
            // lblFacilitycode
            // 
            this.lblFacilitycode.Location = new System.Drawing.Point(385, 14);
            this.lblFacilitycode.Name = "lblFacilitycode";
            this.lblFacilitycode.Size = new System.Drawing.Size(48, 14);
            this.lblFacilitycode.TabIndex = 4335;
            this.lblFacilitycode.Text = "업장코드";
            // 
            // lblFacilitytype
            // 
            this.lblFacilitytype.Location = new System.Drawing.Point(215, 14);
            this.lblFacilitytype.Name = "lblFacilitytype";
            this.lblFacilitytype.Size = new System.Drawing.Size(48, 14);
            this.lblFacilitytype.TabIndex = 4336;
            this.lblFacilitytype.Text = "업장유형";
            // 
            // chkChart
            // 
            this.chkChart.Cursor = System.Windows.Forms.Cursors.Hand;
            this.chkChart.EditValue = true;
            this.chkChart.Location = new System.Drawing.Point(673, 10);
            this.chkChart.Name = "chkChart";
            this.chkChart.Properties.Caption = "챠트보기";
            this.chkChart.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style1;
            this.chkChart.Size = new System.Drawing.Size(107, 22);
            this.chkChart.TabIndex = 4339;
            this.chkChart.CheckedChanged += new System.EventHandler(this.chkChart_CheckedChanged);
            // 
            // JHRAS06
            // 
            this.ClientSize = new System.Drawing.Size(986, 655);
            this.Controls.Add(this.pivotGridControl1);
            this.Controls.Add(this.splitterControl1);
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.pnlChart);
            this.Name = "JHRAS06";
            this.Text = "연간메뉴별매출현황";
            this.Load += new System.EventHandler(this.JHRAS06_Load);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.JHRAS06_KeyPress);
            this.Controls.SetChildIndex(this.panelControl1, 0);
            this.Controls.SetChildIndex(this.BottomPanel, 0);
            this.Controls.SetChildIndex(this.pnlChart, 0);
            this.Controls.SetChildIndex(this.chartControl1, 0);
            this.Controls.SetChildIndex(this.splitterControl1, 0);
            this.Controls.SetChildIndex(this.pivotGridControl1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).EndInit();
            this.BottomPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFrom.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).EndInit();
            this.pnlChart.ResumeLayout(false);
            this.pnlChart.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYZooming.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXZooming.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYScrolling.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXScrolling.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceShowRowGrandTotals.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceShowColumnGrandTotals.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkAmt.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkQty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilityname.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFacilitycode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilitycode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lupFacilitytype.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkChart.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            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.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            xyDiagram6.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            secondaryAxisY6.VisualRange.Auto = false;
            secondaryAxisY6.VisualRange.AutoSideMargins = false;
            secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
            secondaryAxisY6.VisualRange.MinValueSerializable = "0";
            secondaryAxisY6.VisualRange.SideMarginsValue = 0D;
            secondaryAxisY6.WholeRange.Auto = false;
            secondaryAxisY6.WholeRange.AutoSideMargins = false;
            secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
            secondaryAxisY6.WholeRange.MinValueSerializable = "0";
            secondaryAxisY6.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            xyDiagram6.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram6;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.Angle = 42;
            pointSeriesLabel6.Antialiasing = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument;
            pointSeriesLabel6.PointOptions = pointOptions6;
            pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
            pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom;
            series16.Label = pointSeriesLabel6;
            series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series16.Name = "Series 1";
            stepAreaSeriesView11.Transparency = ((byte)(0));
            series16.View = stepAreaSeriesView11;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series17.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            series17.View = splineSeriesView11;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series18.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            series18.View = splineSeriesView12;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series16,
        series17,
        series18};
            stepAreaSeriesView12.MarkerOptions.Size = 8;
            this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12;
            this.chartControl1.SideBySideEqualBarWidth = false;
            this.chartControl1.Size = new System.Drawing.Size(718, 373);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "Check";
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "Check";
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "显示X坐标";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(4, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 375);
            this.barDockControlBottom.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(4, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(722, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditItem1,
            this.barEditItem2});
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemToggleSwitch1});
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "填充";
            this.barEditItem2.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem2.Id = 2;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // SpectralDistributionDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SpectralDistributionDrawBoard";
            this.Size = new System.Drawing.Size(724, 377);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPaperlessAsignacion));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            this.tabAsignacion = new DevExpress.XtraTab.XtraTabControl();
            this.tabInfGeneral = new DevExpress.XtraTab.XtraTabPage();
            this.txtNumCon = new System.Windows.Forms.TextBox();
            this.ddlNumConsolidada = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnRecuperaNumConsolidado = new DevExpress.XtraEditors.SimpleButton();
            this.ddlMarca = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtNumContenedores = new DevExpress.XtraEditors.TextEdit();
            this.txtNumConsolidada = new DevExpress.XtraEditors.TextEdit();
            this.lblNumConsolidada = new DevExpress.XtraEditors.LabelControl();
            this.lblNumContenedores = new DevExpress.XtraEditors.LabelControl();
            this.lblMarca = new DevExpress.XtraEditors.LabelControl();
            this.ddlTipoCargaDescLarga = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnMantNaviera = new DevExpress.XtraEditors.SimpleButton();
            this.btnGrabarTransbordo = new DevExpress.XtraEditors.SimpleButton();
            this.btnEditarTransbordo = new DevExpress.XtraEditors.SimpleButton();
            this.ddlNaveTransbordo = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtNaveTransbordo = new System.Windows.Forms.TextBox();
            this.lblNaveTransbordo = new DevExpress.XtraEditors.LabelControl();
            this.lvlMotivo = new DevExpress.XtraEditors.LabelControl();
            this.txtMotivo = new DevExpress.XtraEditors.TextEdit();
            this.btnGrabarBl = new DevExpress.XtraEditors.SimpleButton();
            this.btnEditar = new DevExpress.XtraEditors.SimpleButton();
            this.txtNave = new System.Windows.Forms.TextBox();
            this.txtNaviera = new System.Windows.Forms.TextBox();
            this.txtAgente = new System.Windows.Forms.TextBox();
            this.ddlNave = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ddlAgente = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ddlTipoServicio = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ddlTipoCarga = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnSiguienteP2 = new DevExpress.XtraEditors.SimpleButton();
            this.txtNumHousesBL = new DevExpress.XtraEditors.TextEdit();
            this.txtViaje = new DevExpress.XtraEditors.TextEdit();
            this.txtNumMaster = new DevExpress.XtraEditors.TextEdit();
            this.txtFechaMaster = new DevExpress.XtraEditors.DateEdit();
            this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.ddlNaviera = new DevExpress.XtraEditors.ComboBoxEdit();
            this.tabFechas = new DevExpress.XtraTab.XtraTabPage();
            this.lblasteriscofechaMaximaVinculacion = new System.Windows.Forms.Label();
            this.lblAvisoFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl();
            this.lblLeyendaFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl();
            this.txtFechaMaximaVinculacion = new DevExpress.XtraEditors.DateEdit();
            this.lblFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl();
            this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
            this.txtPuerto = new System.Windows.Forms.TextBox();
            this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
            this.txtShippingInstruction = new System.Windows.Forms.TextBox();
            this.txtCourier = new System.Windows.Forms.TextBox();
            this.radioCourierDestino = new DevExpress.XtraEditors.RadioGroup();
            this.chkConfirmacionMaster = new System.Windows.Forms.CheckBox();
            this.txtfechaMasterConfirmado = new DevExpress.XtraEditors.DateEdit();
            this.btnGrabarFechas = new DevExpress.XtraEditors.SimpleButton();
            this.btnEditarFechas = new DevExpress.XtraEditors.SimpleButton();
            this.lblAlertaPlazoembarcadores = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtAperturaNavieras = new DevExpress.XtraEditors.DateEdit();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.txtPlazoEmbarcadores = new DevExpress.XtraEditors.DateEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.btnSiguienteP3 = new DevExpress.XtraEditors.SimpleButton();
            this.txtFechaETA = new DevExpress.XtraEditors.DateEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.tabPrealerta = new DevExpress.XtraTab.XtraTabPage();
            this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
            this.Chartusuario2 = new DevExpress.XtraCharts.ChartControl();
            this.ChartUsuario1 = new DevExpress.XtraCharts.ChartControl();
            this.txtObservacionU2 = new DevExpress.XtraEditors.MemoEdit();
            this.txtObsercacionU1 = new DevExpress.XtraEditors.MemoEdit();
            this.ddlImportanciaU1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ddlUsuario2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ddlUsuario1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnAsignar = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.MenuMantNavieras = new System.Windows.Forms.ToolStripButton();
            this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.tabAsignacion)).BeginInit();
            this.tabAsignacion.SuspendLayout();
            this.tabInfGeneral.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNumConsolidada.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlMarca.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumContenedores.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumConsolidada.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCargaDescLarga.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNaveTransbordo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNave.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlAgente.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoServicio.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCarga.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumHousesBL.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtViaje.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumMaster.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNaviera.Properties)).BeginInit();
            this.tabFechas.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioCourierDestino.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties)).BeginInit();
            this.tabPrealerta.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Chartusuario2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartUsuario1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionU2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObsercacionU1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlImportanciaU1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario1.Properties)).BeginInit();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabAsignacion
            // 
            this.tabAsignacion.Location = new System.Drawing.Point(12, 41);
            this.tabAsignacion.Name = "tabAsignacion";
            this.tabAsignacion.SelectedTabPage = this.tabInfGeneral;
            this.tabAsignacion.Size = new System.Drawing.Size(840, 609);
            this.tabAsignacion.TabIndex = 0;
            this.tabAsignacion.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabInfGeneral,
            this.tabFechas,
            this.tabPrealerta});
            // 
            // tabInfGeneral
            // 
            this.tabInfGeneral.Controls.Add(this.txtNumCon);
            this.tabInfGeneral.Controls.Add(this.ddlNumConsolidada);
            this.tabInfGeneral.Controls.Add(this.btnRecuperaNumConsolidado);
            this.tabInfGeneral.Controls.Add(this.ddlMarca);
            this.tabInfGeneral.Controls.Add(this.txtNumContenedores);
            this.tabInfGeneral.Controls.Add(this.txtNumConsolidada);
            this.tabInfGeneral.Controls.Add(this.lblNumConsolidada);
            this.tabInfGeneral.Controls.Add(this.lblNumContenedores);
            this.tabInfGeneral.Controls.Add(this.lblMarca);
            this.tabInfGeneral.Controls.Add(this.ddlTipoCargaDescLarga);
            this.tabInfGeneral.Controls.Add(this.btnMantNaviera);
            this.tabInfGeneral.Controls.Add(this.btnGrabarTransbordo);
            this.tabInfGeneral.Controls.Add(this.btnEditarTransbordo);
            this.tabInfGeneral.Controls.Add(this.ddlNaveTransbordo);
            this.tabInfGeneral.Controls.Add(this.txtNaveTransbordo);
            this.tabInfGeneral.Controls.Add(this.lblNaveTransbordo);
            this.tabInfGeneral.Controls.Add(this.lvlMotivo);
            this.tabInfGeneral.Controls.Add(this.txtMotivo);
            this.tabInfGeneral.Controls.Add(this.btnGrabarBl);
            this.tabInfGeneral.Controls.Add(this.btnEditar);
            this.tabInfGeneral.Controls.Add(this.txtNave);
            this.tabInfGeneral.Controls.Add(this.txtNaviera);
            this.tabInfGeneral.Controls.Add(this.txtAgente);
            this.tabInfGeneral.Controls.Add(this.ddlNave);
            this.tabInfGeneral.Controls.Add(this.ddlAgente);
            this.tabInfGeneral.Controls.Add(this.ddlTipoServicio);
            this.tabInfGeneral.Controls.Add(this.ddlTipoCarga);
            this.tabInfGeneral.Controls.Add(this.btnSiguienteP2);
            this.tabInfGeneral.Controls.Add(this.txtNumHousesBL);
            this.tabInfGeneral.Controls.Add(this.txtViaje);
            this.tabInfGeneral.Controls.Add(this.txtNumMaster);
            this.tabInfGeneral.Controls.Add(this.txtFechaMaster);
            this.tabInfGeneral.Controls.Add(this.labelControl17);
            this.tabInfGeneral.Controls.Add(this.labelControl8);
            this.tabInfGeneral.Controls.Add(this.labelControl6);
            this.tabInfGeneral.Controls.Add(this.labelControl16);
            this.tabInfGeneral.Controls.Add(this.labelControl5);
            this.tabInfGeneral.Controls.Add(this.labelControl4);
            this.tabInfGeneral.Controls.Add(this.labelControl3);
            this.tabInfGeneral.Controls.Add(this.labelControl2);
            this.tabInfGeneral.Controls.Add(this.labelControl1);
            this.tabInfGeneral.Controls.Add(this.ddlNaviera);
            this.tabInfGeneral.Name = "tabInfGeneral";
            this.tabInfGeneral.Size = new System.Drawing.Size(831, 578);
            this.tabInfGeneral.Text = "Información General";
            this.tabInfGeneral.Paint += new System.Windows.Forms.PaintEventHandler(this.tabInfGeneral_Paint);
            // 
            // txtNumCon
            // 
            this.txtNumCon.Location = new System.Drawing.Point(612, 59);
            this.txtNumCon.Name = "txtNumCon";
            this.txtNumCon.Size = new System.Drawing.Size(168, 20);
            this.txtNumCon.TabIndex = 117;
            this.txtNumCon.Visible = false;
            // 
            // ddlNumConsolidada
            // 
            this.ddlNumConsolidada.Location = new System.Drawing.Point(390, 42);
            this.ddlNumConsolidada.Name = "ddlNumConsolidada";
            this.ddlNumConsolidada.Properties.AutoComplete = false;
            this.ddlNumConsolidada.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlNumConsolidada.Size = new System.Drawing.Size(174, 20);
            this.ddlNumConsolidada.TabIndex = 4;
            this.ddlNumConsolidada.SelectedIndexChanged += new System.EventHandler(this.ddlNumConsolidada_SelectedIndexChanged);
            this.ddlNumConsolidada.Click += new System.EventHandler(this.ddlNumConsolidada_Click);
            // 
            // btnRecuperaNumConsolidado
            // 
            this.btnRecuperaNumConsolidado.Image = ((System.Drawing.Image)(resources.GetObject("btnRecuperaNumConsolidado.Image")));
            this.btnRecuperaNumConsolidado.Location = new System.Drawing.Point(278, 38);
            this.btnRecuperaNumConsolidado.Name = "btnRecuperaNumConsolidado";
            this.btnRecuperaNumConsolidado.Size = new System.Drawing.Size(29, 26);
            this.btnRecuperaNumConsolidado.TabIndex = 3;
            this.btnRecuperaNumConsolidado.ToolTip = "Obtener Consolidada desde NetShip";
            this.btnRecuperaNumConsolidado.Click += new System.EventHandler(this.btnRecuperaNumConsolidado_Click_1);
            // 
            // ddlMarca
            // 
            this.ddlMarca.Location = new System.Drawing.Point(108, 18);
            this.ddlMarca.Name = "ddlMarca";
            this.ddlMarca.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlMarca.Size = new System.Drawing.Size(129, 20);
            this.ddlMarca.TabIndex = 1;
            // 
            // txtNumContenedores
            // 
            this.txtNumContenedores.Location = new System.Drawing.Point(108, 285);
            this.txtNumContenedores.Name = "txtNumContenedores";
            this.txtNumContenedores.Size = new System.Drawing.Size(129, 20);
            this.txtNumContenedores.TabIndex = 14;
            this.txtNumContenedores.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumContenedores_KeyPress);
            // 
            // txtNumConsolidada
            // 
            this.txtNumConsolidada.AllowDrop = true;
            this.txtNumConsolidada.Location = new System.Drawing.Point(390, 42);
            this.txtNumConsolidada.Name = "txtNumConsolidada";
            this.txtNumConsolidada.Size = new System.Drawing.Size(164, 20);
            this.txtNumConsolidada.TabIndex = 0;
            this.txtNumConsolidada.Visible = false;
            // 
            // lblNumConsolidada
            // 
            this.lblNumConsolidada.Location = new System.Drawing.Point(313, 47);
            this.lblNumConsolidada.Name = "lblNumConsolidada";
            this.lblNumConsolidada.Size = new System.Drawing.Size(73, 13);
            this.lblNumConsolidada.TabIndex = 0;
            this.lblNumConsolidada.Text = "N° Consolidada";
            // 
            // lblNumContenedores
            // 
            this.lblNumContenedores.Location = new System.Drawing.Point(20, 286);
            this.lblNumContenedores.Name = "lblNumContenedores";
            this.lblNumContenedores.Size = new System.Drawing.Size(83, 13);
            this.lblNumContenedores.TabIndex = 114;
            this.lblNumContenedores.Text = "N° Contenedores";
            // 
            // lblMarca
            // 
            this.lblMarca.Location = new System.Drawing.Point(20, 27);
            this.lblMarca.Name = "lblMarca";
            this.lblMarca.Size = new System.Drawing.Size(29, 13);
            this.lblMarca.TabIndex = 113;
            this.lblMarca.Text = "Marca";
            // 
            // ddlTipoCargaDescLarga
            // 
            this.ddlTipoCargaDescLarga.Location = new System.Drawing.Point(243, 259);
            this.ddlTipoCargaDescLarga.Name = "ddlTipoCargaDescLarga";
            this.ddlTipoCargaDescLarga.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlTipoCargaDescLarga.Size = new System.Drawing.Size(129, 20);
            this.ddlTipoCargaDescLarga.TabIndex = 112;
            this.ddlTipoCargaDescLarga.Visible = false;
            // 
            // btnMantNaviera
            // 
            this.btnMantNaviera.Location = new System.Drawing.Point(451, 108);
            this.btnMantNaviera.Name = "btnMantNaviera";
            this.btnMantNaviera.Size = new System.Drawing.Size(116, 23);
            this.btnMantNaviera.TabIndex = 111;
            this.btnMantNaviera.Text = "Mantenedor Naviera";
            this.btnMantNaviera.Visible = false;
            this.btnMantNaviera.Click += new System.EventHandler(this.btnMantNaviera_Click);
            // 
            // btnGrabarTransbordo
            // 
            this.btnGrabarTransbordo.Location = new System.Drawing.Point(705, 178);
            this.btnGrabarTransbordo.Name = "btnGrabarTransbordo";
            this.btnGrabarTransbordo.Size = new System.Drawing.Size(75, 23);
            this.btnGrabarTransbordo.TabIndex = 110;
            this.btnGrabarTransbordo.Text = "Grabar";
            this.btnGrabarTransbordo.Visible = false;
            this.btnGrabarTransbordo.Click += new System.EventHandler(this.btnGrabarTransbordo_Click);
            // 
            // btnEditarTransbordo
            // 
            this.btnEditarTransbordo.Location = new System.Drawing.Point(624, 178);
            this.btnEditarTransbordo.Name = "btnEditarTransbordo";
            this.btnEditarTransbordo.Size = new System.Drawing.Size(75, 23);
            this.btnEditarTransbordo.TabIndex = 109;
            this.btnEditarTransbordo.Text = "Editar";
            this.btnEditarTransbordo.Visible = false;
            this.btnEditarTransbordo.Click += new System.EventHandler(this.btnEditarTransbordo_Click);
            // 
            // ddlNaveTransbordo
            // 
            this.ddlNaveTransbordo.Location = new System.Drawing.Point(451, 181);
            this.ddlNaveTransbordo.Name = "ddlNaveTransbordo";
            this.ddlNaveTransbordo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlNaveTransbordo.Size = new System.Drawing.Size(100, 20);
            this.ddlNaveTransbordo.TabIndex = 108;
            this.ddlNaveTransbordo.Visible = false;
            // 
            // txtNaveTransbordo
            // 
            this.txtNaveTransbordo.Location = new System.Drawing.Point(108, 181);
            this.txtNaveTransbordo.Name = "txtNaveTransbordo";
            this.txtNaveTransbordo.Size = new System.Drawing.Size(328, 20);
            this.txtNaveTransbordo.TabIndex = 10;
            // 
            // lblNaveTransbordo
            // 
            this.lblNaveTransbordo.Location = new System.Drawing.Point(20, 188);
            this.lblNaveTransbordo.Name = "lblNaveTransbordo";
            this.lblNaveTransbordo.Size = new System.Drawing.Size(83, 13);
            this.lblNaveTransbordo.TabIndex = 107;
            this.lblNaveTransbordo.Text = "Nave Transbordo";
            // 
            // lvlMotivo
            // 
            this.lvlMotivo.Location = new System.Drawing.Point(571, 204);
            this.lvlMotivo.Name = "lvlMotivo";
            this.lvlMotivo.Size = new System.Drawing.Size(93, 13);
            this.lvlMotivo.TabIndex = 0;
            this.lvlMotivo.Text = "Motivo Modificación";
            this.lvlMotivo.Visible = false;
            // 
            // txtMotivo
            // 
            this.txtMotivo.Location = new System.Drawing.Point(670, 201);
            this.txtMotivo.Name = "txtMotivo";
            this.txtMotivo.Size = new System.Drawing.Size(110, 20);
            this.txtMotivo.TabIndex = 105;
            this.txtMotivo.Visible = false;
            // 
            // btnGrabarBl
            // 
            this.btnGrabarBl.Location = new System.Drawing.Point(705, 27);
            this.btnGrabarBl.Name = "btnGrabarBl";
            this.btnGrabarBl.Size = new System.Drawing.Size(75, 23);
            this.btnGrabarBl.TabIndex = 104;
            this.btnGrabarBl.Text = "Grabar";
            this.btnGrabarBl.Visible = false;
            this.btnGrabarBl.Click += new System.EventHandler(this.btnGrabarBl_Click);
            // 
            // btnEditar
            // 
            this.btnEditar.Location = new System.Drawing.Point(624, 27);
            this.btnEditar.Name = "btnEditar";
            this.btnEditar.Size = new System.Drawing.Size(75, 23);
            this.btnEditar.TabIndex = 103;
            this.btnEditar.Text = "Editar";
            this.btnEditar.Visible = false;
            this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
            // 
            // txtNave
            // 
            this.txtNave.Location = new System.Drawing.Point(108, 158);
            this.txtNave.Name = "txtNave";
            this.txtNave.Size = new System.Drawing.Size(328, 20);
            this.txtNave.TabIndex = 9;
            this.txtNave.TextChanged += new System.EventHandler(this.txtNave_TextChanged);
            // 
            // txtNaviera
            // 
            this.txtNaviera.Location = new System.Drawing.Point(612, 108);
            this.txtNaviera.Name = "txtNaviera";
            this.txtNaviera.Size = new System.Drawing.Size(44, 20);
            this.txtNaviera.TabIndex = 4;
            this.txtNaviera.Visible = false;
            // 
            // txtAgente
            // 
            this.txtAgente.Location = new System.Drawing.Point(612, 85);
            this.txtAgente.Name = "txtAgente";
            this.txtAgente.Size = new System.Drawing.Size(44, 20);
            this.txtAgente.TabIndex = 3;
            this.txtAgente.Visible = false;
            // 
            // ddlNave
            // 
            this.ddlNave.Location = new System.Drawing.Point(451, 155);
            this.ddlNave.Name = "ddlNave";
            this.ddlNave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlNave.Size = new System.Drawing.Size(100, 20);
            this.ddlNave.TabIndex = 102;
            this.ddlNave.Visible = false;
            // 
            // ddlAgente
            // 
            this.ddlAgente.Location = new System.Drawing.Point(108, 89);
            this.ddlAgente.Name = "ddlAgente";
            this.ddlAgente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlAgente.Size = new System.Drawing.Size(328, 20);
            this.ddlAgente.TabIndex = 6;
            this.ddlAgente.SelectedIndexChanged += new System.EventHandler(this.ddlAgente_SelectedIndexChanged);
            // 
            // ddlTipoServicio
            // 
            this.ddlTipoServicio.Location = new System.Drawing.Point(108, 135);
            this.ddlTipoServicio.Name = "ddlTipoServicio";
            this.ddlTipoServicio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlTipoServicio.Size = new System.Drawing.Size(129, 20);
            this.ddlTipoServicio.TabIndex = 8;
            this.ddlTipoServicio.SelectedIndexChanged += new System.EventHandler(this.ddlTipoServicio_SelectedIndexChanged);
            // 
            // ddlTipoCarga
            // 
            this.ddlTipoCarga.Location = new System.Drawing.Point(108, 259);
            this.ddlTipoCarga.Name = "ddlTipoCarga";
            this.ddlTipoCarga.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlTipoCarga.Size = new System.Drawing.Size(129, 20);
            this.ddlTipoCarga.TabIndex = 13;
            this.ddlTipoCarga.SelectedIndexChanged += new System.EventHandler(this.ddlTipoCarga_SelectedIndexChanged);
            // 
            // btnSiguienteP2
            // 
            this.btnSiguienteP2.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSiguienteP2.Appearance.Options.UseFont = true;
            this.btnSiguienteP2.Image = ((System.Drawing.Image)(resources.GetObject("btnSiguienteP2.Image")));
            this.btnSiguienteP2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnSiguienteP2.Location = new System.Drawing.Point(497, 413);
            this.btnSiguienteP2.Name = "btnSiguienteP2";
            this.btnSiguienteP2.Size = new System.Drawing.Size(283, 36);
            this.btnSiguienteP2.TabIndex = 15;
            this.btnSiguienteP2.Text = "Guardar y pasar al  siguiente Paso";
            this.btnSiguienteP2.Click += new System.EventHandler(this.btnSiguienteP2_Click);
            // 
            // txtNumHousesBL
            // 
            this.txtNumHousesBL.Location = new System.Drawing.Point(108, 235);
            this.txtNumHousesBL.Name = "txtNumHousesBL";
            this.txtNumHousesBL.Size = new System.Drawing.Size(129, 20);
            this.txtNumHousesBL.TabIndex = 12;
            this.txtNumHousesBL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumHousesBL_KeyPress);
            // 
            // txtViaje
            // 
            this.txtViaje.Location = new System.Drawing.Point(108, 211);
            this.txtViaje.Name = "txtViaje";
            this.txtViaje.Size = new System.Drawing.Size(195, 20);
            this.txtViaje.TabIndex = 11;
            // 
            // txtNumMaster
            // 
            this.txtNumMaster.Location = new System.Drawing.Point(108, 44);
            this.txtNumMaster.Name = "txtNumMaster";
            this.txtNumMaster.Size = new System.Drawing.Size(164, 20);
            this.txtNumMaster.TabIndex = 2;
            // 
            // txtFechaMaster
            // 
            this.txtFechaMaster.EditValue = null;
            this.txtFechaMaster.Location = new System.Drawing.Point(108, 67);
            this.txtFechaMaster.Name = "txtFechaMaster";
            this.txtFechaMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtFechaMaster.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtFechaMaster.Size = new System.Drawing.Size(129, 20);
            this.txtFechaMaster.TabIndex = 5;
            // 
            // labelControl17
            // 
            this.labelControl17.Location = new System.Drawing.Point(20, 137);
            this.labelControl17.Name = "labelControl17";
            this.labelControl17.Size = new System.Drawing.Size(75, 13);
            this.labelControl17.TabIndex = 0;
            this.labelControl17.Text = "Tipo de Servicio";
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(20, 262);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(67, 13);
            this.labelControl8.TabIndex = 0;
            this.labelControl8.Text = "Tipo de Carga";
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(20, 238);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(65, 13);
            this.labelControl6.TabIndex = 0;
            this.labelControl6.Text = "N° Houses/BL";
            // 
            // labelControl16
            // 
            this.labelControl16.Location = new System.Drawing.Point(20, 214);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(23, 13);
            this.labelControl16.TabIndex = 0;
            this.labelControl16.Text = "Viaje";
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(20, 162);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(25, 13);
            this.labelControl5.TabIndex = 0;
            this.labelControl5.Text = "Nave";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(20, 47);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(48, 13);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "N° Master";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(20, 115);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(37, 13);
            this.labelControl3.TabIndex = 0;
            this.labelControl3.Text = "Naviera";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(20, 92);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(35, 13);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "Agente";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(20, 70);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(65, 13);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "Fecha Master";
            // 
            // ddlNaviera
            // 
            this.ddlNaviera.Location = new System.Drawing.Point(108, 112);
            this.ddlNaviera.Name = "ddlNaviera";
            this.ddlNaviera.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlNaviera.Size = new System.Drawing.Size(328, 20);
            this.ddlNaviera.TabIndex = 7;
            this.ddlNaviera.SelectedIndexChanged += new System.EventHandler(this.ddlNaviera_SelectedIndexChanged);
            // 
            // tabFechas
            // 
            this.tabFechas.Controls.Add(this.lblasteriscofechaMaximaVinculacion);
            this.tabFechas.Controls.Add(this.lblAvisoFechaMaximaVinculacion);
            this.tabFechas.Controls.Add(this.lblLeyendaFechaMaximaVinculacion);
            this.tabFechas.Controls.Add(this.txtFechaMaximaVinculacion);
            this.tabFechas.Controls.Add(this.lblFechaMaximaVinculacion);
            this.tabFechas.Controls.Add(this.labelControl19);
            this.tabFechas.Controls.Add(this.txtPuerto);
            this.tabFechas.Controls.Add(this.labelControl18);
            this.tabFechas.Controls.Add(this.txtShippingInstruction);
            this.tabFechas.Controls.Add(this.txtCourier);
            this.tabFechas.Controls.Add(this.radioCourierDestino);
            this.tabFechas.Controls.Add(this.chkConfirmacionMaster);
            this.tabFechas.Controls.Add(this.txtfechaMasterConfirmado);
            this.tabFechas.Controls.Add(this.btnGrabarFechas);
            this.tabFechas.Controls.Add(this.btnEditarFechas);
            this.tabFechas.Controls.Add(this.lblAlertaPlazoembarcadores);
            this.tabFechas.Controls.Add(this.label1);
            this.tabFechas.Controls.Add(this.txtAperturaNavieras);
            this.tabFechas.Controls.Add(this.labelControl11);
            this.tabFechas.Controls.Add(this.txtPlazoEmbarcadores);
            this.tabFechas.Controls.Add(this.labelControl10);
            this.tabFechas.Controls.Add(this.btnSiguienteP3);
            this.tabFechas.Controls.Add(this.txtFechaETA);
            this.tabFechas.Controls.Add(this.labelControl7);
            this.tabFechas.Name = "tabFechas";
            this.tabFechas.Size = new System.Drawing.Size(831, 578);
            this.tabFechas.Text = "Fechas y plazos";
            this.tabFechas.Paint += new System.Windows.Forms.PaintEventHandler(this.tabFechas_Paint);
            // 
            // lblasteriscofechaMaximaVinculacion
            // 
            this.lblasteriscofechaMaximaVinculacion.AutoSize = true;
            this.lblasteriscofechaMaximaVinculacion.ForeColor = System.Drawing.Color.Red;
            this.lblasteriscofechaMaximaVinculacion.Location = new System.Drawing.Point(256, 133);
            this.lblasteriscofechaMaximaVinculacion.Name = "lblasteriscofechaMaximaVinculacion";
            this.lblasteriscofechaMaximaVinculacion.Size = new System.Drawing.Size(11, 13);
            this.lblasteriscofechaMaximaVinculacion.TabIndex = 129;
            this.lblasteriscofechaMaximaVinculacion.Text = "*";
            this.lblasteriscofechaMaximaVinculacion.Visible = false;
            // 
            // lblAvisoFechaMaximaVinculacion
            // 
            this.lblAvisoFechaMaximaVinculacion.Location = new System.Drawing.Point(272, 137);
            this.lblAvisoFechaMaximaVinculacion.Name = "lblAvisoFechaMaximaVinculacion";
            this.lblAvisoFechaMaximaVinculacion.Size = new System.Drawing.Size(321, 13);
            this.lblAvisoFechaMaximaVinculacion.TabIndex = 128;
            this.lblAvisoFechaMaximaVinculacion.Text = "No pudo ser determinada automaticamente, debe ingresar manual.";
            this.lblAvisoFechaMaximaVinculacion.Visible = false;
            // 
            // lblLeyendaFechaMaximaVinculacion
            // 
            this.lblLeyendaFechaMaximaVinculacion.Location = new System.Drawing.Point(-3, 480);
            this.lblLeyendaFechaMaximaVinculacion.Name = "lblLeyendaFechaMaximaVinculacion";
            this.lblLeyendaFechaMaximaVinculacion.Size = new System.Drawing.Size(320, 13);
            this.lblLeyendaFechaMaximaVinculacion.TabIndex = 127;
            this.lblLeyendaFechaMaximaVinculacion.Text = "*Se calcula automaticamente a partir de la ETA (10 o 7 días plazo).";
            // 
            // txtFechaMaximaVinculacion
            // 
            this.txtFechaMaximaVinculacion.EditValue = null;
            this.txtFechaMaximaVinculacion.Location = new System.Drawing.Point(138, 130);
            this.txtFechaMaximaVinculacion.Name = "txtFechaMaximaVinculacion";
            this.txtFechaMaximaVinculacion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtFechaMaximaVinculacion.Size = new System.Drawing.Size(114, 20);
            this.txtFechaMaximaVinculacion.TabIndex = 126;
            this.txtFechaMaximaVinculacion.Visible = false;
            this.txtFechaMaximaVinculacion.EditValueChanged += new System.EventHandler(this.txtFechaMaximaVinculacion_EditValueChanged);
            // 
            // lblFechaMaximaVinculacion
            // 
            this.lblFechaMaximaVinculacion.Location = new System.Drawing.Point(6, 137);
            this.lblFechaMaximaVinculacion.Name = "lblFechaMaximaVinculacion";
            this.lblFechaMaximaVinculacion.Size = new System.Drawing.Size(132, 13);
            this.lblFechaMaximaVinculacion.TabIndex = 125;
            this.lblFechaMaximaVinculacion.Text = "Fecha Maxima Vinculacion *";
            this.lblFechaMaximaVinculacion.Visible = false;
            // 
            // labelControl19
            // 
            this.labelControl19.Location = new System.Drawing.Point(272, 108);
            this.labelControl19.Name = "labelControl19";
            this.labelControl19.Size = new System.Drawing.Size(32, 13);
            this.labelControl19.TabIndex = 124;
            this.labelControl19.Text = "Puerto";
            // 
            // txtPuerto
            // 
            this.txtPuerto.Location = new System.Drawing.Point(378, 105);
            this.txtPuerto.Name = "txtPuerto";
            this.txtPuerto.ReadOnly = true;
            this.txtPuerto.Size = new System.Drawing.Size(129, 20);
            this.txtPuerto.TabIndex = 123;
            // 
            // labelControl18
            // 
            this.labelControl18.Location = new System.Drawing.Point(272, 74);
            this.labelControl18.Name = "labelControl18";
            this.labelControl18.Size = new System.Drawing.Size(95, 13);
            this.labelControl18.TabIndex = 122;
            this.labelControl18.Text = "Shipping Instruction";
            // 
            // txtShippingInstruction
            // 
            this.txtShippingInstruction.Location = new System.Drawing.Point(378, 71);
            this.txtShippingInstruction.Name = "txtShippingInstruction";
            this.txtShippingInstruction.ReadOnly = true;
            this.txtShippingInstruction.Size = new System.Drawing.Size(129, 20);
            this.txtShippingInstruction.TabIndex = 121;
            // 
            // txtCourier
            // 
            this.txtCourier.Location = new System.Drawing.Point(378, 22);
            this.txtCourier.Name = "txtCourier";
            this.txtCourier.Size = new System.Drawing.Size(129, 20);
            this.txtCourier.TabIndex = 120;
            // 
            // radioCourierDestino
            // 
            this.radioCourierDestino.Location = new System.Drawing.Point(272, 22);
            this.radioCourierDestino.Name = "radioCourierDestino";
            this.radioCourierDestino.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Courier"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "En Destino")});
            this.radioCourierDestino.Size = new System.Drawing.Size(100, 43);
            this.radioCourierDestino.TabIndex = 119;
            this.radioCourierDestino.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
            // 
            // chkConfirmacionMaster
            // 
            this.chkConfirmacionMaster.AutoSize = true;
            this.chkConfirmacionMaster.Location = new System.Drawing.Point(513, 23);
            this.chkConfirmacionMaster.Name = "chkConfirmacionMaster";
            this.chkConfirmacionMaster.Size = new System.Drawing.Size(116, 17);
            this.chkConfirmacionMaster.TabIndex = 118;
            this.chkConfirmacionMaster.Text = "Master confirmado ";
            this.chkConfirmacionMaster.UseVisualStyleBackColor = true;
            this.chkConfirmacionMaster.CheckedChanged += new System.EventHandler(this.chkConfirmacionMaster_CheckedChanged);
            // 
            // txtfechaMasterConfirmado
            // 
            this.txtfechaMasterConfirmado.EditValue = null;
            this.txtfechaMasterConfirmado.Location = new System.Drawing.Point(378, 45);
            this.txtfechaMasterConfirmado.Name = "txtfechaMasterConfirmado";
            this.txtfechaMasterConfirmado.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtfechaMasterConfirmado.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtfechaMasterConfirmado.Size = new System.Drawing.Size(129, 20);
            this.txtfechaMasterConfirmado.TabIndex = 117;
            // 
            // btnGrabarFechas
            // 
            this.btnGrabarFechas.Location = new System.Drawing.Point(710, 22);
            this.btnGrabarFechas.Name = "btnGrabarFechas";
            this.btnGrabarFechas.Size = new System.Drawing.Size(75, 23);
            this.btnGrabarFechas.TabIndex = 105;
            this.btnGrabarFechas.Text = "Grabar";
            this.btnGrabarFechas.Visible = false;
            this.btnGrabarFechas.Click += new System.EventHandler(this.btnGrabarFechas_Click);
            // 
            // btnEditarFechas
            // 
            this.btnEditarFechas.Location = new System.Drawing.Point(634, 22);
            this.btnEditarFechas.Name = "btnEditarFechas";
            this.btnEditarFechas.Size = new System.Drawing.Size(75, 23);
            this.btnEditarFechas.TabIndex = 104;
            this.btnEditarFechas.Text = "Editar";
            this.btnEditarFechas.Visible = false;
            this.btnEditarFechas.Click += new System.EventHandler(this.btnEditarFechas_Click);
            // 
            // lblAlertaPlazoembarcadores
            // 
            this.lblAlertaPlazoembarcadores.AutoSize = true;
            this.lblAlertaPlazoembarcadores.ForeColor = System.Drawing.Color.Red;
            this.lblAlertaPlazoembarcadores.Location = new System.Drawing.Point(256, 95);
            this.lblAlertaPlazoembarcadores.Name = "lblAlertaPlazoembarcadores";
            this.lblAlertaPlazoembarcadores.Size = new System.Drawing.Size(11, 13);
            this.lblAlertaPlazoembarcadores.TabIndex = 12;
            this.lblAlertaPlazoembarcadores.Text = "*";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(257, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(11, 13);
            this.label1.TabIndex = 12;
            this.label1.Text = "*";
            // 
            // txtAperturaNavieras
            // 
            this.txtAperturaNavieras.EditValue = null;
            this.txtAperturaNavieras.Location = new System.Drawing.Point(138, 55);
            this.txtAperturaNavieras.Name = "txtAperturaNavieras";
            this.txtAperturaNavieras.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtAperturaNavieras.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtAperturaNavieras.Size = new System.Drawing.Size(114, 20);
            this.txtAperturaNavieras.TabIndex = 11;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(9, 59);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(88, 13);
            this.labelControl11.TabIndex = 10;
            this.labelControl11.Text = "Apertura Navieras";
            // 
            // txtPlazoEmbarcadores
            // 
            this.txtPlazoEmbarcadores.EditValue = null;
            this.txtPlazoEmbarcadores.Location = new System.Drawing.Point(138, 92);
            this.txtPlazoEmbarcadores.Name = "txtPlazoEmbarcadores";
            this.txtPlazoEmbarcadores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtPlazoEmbarcadores.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtPlazoEmbarcadores.Size = new System.Drawing.Size(114, 20);
            this.txtPlazoEmbarcadores.TabIndex = 9;
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(9, 95);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(96, 13);
            this.labelControl10.TabIndex = 8;
            this.labelControl10.Text = "Plazo Embarcadores";
            // 
            // btnSiguienteP3
            // 
            this.btnSiguienteP3.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSiguienteP3.Appearance.Options.UseFont = true;
            this.btnSiguienteP3.Image = ((System.Drawing.Image)(resources.GetObject("btnSiguienteP3.Image")));
            this.btnSiguienteP3.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnSiguienteP3.Location = new System.Drawing.Point(502, 412);
            this.btnSiguienteP3.Name = "btnSiguienteP3";
            this.btnSiguienteP3.Size = new System.Drawing.Size(283, 36);
            this.btnSiguienteP3.TabIndex = 7;
            this.btnSiguienteP3.Text = "Guardar y pasar al siguiente Paso";
            this.btnSiguienteP3.Click += new System.EventHandler(this.btnSiguienteP3_Click);
            // 
            // txtFechaETA
            // 
            this.txtFechaETA.EditValue = null;
            this.txtFechaETA.Location = new System.Drawing.Point(138, 20);
            this.txtFechaETA.Name = "txtFechaETA";
            this.txtFechaETA.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtFechaETA.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtFechaETA.Size = new System.Drawing.Size(114, 20);
            this.txtFechaETA.TabIndex = 3;
            this.txtFechaETA.EditValueChanged += new System.EventHandler(this.txtFechaETA_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(10, 24);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(51, 13);
            this.labelControl7.TabIndex = 2;
            this.labelControl7.Text = "Fecha ETA";
            // 
            // tabPrealerta
            // 
            this.tabPrealerta.Controls.Add(this.labelControl20);
            this.tabPrealerta.Controls.Add(this.Chartusuario2);
            this.tabPrealerta.Controls.Add(this.ChartUsuario1);
            this.tabPrealerta.Controls.Add(this.txtObservacionU2);
            this.tabPrealerta.Controls.Add(this.txtObsercacionU1);
            this.tabPrealerta.Controls.Add(this.ddlImportanciaU1);
            this.tabPrealerta.Controls.Add(this.ddlUsuario2);
            this.tabPrealerta.Controls.Add(this.ddlUsuario1);
            this.tabPrealerta.Controls.Add(this.btnAsignar);
            this.tabPrealerta.Controls.Add(this.labelControl13);
            this.tabPrealerta.Controls.Add(this.labelControl15);
            this.tabPrealerta.Controls.Add(this.labelControl12);
            this.tabPrealerta.Controls.Add(this.labelControl14);
            this.tabPrealerta.Controls.Add(this.labelControl9);
            this.tabPrealerta.Name = "tabPrealerta";
            this.tabPrealerta.Size = new System.Drawing.Size(831, 578);
            this.tabPrealerta.Text = "Asignar Pre alerta";
            // 
            // labelControl20
            // 
            this.labelControl20.Location = new System.Drawing.Point(5, 557);
            this.labelControl20.Name = "labelControl20";
            this.labelControl20.Size = new System.Drawing.Size(378, 13);
            this.labelControl20.TabIndex = 74;
            this.labelControl20.Text = "Corresponde a la cantidad de HBL asignados por usuario en los últimos 30 días.";
            // 
            // Chartusuario2
            // 
            this.Chartusuario2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.Chartusuario2.Diagram = xyDiagram1;
            this.Chartusuario2.Location = new System.Drawing.Point(460, 115);
            this.Chartusuario2.Name = "Chartusuario2";
            sideBySideBarSeriesLabel1.LineVisible = true;
            sideBySideBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series1.Label = sideBySideBarSeriesLabel1;
            series1.Name = "Series 1";
            sideBySideBarSeriesLabel2.LineVisible = true;
            sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series2.Label = sideBySideBarSeriesLabel2;
            series2.Name = "Series 2";
            this.Chartusuario2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            sideBySideBarSeriesLabel3.LineVisible = true;
            sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            this.Chartusuario2.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
            this.Chartusuario2.Size = new System.Drawing.Size(364, 418);
            this.Chartusuario2.TabIndex = 73;
            // 
            // ChartUsuario1
            // 
            this.ChartUsuario1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.ChartUsuario1.Diagram = xyDiagram2;
            this.ChartUsuario1.Location = new System.Drawing.Point(5, 116);
            this.ChartUsuario1.Name = "ChartUsuario1";
            this.ChartUsuario1.PaletteName = "Oriel";
            sideBySideBarSeriesLabel4.LineVisible = true;
            sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            series3.Label = sideBySideBarSeriesLabel4;
            series3.Name = "Series 1";
            sideBySideBarSeriesLabel5.LineVisible = true;
            sideBySideBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
            series4.Label = sideBySideBarSeriesLabel5;
            series4.Name = "Series 2";
            this.ChartUsuario1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3,
        series4};
            sideBySideBarSeriesLabel6.LineVisible = true;
            sideBySideBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions";
            this.ChartUsuario1.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
            this.ChartUsuario1.Size = new System.Drawing.Size(449, 417);
            this.ChartUsuario1.TabIndex = 72;
            // 
            // txtObservacionU2
            // 
            this.txtObservacionU2.Location = new System.Drawing.Point(521, 39);
            this.txtObservacionU2.Name = "txtObservacionU2";
            this.txtObservacionU2.Size = new System.Drawing.Size(303, 48);
            this.txtObservacionU2.TabIndex = 12;
            // 
            // txtObsercacionU1
            // 
            this.txtObsercacionU1.Location = new System.Drawing.Point(115, 38);
            this.txtObsercacionU1.Name = "txtObsercacionU1";
            this.txtObsercacionU1.Size = new System.Drawing.Size(293, 48);
            this.txtObsercacionU1.TabIndex = 12;
            // 
            // ddlImportanciaU1
            // 
            this.ddlImportanciaU1.Location = new System.Drawing.Point(115, 90);
            this.ddlImportanciaU1.Name = "ddlImportanciaU1";
            this.ddlImportanciaU1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlImportanciaU1.Size = new System.Drawing.Size(118, 20);
            this.ddlImportanciaU1.TabIndex = 11;
            // 
            // ddlUsuario2
            // 
            this.ddlUsuario2.Location = new System.Drawing.Point(521, 13);
            this.ddlUsuario2.Name = "ddlUsuario2";
            this.ddlUsuario2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlUsuario2.Size = new System.Drawing.Size(235, 20);
            this.ddlUsuario2.TabIndex = 11;
            // 
            // ddlUsuario1
            // 
            this.ddlUsuario1.Location = new System.Drawing.Point(115, 15);
            this.ddlUsuario1.Name = "ddlUsuario1";
            this.ddlUsuario1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlUsuario1.Size = new System.Drawing.Size(235, 20);
            this.ddlUsuario1.TabIndex = 11;
            // 
            // btnAsignar
            // 
            this.btnAsignar.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAsignar.Appearance.Options.UseFont = true;
            this.btnAsignar.Image = ((System.Drawing.Image)(resources.GetObject("btnAsignar.Image")));
            this.btnAsignar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnAsignar.Location = new System.Drawing.Point(640, 539);
            this.btnAsignar.Name = "btnAsignar";
            this.btnAsignar.Size = new System.Drawing.Size(184, 31);
            this.btnAsignar.TabIndex = 10;
            this.btnAsignar.Text = "Guardar y Asignar";
            this.btnAsignar.Click += new System.EventHandler(this.btnAsignar_Click);
            // 
            // labelControl13
            // 
            this.labelControl13.Location = new System.Drawing.Point(8, 93);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(57, 13);
            this.labelControl13.TabIndex = 9;
            this.labelControl13.Text = "Importancia";
            // 
            // labelControl15
            // 
            this.labelControl15.Location = new System.Drawing.Point(418, 42);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(60, 13);
            this.labelControl15.TabIndex = 9;
            this.labelControl15.Text = "Observacion";
            // 
            // labelControl12
            // 
            this.labelControl12.Location = new System.Drawing.Point(5, 41);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(60, 13);
            this.labelControl12.TabIndex = 9;
            this.labelControl12.Text = "Observacion";
            // 
            // labelControl14
            // 
            this.labelControl14.Location = new System.Drawing.Point(418, 16);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(97, 13);
            this.labelControl14.TabIndex = 9;
            this.labelControl14.Text = "Seleccione usuario 2";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(5, 18);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(97, 13);
            this.labelControl9.TabIndex = 9;
            this.labelControl9.Text = "Seleccione usuario 1";
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.MenuMantNavieras});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(880, 38);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(33, 35);
            this.toolStripButton1.Text = "Salir";
            this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // MenuMantNavieras
            // 
            this.MenuMantNavieras.Image = ((System.Drawing.Image)(resources.GetObject("MenuMantNavieras.Image")));
            this.MenuMantNavieras.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuMantNavieras.Name = "MenuMantNavieras";
            this.MenuMantNavieras.Size = new System.Drawing.Size(56, 35);
            this.MenuMantNavieras.Text = "Navieras";
            this.MenuMantNavieras.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuMantNavieras.Visible = false;
            this.MenuMantNavieras.Click += new System.EventHandler(this.MenuMantNavieras_Click);
            // 
            // dxErrorProvider1
            // 
            this.dxErrorProvider1.ContainerControl = this;
            // 
            // frmPaperlessAsignacion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(880, 637);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.tabAsignacion);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmPaperlessAsignacion";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Paperless - Asignacion";
            this.Load += new System.EventHandler(this.frmPaperless_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPaperlessAsignacion_FormClosed);
            this.Leave += new System.EventHandler(this.frmPaperlessAsignacion_Leave);
            ((System.ComponentModel.ISupportInitialize)(this.tabAsignacion)).EndInit();
            this.tabAsignacion.ResumeLayout(false);
            this.tabInfGeneral.ResumeLayout(false);
            this.tabInfGeneral.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNumConsolidada.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlMarca.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumContenedores.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumConsolidada.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCargaDescLarga.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNaveTransbordo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNave.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlAgente.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoServicio.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCarga.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumHousesBL.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtViaje.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumMaster.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlNaviera.Properties)).EndInit();
            this.tabFechas.ResumeLayout(false);
            this.tabFechas.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioCourierDestino.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties)).EndInit();
            this.tabPrealerta.ResumeLayout(false);
            this.tabPrealerta.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Chartusuario2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartUsuario1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionU2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObsercacionU1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlImportanciaU1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario1.Properties)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #8
0
        private void cb_Year_SelectedIndexChanged(object sender, EventArgs e)
        {
            //Reset the value before add new chart
            int[] summaryGrade = { 0, 0, 0, 0, 0, 0 };
            this.chartControl1.Titles.RemoveAt(0);

            // Put the summaryGrade to summaryGrade array
            try
            {
                int floorYear = Convert.ToInt32(this.cb_Year.SelectedItem) * 10;
                int cellYear = (Convert.ToInt32(this.cb_Year.SelectedItem) + 1) * 10;
                cmd.CommandText = string.Format(@"select Term, SummaryGrade from DatabaseTable where StudentID = {0} and Term < {1} and Term > {2}", m_studentInfo.m_studentID, cellYear, floorYear);
                connection.Open();
                reader = cmd.ExecuteReader();
                if (reader.HasRows)
                {
                    int term = 0;
                    while (reader.Read())
                    {
                        term = Convert.ToInt32(reader[0]) % 10;
                        switch (term)
                        {
                            case 1:
                                summaryGrade[0] = Convert.ToInt32(reader[1]);
                                break;
                            case 2:
                                summaryGrade[1] = Convert.ToInt32(reader[1]);
                                break;
                            case 3:
                                summaryGrade[2] = Convert.ToInt32(reader[1]);
                                break;
                            case 4:
                                summaryGrade[3] = Convert.ToInt32(reader[1]);
                                break;
                            case 5:
                                summaryGrade[4] = Convert.ToInt32(reader[1]);
                                break;
                            case 6:
                                summaryGrade[5] = Convert.ToInt32(reader[1]);
                                break;

                        }

                    }
                }
                connection.Close();
            }
            catch (Exception ex)
            {
                MessageBox.Show(@"Message3: " + ex.Message.ToString(), @"Error");
                connection.Close();
            }

            //Init the chart element
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            //Init the value add to chart
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(summaryGrade[0]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(summaryGrade[1]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
            ((object)(summaryGrade[2]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
            ((object)(summaryGrade[3]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
            ((object)(summaryGrade[4]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
            ((object)(summaryGrade[5]))});
            pointSeriesLabel3.LineVisible = true;
            series2.Label = pointSeriesLabel3;
            series2.Name = "Score";
            lineSeriesView3.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.View = lineSeriesView3;
            chartTitle1.Text = m_studentInfo.m_studentName.Replace(" ", "") + " Score Progress " + this.cb_Year.SelectedItem.ToString();
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 });
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6});
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 };
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRevisarAsigMetas));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(18))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(15))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(21))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(13))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(5))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(23))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(6))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(1))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView();
            this.gridProspectos = new DevExpress.XtraEditors.GroupControl();
            this.gridMisProspectos = new DevExpress.XtraGrid.GridControl();
            this.gridViewProspectos = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColCuenta = 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.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFechaActualizacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoActualizacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.ImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.gridColFechaHoy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColPrioridad = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColImage = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
            this.MenuAceptar = new System.Windows.Forms.ToolStripButton();
            this.MenuDevolver = new System.Windows.Forms.ToolStripButton();
            this.MenuCerrar = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuTodasAsignaciones = new System.Windows.Forms.ToolStripButton();
            this.MenuVerVisitas = new System.Windows.Forms.ToolStripButton();
            this.MenuVerLlamadas = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuFichaTarget = new System.Windows.Forms.ToolStripButton();
            this.MenuFollowUp = new System.Windows.Forms.ToolStripButton();
            this.MenuFichaCuenta = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuExcel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSalir = new System.Windows.Forms.ToolStripButton();
            this.ChartProspectos = new DevExpress.XtraCharts.ChartControl();
            this.gridObservaciones = new DevExpress.XtraGrid.GridControl();
            this.gridViewObs = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColCodigo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridTema = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
            this.gridColFecha = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.sButtonAgregarObservacion = new DevExpress.XtraEditors.SimpleButton();
            this.sButtonEliminarObservacion = new DevExpress.XtraEditors.SimpleButton();
            this.sButtonGrabarObs = new DevExpress.XtraEditors.SimpleButton();
            this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            this.DateHasta = new DevExpress.XtraEditors.DateEdit();
            this.DateDesde = new DevExpress.XtraEditors.DateEdit();
            this.sBActualizar = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit();
            this.gridProspectos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridMisProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            this.toolStripBarraLlamada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // gridProspectos
            // 
            this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gridProspectos.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.gridProspectos.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.gridProspectos.AppearanceCaption.Options.UseFont = true;
            this.gridProspectos.AppearanceCaption.Options.UseForeColor = true;
            this.gridProspectos.Controls.Add(this.gridMisProspectos);
            this.gridProspectos.Location = new System.Drawing.Point(4, 39);
            this.gridProspectos.Name = "gridProspectos";
            this.gridProspectos.Size = new System.Drawing.Size(948, 333);
            this.gridProspectos.TabIndex = 3;
            this.gridProspectos.Text = "Targets Asignados";
            // 
            // gridMisProspectos
            // 
            this.gridMisProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gridMisProspectos.Location = new System.Drawing.Point(5, 23);
            this.gridMisProspectos.MainView = this.gridViewProspectos;
            this.gridMisProspectos.Name = "gridMisProspectos";
            this.gridMisProspectos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1,
            this.repositoryItemPictureEdit1});
            this.gridMisProspectos.Size = new System.Drawing.Size(938, 306);
            this.gridMisProspectos.TabIndex = 1;
            this.gridMisProspectos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewProspectos});
            this.gridMisProspectos.Click += new System.EventHandler(this.gridMisMetas_Click);
            // 
            // gridViewProspectos
            // 
            this.gridViewProspectos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn7,
            this.gridColCuenta,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn1,
            this.gridColFechaActualizacion,
            this.gridColTipoActualizacion,
            this.gridColFechaHoy,
            this.gridColPrioridad,
            this.gridColImage});
            this.gridViewProspectos.GridControl = this.gridMisProspectos;
            this.gridViewProspectos.Name = "gridViewProspectos";
            this.gridViewProspectos.OptionsView.ShowGroupPanel = false;
            this.gridViewProspectos.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewProspectos_FocusedRowChanged);
            this.gridViewProspectos.ColumnFilterChanged += new System.EventHandler(this.gridViewProspectos_ColumnFilterChanged);
            this.gridViewProspectos.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewProspectos_RowStyle);
            // 
            // gridColumn3
            // 
            this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn3.Caption = "N# Target";
            this.gridColumn3.FieldName = "IdNumMeta";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.ReadOnly = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 43;
            // 
            // gridColumn4
            // 
            this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn4.Caption = "Tipo Target";
            this.gridColumn4.FieldName = "TipoOportunidad";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.OptionsColumn.ReadOnly = true;
            this.gridColumn4.Width = 58;
            // 
            // gridColumn7
            // 
            this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn7.Caption = "Target";
            this.gridColumn7.FieldName = "GlosaClienteTarget";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowEdit = false;
            this.gridColumn7.OptionsColumn.ReadOnly = true;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 1;
            this.gridColumn7.Width = 149;
            // 
            // gridColCuenta
            // 
            this.gridColCuenta.Caption = "Cuenta";
            this.gridColCuenta.FieldName = "ObjClienteMaster.NombreFantasia";
            this.gridColCuenta.Name = "gridColCuenta";
            this.gridColCuenta.OptionsColumn.ReadOnly = true;
            this.gridColCuenta.Visible = true;
            this.gridColCuenta.VisibleIndex = 2;
            this.gridColCuenta.Width = 86;
            // 
            // gridColumn8
            // 
            this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn8.Caption = "Vendedor";
            this.gridColumn8.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.AllowEdit = false;
            this.gridColumn8.OptionsColumn.ReadOnly = true;
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 3;
            this.gridColumn8.Width = 76;
            // 
            // gridColumn9
            // 
            this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn9.Caption = "Estado";
            this.gridColumn9.FieldName = "EstadoMeta";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.AllowEdit = false;
            this.gridColumn9.OptionsColumn.ReadOnly = true;
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 4;
            this.gridColumn9.Width = 62;
            // 
            // gridColumn10
            // 
            this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn10.Caption = "Asignación";
            this.gridColumn10.FieldName = "FechaApertura";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.AllowEdit = false;
            this.gridColumn10.OptionsColumn.ReadOnly = true;
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 5;
            this.gridColumn10.Width = 91;
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn1.Caption = "Follow Up";
            this.gridColumn1.FieldName = "FechaRevision";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.OptionsColumn.ReadOnly = true;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 6;
            this.gridColumn1.Width = 94;
            // 
            // gridColFechaActualizacion
            // 
            this.gridColFechaActualizacion.Caption = "Actualización";
            this.gridColFechaActualizacion.FieldName = "FechaUltActulizacion";
            this.gridColFechaActualizacion.Name = "gridColFechaActualizacion";
            this.gridColFechaActualizacion.OptionsColumn.ReadOnly = true;
            this.gridColFechaActualizacion.Visible = true;
            this.gridColFechaActualizacion.VisibleIndex = 7;
            this.gridColFechaActualizacion.Width = 87;
            // 
            // gridColTipoActualizacion
            // 
            this.gridColTipoActualizacion.Caption = "Tipo Actualización";
            this.gridColTipoActualizacion.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColTipoActualizacion.FieldName = "IdTipoActualizacion";
            this.gridColTipoActualizacion.Name = "gridColTipoActualizacion";
            this.gridColTipoActualizacion.OptionsColumn.ReadOnly = true;
            this.gridColTipoActualizacion.Visible = true;
            this.gridColTipoActualizacion.VisibleIndex = 8;
            this.gridColTipoActualizacion.Width = 51;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.Appearance.Options.UseTextOptions = true;
            this.repositoryItemImageComboBox1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.repositoryItemImageComboBox1.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Baja", "2", 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Alta", "0", 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Media", "1", 2),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("New", 1, 3)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.SmallImages = this.ImageCollection;
            // 
            // ImageCollection
            // 
            this.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImageCollection.ImageStream")));
            this.ImageCollection.Images.SetKeyName(0, "Baja Prioridad.png");
            this.ImageCollection.Images.SetKeyName(1, "Alta Prioridad.png");
            this.ImageCollection.Images.SetKeyName(2, "Media Prioridad.png");
            this.ImageCollection.Images.SetKeyName(3, "mail_get.png");
            this.ImageCollection.Images.SetKeyName(4, "mail_get.png");
            // 
            // gridColFechaHoy
            // 
            this.gridColFechaHoy.Caption = "Hoy";
            this.gridColFechaHoy.FieldName = "FechaHoy";
            this.gridColFechaHoy.Name = "gridColFechaHoy";
            this.gridColFechaHoy.OptionsColumn.ReadOnly = true;
            this.gridColFechaHoy.Visible = true;
            this.gridColFechaHoy.VisibleIndex = 9;
            this.gridColFechaHoy.Width = 51;
            // 
            // gridColPrioridad
            // 
            this.gridColPrioridad.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColPrioridad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColPrioridad.Caption = "Prioridad";
            this.gridColPrioridad.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColPrioridad.FieldName = "Prioridad.Codigo";
            this.gridColPrioridad.Name = "gridColPrioridad";
            this.gridColPrioridad.OptionsColumn.AllowEdit = false;
            this.gridColPrioridad.OptionsColumn.ReadOnly = true;
            this.gridColPrioridad.Visible = true;
            this.gridColPrioridad.VisibleIndex = 10;
            this.gridColPrioridad.Width = 69;
            // 
            // gridColImage
            // 
            this.gridColImage.Caption = "Image";
            this.gridColImage.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColImage.FieldName = "gridColImage";
            this.gridColImage.ImageAlignment = System.Drawing.StringAlignment.Center;
            this.gridColImage.Name = "gridColImage";
            this.gridColImage.OptionsColumn.ReadOnly = true;
            this.gridColImage.UnboundType = DevExpress.Data.UnboundColumnType.Object;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.Image;
            // 
            // toolStripBarraLlamada
            // 
            this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator2,
            this.MenuNuevo,
            this.MenuAceptar,
            this.MenuDevolver,
            this.MenuCerrar,
            this.toolStripSeparator1,
            this.MenuTodasAsignaciones,
            this.MenuVerVisitas,
            this.MenuVerLlamadas,
            this.toolStripSeparator3,
            this.MenuFichaTarget,
            this.MenuFollowUp,
            this.MenuFichaCuenta,
            this.toolStripSeparator4,
            this.MenuExcel,
            this.toolStripSeparator5,
            this.MenuSalir});
            this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
            this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
            this.toolStripBarraLlamada.Size = new System.Drawing.Size(956, 38);
            this.toolStripBarraLlamada.TabIndex = 6;
            this.toolStripBarraLlamada.Text = "toolStrip1";
            this.toolStripBarraLlamada.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripBarraLlamada_ItemClicked);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuNuevo
            // 
            this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
            this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuNuevo.Name = "MenuNuevo";
            this.MenuNuevo.Size = new System.Drawing.Size(63, 35);
            this.MenuNuevo.Text = "Actualizar";
            this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuNuevo.ToolTipText = "Nueva Llamada";
            this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click);
            // 
            // MenuAceptar
            // 
            this.MenuAceptar.Image = ((System.Drawing.Image)(resources.GetObject("MenuAceptar.Image")));
            this.MenuAceptar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuAceptar.Name = "MenuAceptar";
            this.MenuAceptar.Size = new System.Drawing.Size(52, 35);
            this.MenuAceptar.Text = "Aceptar";
            this.MenuAceptar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuAceptar.Click += new System.EventHandler(this.MenuAceptar_Click);
            // 
            // MenuDevolver
            // 
            this.MenuDevolver.Image = ((System.Drawing.Image)(resources.GetObject("MenuDevolver.Image")));
            this.MenuDevolver.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuDevolver.Name = "MenuDevolver";
            this.MenuDevolver.Size = new System.Drawing.Size(57, 35);
            this.MenuDevolver.Text = "Devolver";
            this.MenuDevolver.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuDevolver.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuDevolver.Click += new System.EventHandler(this.MenuDevolver_Click);
            // 
            // MenuCerrar
            // 
            this.MenuCerrar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCerrar.Image")));
            this.MenuCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuCerrar.Name = "MenuCerrar";
            this.MenuCerrar.Size = new System.Drawing.Size(43, 35);
            this.MenuCerrar.Text = "Cerrar";
            this.MenuCerrar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuCerrar.Click += new System.EventHandler(this.MenuGenerarOportunidad_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuTodasAsignaciones
            // 
            this.MenuTodasAsignaciones.Enabled = false;
            this.MenuTodasAsignaciones.Image = ((System.Drawing.Image)(resources.GetObject("MenuTodasAsignaciones.Image")));
            this.MenuTodasAsignaciones.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.MenuTodasAsignaciones.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuTodasAsignaciones.Name = "MenuTodasAsignaciones";
            this.MenuTodasAsignaciones.Size = new System.Drawing.Size(63, 35);
            this.MenuTodasAsignaciones.Text = "Ver Todas";
            this.MenuTodasAsignaciones.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuTodasAsignaciones.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // MenuVerVisitas
            // 
            this.MenuVerVisitas.Enabled = false;
            this.MenuVerVisitas.Image = ((System.Drawing.Image)(resources.GetObject("MenuVerVisitas.Image")));
            this.MenuVerVisitas.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuVerVisitas.Name = "MenuVerVisitas";
            this.MenuVerVisitas.Size = new System.Drawing.Size(64, 35);
            this.MenuVerVisitas.Text = "Ver Visitas";
            this.MenuVerVisitas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuVerVisitas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // MenuVerLlamadas
            // 
            this.MenuVerLlamadas.Enabled = false;
            this.MenuVerLlamadas.Image = ((System.Drawing.Image)(resources.GetObject("MenuVerLlamadas.Image")));
            this.MenuVerLlamadas.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuVerLlamadas.Name = "MenuVerLlamadas";
            this.MenuVerLlamadas.Size = new System.Drawing.Size(81, 35);
            this.MenuVerLlamadas.Text = "Ver Llamadas";
            this.MenuVerLlamadas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuVerLlamadas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuFichaTarget
            // 
            this.MenuFichaTarget.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaTarget.Image")));
            this.MenuFichaTarget.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuFichaTarget.Name = "MenuFichaTarget";
            this.MenuFichaTarget.Size = new System.Drawing.Size(76, 35);
            this.MenuFichaTarget.Text = "Ficha Target";
            this.MenuFichaTarget.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuFichaTarget.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuFichaTarget.Click += new System.EventHandler(this.MenuFichaTarget_Click);
            // 
            // MenuFollowUp
            // 
            this.MenuFollowUp.Enabled = false;
            this.MenuFollowUp.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowUp.Image")));
            this.MenuFollowUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuFollowUp.Name = "MenuFollowUp";
            this.MenuFollowUp.Size = new System.Drawing.Size(61, 35);
            this.MenuFollowUp.Text = "FollowUp";
            this.MenuFollowUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuFollowUp.Click += new System.EventHandler(this.MenuFollowUp_Click);
            // 
            // MenuFichaCuenta
            // 
            this.MenuFichaCuenta.Enabled = false;
            this.MenuFichaCuenta.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaCuenta.Image")));
            this.MenuFichaCuenta.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuFichaCuenta.Name = "MenuFichaCuenta";
            this.MenuFichaCuenta.Size = new System.Drawing.Size(80, 35);
            this.MenuFichaCuenta.Text = "Ficha Cuenta";
            this.MenuFichaCuenta.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuFichaCuenta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuExcel
            // 
            this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image")));
            this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuExcel.Name = "MenuExcel";
            this.MenuExcel.Size = new System.Drawing.Size(37, 35);
            this.MenuExcel.Text = "Excel";
            this.MenuExcel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuSalir
            // 
            this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
            this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuSalir.Name = "MenuSalir";
            this.MenuSalir.Size = new System.Drawing.Size(33, 35);
            this.MenuSalir.Text = "Salir";
            this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click);
            // 
            // ChartProspectos
            // 
            this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.ChartProspectos.Diagram = xyDiagram1;
            this.ChartProspectos.Location = new System.Drawing.Point(5, 401);
            this.ChartProspectos.Name = "ChartProspectos";
            stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series1.Label = stackedBarSeriesLabel1;
            series1.Name = "Propuesta";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
            series1.View = stackedBarSeriesView1;
            stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series2.Label = stackedBarSeriesLabel2;
            series2.Name = "Asignada";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint8,
            seriesPoint9,
            seriesPoint10,
            seriesPoint11,
            seriesPoint12,
            seriesPoint13,
            seriesPoint14});
            series2.View = stackedBarSeriesView2;
            stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            series3.Label = stackedBarSeriesLabel3;
            series3.Name = "Revisión";
            series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint15,
            seriesPoint16,
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20,
            seriesPoint21});
            series3.View = stackedBarSeriesView3;
            this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
            stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel4;
            this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView4;
            this.ChartProspectos.Size = new System.Drawing.Size(464, 145);
            this.ChartProspectos.TabIndex = 71;
            // 
            // gridObservaciones
            // 
            this.gridObservaciones.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.gridObservaciones.Location = new System.Drawing.Point(525, 378);
            this.gridObservaciones.MainView = this.gridViewObs;
            this.gridObservaciones.Name = "gridObservaciones";
            this.gridObservaciones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repSel,
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemMemoExEdit1});
            this.gridObservaciones.Size = new System.Drawing.Size(427, 168);
            this.gridObservaciones.TabIndex = 72;
            this.gridObservaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewObs,
            this.gridView3});
            // 
            // gridViewObs
            // 
            this.gridViewObs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColCodigo,
            this.gridTema,
            this.gridColFecha});
            this.gridViewObs.CustomizationFormBounds = new System.Drawing.Rectangle(592, 334, 208, 170);
            this.gridViewObs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridViewObs.GridControl = this.gridObservaciones;
            this.gridViewObs.Name = "gridViewObs";
            this.gridViewObs.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled;
            this.gridViewObs.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewObs.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridViewObs.OptionsView.ShowGroupPanel = false;
            this.gridViewObs.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewObs_RowStyle);
            // 
            // gridColCodigo
            // 
            this.gridColCodigo.Caption = "Usuario";
            this.gridColCodigo.FieldName = "ObjUsuario.NombreUsuario";
            this.gridColCodigo.Name = "gridColCodigo";
            this.gridColCodigo.OptionsColumn.AllowEdit = false;
            this.gridColCodigo.OptionsColumn.ReadOnly = true;
            this.gridColCodigo.Visible = true;
            this.gridColCodigo.VisibleIndex = 0;
            this.gridColCodigo.Width = 63;
            // 
            // gridTema
            // 
            this.gridTema.AppearanceHeader.Options.UseTextOptions = true;
            this.gridTema.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridTema.Caption = "Observacion";
            this.gridTema.ColumnEdit = this.repositoryItemMemoExEdit1;
            this.gridTema.FieldName = "Observacion";
            this.gridTema.Name = "gridTema";
            this.gridTema.Visible = true;
            this.gridTema.VisibleIndex = 1;
            this.gridTema.Width = 276;
            // 
            // repositoryItemMemoExEdit1
            // 
            this.repositoryItemMemoExEdit1.AutoHeight = false;
            this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
            this.repositoryItemMemoExEdit1.ShowIcon = false;
            // 
            // gridColFecha
            // 
            this.gridColFecha.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColFecha.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColFecha.Caption = "Fecha";
            this.gridColFecha.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColFecha.FieldName = "FechaHora";
            this.gridColFecha.Name = "gridColFecha";
            this.gridColFecha.OptionsColumn.ReadOnly = true;
            this.gridColFecha.Visible = true;
            this.gridColFecha.VisibleIndex = 2;
            this.gridColFecha.Width = 76;
            // 
            // repSel
            // 
            this.repSel.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repSel.Appearance.Image")));
            this.repSel.Appearance.Options.UseImage = true;
            this.repSel.AutoHeight = false;
            this.repSel.Name = "repSel";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // gridView3
            // 
            this.gridView3.GridControl = this.gridObservaciones;
            this.gridView3.Name = "gridView3";
            // 
            // sButtonAgregarObservacion
            // 
            this.sButtonAgregarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarObservacion.Image")));
            this.sButtonAgregarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonAgregarObservacion.Location = new System.Drawing.Point(487, 522);
            this.sButtonAgregarObservacion.Name = "sButtonAgregarObservacion";
            this.sButtonAgregarObservacion.Size = new System.Drawing.Size(32, 24);
            this.sButtonAgregarObservacion.TabIndex = 77;
            this.sButtonAgregarObservacion.Click += new System.EventHandler(this.sButtonAgregarObservacion_Click);
            // 
            // sButtonEliminarObservacion
            // 
            this.sButtonEliminarObservacion.AutoSizeInLayoutControl = true;
            this.sButtonEliminarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarObservacion.Image")));
            this.sButtonEliminarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonEliminarObservacion.Location = new System.Drawing.Point(487, 492);
            this.sButtonEliminarObservacion.Name = "sButtonEliminarObservacion";
            this.sButtonEliminarObservacion.Size = new System.Drawing.Size(32, 24);
            this.sButtonEliminarObservacion.TabIndex = 76;
            this.sButtonEliminarObservacion.Click += new System.EventHandler(this.sButtonEliminarObservacion_Click);
            // 
            // sButtonGrabarObs
            // 
            this.sButtonGrabarObs.Image = ((System.Drawing.Image)(resources.GetObject("sButtonGrabarObs.Image")));
            this.sButtonGrabarObs.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonGrabarObs.Location = new System.Drawing.Point(487, 379);
            this.sButtonGrabarObs.Name = "sButtonGrabarObs";
            this.sButtonGrabarObs.Size = new System.Drawing.Size(32, 29);
            this.sButtonGrabarObs.TabIndex = 75;
            this.sButtonGrabarObs.Click += new System.EventHandler(this.sButtonGrabarObs_Click);
            // 
            // ctrldxError
            // 
            this.ctrldxError.ContainerControl = this;
            // 
            // DateHasta
            // 
            this.DateHasta.EditValue = null;
            this.DateHasta.Location = new System.Drawing.Point(102, 376);
            this.DateHasta.Name = "DateHasta";
            this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateHasta.Size = new System.Drawing.Size(91, 20);
            this.DateHasta.TabIndex = 79;
            this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged);
            this.DateHasta.Leave += new System.EventHandler(this.DateHasta_Leave);
            // 
            // DateDesde
            // 
            this.DateDesde.EditValue = null;
            this.DateDesde.Location = new System.Drawing.Point(5, 375);
            this.DateDesde.Name = "DateDesde";
            this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateDesde.Size = new System.Drawing.Size(91, 20);
            this.DateDesde.TabIndex = 78;
            this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged);
            this.DateDesde.Leave += new System.EventHandler(this.DateDesde_Leave);
            // 
            // sBActualizar
            // 
            this.sBActualizar.Image = ((System.Drawing.Image)(resources.GetObject("sBActualizar.Image")));
            this.sBActualizar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sBActualizar.Location = new System.Drawing.Point(199, 376);
            this.sBActualizar.Name = "sBActualizar";
            this.sBActualizar.Size = new System.Drawing.Size(41, 20);
            this.sBActualizar.TabIndex = 80;
            this.sBActualizar.ToolTip = "Actualizar Gráfico";
            this.sBActualizar.Click += new System.EventHandler(this.sBActualizar_Click);
            // 
            // frmRevisarAsigMetas
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(956, 549);
            this.Controls.Add(this.sBActualizar);
            this.Controls.Add(this.DateHasta);
            this.Controls.Add(this.DateDesde);
            this.Controls.Add(this.sButtonAgregarObservacion);
            this.Controls.Add(this.sButtonEliminarObservacion);
            this.Controls.Add(this.sButtonGrabarObs);
            this.Controls.Add(this.gridObservaciones);
            this.Controls.Add(this.ChartProspectos);
            this.Controls.Add(this.toolStripBarraLlamada);
            this.Controls.Add(this.gridProspectos);
            this.Name = "frmRevisarAsigMetas";
            this.Text = "Mis TARGETS";
            this.Load += new System.EventHandler(this.frmRevisarAsigMetas_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit();
            this.gridProspectos.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridMisProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            this.toolStripBarraLlamada.ResumeLayout(false);
            this.toolStripBarraLlamada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(electricMonth));
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
            this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCellMonth = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCellAmountUnit = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrLabelFromTo = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
            this.xrLabelRoomFrom = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelBuilding = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelMeterModel = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelMeterSerial = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelFromDate = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelDatePrint = new DevExpress.XtraReports.UI.XRLabel();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable2});
            this.Detail.HeightF = 23.95833F;
            this.Detail.LockedInUserDesigner = true;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTable2
            // 
            this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(99.70834F, 0F);
            this.xrTable2.Name = "xrTable2";
            this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow2});
            this.xrTable2.SizeF = new System.Drawing.SizeF(500F, 23.95833F);
            this.xrTable2.StylePriority.UseBorders = false;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell4,
            this.xrTableCell5});
            this.xrTableRow2.Name = "xrTableRow2";
            this.xrTableRow2.Weight = 1;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.month_list")});
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.StylePriority.UseTextAlignment = false;
            this.xrTableCell4.Text = "xrTableCell4";
            this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell4.Weight = 1;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.sum_total", "{0:n2}")});
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.StylePriority.UseTextAlignment = false;
            this.xrTableCell5.Text = "xrTableCell5";
            this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell5.Weight = 2;
            // 
            // TopMargin
            // 
            this.TopMargin.HeightF = 9F;
            this.TopMargin.LockedInUserDesigner = true;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // BottomMargin
            // 
            this.BottomMargin.LockedInUserDesigner = true;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // formattingRule1
            // 
            this.formattingRule1.Name = "formattingRule1";
            // 
            // ReportHeader
            // 
            this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1,
            this.xrLabelFromTo,
            this.xrLabel5,
            this.xrChart1,
            this.xrLabelRoomFrom,
            this.xrLabel4,
            this.xrLabelBuilding,
            this.xrLabelMeterModel,
            this.xrLabel7,
            this.xrLabel2,
            this.xrLabel6,
            this.xrLabelMeterSerial,
            this.xrLabel14,
            this.xrLabelFromDate,
            this.xrLabel1,
            this.xrLabelDatePrint});
            this.ReportHeader.HeightF = 601.0417F;
            this.ReportHeader.Name = "ReportHeader";
            // 
            // xrTable1
            // 
            this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(99.70834F, 568.75F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(500F, 32.29169F);
            this.xrTable1.StylePriority.UseBorders = false;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCellMonth,
            this.xrTableCellAmountUnit});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1;
            // 
            // xrTableCellMonth
            // 
            this.xrTableCellMonth.CanGrow = false;
            this.xrTableCellMonth.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrTableCellMonth.Name = "xrTableCellMonth";
            this.xrTableCellMonth.StylePriority.UseFont = false;
            this.xrTableCellMonth.StylePriority.UseTextAlignment = false;
            this.xrTableCellMonth.Text = "à´×͹";
            this.xrTableCellMonth.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCellMonth.Weight = 1;
            // 
            // xrTableCellAmountUnit
            // 
            this.xrTableCellAmountUnit.CanGrow = false;
            this.xrTableCellAmountUnit.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrTableCellAmountUnit.Name = "xrTableCellAmountUnit";
            this.xrTableCellAmountUnit.StylePriority.UseFont = false;
            this.xrTableCellAmountUnit.StylePriority.UseTextAlignment = false;
            this.xrTableCellAmountUnit.Text = "¨Ó¹Ç¹Ë¹èÇ·Õèãªé";
            this.xrTableCellAmountUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCellAmountUnit.Weight = 2;
            // 
            // xrLabelFromTo
            // 
            this.xrLabelFromTo.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelFromTo.LocationFloat = new DevExpress.Utils.PointFloat(481.25F, 136.4583F);
            this.xrLabelFromTo.Multiline = true;
            this.xrLabelFromTo.Name = "xrLabelFromTo";
            this.xrLabelFromTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelFromTo.SizeF = new System.Drawing.SizeF(221.6797F, 31.62497F);
            this.xrLabelFromTo.StylePriority.UseFont = false;
            this.xrLabelFromTo.Text = "$To";
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(406.25F, 136.4583F);
            this.xrLabel5.Multiline = true;
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(60.41672F, 31.62498F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.Text = "¶Ö§";
            // 
            // xrChart1
            // 
            this.xrChart1.AppearanceName = "Gray";
            this.xrChart1.BorderColor = System.Drawing.Color.Black;
            this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.LabelsResolveOverlappingMinIndent = -5;
            this.xrChart1.Diagram = xyDiagram1;
            this.xrChart1.IndicatorsPaletteName = "Default";
            this.xrChart1.Legend.Visible = false;
            this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 306.625F);
            this.xrChart1.Name = "xrChart1";
            this.xrChart1.PaletteBaseColorNumber = 2;
            this.xrChart1.PaletteName = "Nature Colors";
            sideBySideBarSeriesLabel1.Indent = 5;
            sideBySideBarSeriesLabel1.LineVisible = true;
            sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
            sideBySideBarSeriesLabel1.Shadow.Visible = true;
            series1.Label = sideBySideBarSeriesLabel1;
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            series1.LegendPointOptions = pointOptions1;
            series1.Name = "Series1";
            series1.ShowInLegend = false;
            series1.SynchronizePointOptions = false;
            sideBySideBarSeriesView1.Shadow.Visible = true;
            series1.View = sideBySideBarSeriesView1;
            this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            sideBySideBarSeriesLabel2.LineVisible = true;
            this.xrChart1.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            this.xrChart1.SizeF = new System.Drawing.SizeF(725.9996F, 235.4166F);
            // 
            // xrLabelRoomFrom
            // 
            this.xrLabelRoomFrom.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "getReportIncome.coderef")});
            this.xrLabelRoomFrom.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelRoomFrom.LocationFloat = new DevExpress.Utils.PointFloat(570.8334F, 210.4167F);
            this.xrLabelRoomFrom.Multiline = true;
            this.xrLabelRoomFrom.Name = "xrLabelRoomFrom";
            this.xrLabelRoomFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelRoomFrom.SizeF = new System.Drawing.SizeF(98.95831F, 31.625F);
            this.xrLabelRoomFrom.StylePriority.UseFont = false;
            this.xrLabelRoomFrom.StylePriority.UseTextAlignment = false;
            this.xrLabelRoomFrom.Text = "xrLabelRoomFrom";
            this.xrLabelRoomFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(457.2917F, 210.4167F);
            this.xrLabel4.Multiline = true;
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(113.5418F, 31.62495F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "Ëéͧ : ";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLabelBuilding
            // 
            this.xrLabelBuilding.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "getReportIncome.building_label")});
            this.xrLabelBuilding.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelBuilding.LocationFloat = new DevExpress.Utils.PointFloat(181.25F, 210.4167F);
            this.xrLabelBuilding.Multiline = true;
            this.xrLabelBuilding.Name = "xrLabelBuilding";
            this.xrLabelBuilding.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelBuilding.SizeF = new System.Drawing.SizeF(267.7783F, 31.62491F);
            this.xrLabelBuilding.StylePriority.UseFont = false;
            this.xrLabelBuilding.StylePriority.UseTextAlignment = false;
            this.xrLabelBuilding.Text = "xrLabelBuilding";
            this.xrLabelBuilding.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrLabelMeterModel
            // 
            this.xrLabelMeterModel.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelMeterModel.LocationFloat = new DevExpress.Utils.PointFloat(169.7917F, 247.9167F);
            this.xrLabelMeterModel.Multiline = true;
            this.xrLabelMeterModel.Name = "xrLabelMeterModel";
            this.xrLabelMeterModel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelMeterModel.SizeF = new System.Drawing.SizeF(279.7101F, 31.62495F);
            this.xrLabelMeterModel.StylePriority.UseFont = false;
            this.xrLabelMeterModel.StylePriority.UseTextAlignment = false;
            this.xrLabelMeterModel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrLabel7
            // 
            this.xrLabel7.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(457.2917F, 247.9167F);
            this.xrLabel7.Multiline = true;
            this.xrLabel7.Name = "xrLabel7";
            this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel7.SizeF = new System.Drawing.SizeF(113.5417F, 31.62497F);
            this.xrLabel7.StylePriority.UseFont = false;
            this.xrLabel7.StylePriority.UseTextAlignment = false;
            this.xrLabel7.Text = "ËÁÒÂàÅ¢ÁÔàµÍÃì : ";
            this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(55.20837F, 210.4167F);
            this.xrLabel2.Multiline = true;
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(114.5834F, 31.625F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "ÍÒ¤ÒÃ : ";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLabel6
            // 
            this.xrLabel6.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(55.20837F, 247.9167F);
            this.xrLabel6.Multiline = true;
            this.xrLabel6.Name = "xrLabel6";
            this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel6.SizeF = new System.Drawing.SizeF(114.5834F, 31.625F);
            this.xrLabel6.StylePriority.UseFont = false;
            this.xrLabel6.StylePriority.UseTextAlignment = false;
            this.xrLabel6.Text = "ÃØè¹ÁÔàµÍÃì : ";
            this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLabelMeterSerial
            // 
            this.xrLabelMeterSerial.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelMeterSerial.LocationFloat = new DevExpress.Utils.PointFloat(570.8334F, 247.9167F);
            this.xrLabelMeterSerial.Multiline = true;
            this.xrLabelMeterSerial.Name = "xrLabelMeterSerial";
            this.xrLabelMeterSerial.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelMeterSerial.SizeF = new System.Drawing.SizeF(98.95831F, 31.625F);
            this.xrLabelMeterSerial.StylePriority.UseFont = false;
            this.xrLabelMeterSerial.StylePriority.UseTextAlignment = false;
            this.xrLabelMeterSerial.Text = "A";
            this.xrLabelMeterSerial.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrLabel14
            // 
            this.xrLabel14.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(92.70834F, 136.4583F);
            this.xrLabel14.Multiline = true;
            this.xrLabel14.Name = "xrLabel14";
            this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel14.SizeF = new System.Drawing.SizeF(60.41672F, 31.62498F);
            this.xrLabel14.StylePriority.UseFont = false;
            this.xrLabel14.Text = "à´×͹";
            // 
            // xrLabelFromDate
            // 
            this.xrLabelFromDate.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelFromDate.LocationFloat = new DevExpress.Utils.PointFloat(167.7083F, 136.4583F);
            this.xrLabelFromDate.Multiline = true;
            this.xrLabelFromDate.Name = "xrLabelFromDate";
            this.xrLabelFromDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelFromDate.SizeF = new System.Drawing.SizeF(221.6797F, 31.62497F);
            this.xrLabelFromDate.StylePriority.UseFont = false;
            this.xrLabelFromDate.Text = "$Start";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Top;
            this.xrLabel1.BorderWidth = 2;
            this.xrLabel1.Font = new System.Drawing.Font("Angsana New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(725.9996F, 41.74998F);
            this.xrLabel1.StylePriority.UseBorders = false;
            this.xrLabel1.StylePriority.UseBorderWidth = false;
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "Electricity Consummation Monthly Report ( ÃÒ§ҹ˹èÇ¡ÒÃãªéä¿¿éÒµèÍà´×͹)";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLabelDatePrint
            // 
            this.xrLabelDatePrint.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabelDatePrint.LocationFloat = new DevExpress.Utils.PointFloat(349.5417F, 0F);
            this.xrLabelDatePrint.Name = "xrLabelDatePrint";
            this.xrLabelDatePrint.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabelDatePrint.SizeF = new System.Drawing.SizeF(376.4583F, 31.62502F);
            this.xrLabelDatePrint.StylePriority.UseFont = false;
            this.xrLabelDatePrint.StylePriority.UseTextAlignment = false;
            this.xrLabelDatePrint.Text = "¾ÔÁ¾ìÇѹ·Õè";
            this.xrLabelDatePrint.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel3,
            this.xrPageInfo1});
            this.PageFooter.Expanded = false;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.29165F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(725.9996F, 36.54169F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.Text = "* Null : äÁèÁÕ¡Òúѹ·Ö¡ * N/A : ˹èÇ·ÕèºÑ¹·Ö¡äÁèÊÁºÙóì";
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(289.3881F, 77.00002F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrPageInfo1.StylePriority.UseTextAlignment = false;
            this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // electricMonth
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.ReportHeader,
            this.PageFooter});
            this.DataMember = "Table1";
            this.DataSourceSchema = resources.GetString("$this.DataSourceSchema");
            this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
            this.formattingRule1});
            this.Margins = new System.Drawing.Printing.Margins(50, 51, 9, 100);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Version = "10.2";
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.Series                   series1             = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1 = new DevExpress.XtraCharts.DoughnutSeriesView();
            DevExpress.XtraCharts.Series                   series2             = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView2 = new DevExpress.XtraCharts.DoughnutSeriesView();
            DevExpress.XtraCharts.Series                   series3             = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView3 = new DevExpress.XtraCharts.DoughnutSeriesView();
            DevExpress.XtraCharts.Series                   series4             = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView4 = new DevExpress.XtraCharts.DoughnutSeriesView();
            System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(ChartResultForm));
            this.crt1      = new DevExpress.XtraCharts.ChartControl();
            this.btnOk     = new System.Windows.Forms.Button();
            this.crt2      = new DevExpress.XtraCharts.ChartControl();
            this.crt3      = new DevExpress.XtraCharts.ChartControl();
            this.crt4      = new DevExpress.XtraCharts.ChartControl();
            this.txtTitle1 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.crt1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).BeginInit();
            this.SuspendLayout();
            //
            // crt1
            //
            this.crt1.BackColor = System.Drawing.SystemColors.Control;
            this.crt1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt1.Legend.Name       = "Default Legend";
            this.crt1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt1.Location          = new System.Drawing.Point(78, 79);
            this.crt1.Name = "crt1";
            series1.Name   = "Series 1";
            series1.View   = doughnutSeriesView1;
            this.crt1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series1
            };
            this.crt1.Size     = new System.Drawing.Size(368, 229);
            this.crt1.TabIndex = 0;
            //
            // btnOk
            //
            this.btnOk.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.btnOk.Location = new System.Drawing.Point(845, 576);
            this.btnOk.Name     = "btnOk";
            this.btnOk.Size     = new System.Drawing.Size(78, 30);
            this.btnOk.TabIndex = 1;
            this.btnOk.Text     = "다음";
            this.btnOk.UseVisualStyleBackColor = true;
            //
            // crt2
            //
            this.crt2.BackColor = System.Drawing.SystemColors.Control;
            this.crt2.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt2.Legend.Name       = "Default Legend";
            this.crt2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt2.Location          = new System.Drawing.Point(492, 80);
            this.crt2.Name = "crt2";
            series2.Name   = "Series 1";
            series2.View   = doughnutSeriesView2;
            this.crt2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series2
            };
            this.crt2.Size     = new System.Drawing.Size(368, 229);
            this.crt2.TabIndex = 3;
            //
            // crt3
            //
            this.crt3.BackColor = System.Drawing.SystemColors.Control;
            this.crt3.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt3.IndicatorsPaletteName    = "Blue Green";
            this.crt3.Legend.Name       = "Default Legend";
            this.crt3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt3.Location          = new System.Drawing.Point(78, 327);
            this.crt3.Name = "crt3";
            series3.Name   = "Series 1";
            series3.View   = doughnutSeriesView3;
            this.crt3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series3
            };
            this.crt3.Size     = new System.Drawing.Size(368, 229);
            this.crt3.TabIndex = 4;
            //
            // crt4
            //
            this.crt4.BackColor = System.Drawing.SystemColors.Control;
            this.crt4.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt4.Legend.Name       = "Default Legend";
            this.crt4.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.crt4.Location          = new System.Drawing.Point(492, 327);
            this.crt4.Name = "crt4";
            series4.Name   = "Series 1";
            series4.View   = doughnutSeriesView4;
            this.crt4.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series4
            };
            this.crt4.Size     = new System.Drawing.Size(368, 229);
            this.crt4.TabIndex = 5;
            //
            // txtTitle1
            //
            this.txtTitle1.BackColor   = System.Drawing.SystemColors.Control;
            this.txtTitle1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtTitle1.Cursor      = System.Windows.Forms.Cursors.IBeam;
            this.txtTitle1.Dock        = System.Windows.Forms.DockStyle.Top;
            this.txtTitle1.Font        = new System.Drawing.Font("Pyunji R", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.txtTitle1.Location    = new System.Drawing.Point(0, 0);
            this.txtTitle1.Name        = "txtTitle1";
            this.txtTitle1.Size        = new System.Drawing.Size(939, 39);
            this.txtTitle1.TabIndex    = 6;
            this.txtTitle1.Text        = "나의 MBTI 유형은 ?";
            this.txtTitle1.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // ChartResultForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(939, 620);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.txtTitle1);
            this.Controls.Add(this.crt4);
            this.Controls.Add(this.crt3);
            this.Controls.Add(this.crt2);
            this.Controls.Add(this.crt1);
//            this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("ChartResultForm.IconOptions.SvgImage")));
            this.Name = "ChartResultForm";
            this.Text = "ChartResult";
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.crt4)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SimpleDiagram3D  simpleDiagram3D1  = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions1  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint(11, new object[] {
         ((object)(10))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(12, new object[] {
         ((object)(20))
     }, 1);
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(13, new object[] {
         ((object)(5))
     }, 3);
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(14, new object[] {
         ((object)(8))
     }, 4);
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(15, new object[] {
         ((object)(10))
     }, 5);
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(16, new object[] {
         ((object)(20))
     }, 6);
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(17, new object[] {
         ((object)(25))
     }, 7);
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(18, new object[] {
         ((object)(10))
     }, 8);
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(19, new object[] {
         ((object)(10))
     }, 9);
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView1  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView2  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.dtEnd           = new System.Windows.Forms.DateTimePicker();
     this.label1          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.dtBeginDate     = new System.Windows.Forms.DateTimePicker();
     this.nineCBSmallDept = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
     this.label3          = new System.Windows.Forms.Label();
     this.chartControl1   = new DevExpress.XtraCharts.ChartControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtEnd);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtBeginDate);
     this.groupBox1.Controls.Add(this.nineCBSmallDept);
     this.groupBox1.Controls.Add(this.label3);
     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(772, 67);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "分析条件";
     //
     // dtEnd
     //
     this.dtEnd.CustomFormat = "yyyy-MM-dd";
     this.dtEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtEnd.Location     = new System.Drawing.Point(411, 20);
     this.dtEnd.Name         = "dtEnd";
     this.dtEnd.Size         = new System.Drawing.Size(101, 21);
     this.dtEnd.TabIndex     = 17;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(382, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(23, 12);
     this.label1.TabIndex = 16;
     this.label1.Text     = "至 ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(202, 23);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 15;
     this.label6.Text     = "分析日期:";
     //
     // dtBeginDate
     //
     this.dtBeginDate.CustomFormat = "yyyy-MM-dd";
     this.dtBeginDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtBeginDate.Location     = new System.Drawing.Point(275, 18);
     this.dtBeginDate.Name         = "dtBeginDate";
     this.dtBeginDate.Size         = new System.Drawing.Size(101, 21);
     this.dtBeginDate.TabIndex     = 8;
     //
     // nineCBSmallDept
     //
     this.nineCBSmallDept.ArrowBackColor     = System.Drawing.SystemColors.Control;
     this.nineCBSmallDept.DropDownHeight     = 424;
     this.nineCBSmallDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.nineCBSmallDept.FormattingEnabled  = true;
     this.nineCBSmallDept.IntegralHeight     = false;
     this.nineCBSmallDept.IsEnter2Tab        = false;
     this.nineCBSmallDept.IsFlat             = false;
     this.nineCBSmallDept.IsLike             = true;
     this.nineCBSmallDept.IsListOnly         = false;
     this.nineCBSmallDept.IsPopForm          = true;
     this.nineCBSmallDept.IsShowCustomerList = false;
     this.nineCBSmallDept.IsShowID           = false;
     this.nineCBSmallDept.Location           = new System.Drawing.Point(58, 20);
     this.nineCBSmallDept.Name             = "nineCBSmallDept";
     this.nineCBSmallDept.PopForm          = null;
     this.nineCBSmallDept.ShowCustomerList = false;
     this.nineCBSmallDept.ShowID           = false;
     this.nineCBSmallDept.Size             = new System.Drawing.Size(121, 20);
     this.nineCBSmallDept.Style            = NineVigor.FrameWork.WinForms.Controls.StyleType.Flat;
     this.nineCBSmallDept.TabIndex         = 6;
     this.nineCBSmallDept.Tag        = "";
     this.nineCBSmallDept.ToolBarUse = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 25);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "部门:";
     //
     // chartControl1
     //
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartControl1.Diagram = simpleDiagram3D1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Location   = new System.Drawing.Point(0, 67);
     this.chartControl1.Name       = "chartControl1";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.Qualitative;
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.LegendPointOptions = piePointOptions1;
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9
     });
     series1.SynchronizePointOptions = false;
     series1.TopNOptions.Mode        = DevExpress.XtraCharts.TopNMode.ThresholdValue;
     series1.View = pie3DSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pie3DSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartControl1.SeriesTemplate.View  = pie3DSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(772, 452);
     this.chartControl1.TabIndex = 6;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
     chartTitle1.Text            = "住院证开立时间段分析";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ucInMainArea
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.groupBox1);
     this.Name  = "ucInMainArea";
     this.Size  = new System.Drawing.Size(772, 519);
     this.Load += new System.EventHandler(this.ucInMainArea_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series9    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(35D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(20D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(5D, new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(6D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(7D, new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(8D, new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(9D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(10D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(11D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(12D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(13D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(14D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(15D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(16D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(17D, new object[] {
         ((object)(5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(18D, new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(19D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(20D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.ChartTitle     chartTitle5     = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.Series         series10        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel5 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint111  = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(35D))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2D))
     }, 1);
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView7  = new DevExpress.XtraCharts.PieSeriesView(new int[0]);
     DevExpress.XtraCharts.SeriesTitle    seriesTitle5    = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series         series11        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel6 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint113  = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(35D))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2D))
     }, 1);
     DevExpress.XtraCharts.PieSeriesView pieSeriesView8 = new DevExpress.XtraCharts.PieSeriesView(new int[0]);
     DevExpress.XtraCharts.SeriesTitle   seriesTitle6   = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series        series12       = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint   seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(35D))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2D))
     }, 1);
     DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(1D))
     }, 2);
     DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(20D))
     }, 3);
     DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(5D, new object[] {
         ((object)(8D))
     }, 4);
     DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(6D, new object[] {
         ((object)(2D))
     }, 5);
     DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(7D, new object[] {
         ((object)(8D))
     }, 6);
     DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(9D, new object[] {
         ((object)(2D))
     }, 7);
     DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(10D, new object[] {
         ((object)(1D))
     }, 8);
     DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(11D, new object[] {
         ((object)(0D))
     }, 9);
     DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(12D, new object[] {
         ((object)(0D))
     }, 10);
     DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(13D, new object[] {
         ((object)(0D))
     }, 11);
     DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(14D, new object[] {
         ((object)(0D))
     }, 12);
     DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(15D, new object[] {
         ((object)(2D))
     }, 13);
     DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(16D, new object[] {
         ((object)(0D))
     }, 14);
     DevExpress.XtraCharts.SeriesPoint seriesPoint130 = new DevExpress.XtraCharts.SeriesPoint(17D, new object[] {
         ((object)(0D))
     }, 15);
     DevExpress.XtraCharts.SeriesPoint seriesPoint131 = new DevExpress.XtraCharts.SeriesPoint(5D, new object[] {
         ((object)(0D))
     }, 16);
     DevExpress.XtraCharts.SeriesPoint seriesPoint132 = new DevExpress.XtraCharts.SeriesPoint(18D, new object[] {
         ((object)(0D))
     }, 17);
     DevExpress.XtraCharts.SeriesPoint seriesPoint133 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(0D))
     }, 18);
     DevExpress.XtraCharts.SeriesPoint seriesPoint134 = new DevExpress.XtraCharts.SeriesPoint(19D, new object[] {
         ((object)(2D))
     }, 19);
     DevExpress.XtraCharts.SeriesPoint seriesPoint135 = new DevExpress.XtraCharts.SeriesPoint(20D, new object[] {
         ((object)(1D))
     }, 20);
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView9 = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle6    = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(ChildModuleOf统计分析));
     this.groupControl2                = new DevExpress.XtraEditors.GroupControl();
     this.radioGroup_特征信息              = new DevExpress.XtraEditors.RadioGroup();
     this.chartControl1                = new DevExpress.XtraCharts.ChartControl();
     this.panelControl2                = new DevExpress.XtraEditors.PanelControl();
     this.xtraTabControl1              = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1                 = new DevExpress.XtraTab.XtraTabPage();
     this.panel5                       = new System.Windows.Forms.Panel();
     this.groupControl1                = new DevExpress.XtraEditors.GroupControl();
     this.chartControl_故障原因综合          = new DevExpress.XtraCharts.ChartControl();
     this.chartControl_正常_故障百分比        = new DevExpress.XtraCharts.ChartControl();
     this.panel4                       = new System.Windows.Forms.Panel();
     this.groupControl3                = new DevExpress.XtraEditors.GroupControl();
     this.gridControl_最劣值              = new DevExpress.XtraGrid.GridControl();
     this.gridView_最劣值                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemComboBox2      = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemTextEdit2      = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemImageEdit2     = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.xtraTabPage2                 = new DevExpress.XtraTab.XtraTabPage();
     this.panel3                       = new System.Windows.Forms.Panel();
     this.chartControl2                = new DevExpress.XtraCharts.ChartControl();
     this.panel2                       = new System.Windows.Forms.Panel();
     this.panel1                       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup_特征信息.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_故障原因综合)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_正常_故障百分比)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView8)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_最劣值)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_最劣值)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView9)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl2
     //
     this.groupControl2.AppearanceCaption.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl2.AppearanceCaption.Options.UseFont = true;
     this.groupControl2.CaptionImageOptions.SvgImage      = global::数据管理模块.Properties.Resources.m_reports;
     this.groupControl2.CaptionImageOptions.SvgImageSize  = new System.Drawing.Size(32, 32);
     this.groupControl2.Controls.Add(this.radioGroup_特征信息);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(257, 855);
     this.groupControl2.TabIndex = 4;
     this.groupControl2.Text     = "特征信息";
     //
     // radioGroup_特征信息
     //
     this.radioGroup_特征信息.Dock     = System.Windows.Forms.DockStyle.Top;
     this.radioGroup_特征信息.Location = new System.Drawing.Point(2, 39);
     this.radioGroup_特征信息.Name     = "radioGroup_特征信息";
     this.radioGroup_特征信息.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup_特征信息.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup_特征信息.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.radioGroup_特征信息.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "频点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "通道号"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "增益"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "信噪比"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "通道带内起伏"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "通道间幅度一致性"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "功耗"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "隔离度")
     });
     this.radioGroup_特征信息.Size     = new System.Drawing.Size(253, 222);
     this.radioGroup_特征信息.TabIndex = 0;
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram3.Rotated                           = true;
     this.chartControl1.Diagram                   = xyDiagram3;
     this.chartControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name               = "Default Legend";
     this.chartControl1.Legend.Visibility         = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location                  = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                      = "chartControl1";
     sideBySideBarSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel3.Position           = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel3.TextAlignment      = System.Drawing.StringAlignment.Far;
     series9.Label            = sideBySideBarSeriesLabel3;
     series9.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series9.Name             = "Series 1";
     series9.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint91,
         seriesPoint92,
         seriesPoint93,
         seriesPoint94,
         seriesPoint95,
         seriesPoint96,
         seriesPoint97,
         seriesPoint98,
         seriesPoint99,
         seriesPoint100,
         seriesPoint101,
         seriesPoint102,
         seriesPoint103,
         seriesPoint104,
         seriesPoint105,
         seriesPoint106,
         seriesPoint107,
         seriesPoint108,
         seriesPoint109,
         seriesPoint110
     });
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series9
     };
     this.chartControl1.Size     = new System.Drawing.Size(1075, 397);
     this.chartControl1.TabIndex = 0;
     chartTitle5.Font            = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     chartTitle5.Text            = "通道号-故障情况统计";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle5
     });
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.xtraTabControl1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1338, 884);
     this.panelControl2.TabIndex = 2;
     //
     // 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(1338, 884);
     this.xtraTabControl1.TabIndex        = 3;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.panel5);
     this.xtraTabPage1.Controls.Add(this.panel4);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(1332, 855);
     this.xtraTabPage1.Text = "分析概览";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.groupControl1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(837, 855);
     this.panel5.TabIndex = 8;
     //
     // groupControl1
     //
     this.groupControl1.AppearanceCaption.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl1.AppearanceCaption.Options.UseFont = true;
     this.groupControl1.CaptionImageOptions.SvgImage      = global::数据管理模块.Properties.Resources.数据;
     this.groupControl1.CaptionImageOptions.SvgImageSize  = new System.Drawing.Size(32, 32);
     this.groupControl1.Controls.Add(this.chartControl_故障原因综合);
     this.groupControl1.Controls.Add(this.chartControl_正常_故障百分比);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(837, 855);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text     = "概况";
     //
     // chartControl_故障原因综合
     //
     this.chartControl_故障原因综合.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl_故障原因综合.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartControl_故障原因综合.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl_故障原因综合.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl_故障原因综合.Legend.Name       = "Default Legend";
     this.chartControl_故障原因综合.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl_故障原因综合.Location          = new System.Drawing.Point(2, 443);
     this.chartControl_故障原因综合.Name = "chartControl_故障原因综合";
     this.chartControl_故障原因综合.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series10.ArgumentDataMember = "NAME";
     pieSeriesLabel5.TextPattern = "{A}:{VP:0.00%}  {V}";
     series10.Label            = pieSeriesLabel5;
     series10.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series10.Name             = "Series 1";
     series10.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint111,
         seriesPoint112
     });
     series10.ValueDataMembersSerializable = "VALUE";
     pieSeriesView7.Border.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     pieSeriesView7.ExplodeMode            = DevExpress.XtraCharts.PieExplodeMode.UsePoints;
     seriesTitle5.Text = "故障原因综合统计";
     pieSeriesView7.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle5
     });
     series10.View = pieSeriesView7;
     this.chartControl_故障原因综合.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series10
     };
     this.chartControl_故障原因综合.Size     = new System.Drawing.Size(833, 410);
     this.chartControl_故障原因综合.TabIndex = 4;
     //
     // chartControl_正常_故障百分比
     //
     this.chartControl_正常_故障百分比.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl_正常_故障百分比.Dock = System.Windows.Forms.DockStyle.Top;
     this.chartControl_正常_故障百分比.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl_正常_故障百分比.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl_正常_故障百分比.Legend.Name       = "Default Legend";
     this.chartControl_正常_故障百分比.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl_正常_故障百分比.Location          = new System.Drawing.Point(2, 39);
     this.chartControl_正常_故障百分比.Name = "chartControl_正常_故障百分比";
     this.chartControl_正常_故障百分比.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series11.ArgumentDataMember       = "NAME";
     series11.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.False;
     pieSeriesLabel6.TextPattern       = "{A}:{VP:0.00%}  {V}";
     series11.Label            = pieSeriesLabel6;
     series11.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series11.Name             = "Series 1";
     series11.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint113,
         seriesPoint114
     });
     series11.ValueDataMembersSerializable = "VALUE";
     pieSeriesView8.Border.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     pieSeriesView8.ExplodeMode            = DevExpress.XtraCharts.PieExplodeMode.UsePoints;
     seriesTitle6.Text = "故障数量占比统计";
     pieSeriesView8.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle6
     });
     series11.View = pieSeriesView8;
     this.chartControl_正常_故障百分比.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series11
     };
     this.chartControl_正常_故障百分比.Size     = new System.Drawing.Size(833, 404);
     this.chartControl_正常_故障百分比.TabIndex = 3;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.groupControl3);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(837, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(495, 855);
     this.panel4.TabIndex = 7;
     //
     // groupControl3
     //
     this.groupControl3.AppearanceCaption.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl3.AppearanceCaption.Options.UseFont = true;
     this.groupControl3.CaptionImageOptions.SvgImage      = global::数据管理模块.Properties.Resources.数据1;
     this.groupControl3.CaptionImageOptions.SvgImageSize  = new System.Drawing.Size(32, 32);
     this.groupControl3.Controls.Add(this.gridControl_最劣值);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(495, 855);
     this.groupControl3.TabIndex = 6;
     this.groupControl3.Text     = "不合格测试项目最劣值统计";
     //
     // gridControl_最劣值
     //
     this.gridControl_最劣值.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl_最劣值.Location = new System.Drawing.Point(2, 39);
     this.gridControl_最劣值.MainView = this.gridView_最劣值;
     this.gridControl_最劣值.Name     = "gridControl_最劣值";
     this.gridControl_最劣值.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemComboBox2,
         this.repositoryItemTextEdit2,
         this.repositoryItemImageComboBox2,
         this.repositoryItemImageEdit2
     });
     this.gridControl_最劣值.Size     = new System.Drawing.Size(491, 814);
     this.gridControl_最劣值.TabIndex = 2;
     this.gridControl_最劣值.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView_最劣值
     });
     //
     // gridView_最劣值
     //
     this.gridView_最劣值.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn11,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17
     });
     this.gridView_最劣值.GridControl = this.gridControl_最劣值;
     this.gridView_最劣值.Name        = "gridView_最劣值";
     this.gridView_最劣值.OptionsBehavior.Editable     = false;
     this.gridView_最劣值.OptionsBehavior.ReadOnly     = true;
     this.gridView_最劣值.OptionsSelection.MultiSelect = true;
     this.gridView_最劣值.OptionsView.ShowGroupPanel   = false;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "ID";
     this.gridColumn11.FieldName = "ID";
     this.gridColumn11.Name      = "gridColumn11";
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "UUT编号";
     this.gridColumn13.FieldName = "UUT编号";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.ReadOnly = true;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width        = 89;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption   = "通道号";
     this.gridColumn14.FieldName = "通道号";
     this.gridColumn14.Name      = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 1;
     this.gridColumn14.Width        = 58;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "频点";
     this.gridColumn15.FieldName    = "频点";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 2;
     this.gridColumn15.Width        = 87;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption   = "测试项目";
     this.gridColumn16.FieldName = "测试项目";
     this.gridColumn16.Name      = "gridColumn16";
     this.gridColumn16.OptionsColumn.ReadOnly = true;
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 3;
     this.gridColumn16.Width        = 145;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption      = "测试结果";
     this.gridColumn17.FieldName    = "测试结果";
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 4;
     this.gridColumn17.Width        = 96;
     //
     // 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";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name       = "repositoryItemTextEdit2";
     //
     // repositoryItemImageComboBox2
     //
     this.repositoryItemImageComboBox2.AutoHeight = false;
     this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
     //
     // repositoryItemImageEdit2
     //
     this.repositoryItemImageEdit2.AutoHeight = false;
     this.repositoryItemImageEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit2.ContextImageOptions.SvgImage     = global::数据管理模块.Properties.Resources.xlsx;
     this.repositoryItemImageEdit2.ContextImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
     this.repositoryItemImageEdit2.Name = "repositoryItemImageEdit2";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.panel3);
     this.xtraTabPage2.Controls.Add(this.panel2);
     this.xtraTabPage2.Controls.Add(this.panel1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(1332, 855);
     this.xtraTabPage2.Text = "特征分析";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.chartControl2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(257, 397);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1075, 458);
     this.panel3.TabIndex = 3;
     //
     // chartControl2
     //
     this.chartControl2.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.Name         = "Default Legend";
     this.chartControl2.Legend.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl2.Location            = new System.Drawing.Point(0, 0);
     this.chartControl2.Name                = "chartControl2";
     this.chartControl2.SelectionMode       = DevExpress.XtraCharts.ElementSelectionMode.Single;
     this.chartControl2.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series12.Name = "Series 1";
     series12.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint115,
         seriesPoint116,
         seriesPoint117,
         seriesPoint118,
         seriesPoint119,
         seriesPoint120,
         seriesPoint121,
         seriesPoint122,
         seriesPoint123,
         seriesPoint124,
         seriesPoint125,
         seriesPoint126,
         seriesPoint127,
         seriesPoint128,
         seriesPoint129,
         seriesPoint130,
         seriesPoint131,
         seriesPoint132,
         seriesPoint133,
         seriesPoint134,
         seriesPoint135
     });
     series12.View = pieSeriesView9;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series12
     };
     this.chartControl2.Size     = new System.Drawing.Size(1075, 458);
     this.chartControl2.TabIndex = 2;
     chartTitle6.Font            = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle6.Text            = "通道号-故障情况百分比";
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle6
     });
     //
     // panel2
     //
     this.panel2.Controls.Add(this.chartControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(257, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1075, 397);
     this.panel2.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupControl2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(257, 855);
     this.panel1.TabIndex = 1;
     //
     // ChildModuleOf统计分析
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1338, 884);
     this.Controls.Add(this.panelControl2);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "ChildModuleOf统计分析";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "数据可视化-统计分析";
     this.Load         += new System.EventHandler(this.ChildModuleOf查看报表_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup_特征信息.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_故障原因综合)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_正常_故障百分比)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_最劣值)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_最劣值)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.nwindDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nwindDataSet  = new LabelTextCustomData.nwindDataSet();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSetBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // nwindDataSetBindingSource
     //
     this.nwindDataSetBindingSource.DataSource = this.nwindDataSet;
     this.nwindDataSetBindingSource.Position   = 0;
     //
     // nwindDataSet
     //
     this.nwindDataSet.DataSetName             = "nwindDataSet";
     this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // chartControl1
     //
     this.chartControl1.DataSource                = this.nwindDataSet.Products;
     xyDiagram1.AxisX.Label.Staggered             = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.LabelsResolveOverlappingMinIndent = 0;
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     series1.ArgumentDataMember           = "ProductName";
     series1.FilterString                  = "[CategoryID] = 4";
     series1.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                          = "Series 1";
     series1.ValueDataMembersSerializable  = "UnitPrice";
     sideBySideBarSeriesView1.ColorEach    = true;
     series1.View                          = sideBySideBarSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.SeriesColorizer = null;
     this.chartControl1.Size     = new System.Drawing.Size(745, 432);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(745, 432);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSetBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.TextAnnotation           textAnnotation1           = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint1         = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition1             = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.inventoryChart  = new DevExpress.XtraCharts.ChartControl();
     this.bOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // inventoryChart
     //
     chartAnchorPoint1.X             = 0;
     chartAnchorPoint1.Y             = 43;
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.BackColor       = System.Drawing.Color.SlateBlue;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Name            = "CategoriesLink";
     freePosition1.InnerIndents.Left = 0;
     freePosition1.InnerIndents.Top  = 0;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "Back to categories...";
     textAnnotation1.TextColor       = System.Drawing.Color.White;
     textAnnotation1.Visible         = false;
     this.inventoryChart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.inventoryChart.DataSource             = this.bOBindingSource;
     xyDiagram1.AxisX.Range.AlwaysShowZeroLevel = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.AlwaysShowZeroLevel  = true;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.inventoryChart.Diagram = xyDiagram1;
     this.inventoryChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.inventoryChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.inventoryChart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.inventoryChart.Location          = new System.Drawing.Point(0, 0);
     this.inventoryChart.Name              = "inventoryChart";
     series1.ArgumentDataMember            = "CategoryItems.CategoryName";
     sideBySideBarSeriesLabel1.LineVisible = true;
     series1.Label      = sideBySideBarSeriesLabel1;
     series1.LegendText = "Categories - Units in stock";
     series1.Name       = "CategoryUnits";
     series1.ValueDataMembersSerializable           = "CategoryItems.CategorySum";
     series2.ArgumentDataMember                     = "ProductItems.ProductName";
     pieSeriesLabel1.LineVisible                    = true;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView                     = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     pieSeriesLabel1.PointOptions                   = piePointOptions1;
     series2.Label                        = pieSeriesLabel1;
     series2.Name                         = "ProductUnits";
     series2.ToolTipEnabled               = DevExpress.Utils.DefaultBoolean.True;
     series2.ToolTipPointPattern          = "{A} - {V} units ({VP:P2} of total)";
     series2.ValueDataMembersSerializable = "ProductItems.ProductQty";
     pieSeriesView1.RuntimeExploding      = false;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series2.View    = pieSeriesView1;
     series2.Visible = false;
     this.inventoryChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesLabel2.LineVisible    = true;
     this.inventoryChart.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
     this.inventoryChart.Size                 = new System.Drawing.Size(686, 441);
     this.inventoryChart.TabIndex             = 0;
     this.inventoryChart.ObjectSelected      += new DevExpress.XtraCharts.HotTrackEventHandler(this.inventoryChart_ObjectSelected);
     this.inventoryChart.ObjectHotTracked    += new DevExpress.XtraCharts.HotTrackEventHandler(this.inventoryChart_ObjectHotTracked);
     this.inventoryChart.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.inventoryChart_CustomDrawCrosshair);
     //
     // bOBindingSource
     //
     this.bOBindingSource.DataSource = typeof(InventoryChart.BO);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(686, 441);
     this.Controls.Add(this.inventoryChart);
     this.Name  = "Form1";
     this.Text  = "Inventory Chart";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram              xyDiagram1              = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                 series1                 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel       pointSeriesLabel1       = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView         lineSeriesView1         = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation xyMarkerSlideAnimation1 = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle             chartTitle1             = new DevExpress.XtraCharts.ChartTitle();
     this.tmrDate   = new System.Windows.Forms.Timer(this.components);
     this.pnHeader  = new System.Windows.Forms.Panel();
     this.pnYMD     = new System.Windows.Forms.Panel();
     this.lblDate   = new System.Windows.Forms.Label();
     this.lblTitle  = new System.Windows.Forms.Label();
     this.pnBody    = new System.Windows.Forms.Panel();
     this.splMain   = new System.Windows.Forms.SplitContainer();
     this.grdView   = new DevExpress.XtraGrid.GridControl();
     this.gvwView   = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.bandDate  = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.DIV       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band01    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL01     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band02    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL02     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band03    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL03     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band04    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL04     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band05    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL05     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band06    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL06     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band07    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COLAVG    = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.TARGET    = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.RATE      = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL07     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.panel1    = new System.Windows.Forms.Panel();
     this.label5    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.ChartVSM  = new DevExpress.XtraCharts.ChartControl();
     this.spl1      = new System.Windows.Forms.SplitContainer();
     this.spl2      = new System.Windows.Forms.SplitContainer();
     this.bgWork    = new System.ComponentModel.BackgroundWorker();
     this.pnHeader.SuspendLayout();
     this.pnBody.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartVSM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spl1)).BeginInit();
     this.spl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spl2)).BeginInit();
     this.spl2.SuspendLayout();
     this.SuspendLayout();
     //
     // tmrDate
     //
     this.tmrDate.Interval = 1000;
     this.tmrDate.Tick    += new System.EventHandler(this.tmrDate_Tick);
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.DarkTurquoise;
     this.pnHeader.Controls.Add(this.pnYMD);
     this.pnHeader.Controls.Add(this.lblDate);
     this.pnHeader.Controls.Add(this.lblTitle);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1920, 110);
     this.pnHeader.TabIndex = 0;
     //
     // pnYMD
     //
     this.pnYMD.BackColor = System.Drawing.Color.Transparent;
     this.pnYMD.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pnYMD.Location  = new System.Drawing.Point(1197, 0);
     this.pnYMD.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnYMD.Name      = "pnYMD";
     this.pnYMD.Size      = new System.Drawing.Size(450, 110);
     this.pnYMD.TabIndex  = 53;
     //
     // lblDate
     //
     this.lblDate.Dock         = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font         = new System.Drawing.Font("Calibri", 34F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor    = System.Drawing.Color.White;
     this.lblDate.Location     = new System.Drawing.Point(1647, 0);
     this.lblDate.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDate.Name         = "lblDate";
     this.lblDate.Size         = new System.Drawing.Size(273, 110);
     this.lblDate.TabIndex     = 2;
     this.lblDate.Tag          = "Minimized";
     this.lblDate.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDate.DoubleClick += new System.EventHandler(this.lblDate_DoubleClick);
     //
     // lblTitle
     //
     this.lblTitle.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.Font         = new System.Drawing.Font("Calibri", 45F, System.Drawing.FontStyle.Bold);
     this.lblTitle.ForeColor    = System.Drawing.Color.White;
     this.lblTitle.Location     = new System.Drawing.Point(0, 0);
     this.lblTitle.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(718, 110);
     this.lblTitle.TabIndex     = 1;
     this.lblTitle.Tag          = "Minimized";
     this.lblTitle.Text         = "BTS By Year";
     this.lblTitle.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblTitle.DoubleClick += new System.EventHandler(this.lblTitle_DoubleClick);
     //
     // pnBody
     //
     this.pnBody.BackColor = System.Drawing.Color.White;
     this.pnBody.Controls.Add(this.splMain);
     this.pnBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnBody.Font     = new System.Drawing.Font("Calibri", 15F, System.Drawing.FontStyle.Bold);
     this.pnBody.Location = new System.Drawing.Point(0, 110);
     this.pnBody.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnBody.Name     = "pnBody";
     this.pnBody.Size     = new System.Drawing.Size(1920, 970);
     this.pnBody.TabIndex = 1;
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 0);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.grdView);
     this.splMain.Panel1.Controls.Add(this.panel1);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.ChartVSM);
     this.splMain.Size             = new System.Drawing.Size(1920, 970);
     this.splMain.SplitterDistance = 372;
     this.splMain.TabIndex         = 3;
     //
     // grdView
     //
     this.grdView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdView.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grdView.Location             = new System.Drawing.Point(0, 48);
     this.grdView.LookAndFeel.SkinName = "Office 2010 Blue";
     this.grdView.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdView.MainView = this.gvwView;
     this.grdView.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 324);
     this.grdView.TabIndex = 3;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 14F);
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 55;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandDate,
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.gridBand1,
         this.gridBand3
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COLAVG,
         this.TARGET,
         this.RATE
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsBehavior.AllowSortAnimation           = DevExpress.Utils.DefaultBoolean.True;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "Flat";
     this.gvwView.RowHeight      = 50;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvw_RowCellStyle);
     //
     // bandDate
     //
     this.bandDate.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.bandDate.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.bandDate.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bandDate.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandDate.AppearanceHeader.Options.UseBackColor = true;
     this.bandDate.AppearanceHeader.Options.UseFont      = true;
     this.bandDate.AppearanceHeader.Options.UseForeColor = true;
     this.bandDate.Caption = "Year";
     this.bandDate.Columns.Add(this.DIV);
     this.bandDate.Name         = "bandDate";
     this.bandDate.VisibleIndex = 0;
     this.bandDate.Width        = 298;
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 298;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band01.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band01.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold);
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseFont      = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "2019";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 1;
     this.band01.Width        = 205;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 205;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band02.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band02.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseFont      = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "2020";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 2;
     this.band02.Width        = 205;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 205;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band03.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band03.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseFont      = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "2021";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 3;
     this.band03.Width        = 205;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 205;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band04.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band04.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseFont      = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "2022";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 4;
     this.band04.Width        = 205;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 205;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band05.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band05.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseFont      = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "2023";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 5;
     this.band05.Width        = 205;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 205;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band06.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band06.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseFont      = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "2018";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 6;
     this.band06.Width        = 205;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 205;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band07.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band07.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseFont      = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "AVG";
     this.band07.Columns.Add(this.COLAVG);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 7;
     this.band07.Width        = 209;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 209;
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand1.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand1.Caption = "Target";
     this.gridBand1.Columns.Add(this.TARGET);
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.Visible      = false;
     this.gridBand1.VisibleIndex = -1;
     this.gridBand1.Width        = 75;
     //
     // TARGET
     //
     this.TARGET.Caption   = "TARGET";
     this.TARGET.FieldName = "TAR";
     this.TARGET.Name      = "TARGET";
     this.TARGET.Visible   = true;
     //
     // gridBand3
     //
     this.gridBand3.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand3.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand3.Caption = "%";
     this.gridBand3.Columns.Add(this.RATE);
     this.gridBand3.Name         = "gridBand3";
     this.gridBand3.Visible      = false;
     this.gridBand3.VisibleIndex = -1;
     this.gridBand3.Width        = 75;
     //
     // RATE
     //
     this.RATE.Caption   = "%";
     this.RATE.FieldName = "RATE";
     this.RATE.Name      = "RATE";
     this.RATE.Visible   = true;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Width     = 205;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1920, 48);
     this.panel1.TabIndex = 0;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Black;
     this.label5.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(1759, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(150, 31);
     this.label5.TabIndex  = 5;
     this.label5.Text      = " BTS < 68%";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Green;
     this.label4.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(1144, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(151, 31);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "BTS >=72%";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Yellow;
     this.label3.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(1301, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(223, 31);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "70% <=BTS <72%";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Red;
     this.label2.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(1530, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(223, 31);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "68% <=BTS <70%";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(1035, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 31);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Unit: %";
     //
     // ChartVSM
     //
     this.ChartVSM.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartVSM.AppearanceNameSerializable = "Pastel Kit";
     this.ChartVSM.DataBindings                  = null;
     xyDiagram1.AxisX.Title.Text                 = "Day";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "BTS";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.Shadow.Visible       = true;
     this.ChartVSM.Diagram = xyDiagram1;
     this.ChartVSM.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ChartVSM.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartVSM.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartVSM.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartVSM.Legend.Name       = "Default Legend";
     this.ChartVSM.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.ChartVSM.Location          = new System.Drawing.Point(0, 0);
     this.ChartVSM.Name        = "ChartVSM";
     this.ChartVSM.PaletteName = "Pastel Kit";
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     series1.Label                        = pointSeriesLabel1;
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                         = "VJ1";
     lineSeriesView1.LineStyle.Thickness  = 3;
     lineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction    = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     lineSeriesView1.SeriesPointAnimation = xyMarkerSlideAnimation1;
     series1.View                         = lineSeriesView1;
     this.ChartVSM.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartVSM.Size     = new System.Drawing.Size(1920, 594);
     this.ChartVSM.TabIndex = 1;
     chartTitle1.Font       = new System.Drawing.Font("Tahoma", 14F);
     chartTitle1.Text       = "VJ1";
     this.ChartVSM.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // spl1
     //
     this.spl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spl1.Location = new System.Drawing.Point(0, 0);
     this.spl1.Name     = "spl1";
     this.spl1.Size     = new System.Drawing.Size(150, 100);
     this.spl1.TabIndex = 0;
     //
     // spl2
     //
     this.spl2.Location = new System.Drawing.Point(0, 0);
     this.spl2.Name     = "spl2";
     this.spl2.Size     = new System.Drawing.Size(150, 100);
     this.spl2.TabIndex = 0;
     //
     // bgWork
     //
     this.bgWork.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWork_DoWork);
     //
     // FRM_MGL_BTS_YEARLY
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.pnBody);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name            = "FRM_MGL_BTS_YEARLY";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Form_Load);
     this.VisibleChanged += new System.EventHandler(this.Form_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.pnBody.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartVSM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spl1)).EndInit();
     this.spl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spl2)).EndInit();
     this.spl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Label.Angle        = 30;
     xyDiagram1.AxisX.Label.Antialiasing = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Currency;
     xyDiagram1.AxisY.NumericOptions.Precision   = 0;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram            = xyDiagram1;
     this.chartControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible     = false;
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     this.chartControl1.Name               = "chartControl1";
     sideBySideBarSeriesLabel1.LineVisible = true;
     sideBySideBarSeriesLabel1.Visible     = false;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Series 1";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel2.LineVisible   = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
     this.chartControl1.Size     = new System.Drawing.Size(490, 254);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Text            = "Budget by Departments";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(490, 254);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAirmassResult));
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCompressormap = new DevExpress.XtraTab.XtraTabPage();
            this.ctrlCompressorMap1 = new T7.ctrlCompressorMap();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tabCompressormap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.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.groupControl1.Controls.Add(this.xtraTabControl1);
            this.groupControl1.Location = new System.Drawing.Point(12, 12);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(803, 400);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "Airmass result";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(2, 20);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 1;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.tabCompressormap});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            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(790, 348);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit12);
            this.xtraTabPage2.Controls.Add(this.checkEdit11);
            this.xtraTabPage2.Controls.Add(this.checkEdit10);
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit12.Location = new System.Drawing.Point(575, 324);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "Show EGT estimate curve";
            this.checkEdit12.Size = new System.Drawing.Size(155, 18);
            this.checkEdit12.TabIndex = 5;
            this.checkEdit12.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit11
            // 
            this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit11.EditValue = true;
            this.checkEdit11.Location = new System.Drawing.Point(414, 324);
            this.checkEdit11.Name = "checkEdit11";
            this.checkEdit11.Properties.Caption = "Show target lambda curve";
            this.checkEdit11.Size = new System.Drawing.Size(155, 18);
            this.checkEdit11.TabIndex = 4;
            this.checkEdit11.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit10
            // 
            this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit10.EditValue = true;
            this.checkEdit10.Location = new System.Drawing.Point(263, 324);
            this.checkEdit10.Name = "checkEdit10";
            this.checkEdit10.Properties.Caption = "Show injector DC curve";
            this.checkEdit10.Size = new System.Drawing.Size(145, 18);
            this.checkEdit10.TabIndex = 3;
            this.checkEdit10.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 18);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 18);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.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.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // tabCompressormap
            // 
            this.tabCompressormap.Controls.Add(this.ctrlCompressorMap1);
            this.tabCompressormap.Name = "tabCompressormap";
            this.tabCompressormap.Size = new System.Drawing.Size(790, 348);
            this.tabCompressormap.Text = "Compressor map";
            // 
            // ctrlCompressorMap1
            // 
            this.ctrlCompressorMap1.Boost_request = new double[] {
        0.2,
        0.5,
        1.05,
        1.08,
        1.03,
        1,
        1,
        0.98,
        0.94,
        0.91,
        0.94,
        0.88,
        0.79,
        0.68,
        0.58,
        0.5};
            this.ctrlCompressorMap1.Current_engineType = T7.ctrlCompressorMap.EngineType.Liter23;
            this.ctrlCompressorMap1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlCompressorMap1.Location = new System.Drawing.Point(0, 0);
            this.ctrlCompressorMap1.Name = "ctrlCompressorMap1";
            this.ctrlCompressorMap1.Rpm_points = new int[] {
        1000,
        1500,
        1750,
        2000,
        2250,
        2500,
        2750,
        3000,
        3250,
        3500,
        4000,
        4500,
        5000,
        5500,
        6000,
        6500};
            this.ctrlCompressorMap1.Size = new System.Drawing.Size(790, 348);
            this.ctrlCompressorMap1.TabIndex = 0;
            this.ctrlCompressorMap1.onRefreshData += new T7.ctrlCompressorMap.RefreshData(this.ctrlCompressorMap1_onRefreshData);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.checkEdit7);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl15);
            this.groupControl2.Controls.Add(this.labelControl16);
            this.groupControl2.Controls.Add(this.checkEdit4);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl11);
            this.groupControl2.Controls.Add(this.labelControl12);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl5);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl2);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit3);
            this.groupControl2.Controls.Add(this.checkEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(12, 418);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(803, 156);
            this.groupControl2.TabIndex = 1;
            this.groupControl2.Text = "Options";
            // 
            // checkEdit7
            // 
            this.checkEdit7.Location = new System.Drawing.Point(455, 76);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Use trionic calculation for torque";
            this.checkEdit7.Size = new System.Drawing.Size(184, 18);
            this.checkEdit7.TabIndex = 26;
            this.checkEdit7.CheckedChanged += new System.EventHandler(this.checkEdit7_CheckedChanged);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(363, 129);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 18);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(252, 129);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 18);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl15
            // 
            this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl15.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
            this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl15.Appearance.Options.UseBackColor = true;
            this.labelControl15.Appearance.Options.UseForeColor = true;
            this.labelControl15.Location = new System.Drawing.Point(779, 136);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(15, 13);
            this.labelControl15.TabIndex = 22;
            this.labelControl15.Text = "     ";
            // 
            // labelControl16
            // 
            this.labelControl16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl16.Appearance.Options.UseForeColor = true;
            this.labelControl16.Appearance.Options.UseTextOptions = true;
            this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl16.Location = new System.Drawing.Point(691, 137);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(82, 13);
            this.labelControl16.TabIndex = 21;
            this.labelControl16.Text = "Overboost limiter";
            this.labelControl16.DoubleClick += new System.EventHandler(this.labelControl16_DoubleClick);
            // 
            // checkEdit4
            // 
            this.checkEdit4.Location = new System.Drawing.Point(14, 120);
            this.checkEdit4.Name = "checkEdit4";
            this.checkEdit4.Properties.Caption = "View in overboost";
            this.checkEdit4.Size = new System.Drawing.Size(150, 18);
            this.checkEdit4.TabIndex = 20;
            this.checkEdit4.CheckedChanged += new System.EventHandler(this.checkEdit4_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Appearance.Options.UseBackColor = true;
            this.labelControl13.Appearance.Options.UseForeColor = true;
            this.labelControl13.Location = new System.Drawing.Point(779, 117);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.Options.UseForeColor = true;
            this.labelControl14.Appearance.Options.UseTextOptions = true;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(707, 118);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            // 
            // labelControl11
            // 
            this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl11.Appearance.BackColor = System.Drawing.Color.SaddleBrown;
            this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl11.Appearance.Options.UseBackColor = true;
            this.labelControl11.Appearance.Options.UseForeColor = true;
            this.labelControl11.Location = new System.Drawing.Point(779, 98);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(15, 13);
            this.labelControl11.TabIndex = 17;
            this.labelControl11.Text = "     ";
            // 
            // labelControl12
            // 
            this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl12.Appearance.Options.UseForeColor = true;
            this.labelControl12.Appearance.Options.UseTextOptions = true;
            this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl12.Location = new System.Drawing.Point(684, 99);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(89, 13);
            this.labelControl12.TabIndex = 16;
            this.labelControl12.Text = "Gear torque limiter";
            this.labelControl12.DoubleClick += new System.EventHandler(this.labelControl12_DoubleClick);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(455, 55);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(254, 55);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(384, 50);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.Options.UseBackColor = true;
            this.labelControl7.Appearance.Options.UseForeColor = true;
            this.labelControl7.Location = new System.Drawing.Point(779, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.Options.UseForeColor = true;
            this.labelControl8.Appearance.Options.UseTextOptions = true;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(685, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Appearance.Options.UseBackColor = true;
            this.labelControl4.Appearance.Options.UseForeColor = true;
            this.labelControl4.Location = new System.Drawing.Point(779, 79);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl5
            // 
            this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl5.Appearance.BackColor = System.Drawing.Color.Purple;
            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl5.Appearance.Options.UseBackColor = true;
            this.labelControl5.Appearance.Options.UseForeColor = true;
            this.labelControl5.Location = new System.Drawing.Point(779, 60);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(15, 13);
            this.labelControl5.TabIndex = 9;
            this.labelControl5.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Appearance.Options.UseBackColor = true;
            this.labelControl6.Appearance.Options.UseForeColor = true;
            this.labelControl6.Location = new System.Drawing.Point(779, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.Options.UseForeColor = true;
            this.labelControl3.Appearance.Options.UseTextOptions = true;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(675, 80);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(98, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Engine torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl2
            // 
            this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Appearance.Options.UseForeColor = true;
            this.labelControl2.Appearance.Options.UseTextOptions = true;
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl2.Location = new System.Drawing.Point(654, 60);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(119, 13);
            this.labelControl2.TabIndex = 6;
            this.labelControl2.Text = "E85 engine torque limiter";
            this.labelControl2.DoubleClick += new System.EventHandler(this.labelControl2_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.Options.UseForeColor = true;
            this.labelControl1.Appearance.Options.UseTextOptions = true;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(705, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show airmass";
            this.comboBoxEdit2.Location = new System.Drawing.Point(254, 76);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show airmass",
            "Show estimated torque",
            "Show estimated horsepower",
            "Show injector DC",
            "Show target lambda",
            "Show target AFR",
            "Show estimated EGT"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Fifth gear";
            this.comboBoxEdit1.Location = new System.Drawing.Point(254, 104);
            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[] {
            "Reverse",
            "First gear",
            "Second gear",
            "Third gear",
            "Fourth gear",
            "Fifth gear"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 3;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
            // 
            // checkEdit3
            // 
            this.checkEdit3.Location = new System.Drawing.Point(14, 95);
            this.checkEdit3.Name = "checkEdit3";
            this.checkEdit3.Properties.Caption = "Car is a convertible";
            this.checkEdit3.Size = new System.Drawing.Size(150, 18);
            this.checkEdit3.TabIndex = 2;
            this.checkEdit3.CheckedChanged += new System.EventHandler(this.checkEdit3_CheckedChanged);
            // 
            // checkEdit2
            // 
            this.checkEdit2.Location = new System.Drawing.Point(14, 69);
            this.checkEdit2.Name = "checkEdit2";
            this.checkEdit2.Properties.Caption = "Car runs E85";
            this.checkEdit2.Size = new System.Drawing.Size(150, 18);
            this.checkEdit2.TabIndex = 1;
            this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(14, 43);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 18);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(740, 580);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 2;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(659, 580);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 3;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Location = new System.Drawing.Point(12, 580);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 4;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // frmAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(827, 615);
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmAirmassResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Airmass result";
            this.TopMost = true;
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabCompressormap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// 디자이너 지원에 필요한 메서드입니다. 
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
            this.cbeAction = new DevExpress.XtraEditors.ComboBoxEdit();
            this.cbeUser = new DevExpress.XtraEditors.ComboBoxEdit();
            this.sbSearch = new DevExpress.XtraEditors.SimpleButton();
            this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Root1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbeAction.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbeUser.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.dateEdit2);
            this.layoutControl1.Controls.Add(this.cbeAction);
            this.layoutControl1.Controls.Add(this.cbeUser);
            this.layoutControl1.Controls.Add(this.sbSearch);
            this.layoutControl1.Controls.Add(this.dateEdit1);
            this.layoutControl1.Controls.Add(this.textEdit1);
            this.layoutControl1.Controls.Add(this.simpleButton1);
            this.layoutControl1.Controls.Add(this.radioGroup1);
            this.layoutControl1.Controls.Add(this.chartControl1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup2,
            this.tabbedControlGroup1,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem4});
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1062, 177, 809, 736);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(986, 590);
            this.layoutControl1.TabIndex = 2;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // dateEdit2
            // 
            this.dateEdit2.EditValue = null;
            this.dateEdit2.Location = new System.Drawing.Point(367, 22);
            this.dateEdit2.Name = "dateEdit2";
            this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit2.Size = new System.Drawing.Size(106, 28);
            this.dateEdit2.StyleController = this.layoutControl1;
            this.dateEdit2.TabIndex = 18;
            // 
            // cbeAction
            // 
            this.cbeAction.Location = new System.Drawing.Point(105, 116);
            this.cbeAction.Name = "cbeAction";
            this.cbeAction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbeAction.Size = new System.Drawing.Size(148, 28);
            this.cbeAction.StyleController = this.layoutControl1;
            this.cbeAction.TabIndex = 10;
            // 
            // cbeUser
            // 
            this.cbeUser.Location = new System.Drawing.Point(105, 84);
            this.cbeUser.Name = "cbeUser";
            this.cbeUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbeUser.Size = new System.Drawing.Size(386, 28);
            this.cbeUser.StyleController = this.layoutControl1;
            this.cbeUser.TabIndex = 9;
            // 
            // sbSearch
            // 
            this.sbSearch.Location = new System.Drawing.Point(0, 0);
            this.sbSearch.Name = "sbSearch";
            this.sbSearch.Size = new System.Drawing.Size(75, 23);
            this.sbSearch.StyleController = this.layoutControl1;
            this.sbSearch.TabIndex = 11;
            // 
            // dateEdit1
            // 
            this.dateEdit1.EditValue = null;
            this.dateEdit1.Location = new System.Drawing.Point(231, 22);
            this.dateEdit1.Name = "dateEdit1";
            this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
            this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
            this.dateEdit1.Size = new System.Drawing.Size(108, 28);
            this.dateEdit1.StyleController = this.layoutControl1;
            this.dateEdit1.TabIndex = 4;
            // 
            // textEdit1
            // 
            this.textEdit1.EditValue = "`";
            this.textEdit1.Location = new System.Drawing.Point(70, 22);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(116, 28);
            this.textEdit1.StyleController = this.layoutControl1;
            this.textEdit1.TabIndex = 12;
            this.textEdit1.Click += new System.EventHandler(this.textEdit1_Click_1);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(833, 22);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(131, 29);
            this.simpleButton1.StyleController = this.layoutControl1;
            this.simpleButton1.TabIndex = 13;
            this.simpleButton1.Text = "조회";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // radioGroup1
            // 
            this.radioGroup1.Location = new System.Drawing.Point(552, 22);
            this.radioGroup1.Name = "radioGroup1";
            this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("전기", "전기"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("수도", "수도"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("온수", "온수"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("가스", "가스"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("난방", "난방")});
            this.radioGroup1.Size = new System.Drawing.Size(253, 32);
            this.radioGroup1.StyleController = this.layoutControl1;
            this.radioGroup1.TabIndex = 17;
            // 
            // chartControl1
            // 
            this.chartControl1.AppearanceNameSerializable = "Chameleon";
            this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
            xyDiagram1.AxisX.DateTimeScaleOptions.GridOffset = 1D;
            xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
            this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControl1.Legend.EquallySpacedItems = false;
            this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControl1.Location = new System.Drawing.Point(12, 68);
            this.chartControl1.Margin = new System.Windows.Forms.Padding(4);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.PaletteBaseColorNumber = 4;
            this.chartControl1.PaletteName = "Apex";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.TopInside;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.Name = "검침항목";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.Size = new System.Drawing.Size(962, 510);
            this.chartControl1.TabIndex = 16;
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.emptySpaceItem1});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(768, 232);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(768, 232);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // tabbedControlGroup1
            // 
            this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.tabbedControlGroup1.Name = "tabbedControlGroup1";
            this.tabbedControlGroup1.SelectedTabPage = null;
            this.tabbedControlGroup1.SelectedTabPageIndex = -1;
            this.tabbedControlGroup1.Size = new System.Drawing.Size(792, 287);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.cbeUser;
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 32);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(471, 32);
            this.layoutControlItem7.Text = "운영자";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(78, 22);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.cbeAction;
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 64);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(233, 32);
            this.layoutControlItem8.Text = "운영 내용";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(78, 22);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.sbSearch;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(966, 33);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Root1,
            this.layoutControlItem5});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(986, 590);
            // 
            // Root1
            // 
            this.Root1.CustomizationFormText = "Root";
            this.Root1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root1.GroupBordersVisible = false;
            this.Root1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2,
            this.emptySpaceItem2,
            this.layoutControlItem3,
            this.layoutControlItem6,
            this.layoutControlItem1,
            this.layoutControlItem9});
            this.Root1.Location = new System.Drawing.Point(0, 0);
            this.Root1.Name = "Root1";
            this.Root1.Size = new System.Drawing.Size(966, 56);
            this.Root1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Root1.Text = "Root";
            this.Root1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.dateEdit1;
            this.layoutControlItem2.CustomizationFormText = "날짜";
            this.layoutControlItem2.Location = new System.Drawing.Point(168, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(153, 36);
            this.layoutControlItem2.Text = "날짜";
            this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 22);
            this.layoutControlItem2.TextToControlDistance = 5;
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(787, 0);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(24, 36);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.textEdit1;
            this.layoutControlItem3.CustomizationFormText = "동/호";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(168, 36);
            this.layoutControlItem3.Text = "동/호";
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(43, 22);
            this.layoutControlItem3.TextToControlDistance = 5;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.simpleButton1;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(811, 0);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(135, 36);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.radioGroup1;
            this.layoutControlItem1.CustomizationFormText = "검침구분";
            this.layoutControlItem1.Location = new System.Drawing.Point(455, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(332, 36);
            this.layoutControlItem1.Text = "검침구분";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.dateEdit2;
            this.layoutControlItem9.Location = new System.Drawing.Point(321, 0);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(134, 36);
            this.layoutControlItem9.Text = " ~";
            this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(19, 22);
            this.layoutControlItem9.TextToControlDistance = 5;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.chartControl1;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 56);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(966, 514);
            this.layoutControlItem5.Text = "layoutControlItem1";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextVisible = false;
            // 
            // G02I02ModuleTab2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl1);
            this.Name = "G02I02ModuleTab2";
            this.Size = new System.Drawing.Size(986, 590);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbeAction.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbeUser.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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()
 {
     DevExpress.XtraCharts.SimpleDiagram3D  simpleDiagram3D1  = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView1  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView2  = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.cc_porcentaje  = new DevExpress.XtraReports.UI.CalculatedField();
     this.IdEmpresa      = new DevExpress.XtraReports.Parameters.Parameter();
     this.FechaInicio    = new DevExpress.XtraReports.Parameters.Parameter();
     this.FechaFin       = new DevExpress.XtraReports.Parameters.Parameter();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Porcentaje", "{0:0.00%}")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(339.8611F, 0F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(86.80554F, 23F);
     this.xrLabel3.Text          = "xrLabel3";
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cb_Valor", "{0:#.00}")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(248.8889F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(90.97224F, 23F);
     this.xrLabel2.Text          = "xrLabel2";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tc_TipoCbte")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(238.8889F, 23F);
     this.xrLabel1.Text          = "xrLabel1";
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource  = this.bindingSource1;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.xrChart1.Diagram              = simpleDiagram3D1;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(450F, 12.5F);
     this.xrChart1.Name                 = "xrChart1";
     series1.ArgumentDataMember         = "tc_TipoCbte";
     series1.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.DataFiltersConjunctionMode = DevExpress.XtraCharts.ConjunctionTypes.Or;
     pie3DSeriesLabel1.LineVisible      = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name  = "Flujo Egreso";
     series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.SummaryFunction        = "SUM([cb_Valor])";
     series1.View = pie3DSeriesView1;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pie3DSeriesLabel2.LineVisible      = true;
     this.xrChart1.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.xrChart1.SeriesTemplate.View  = pie3DSeriesView2;
     this.xrChart1.SizeF = new System.Drawing.SizeF(327.5417F, 172.2917F);
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.TopMargin.HeightF       = 91.66666F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 66.66666F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(429.1667F, 25F);
     this.xrTable1.StylePriority.UseFont = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "TIPO FLUJO";
     this.xrTableCell1.Weight = 1.7199999648437516D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "DEBITO";
     this.xrTableCell2.Weight = 0.65500009008788618D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "PORCENTUAL";
     this.xrTableCell3.Weight = 0.7149999406738311D;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.BottomMargin.HeightF       = 192.5416F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // cc_porcentaje
     //
     this.cc_porcentaje.Expression = "[cb_Valor] / [cb_total]";
     this.cc_porcentaje.Name       = "cc_porcentaje";
     //
     // IdEmpresa
     //
     this.IdEmpresa.Description = "IdEmpresa";
     this.IdEmpresa.Name        = "IdEmpresa";
     this.IdEmpresa.Type        = typeof(int);
     this.IdEmpresa.Value       = 0;
     this.IdEmpresa.Visible     = false;
     //
     // FechaInicio
     //
     this.FechaInicio.Name    = "FechaInicio";
     this.FechaInicio.Type    = typeof(System.DateTime);
     this.FechaInicio.Visible = false;
     //
     // FechaFin
     //
     this.FechaFin.Name    = "FechaFin";
     this.FechaFin.Type    = typeof(System.DateTime);
     this.FechaFin.Visible = false;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(Cus.Erp.Reports.FJ.Bancos.XBAN_FJ_Rpt003_Info);
     //
     // XBAN_FJ_Rpt003_Rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.cc_porcentaje
     });
     this.DataSource = this.bindingSource1;
     this.Margins    = new System.Drawing.Printing.Margins(25, 26, 92, 193);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.IdEmpresa,
         this.FechaInicio,
         this.FechaFin
     });
     this.Version      = "12.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.XBAN_FJ_Rpt003_Rpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
			this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.gridControl = new DevExpress.XtraGrid.GridControl();
			this.gridView = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
			this.SuspendLayout();
			// 
			// splitContainerControl1
			// 
			this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
			this.splitContainerControl1.Horizontal = false;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.chartControl);
			this.splitContainerControl1.Panel1.Text = "Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.gridControl);
			this.splitContainerControl1.Panel2.Text = "Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(591, 620);
			this.splitContainerControl1.SplitterPosition = 201;
			this.splitContainerControl1.TabIndex = 0;
			this.splitContainerControl1.Text = "splitContainerControl1";
			// 
			// chartControl
			// 
			xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Label.TextPattern = "{V:C}";
			xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl.Diagram = xyDiagram1;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl.Location = new System.Drawing.Point(0, 0);
			this.chartControl.Name = "chartControl";
			series1.ArgumentDataMember = "Date";
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.CrosshairLabelPattern = "{A:D} {HINT}\r\nBalance: {V:c}\r\n";
			pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel1.TextPattern = "{A} {V:C}";
			series1.Label = pointSeriesLabel1;
			series1.Name = "Balance";
			series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.ToolTipHintDataMember = "Description";
			series1.ToolTipPointPattern = "{A:D}\r\n{HINT}\r\nBalance: {V:c}";
			series1.ValueDataMembersSerializable = "RunningBalance";
			series1.View = areaSeriesView1;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
		series1};
			pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel2;
			areaSeriesView2.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView2;
			this.chartControl.Size = new System.Drawing.Size(591, 201);
			this.chartControl.TabIndex = 0;
			// 
			// gridControl
			// 
			this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridControl.Location = new System.Drawing.Point(0, 0);
			this.gridControl.MainView = this.gridView;
			this.gridControl.Name = "gridControl";
			this.gridControl.Size = new System.Drawing.Size(591, 413);
			this.gridControl.TabIndex = 0;
			this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
			this.gridView});
			// 
			// gridView
			// 
			this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
			this.gridColumn1,
			this.gridColumn2,
			this.gridColumn3,
			this.gridColumn4});
			this.gridView.GridControl = this.gridControl;
			this.gridView.Name = "gridView";
			this.gridView.OptionsBehavior.Editable = false;
			this.gridView.OptionsBehavior.ReadOnly = true;
			this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
			new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
			// 
			// gridColumn1
			// 
			this.gridColumn1.Caption = "Date";
			this.gridColumn1.FieldName = "Date";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			// 
			// gridColumn2
			// 
			this.gridColumn2.Caption = "Description";
			this.gridColumn2.FieldName = "Description";
			this.gridColumn2.Name = "gridColumn2";
			this.gridColumn2.Visible = true;
			this.gridColumn2.VisibleIndex = 1;
			// 
			// gridColumn3
			// 
			this.gridColumn3.Caption = "Transaction Amount";
			this.gridColumn3.DisplayFormat.FormatString = "c";
			this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn3.FieldName = "Amount";
			this.gridColumn3.Name = "gridColumn3";
			this.gridColumn3.Visible = true;
			this.gridColumn3.VisibleIndex = 2;
			// 
			// gridColumn4
			// 
			this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			this.gridColumn4.AppearanceCell.Options.UseFont = true;
			this.gridColumn4.Caption = "Balance";
			this.gridColumn4.DisplayFormat.FormatString = "c";
			this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn4.FieldName = "RunningBalance";
			this.gridColumn4.Name = "gridColumn4";
			this.gridColumn4.Visible = true;
			this.gridColumn4.VisibleIndex = 3;
			// 
			// TransactionLog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.splitContainerControl1);
			this.Name = "TransactionLog";
			this.Size = new System.Drawing.Size(591, 620);
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram             xyDiagram7             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series7                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedLineSeriesView stackedLineSeriesView7 = new DevExpress.XtraCharts.StackedLineSeriesView();
     this.layoutControl1     = new DevExpress.XtraLayout.LayoutControl();
     this.lblTime            = new System.Windows.Forms.Label();
     this.chartctrl2         = new DevExpress.XtraCharts.ChartControl();
     this.chartCtrl1         = new DevExpress.XtraCharts.ChartControl();
     this.Root               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.timer2             = new System.Windows.Forms.Timer(this.components);
     this.timer3             = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartctrl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCtrl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lblTime);
     this.layoutControl1.Controls.Add(this.chartctrl2);
     this.layoutControl1.Controls.Add(this.chartCtrl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(989, 624);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // lblTime
     //
     this.lblTime.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.Location  = new System.Drawing.Point(12, 558);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(965, 54);
     this.lblTime.TabIndex  = 8;
     this.lblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblTime.Click    += new System.EventHandler(this.lblTime_Click);
     //
     // chartctrl2
     //
     xyDiagram7.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram7.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram7.Margins.Left     = 0;
     xyDiagram7.Margins.Right    = 0;
     this.chartctrl2.Diagram     = xyDiagram7;
     this.chartctrl2.Legend.Name = "Default Legend";
     this.chartctrl2.Location    = new System.Drawing.Point(12, 229);
     this.chartctrl2.Name        = "chartctrl2";
     series7.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series7.Name = "진동(Hz)";
     series7.View = stackedLineSeriesView7;
     this.chartctrl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series7
     };
     this.chartctrl2.Size     = new System.Drawing.Size(965, 325);
     this.chartctrl2.TabIndex = 7;
     //
     // chartCtrl1
     //
     this.chartCtrl1.Legend.Name        = "Default Legend";
     this.chartCtrl1.Location           = new System.Drawing.Point(12, 12);
     this.chartCtrl1.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.chartCtrl1.Name               = "chartCtrl1";
     this.chartCtrl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartCtrl1.Size               = new System.Drawing.Size(965, 213);
     this.chartCtrl1.TabIndex           = 5;
     this.chartCtrl1.Click             += new System.EventHandler(this.ChartCtrl1_Click);
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem1
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(989, 624);
     this.Root.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chartCtrl1;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(969, 217);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.chartctrl2;
     this.layoutControlItem3.Location    = new System.Drawing.Point(0, 217);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(969, 329);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.lblTime;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 546);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(969, 58);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // timer1
     //
     this.timer1.Interval = 500;
     this.timer1.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 50;
     this.timer2.Tick    += new System.EventHandler(this.Timer2_Tick);
     //
     // timer3
     //
     this.timer3.Interval = 1000;
     this.timer3.Tick    += new System.EventHandler(this.timer3_Tick);
     //
     // Monitoring
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(989, 624);
     this.Controls.Add(this.layoutControl1);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "Monitoring";
     this.Text   = "Monitoring";
     this.Load  += new System.EventHandler(this.Monitoring_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartctrl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCtrl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport));
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.chartBar = new DevExpress.XtraCharts.ChartControl();
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tbSummary = new DevExpress.XtraTab.XtraTabPage();
     this.lblLastIssue = new System.Windows.Forms.Label();
     this.txtSOH = new System.Windows.Forms.Label();
     this.txtAMC = new System.Windows.Forms.Label();
     this.txtMOS = new System.Windows.Forms.Label();
     this.txtMin = new System.Windows.Forms.Label();
     this.txtMax = new System.Windows.Forms.Label();
     this.txtReorderAmount = new System.Windows.Forms.Label();
     this.txtExpiredAmount = new System.Windows.Forms.Label();
     this.txtNearExp = new System.Windows.Forms.Label();
     this.lblLastRec = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lblstat = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.printBinCard = new DevExpress.XtraPrinting.Control.PrintControl();
     this.label24 = new System.Windows.Forms.Label();
     this.lkBinCardWarehouse = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tbClassicBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.lkWarehouses = new DevExpress.XtraEditors.LookUpEdit();
     this.lkYear = new DevExpress.XtraEditors.LookUpEdit();
     this.lkProgramFilter = new DevExpress.XtraEditors.LookUpEdit();
     this.transactionGrid = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tpDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.gridViewBinCard = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colGRNF = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colManuf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUnitCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTotalCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label28 = new System.Windows.Forms.Label();
     this.tbSOHTrend = new DevExpress.XtraTab.XtraTabPage();
     this.groupSohDetail = new System.Windows.Forms.GroupBox();
     this.lkShowTable = new System.Windows.Forms.LinkLabel();
     this.label29 = new System.Windows.Forms.Label();
     this.tbAMCTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailAmc = new System.Windows.Forms.LinkLabel();
     this.label34 = new System.Windows.Forms.Label();
     this.chartAmc = new DevExpress.XtraCharts.ChartControl();
     this.tbMOSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailMos = new System.Windows.Forms.LinkLabel();
     this.label35 = new System.Windows.Forms.Label();
     this.chartMOS = new DevExpress.XtraCharts.ChartControl();
     this.tbActivityTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label36 = new System.Windows.Forms.Label();
     this.chartComp = new DevExpress.XtraCharts.ChartControl();
     this.tbSSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label20 = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.lblCurStatus = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     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.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblThreeStockout = new System.Windows.Forms.Label();
     this.lblSixStockOut = new System.Windows.Forms.Label();
     this.lblTwelveStockOut = new System.Windows.Forms.Label();
     this.lblThreeNearStock = new System.Windows.Forms.Label();
     this.lblSixNearStock = new System.Windows.Forms.Label();
     this.lblTwelveNear = new System.Windows.Forms.Label();
     this.lblThreeBelowMin = new System.Windows.Forms.Label();
     this.lblSixBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveOverStock = new System.Windows.Forms.Label();
     this.lblSixOverStock = new System.Windows.Forms.Label();
     this.lblThreeOverStock = new System.Windows.Forms.Label();
     this.tbTransactions = new DevExpress.XtraTab.XtraTabPage();
     this.lblAvgIssues = new System.Windows.Forms.Label();
     this.lblAvgReceives = new System.Windows.Forms.Label();
     this.lblLastIssues = new System.Windows.Forms.Label();
     this.lblLastReceive = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tbConsumptionTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailCons = new System.Windows.Forms.LinkLabel();
     this.label33 = new System.Windows.Forms.Label();
     this.consuTrend = new DevExpress.XtraCharts.ChartControl();
     this.tbStockExpiryStatus = new DevExpress.XtraTab.XtraTabPage();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.tbLogisticsSummary = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.tbSOHLocation = new DevExpress.XtraTab.XtraTabPage();
     this.gridLocations = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletLocation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tbSOHPriceSummary = new DevExpress.XtraTab.XtraTabPage();
     this.gridSOHSummary = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = 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.lblItemID = new System.Windows.Forms.Label();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.txtitmName = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.lblBUnit = new System.Windows.Forms.Label();
     this.xpButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnExport = new DevExpress.XtraEditors.SimpleButton();
     this.lblItemSerialNumber = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tbSummary.SuspendLayout();
     this.tbBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.tbClassicBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).BeginInit();
     this.tbSOHTrend.SuspendLayout();
     this.tbAMCTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     this.tbMOSTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     this.tbActivityTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit();
     this.tbSSTrend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tbTransactions.SuspendLayout();
     this.tbConsumptionTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit();
     this.tbStockExpiryStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.tbLogisticsSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.tbSOHLocation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tbSOHPriceSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit();
     this.SuspendLayout();
     //
     // txtItemName
     //
     this.txtItemName.Enabled = false;
     this.txtItemName.Location = new System.Drawing.Point(269, 21);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.txtItemName.Properties.Appearance.Options.UseForeColor = true;
     this.txtItemName.Size = new System.Drawing.Size(522, 20);
     this.txtItemName.TabIndex = 0;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(122, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(117, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Item Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // chartBar
     //
     this.chartBar.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.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBar.Diagram = xyDiagram1;
     this.chartBar.Location = new System.Drawing.Point(6, 42);
     this.chartBar.Name = "chartBar";
     sideBySideBarSeriesLabel1.LineVisible = true;
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 3;
     sideBySideBarSeriesLabel1.PointOptions = pointOptions1;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name = "Series 2";
     this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBar.Size = new System.Drawing.Size(960, 475);
     this.chartBar.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Location = new System.Drawing.Point(1, 63);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tbSummary;
     this.tabControl1.Size = new System.Drawing.Size(1046, 549);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tbSummary,
     this.tbBinCard,
     this.tbClassicBinCard,
     this.tbSOHTrend,
     this.tbAMCTrend,
     this.tbMOSTrend,
     this.tbActivityTrend,
     this.tbSSTrend,
     this.tbTransactions,
     this.tbConsumptionTrend,
     this.tbStockExpiryStatus,
     this.tbLogisticsSummary,
     this.tbSOHLocation,
     this.tbSOHPriceSummary});
     this.tabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControl1_SelectedPageChanged);
     //
     // tbSummary
     //
     this.tbSummary.Controls.Add(this.lblLastIssue);
     this.tbSummary.Controls.Add(this.txtSOH);
     this.tbSummary.Controls.Add(this.txtAMC);
     this.tbSummary.Controls.Add(this.txtMOS);
     this.tbSummary.Controls.Add(this.txtMin);
     this.tbSummary.Controls.Add(this.txtMax);
     this.tbSummary.Controls.Add(this.txtReorderAmount);
     this.tbSummary.Controls.Add(this.txtExpiredAmount);
     this.tbSummary.Controls.Add(this.txtNearExp);
     this.tbSummary.Controls.Add(this.lblLastRec);
     this.tbSummary.Controls.Add(this.label31);
     this.tbSummary.Controls.Add(this.label32);
     this.tbSummary.Controls.Add(this.lblstat);
     this.tbSummary.Controls.Add(this.label30);
     this.tbSummary.Controls.Add(this.label9);
     this.tbSummary.Controls.Add(this.label8);
     this.tbSummary.Controls.Add(this.label7);
     this.tbSummary.Controls.Add(this.label1);
     this.tbSummary.Controls.Add(this.label6);
     this.tbSummary.Controls.Add(this.txtItemName);
     this.tbSummary.Controls.Add(this.label5);
     this.tbSummary.Controls.Add(this.label4);
     this.tbSummary.Controls.Add(this.label3);
     this.tbSummary.Controls.Add(this.label2);
     this.tbSummary.Name = "tbSummary";
     this.tbSummary.PageVisible = false;
     this.tbSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSummary.Text = "Summary";
     //
     // lblLastIssue
     //
     this.lblLastIssue.AutoSize = true;
     this.lblLastIssue.Enabled = false;
     this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssue.ForeColor = System.Drawing.Color.Black;
     this.lblLastIssue.Location = new System.Drawing.Point(266, 355);
     this.lblLastIssue.Name = "lblLastIssue";
     this.lblLastIssue.Size = new System.Drawing.Size(14, 13);
     this.lblLastIssue.TabIndex = 24;
     this.lblLastIssue.Text = "0";
     //
     // txtSOH
     //
     this.txtSOH.AutoSize = true;
     this.txtSOH.Enabled = false;
     this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSOH.ForeColor = System.Drawing.Color.Black;
     this.txtSOH.Location = new System.Drawing.Point(266, 85);
     this.txtSOH.Name = "txtSOH";
     this.txtSOH.Size = new System.Drawing.Size(14, 13);
     this.txtSOH.TabIndex = 25;
     this.txtSOH.Text = "0";
     //
     // txtAMC
     //
     this.txtAMC.AutoSize = true;
     this.txtAMC.Enabled = false;
     this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAMC.ForeColor = System.Drawing.Color.Black;
     this.txtAMC.Location = new System.Drawing.Point(266, 115);
     this.txtAMC.Name = "txtAMC";
     this.txtAMC.Size = new System.Drawing.Size(14, 13);
     this.txtAMC.TabIndex = 25;
     this.txtAMC.Text = "0";
     //
     // txtMOS
     //
     this.txtMOS.AutoSize = true;
     this.txtMOS.Enabled = false;
     this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMOS.ForeColor = System.Drawing.Color.Black;
     this.txtMOS.Location = new System.Drawing.Point(266, 145);
     this.txtMOS.Name = "txtMOS";
     this.txtMOS.Size = new System.Drawing.Size(14, 13);
     this.txtMOS.TabIndex = 25;
     this.txtMOS.Text = "0";
     //
     // txtMin
     //
     this.txtMin.AutoSize = true;
     this.txtMin.Enabled = false;
     this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMin.ForeColor = System.Drawing.Color.Black;
     this.txtMin.Location = new System.Drawing.Point(266, 175);
     this.txtMin.Name = "txtMin";
     this.txtMin.Size = new System.Drawing.Size(14, 13);
     this.txtMin.TabIndex = 25;
     this.txtMin.Text = "0";
     //
     // txtMax
     //
     this.txtMax.AutoSize = true;
     this.txtMax.Enabled = false;
     this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMax.ForeColor = System.Drawing.Color.Black;
     this.txtMax.Location = new System.Drawing.Point(266, 205);
     this.txtMax.Name = "txtMax";
     this.txtMax.Size = new System.Drawing.Size(14, 13);
     this.txtMax.TabIndex = 25;
     this.txtMax.Text = "0";
     //
     // txtReorderAmount
     //
     this.txtReorderAmount.AutoSize = true;
     this.txtReorderAmount.Enabled = false;
     this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtReorderAmount.ForeColor = System.Drawing.Color.Black;
     this.txtReorderAmount.Location = new System.Drawing.Point(266, 235);
     this.txtReorderAmount.Name = "txtReorderAmount";
     this.txtReorderAmount.Size = new System.Drawing.Size(14, 13);
     this.txtReorderAmount.TabIndex = 25;
     this.txtReorderAmount.Text = "0";
     //
     // txtExpiredAmount
     //
     this.txtExpiredAmount.AutoSize = true;
     this.txtExpiredAmount.Enabled = false;
     this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black;
     this.txtExpiredAmount.Location = new System.Drawing.Point(266, 265);
     this.txtExpiredAmount.Name = "txtExpiredAmount";
     this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13);
     this.txtExpiredAmount.TabIndex = 25;
     this.txtExpiredAmount.Text = "0";
     //
     // txtNearExp
     //
     this.txtNearExp.AutoSize = true;
     this.txtNearExp.Enabled = false;
     this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNearExp.ForeColor = System.Drawing.Color.Black;
     this.txtNearExp.Location = new System.Drawing.Point(266, 295);
     this.txtNearExp.Name = "txtNearExp";
     this.txtNearExp.Size = new System.Drawing.Size(14, 13);
     this.txtNearExp.TabIndex = 25;
     this.txtNearExp.Text = "0";
     //
     // lblLastRec
     //
     this.lblLastRec.AutoSize = true;
     this.lblLastRec.Enabled = false;
     this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastRec.ForeColor = System.Drawing.Color.Black;
     this.lblLastRec.Location = new System.Drawing.Point(266, 325);
     this.lblLastRec.Name = "lblLastRec";
     this.lblLastRec.Size = new System.Drawing.Size(14, 13);
     this.lblLastRec.TabIndex = 25;
     this.lblLastRec.Text = "0";
     //
     // label31
     //
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label31.Location = new System.Drawing.Point(136, 355);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(103, 13);
     this.label31.TabIndex = 22;
     this.label31.Text = "Last Issued Date";
     this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label32.Location = new System.Drawing.Point(122, 325);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(117, 13);
     this.label32.TabIndex = 23;
     this.label32.Text = "Last Received Date";
     this.label32.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lblstat
     //
     this.lblstat.AutoSize = true;
     this.lblstat.Enabled = false;
     this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstat.ForeColor = System.Drawing.Color.Black;
     this.lblstat.Location = new System.Drawing.Point(266, 55);
     this.lblstat.Name = "lblstat";
     this.lblstat.Size = new System.Drawing.Size(14, 13);
     this.lblstat.TabIndex = 21;
     this.lblstat.Text = "0";
     //
     // label30
     //
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label30.Location = new System.Drawing.Point(109, 55);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(130, 13);
     this.label30.TabIndex = 20;
     this.label30.Text = "Current Status";
     this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label9.Location = new System.Drawing.Point(136, 295);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(103, 13);
     this.label9.TabIndex = 17;
     this.label9.Text = "Near Expiry Amount";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(141, 265);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(98, 13);
     this.label8.TabIndex = 17;
     this.label8.Text = "Expired";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label7.Location = new System.Drawing.Point(79, 235);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(160, 13);
     this.label7.TabIndex = 17;
     this.label7.Text = "Reorder Amount";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location = new System.Drawing.Point(79, 145);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(160, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Months Of Stock";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(112, 205);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(127, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Maximum Value";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location = new System.Drawing.Point(91, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(148, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Minimum Value";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(0, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(239, 13);
     this.label3.TabIndex = 19;
     this.label3.Text = "Average Monthly Consumption";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(114, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Stock On Hand";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbBinCard
     //
     this.tbBinCard.Controls.Add(this.layoutControl2);
     this.tbBinCard.Name = "tbBinCard";
     this.tbBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbBinCard.Text = "Bin Card";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.printBinCard);
     this.layoutControl2.Controls.Add(this.label24);
     this.layoutControl2.Controls.Add(this.lkBinCardWarehouse);
     this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControl2.TabIndex = 107;
     this.layoutControl2.Text = "layoutControl2";
     //
     // printBinCard
     //
     this.printBinCard.BackColor = System.Drawing.Color.Empty;
     this.printBinCard.ForeColor = System.Drawing.Color.Empty;
     this.printBinCard.IsMetric = false;
     this.printBinCard.Location = new System.Drawing.Point(12, 60);
     this.printBinCard.Name = "printBinCard";
     this.printBinCard.Size = new System.Drawing.Size(1016, 449);
     this.printBinCard.TabIndex = 104;
     this.printBinCard.TooltipFont = new System.Drawing.Font("Tahoma", 8.25F);
     //
     // label24
     //
     this.label24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(12, 12);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(224, 20);
     this.label24.TabIndex = 104;
     this.label24.Text = "Electronic Bin Card ";
     //
     // lkBinCardWarehouse
     //
     this.lkBinCardWarehouse.Location = new System.Drawing.Point(298, 36);
     this.lkBinCardWarehouse.Name = "lkBinCardWarehouse";
     this.lkBinCardWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBinCardWarehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkBinCardWarehouse.Properties.DisplayMember = "Name";
     this.lkBinCardWarehouse.Properties.NullText = "Select Warehouse";
     this.lkBinCardWarehouse.Properties.ValueMember = "ID";
     this.lkBinCardWarehouse.Size = new System.Drawing.Size(129, 20);
     this.lkBinCardWarehouse.StyleController = this.layoutControl2;
     this.lkBinCardWarehouse.TabIndex = 106;
     this.lkBinCardWarehouse.EditValueChanged += new System.EventHandler(this.lkBinCardWarehouse_EditValueChanged);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem4,
     this.emptySpaceItem2,
     this.layoutControlItem3,
     this.emptySpaceItem3,
     this.emptySpaceItem5,
     this.layoutControlItem5});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.label24;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(228, 24);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(228, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(792, 24);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lkBinCardWarehouse;
     this.layoutControlItem3.CustomizationFormText = "Warehouse";
     this.layoutControlItem3.Location = new System.Drawing.Point(228, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(191, 24);
     this.layoutControlItem3.Text = "Warehouse";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 13);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(228, 24);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(419, 24);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(601, 24);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.printBinCard;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(1020, 453);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // tbClassicBinCard
     //
     this.tbClassicBinCard.Controls.Add(this.lkWarehouses);
     this.tbClassicBinCard.Controls.Add(this.lkYear);
     this.tbClassicBinCard.Controls.Add(this.lkProgramFilter);
     this.tbClassicBinCard.Controls.Add(this.btnExport);
     this.tbClassicBinCard.Controls.Add(this.transactionGrid);
     this.tbClassicBinCard.Controls.Add(this.label28);
     this.tbClassicBinCard.Controls.Add(this.xpButton1);
     this.tbClassicBinCard.Name = "tbClassicBinCard";
     this.tbClassicBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbClassicBinCard.Text = "Classic Bin Card";
     //
     // lkWarehouses
     //
     this.lkWarehouses.Location = new System.Drawing.Point(208, 41);
     this.lkWarehouses.Name = "lkWarehouses";
     this.lkWarehouses.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkWarehouses.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkWarehouses.Properties.DisplayMember = "Name";
     this.lkWarehouses.Properties.NullText = "Select Warehouse";
     this.lkWarehouses.Properties.ValueMember = "ID";
     this.lkWarehouses.Size = new System.Drawing.Size(209, 20);
     this.lkWarehouses.TabIndex = 105;
     this.lkWarehouses.EditValueChanged += new System.EventHandler(this.lkWarehouses_EditValueChanged);
     //
     // lkYear
     //
     this.lkYear.Location = new System.Drawing.Point(423, 42);
     this.lkYear.Name = "lkYear";
     this.lkYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Year", "Year")});
     this.lkYear.Properties.DisplayMember = "Year";
     this.lkYear.Properties.ValueMember = "Year";
     this.lkYear.Size = new System.Drawing.Size(100, 20);
     this.lkYear.TabIndex = 104;
     this.lkYear.EditValueChanged += new System.EventHandler(this.lkYear_EditValueChanged);
     //
     // lkProgramFilter
     //
     this.lkProgramFilter.Location = new System.Drawing.Point(529, 42);
     this.lkProgramFilter.Name = "lkProgramFilter";
     this.lkProgramFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkProgramFilter.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CompanyName", "Name")});
     this.lkProgramFilter.Properties.DisplayMember = "CompanyName";
     this.lkProgramFilter.Properties.NullText = "Select Program";
     this.lkProgramFilter.Properties.ValueMember = "ID";
     this.lkProgramFilter.Size = new System.Drawing.Size(209, 20);
     this.lkProgramFilter.TabIndex = 13;
     this.lkProgramFilter.Visible = false;
     this.lkProgramFilter.EditValueChanged += new System.EventHandler(this.LkProgramFilterEditValueChanged);
     //
     // transactionGrid
     //
     this.transactionGrid.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.transactionGrid.ContextMenuStrip = this.contextMenuStrip1;
     this.transactionGrid.Location = new System.Drawing.Point(7, 68);
     this.transactionGrid.MainView = this.gridViewBinCard;
     this.transactionGrid.Name = "transactionGrid";
     this.transactionGrid.Size = new System.Drawing.Size(1032, 449);
     this.transactionGrid.TabIndex = 12;
     this.transactionGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewBinCard});
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tpDelete});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // tpDelete
     //
     this.tpDelete.Name = "tpDelete";
     this.tpDelete.Size = new System.Drawing.Size(107, 22);
     this.tpDelete.Text = "Delete";
     this.tpDelete.Click += new System.EventHandler(this.tpDelete_Click);
     //
     // gridViewBinCard
     //
     this.gridViewBinCard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colGRNF,
     this.colDocType,
     this.gridColumn15,
     this.colManuf,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.colUnitCost,
     this.colTotalCost,
     this.gridColumn24});
     this.gridViewBinCard.GridControl = this.transactionGrid;
     this.gridViewBinCard.Name = "gridViewBinCard";
     this.gridViewBinCard.OptionsBehavior.Editable = false;
     this.gridViewBinCard.OptionsCustomization.AllowSort = false;
     this.gridViewBinCard.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewBinCard.OptionsView.ShowGroupPanel = false;
     //
     // colGRNF
     //
     this.colGRNF.Caption = "GRNF";
     this.colGRNF.FieldName = "GRNF";
     this.colGRNF.Name = "colGRNF";
     this.colGRNF.Visible = true;
     this.colGRNF.VisibleIndex = 0;
     //
     // colDocType
     //
     this.colDocType.Caption = "Type";
     this.colDocType.FieldName = "DocType";
     this.colDocType.Name = "colDocType";
     this.colDocType.Visible = true;
     this.colDocType.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Reference No";
     this.gridColumn15.FieldName = "RefNo";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // colManuf
     //
     this.colManuf.Caption = "Manufacturer";
     this.colManuf.FieldName = "Manufacturer";
     this.colManuf.Name = "colManuf";
     this.colManuf.Visible = true;
     this.colManuf.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Date";
     this.gridColumn16.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn16.FieldName = "Date";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Batch No";
     this.gridColumn17.FieldName = "BatchNo";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Expiry Date";
     this.gridColumn18.DisplayFormat.FormatString = "MM/yyyy";
     this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn18.FieldName = "ExpDate";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 6;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Received";
     this.gridColumn19.DisplayFormat.FormatString = "#,##0";
     this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn19.FieldName = "Received";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 7;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Issued";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "Issued";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 8;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "Balance";
     this.gridColumn21.DisplayFormat.FormatString = "#,##0";
     this.gridColumn21.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn21.FieldName = "Balance";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 9;
     //
     // colUnitCost
     //
     this.colUnitCost.Caption = "Unit Cost";
     this.colUnitCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colUnitCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colUnitCost.FieldName = "UnitPrice";
     this.colUnitCost.Name = "colUnitCost";
     this.colUnitCost.Visible = true;
     this.colUnitCost.VisibleIndex = 10;
     //
     // colTotalCost
     //
     this.colTotalCost.Caption = "Total Cost";
     this.colTotalCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colTotalCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colTotalCost.FieldName = "TotalPrice";
     this.colTotalCost.Name = "colTotalCost";
     this.colTotalCost.Visible = true;
     this.colTotalCost.VisibleIndex = 11;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "To/From";
     this.gridColumn24.FieldName = "ToFrom";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 12;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(7, 15);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(200, 23);
     this.label28.TabIndex = 10;
     this.label28.Text = "Electronic Bin Card ";
     //
     // tbSOHTrend
     //
     this.tbSOHTrend.Controls.Add(this.groupSohDetail);
     this.tbSOHTrend.Controls.Add(this.lkShowTable);
     this.tbSOHTrend.Controls.Add(this.label29);
     this.tbSOHTrend.Controls.Add(this.chartBar);
     this.tbSOHTrend.Name = "tbSOHTrend";
     this.tbSOHTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHTrend.PageVisible = false;
     this.tbSOHTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHTrend.Text = "SOH Trend";
     //
     // groupSohDetail
     //
     this.groupSohDetail.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.groupSohDetail.Location = new System.Drawing.Point(-1, 37);
     this.groupSohDetail.Name = "groupSohDetail";
     this.groupSohDetail.Size = new System.Drawing.Size(968, 496);
     this.groupSohDetail.TabIndex = 13;
     this.groupSohDetail.TabStop = false;
     this.groupSohDetail.Text = "Show trend by month";
     this.groupSohDetail.Visible = false;
     //
     // lkShowTable
     //
     this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkShowTable.AutoSize = true;
     this.lkShowTable.Location = new System.Drawing.Point(1094, 12);
     this.lkShowTable.Name = "lkShowTable";
     this.lkShowTable.Size = new System.Drawing.Size(72, 13);
     this.lkShowTable.TabIndex = 12;
     this.lkShowTable.TabStop = true;
     this.lkShowTable.Text = "Show Table";
     this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LkShowTableLinkClicked);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(7, 15);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(229, 23);
     this.label29.TabIndex = 11;
     this.label29.Text = "Trend - Stock On Hand";
     //
     // tbAMCTrend
     //
     this.tbAMCTrend.Controls.Add(this.lkDetailAmc);
     this.tbAMCTrend.Controls.Add(this.label34);
     this.tbAMCTrend.Controls.Add(this.chartAmc);
     this.tbAMCTrend.Name = "tbAMCTrend";
     this.tbAMCTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbAMCTrend.PageVisible = false;
     this.tbAMCTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbAMCTrend.Text = "AMC Trend";
     //
     // lkDetailAmc
     //
     this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailAmc.AutoSize = true;
     this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22);
     this.lkDetailAmc.Name = "lkDetailAmc";
     this.lkDetailAmc.Size = new System.Drawing.Size(72, 13);
     this.lkDetailAmc.TabIndex = 14;
     this.lkDetailAmc.TabStop = true;
     this.lkDetailAmc.Text = "Show Table";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(7, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(453, 23);
     this.label34.TabIndex = 12;
     this.label34.Text = "Trend - Average Monthly Consumption (AMC) ";
     //
     // chartAmc
     //
     this.chartAmc.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.chartAmc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartAmc.Diagram = xyDiagram2;
     this.chartAmc.Location = new System.Drawing.Point(4, 58);
     this.chartAmc.Name = "chartAmc";
     this.chartAmc.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartAmc.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel4.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel4;
     series3.Name = "Series 1";
     sideBySideBarSeriesLabel5.LineVisible = true;
     series4.Label = sideBySideBarSeriesLabel5;
     series4.Name = "Series 2";
     this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3,
     series4};
     sideBySideBarSeriesLabel6.LineVisible = true;
     this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
     this.chartAmc.Size = new System.Drawing.Size(963, 452);
     this.chartAmc.TabIndex = 3;
     //
     // tbMOSTrend
     //
     this.tbMOSTrend.Controls.Add(this.lkDetailMos);
     this.tbMOSTrend.Controls.Add(this.label35);
     this.tbMOSTrend.Controls.Add(this.chartMOS);
     this.tbMOSTrend.Name = "tbMOSTrend";
     this.tbMOSTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbMOSTrend.PageVisible = false;
     this.tbMOSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbMOSTrend.Text = "MOS Trend";
     //
     // lkDetailMos
     //
     this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailMos.AutoSize = true;
     this.lkDetailMos.Location = new System.Drawing.Point(1100, 24);
     this.lkDetailMos.Name = "lkDetailMos";
     this.lkDetailMos.Size = new System.Drawing.Size(72, 13);
     this.lkDetailMos.TabIndex = 16;
     this.lkDetailMos.TabStop = true;
     this.lkDetailMos.Text = "Show Table";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(7, 15);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(248, 23);
     this.label35.TabIndex = 12;
     this.label35.Text = "Trend - Months of Stock ";
     //
     // chartMOS
     //
     this.chartMOS.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.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMOS.Diagram = xyDiagram3;
     this.chartMOS.Location = new System.Drawing.Point(7, 48);
     this.chartMOS.Name = "chartMOS";
     this.chartMOS.PaletteName = "Palette 2";
     this.chartMOS.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54))))), System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))), System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))))}));
     this.chartMOS.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39))))), System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))), System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))))}));
     sideBySideBarSeriesLabel7.LineVisible = true;
     series5.Label = sideBySideBarSeriesLabel7;
     series5.Name = "Series 1";
     sideBySideBarSeriesLabel8.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel8;
     series6.Name = "Series 2";
     this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series5,
     series6};
     sideBySideBarSeriesLabel9.LineVisible = true;
     this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel9;
     this.chartMOS.Size = new System.Drawing.Size(1160, 452);
     this.chartMOS.TabIndex = 4;
     //
     // tbActivityTrend
     //
     this.tbActivityTrend.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbActivityTrend.Appearance.PageClient.Options.UseBackColor = true;
     this.tbActivityTrend.Controls.Add(this.label36);
     this.tbActivityTrend.Controls.Add(this.chartComp);
     this.tbActivityTrend.Name = "tbActivityTrend";
     this.tbActivityTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbActivityTrend.PageVisible = false;
     this.tbActivityTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbActivityTrend.Text = "Activity Trend";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(7, 15);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(164, 23);
     this.label36.TabIndex = 12;
     this.label36.Text = "Trend - Activity ";
     //
     // chartComp
     //
     this.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartComp.Diagram = xyDiagram4;
     this.chartComp.Location = new System.Drawing.Point(7, 48);
     this.chartComp.Name = "chartComp";
     this.chartComp.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartComp.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel10.LineVisible = true;
     series7.Label = sideBySideBarSeriesLabel10;
     series7.Name = "Series 1";
     sideBySideBarSeriesLabel11.LineVisible = true;
     series8.Label = sideBySideBarSeriesLabel11;
     series8.Name = "Series 2";
     this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series7,
     series8};
     sideBySideBarSeriesLabel12.LineVisible = true;
     this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel12;
     this.chartComp.Size = new System.Drawing.Size(967, 476);
     this.chartComp.TabIndex = 3;
     //
     // tbSSTrend
     //
     this.tbSSTrend.Controls.Add(this.label20);
     this.tbSSTrend.Controls.Add(this.lblTime);
     this.tbSSTrend.Controls.Add(this.lblCurStatus);
     this.tbSSTrend.Controls.Add(this.label19);
     this.tbSSTrend.Controls.Add(this.tableLayoutPanel1);
     this.tbSSTrend.Name = "tbSSTrend";
     this.tbSSTrend.PageVisible = false;
     this.tbSSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSSTrend.Text = "Stock Status Trend";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(35, 106);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(142, 16);
     this.label20.TabIndex = 1;
     this.label20.Text = "Trend (No. of times)";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(257, 68);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 1;
     //
     // lblCurStatus
     //
     this.lblCurStatus.AutoSize = true;
     this.lblCurStatus.Location = new System.Drawing.Point(150, 68);
     this.lblCurStatus.Name = "lblCurStatus";
     this.lblCurStatus.Size = new System.Drawing.Size(0, 13);
     this.lblCurStatus.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(45, 68);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(104, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Current Status : ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 277F));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 1);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(187, 1);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "3 Month";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(263, 1);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(52, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "6 Month";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(349, 1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "12 Month";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "Stock Out";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(4, 43);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 1;
     this.label15.Text = "Near Stock Out";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(4, 64);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(64, 13);
     this.label16.TabIndex = 1;
     this.label16.Text = "Below Min";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(4, 85);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(71, 13);
     this.label18.TabIndex = 1;
     this.label18.Text = "Over Stock";
     //
     // lblThreeStockout
     //
     this.lblThreeStockout.AutoSize = true;
     this.lblThreeStockout.Location = new System.Drawing.Point(187, 22);
     this.lblThreeStockout.Name = "lblThreeStockout";
     this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
     this.lblThreeStockout.TabIndex = 1;
     this.lblThreeStockout.Text = "0";
     //
     // lblSixStockOut
     //
     this.lblSixStockOut.AutoSize = true;
     this.lblSixStockOut.Location = new System.Drawing.Point(263, 22);
     this.lblSixStockOut.Name = "lblSixStockOut";
     this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblSixStockOut.TabIndex = 1;
     this.lblSixStockOut.Text = "0";
     //
     // lblTwelveStockOut
     //
     this.lblTwelveStockOut.AutoSize = true;
     this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22);
     this.lblTwelveStockOut.Name = "lblTwelveStockOut";
     this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveStockOut.TabIndex = 1;
     this.lblTwelveStockOut.Text = "0";
     //
     // lblThreeNearStock
     //
     this.lblThreeNearStock.AutoSize = true;
     this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43);
     this.lblThreeNearStock.Name = "lblThreeNearStock";
     this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeNearStock.TabIndex = 1;
     this.lblThreeNearStock.Text = "0";
     //
     // lblSixNearStock
     //
     this.lblSixNearStock.AutoSize = true;
     this.lblSixNearStock.Location = new System.Drawing.Point(263, 43);
     this.lblSixNearStock.Name = "lblSixNearStock";
     this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixNearStock.TabIndex = 1;
     this.lblSixNearStock.Text = "0";
     //
     // lblTwelveNear
     //
     this.lblTwelveNear.AutoSize = true;
     this.lblTwelveNear.Location = new System.Drawing.Point(349, 43);
     this.lblTwelveNear.Name = "lblTwelveNear";
     this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveNear.TabIndex = 1;
     this.lblTwelveNear.Text = "0";
     //
     // lblThreeBelowMin
     //
     this.lblThreeBelowMin.AutoSize = true;
     this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64);
     this.lblThreeBelowMin.Name = "lblThreeBelowMin";
     this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblThreeBelowMin.TabIndex = 1;
     this.lblThreeBelowMin.Text = "0";
     //
     // lblSixBelowMin
     //
     this.lblSixBelowMin.AutoSize = true;
     this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64);
     this.lblSixBelowMin.Name = "lblSixBelowMin";
     this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblSixBelowMin.TabIndex = 1;
     this.lblSixBelowMin.Text = "0";
     //
     // lblTwelveBelowMin
     //
     this.lblTwelveBelowMin.AutoSize = true;
     this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64);
     this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
     this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveBelowMin.TabIndex = 1;
     this.lblTwelveBelowMin.Text = "0";
     //
     // lblTwelveOverStock
     //
     this.lblTwelveOverStock.AutoSize = true;
     this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85);
     this.lblTwelveOverStock.Name = "lblTwelveOverStock";
     this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveOverStock.TabIndex = 1;
     this.lblTwelveOverStock.Text = "0";
     //
     // lblSixOverStock
     //
     this.lblSixOverStock.AutoSize = true;
     this.lblSixOverStock.Location = new System.Drawing.Point(263, 85);
     this.lblSixOverStock.Name = "lblSixOverStock";
     this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixOverStock.TabIndex = 1;
     this.lblSixOverStock.Text = "0";
     //
     // lblThreeOverStock
     //
     this.lblThreeOverStock.AutoSize = true;
     this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85);
     this.lblThreeOverStock.Name = "lblThreeOverStock";
     this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeOverStock.TabIndex = 1;
     this.lblThreeOverStock.Text = "0";
     //
     // tbTransactions
     //
     this.tbTransactions.Controls.Add(this.lblAvgIssues);
     this.tbTransactions.Controls.Add(this.lblAvgReceives);
     this.tbTransactions.Controls.Add(this.lblLastIssues);
     this.tbTransactions.Controls.Add(this.lblLastReceive);
     this.tbTransactions.Controls.Add(this.label23);
     this.tbTransactions.Controls.Add(this.label22);
     this.tbTransactions.Controls.Add(this.label21);
     this.tbTransactions.Controls.Add(this.label17);
     this.tbTransactions.Name = "tbTransactions";
     this.tbTransactions.PageVisible = false;
     this.tbTransactions.Size = new System.Drawing.Size(1040, 521);
     this.tbTransactions.Text = "Transaction";
     //
     // lblAvgIssues
     //
     this.lblAvgIssues.AutoSize = true;
     this.lblAvgIssues.Location = new System.Drawing.Point(357, 184);
     this.lblAvgIssues.Name = "lblAvgIssues";
     this.lblAvgIssues.Size = new System.Drawing.Size(14, 13);
     this.lblAvgIssues.TabIndex = 1;
     this.lblAvgIssues.Text = "0";
     this.lblAvgIssues.Visible = false;
     //
     // lblAvgReceives
     //
     this.lblAvgReceives.AutoSize = true;
     this.lblAvgReceives.Location = new System.Drawing.Point(357, 153);
     this.lblAvgReceives.Name = "lblAvgReceives";
     this.lblAvgReceives.Size = new System.Drawing.Size(14, 13);
     this.lblAvgReceives.TabIndex = 1;
     this.lblAvgReceives.Text = "0";
     this.lblAvgReceives.Visible = false;
     //
     // lblLastIssues
     //
     this.lblLastIssues.AutoSize = true;
     this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssues.Location = new System.Drawing.Point(353, 105);
     this.lblLastIssues.Name = "lblLastIssues";
     this.lblLastIssues.Size = new System.Drawing.Size(22, 23);
     this.lblLastIssues.TabIndex = 1;
     this.lblLastIssues.Text = "0";
     //
     // lblLastReceive
     //
     this.lblLastReceive.AutoSize = true;
     this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastReceive.Location = new System.Drawing.Point(353, 67);
     this.lblLastReceive.Name = "lblLastReceive";
     this.lblLastReceive.Size = new System.Drawing.Size(22, 23);
     this.lblLastReceive.TabIndex = 1;
     this.lblLastReceive.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(141, 182);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(210, 16);
     this.label23.TabIndex = 0;
     this.label23.Text = "AVG. no. of days b/n Issues : ";
     this.label23.Visible = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(125, 151);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(226, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "AVG. no. of days b/n Receives : ";
     this.label22.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(141, 105);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(214, 23);
     this.label21.TabIndex = 0;
     this.label21.Text = "Last Issued Date : ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(116, 67);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(239, 23);
     this.label17.TabIndex = 0;
     this.label17.Text = "Last Received Date : ";
     //
     // tbConsumptionTrend
     //
     this.tbConsumptionTrend.Controls.Add(this.lkDetailCons);
     this.tbConsumptionTrend.Controls.Add(this.label33);
     this.tbConsumptionTrend.Controls.Add(this.consuTrend);
     this.tbConsumptionTrend.Name = "tbConsumptionTrend";
     this.tbConsumptionTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbConsumptionTrend.PageVisible = false;
     this.tbConsumptionTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbConsumptionTrend.Text = "Consumption Trend";
     //
     // lkDetailCons
     //
     this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailCons.AutoSize = true;
     this.lkDetailCons.Location = new System.Drawing.Point(1100, 17);
     this.lkDetailCons.Name = "lkDetailCons";
     this.lkDetailCons.Size = new System.Drawing.Size(72, 13);
     this.lkDetailCons.TabIndex = 16;
     this.lkDetailCons.TabStop = true;
     this.lkDetailCons.Text = "Show Table";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(7, 15);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(212, 23);
     this.label33.TabIndex = 12;
     this.label33.Text = "Trend - Consumption";
     //
     // consuTrend
     //
     this.consuTrend.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.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.consuTrend.Diagram = xyDiagram5;
     this.consuTrend.Location = new System.Drawing.Point(10, 41);
     this.consuTrend.Name = "consuTrend";
     sideBySideBarSeriesLabel13.LineVisible = true;
     series9.Label = sideBySideBarSeriesLabel13;
     series9.Name = "Series 1";
     sideBySideBarSeriesLabel14.LineVisible = true;
     series10.Label = sideBySideBarSeriesLabel14;
     series10.Name = "Series 2";
     this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series9,
     series10};
     sideBySideBarSeriesLabel15.LineVisible = true;
     this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel15;
     this.consuTrend.Size = new System.Drawing.Size(955, 476);
     this.consuTrend.TabIndex = 3;
     //
     // tbStockExpiryStatus
     //
     this.tbStockExpiryStatus.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbStockExpiryStatus.Appearance.PageClient.Options.UseBackColor = true;
     this.tbStockExpiryStatus.Controls.Add(this.chartPie);
     this.tbStockExpiryStatus.Name = "tbStockExpiryStatus";
     this.tbStockExpiryStatus.Padding = new System.Windows.Forms.Padding(3);
     this.tbStockExpiryStatus.PageVisible = false;
     this.tbStockExpiryStatus.Size = new System.Drawing.Size(1040, 521);
     this.tbStockExpiryStatus.Text = "Stock Expiry Status";
     //
     // chartPie
     //
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPie.Location = new System.Drawing.Point(3, 3);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73))))), System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))), System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series11.Label = pie3DSeriesLabel1;
     series11.Name = "Series 1";
     series11.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series11};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1034, 515);
     this.chartPie.TabIndex = 21;
     //
     // tbLogisticsSummary
     //
     this.tbLogisticsSummary.Controls.Add(this.layoutControl1);
     this.tbLogisticsSummary.Name = "tbLogisticsSummary";
     this.tbLogisticsSummary.Padding = new System.Windows.Forms.Padding(3);
     this.tbLogisticsSummary.PageVisible = false;
     this.tbLogisticsSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbLogisticsSummary.Text = "Logistics Summary";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lookUpEdit1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 3);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(45, 12);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(168, 20);
     this.lookUpEdit1.StyleController = this.layoutControl1;
     this.lookUpEdit1.TabIndex = 5;
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(12, 52);
     this.gridControl1.MainView = this.gridView3;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(1010, 451);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3});
     //
     // gridView3
     //
     this.gridView3.GridControl = this.gridControl1;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.emptySpaceItem1});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "Text";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1014, 471);
     this.layoutControlItem1.Text = "Text";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lookUpEdit1;
     this.layoutControlItem2.CustomizationFormText = "Month";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(205, 24);
     this.layoutControlItem2.Text = "Month";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(30, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(205, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(809, 24);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // tbSOHLocation
     //
     this.tbSOHLocation.Controls.Add(this.gridLocations);
     this.tbSOHLocation.Name = "tbSOHLocation";
     this.tbSOHLocation.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHLocation.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHLocation.Text = "SOH Locations";
     //
     // gridLocations
     //
     this.gridLocations.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridLocations.Location = new System.Drawing.Point(3, 3);
     this.gridLocations.MainView = this.gridView1;
     this.gridLocations.Name = "gridLocations";
     this.gridLocations.Size = new System.Drawing.Size(1034, 515);
     this.gridLocations.TabIndex = 0;
     this.gridLocations.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn5,
     this.gridColumn2,
     this.colPalletNumber,
     this.colPalletLocation,
     this.gridColumn4});
     this.gridView1.GridControl = this.gridLocations;
     this.gridView1.GroupCount = 1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowFooter = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPalletLocation, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Receive Date";
     this.gridColumn1.FieldName = "EurDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 100;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Batch No";
     this.gridColumn3.FieldName = "BatchNo";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 4;
     this.gridColumn3.Width = 113;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Expiry Date";
     this.gridColumn5.FieldName = "ExpiryDate";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 227;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Balance";
     this.gridColumn2.FieldName = "Balance";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width = 184;
     //
     // colPalletNumber
     //
     this.colPalletNumber.Caption = "PalletNumber";
     this.colPalletNumber.FieldName = "PalletNo";
     this.colPalletNumber.Name = "colPalletNumber";
     this.colPalletNumber.Visible = true;
     this.colPalletNumber.VisibleIndex = 5;
     this.colPalletNumber.Width = 147;
     //
     // colPalletLocation
     //
     this.colPalletLocation.Caption = "Pallet Location";
     this.colPalletLocation.FieldName = "PalletLocation";
     this.colPalletLocation.Name = "colPalletLocation";
     this.colPalletLocation.OptionsColumn.AllowEdit = false;
     this.colPalletLocation.Visible = true;
     this.colPalletLocation.VisibleIndex = 6;
     this.colPalletLocation.Width = 182;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Manufacturer";
     this.gridColumn4.FieldName = "ManufacturerName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 199;
     //
     // tbSOHPriceSummary
     //
     this.tbSOHPriceSummary.Controls.Add(this.gridSOHSummary);
     this.tbSOHPriceSummary.Name = "tbSOHPriceSummary";
     this.tbSOHPriceSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHPriceSummary.Text = "SOH Price Summary";
     //
     // gridSOHSummary
     //
     this.gridSOHSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridSOHSummary.Location = new System.Drawing.Point(0, 0);
     this.gridSOHSummary.MainView = this.gridView4;
     this.gridSOHSummary.Name = "gridSOHSummary";
     this.gridSOHSummary.Size = new System.Drawing.Size(1040, 521);
     this.gridSOHSummary.TabIndex = 1;
     this.gridSOHSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumn13,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gridView4.GridControl = this.gridSOHSummary;
     this.gridView4.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowFooter = true;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Unit Cost";
     this.gridColumn14.FieldName = "Cost";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 97;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Supplier";
     this.gridColumn13.FieldName = "Supplier";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     this.gridColumn13.Width = 166;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Receive Date";
     this.gridColumn6.FieldName = "EurDate";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 90;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Batch No";
     this.gridColumn7.FieldName = "BatchNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width = 128;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Expiry Date";
     this.gridColumn8.FieldName = "ExpiryDate";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 1;
     this.gridColumn8.Width = 161;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Balance";
     this.gridColumn9.FieldName = "Balance";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 3;
     this.gridColumn9.Width = 102;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "PalletNumber";
     this.gridColumn10.FieldName = "PalletNo";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 7;
     this.gridColumn10.Width = 106;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Pallet Location";
     this.gridColumn11.FieldName = "PalletLocation";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 8;
     this.gridColumn11.Width = 157;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Manufacturer";
     this.gridColumn12.FieldName = "ManufacturerName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 5;
     this.gridColumn12.Width = 167;
     //
     // lblItemID
     //
     this.lblItemID.AutoSize = true;
     this.lblItemID.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemID.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.lblItemID.Location = new System.Drawing.Point(12, 36);
     this.lblItemID.Name = "lblItemID";
     this.lblItemID.Size = new System.Drawing.Size(0, 18);
     this.lblItemID.TabIndex = 26;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(973, 520);
     this.xtraTabPage1.Text = "xtraTabPage1";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Location = new System.Drawing.Point(748, 10);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 17;
     this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(962, 34);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // chartControl1
     //
     this.chartControl1.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.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartControl1.Location = new System.Drawing.Point(7, 25);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel16.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16;
     this.chartControl1.Size = new System.Drawing.Size(974, 411);
     this.chartControl1.TabIndex = 2;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipTitle = "Item Name";
     //
     // txtitmName
     //
     this.txtitmName.AutoSize = true;
     this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtitmName.Location = new System.Drawing.Point(81, 12);
     this.txtitmName.Name = "txtitmName";
     this.txtitmName.Size = new System.Drawing.Size(0, 18);
     this.txtitmName.TabIndex = 100;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(71, 40);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(92, 13);
     this.label38.TabIndex = 101;
     this.label38.Text = "Unit of Issue : ";
     //
     // lblBUnit
     //
     this.lblBUnit.AutoSize = true;
     this.lblBUnit.Location = new System.Drawing.Point(168, 40);
     this.lblBUnit.Name = "lblBUnit";
     this.lblBUnit.Size = new System.Drawing.Size(0, 13);
     this.lblBUnit.TabIndex = 101;
     //
     // xpButton1
     //
     this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xpButton1.Image = ((System.Drawing.Image)(resources.GetObject("xpButton1.Image")));
     this.xpButton1.Location = new System.Drawing.Point(893, 38);
     this.xpButton1.Name = "xpButton1";
     this.xpButton1.Size = new System.Drawing.Size(75, 23);
     this.xpButton1.TabIndex = 15;
     this.xpButton1.Text = "Print";
     this.xpButton1.Click += new System.EventHandler(this.BtnPrintClicked);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(770, 38);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(106, 23);
     this.btnExport.TabIndex = 103;
     this.btnExport.Text = "Export Bin Card";
     this.btnExport.Click += new System.EventHandler(this.BtnExportClick);
     //
     // lblItemSerialNumber
     //
     this.lblItemSerialNumber.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.lblItemSerialNumber.Location = new System.Drawing.Point(287, 5);
     this.lblItemSerialNumber.Name = "lblItemSerialNumber";
     this.lblItemSerialNumber.Size = new System.Drawing.Size(132, 16);
     this.lblItemSerialNumber.TabIndex = 104;
     this.lblItemSerialNumber.Text = "Item Serial Number: ";
     //
     // ItemDetailReport
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1049, 614);
     this.Controls.Add(this.lblItemSerialNumber);
     this.Controls.Add(this.lblItemID);
     this.Controls.Add(this.lblBUnit);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.txtitmName);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ItemDetailReport";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Item Detail Reports";
     this.Load += new System.EventHandler(this.BinCardTransactionLoad);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tbSummary.ResumeLayout(false);
     this.tbSummary.PerformLayout();
     this.tbBinCard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     this.tbClassicBinCard.ResumeLayout(false);
     this.tbClassicBinCard.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).EndInit();
     this.tbSOHTrend.ResumeLayout(false);
     this.tbSOHTrend.PerformLayout();
     this.tbAMCTrend.ResumeLayout(false);
     this.tbAMCTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit();
     this.tbMOSTrend.ResumeLayout(false);
     this.tbMOSTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit();
     this.tbActivityTrend.ResumeLayout(false);
     this.tbActivityTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit();
     this.tbSSTrend.ResumeLayout(false);
     this.tbSSTrend.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tbTransactions.ResumeLayout(false);
     this.tbTransactions.PerformLayout();
     this.tbConsumptionTrend.ResumeLayout(false);
     this.tbConsumptionTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit();
     this.tbStockExpiryStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.tbLogisticsSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.tbSOHLocation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tbSOHPriceSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     DevExpress.XtraGrid.GridLevelNode      gridLevelNode1    = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series5           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series6           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
     this.ribbon                     = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.selectAnalysisFile         = new DevExpress.XtraBars.BarButtonItem();
     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.b_FeedingMachine           = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1              = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem2              = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3              = new DevExpress.XtraBars.BarCheckItem();
     this.page_HotAnalysis           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rpg_handAnalysis           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpg_SerialPortDateAnalysis = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpg_Peripheral             = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1                = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar            = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.defaultLookAndFeel1        = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.layoutControl1             = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1               = new DevExpress.XtraGrid.GridControl();
     this.analysisModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTime                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFileName                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTAL                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTEU                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTER                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTer_Teu                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTal_Teu                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRuHuaLv                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsHuiZhuTie             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chartControl2              = new DevExpress.XtraCharts.ChartControl();
     this.chartControl1              = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup4        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3         = new DevExpress.XtraLayout.LayoutControlItem();
     this.chartDataBindingSource1    = new System.Windows.Forms.BindingSource(this.components);
     this.chartDataBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.xYBindingSource1           = new System.Windows.Forms.BindingSource(this.components);
     this.xYBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.preAnalysisOpenFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.barButtonItem6             = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analysisModelBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDataBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDataBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xYBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xYBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationIcon       = ((System.Drawing.Bitmap)(resources.GetObject("ribbon.ApplicationIcon")));
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.selectAnalysisFile,
         this.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem4,
         this.barButtonItem5,
         this.b_FeedingMachine,
         this.barCheckItem1,
         this.barCheckItem2,
         this.barCheckItem3,
         this.barButtonItem6
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 13;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.page_HotAnalysis,
         this.ribbonPage1
     });
     this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
     this.ribbon.Size      = new System.Drawing.Size(1133, 151);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // selectAnalysisFile
     //
     this.selectAnalysisFile.Caption     = "选择文件";
     this.selectAnalysisFile.Glyph       = ((System.Drawing.Image)(resources.GetObject("selectAnalysisFile.Glyph")));
     this.selectAnalysisFile.Id          = 1;
     this.selectAnalysisFile.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("selectAnalysisFile.LargeGlyph")));
     this.selectAnalysisFile.Name        = "selectAnalysisFile";
     this.selectAnalysisFile.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                           | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.selectAnalysisFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.selectAnalysisFile_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption     = "历史分析";
     this.barButtonItem1.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id          = 2;
     this.barButtonItem1.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name        = "barButtonItem1";
     this.barButtonItem1.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption     = "串口设置";
     this.barButtonItem2.Id          = 3;
     this.barButtonItem2.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name        = "barButtonItem2";
     this.barButtonItem2.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption     = "接收数据";
     this.barButtonItem3.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id          = 4;
     this.barButtonItem3.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name        = "barButtonItem3";
     this.barButtonItem3.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption     = "停止接收并分析";
     this.barButtonItem4.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Id          = 5;
     this.barButtonItem4.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
     this.barButtonItem4.Name        = "barButtonItem4";
     this.barButtonItem4.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption     = "发送结果";
     this.barButtonItem5.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
     this.barButtonItem5.Id          = 6;
     this.barButtonItem5.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
     this.barButtonItem5.Name        = "barButtonItem5";
     this.barButtonItem5.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // b_FeedingMachine
     //
     this.b_FeedingMachine.Caption     = "喂料机";
     this.b_FeedingMachine.Glyph       = ((System.Drawing.Image)(resources.GetObject("b_FeedingMachine.Glyph")));
     this.b_FeedingMachine.Id          = 7;
     this.b_FeedingMachine.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("b_FeedingMachine.LargeGlyph")));
     this.b_FeedingMachine.Name        = "b_FeedingMachine";
     this.b_FeedingMachine.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                         | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.b_FeedingMachine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.b_FeedingMachine_ItemClick);
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption            = "温度1";
     this.barCheckItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem1.Id   = 9;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // barCheckItem2
     //
     this.barCheckItem2.Caption            = "温度2 ";
     this.barCheckItem2.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem2.Id   = 10;
     this.barCheckItem2.Name = "barCheckItem2";
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption            = "温度3 ";
     this.barCheckItem3.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem3.Id   = 11;
     this.barCheckItem3.Name = "barCheckItem3";
     //
     // page_HotAnalysis
     //
     this.page_HotAnalysis.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rpg_handAnalysis,
         this.rpg_SerialPortDateAnalysis,
         this.rpg_Peripheral
     });
     this.page_HotAnalysis.Name = "page_HotAnalysis";
     this.page_HotAnalysis.Text = "热分析";
     //
     // rpg_handAnalysis
     //
     this.rpg_handAnalysis.AllowTextClipping = false;
     this.rpg_handAnalysis.ItemLinks.Add(this.selectAnalysisFile);
     this.rpg_handAnalysis.ItemLinks.Add(this.barButtonItem1);
     this.rpg_handAnalysis.Name = "rpg_handAnalysis";
     this.rpg_handAnalysis.ShowCaptionButton = false;
     this.rpg_handAnalysis.Text = "手工分析";
     //
     // rpg_SerialPortDateAnalysis
     //
     this.rpg_SerialPortDateAnalysis.AllowTextClipping = false;
     this.rpg_SerialPortDateAnalysis.ItemLinks.Add(this.barButtonItem6);
     this.rpg_SerialPortDateAnalysis.ItemLinks.Add(this.barButtonItem3);
     this.rpg_SerialPortDateAnalysis.ItemLinks.Add(this.barButtonItem4);
     this.rpg_SerialPortDateAnalysis.ItemLinks.Add(this.barButtonItem5);
     this.rpg_SerialPortDateAnalysis.Name = "rpg_SerialPortDateAnalysis";
     this.rpg_SerialPortDateAnalysis.ShowCaptionButton = false;
     this.rpg_SerialPortDateAnalysis.Text = "串口数据分析";
     //
     // rpg_Peripheral
     //
     this.rpg_Peripheral.AllowTextClipping = false;
     this.rpg_Peripheral.ItemLinks.Add(this.b_FeedingMachine);
     this.rpg_Peripheral.Name = "rpg_Peripheral";
     this.rpg_Peripheral.ShowCaptionButton = false;
     this.rpg_Peripheral.Text = "外部设备";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "设置";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem2);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem3);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.ShowCaptionButton = false;
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 562);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1133, 23);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2013";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.chartControl2);
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 151);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(98, 446, 626, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1133, 411);
     this.layoutControl1.TabIndex = 2;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridControl1
     //
     this.gridControl1.Cursor     = System.Windows.Forms.Cursors.Default;
     this.gridControl1.DataSource = this.analysisModelBindingSource;
     gridLevelNode1.RelationName  = "Level1";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.gridControl1.Location    = new System.Drawing.Point(36, 355);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.ribbon;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(1061, 20);
     this.gridControl1.TabIndex    = 6;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // analysisModelBindingSource
     //
     this.analysisModelBindingSource.DataSource = typeof(CreepRateApp.entity.AnalysisModel);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTime,
         this.colFileName,
         this.colTAL,
         this.gridColumn1,
         this.colTEU,
         this.gridColumn2,
         this.colTER,
         this.colTer_Teu,
         this.colTal_Teu,
         this.colRuHuaLv,
         this.colIsHuiZhuTie
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable             = false;
     this.gridView1.OptionsCustomization.AllowFilter     = false;
     this.gridView1.OptionsCustomization.AllowSort       = false;
     this.gridView1.OptionsPrint.AutoWidth               = false;
     this.gridView1.OptionsPrint.ShowPrintExportProgress = false;
     this.gridView1.OptionsView.ShowGroupPanel           = false;
     //
     // colTime
     //
     this.colTime.Caption      = "时间";
     this.colTime.FieldName    = "Time";
     this.colTime.Name         = "colTime";
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 0;
     this.colTime.Width        = 118;
     //
     // colFileName
     //
     this.colFileName.Caption      = "文件名";
     this.colFileName.FieldName    = "FileName";
     this.colFileName.Name         = "colFileName";
     this.colFileName.Visible      = true;
     this.colFileName.VisibleIndex = 1;
     this.colFileName.Width        = 133;
     //
     // colTAL
     //
     this.colTAL.Caption      = "TAL";
     this.colTAL.FieldName    = "TAL";
     this.colTAL.Name         = "colTAL";
     this.colTAL.Visible      = true;
     this.colTAL.VisibleIndex = 2;
     this.colTAL.Width        = 74;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "TSEF";
     this.gridColumn1.FieldName    = "TSEF";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 3;
     //
     // colTEU
     //
     this.colTEU.Caption      = "TEU";
     this.colTEU.FieldName    = "TEU";
     this.colTEU.Name         = "colTEU";
     this.colTEU.Visible      = true;
     this.colTEU.VisibleIndex = 4;
     this.colTEU.Width        = 67;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "TEM";
     this.gridColumn2.FieldName    = "TEM";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 5;
     //
     // colTER
     //
     this.colTER.Caption      = "TER";
     this.colTER.FieldName    = "TER";
     this.colTER.Name         = "colTER";
     this.colTER.Visible      = true;
     this.colTER.VisibleIndex = 6;
     this.colTER.Width        = 62;
     //
     // colTer_Teu
     //
     this.colTer_Teu.Caption      = "TER-TEU";
     this.colTer_Teu.FieldName    = "Ter_Teu";
     this.colTer_Teu.Name         = "colTer_Teu";
     this.colTer_Teu.Visible      = true;
     this.colTer_Teu.VisibleIndex = 7;
     this.colTer_Teu.Width        = 69;
     //
     // colTal_Teu
     //
     this.colTal_Teu.Caption      = "TAL-TEU";
     this.colTal_Teu.FieldName    = "Tal_Teu";
     this.colTal_Teu.Name         = "colTal_Teu";
     this.colTal_Teu.Visible      = true;
     this.colTal_Teu.VisibleIndex = 8;
     this.colTal_Teu.Width        = 61;
     //
     // colRuHuaLv
     //
     this.colRuHuaLv.Caption      = "蠕化率";
     this.colRuHuaLv.FieldName    = "RuHuaLv";
     this.colRuHuaLv.Name         = "colRuHuaLv";
     this.colRuHuaLv.Visible      = true;
     this.colRuHuaLv.VisibleIndex = 9;
     this.colRuHuaLv.Width        = 51;
     //
     // colIsHuiZhuTie
     //
     this.colIsHuiZhuTie.Caption      = "灰铸铁";
     this.colIsHuiZhuTie.FieldName    = "IsHuiZhuTie";
     this.colIsHuiZhuTie.Name         = "colIsHuiZhuTie";
     this.colIsHuiZhuTie.Visible      = true;
     this.colIsHuiZhuTie.VisibleIndex = 10;
     this.colIsHuiZhuTie.Width        = 45;
     //
     // chartControl2
     //
     this.chartControl2.Cursor = System.Windows.Forms.Cursors.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl2.Diagram  = xyDiagram1;
     this.chartControl2.Location = new System.Drawing.Point(24, 224);
     this.chartControl2.Name     = "chartControl2";
     series1.ArgumentDataMember  = "x";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.Numerical;
     series1.Name = "斜率1";
     series1.ValueDataMembersSerializable = "y";
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     splineSeriesView1.LineTensionPercent = 100;
     series1.View = splineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series2.Name = "斜率2              ";
     series2.View = splineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series3.Name = "斜率3";
     series3.View = splineSeriesView3;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl2.SeriesTemplate.View = splineSeriesView4;
     this.chartControl2.Size     = new System.Drawing.Size(1085, 95);
     this.chartControl2.TabIndex = 5;
     //
     // chartControl1
     //
     this.chartControl1.Cursor = System.Windows.Forms.Cursors.Default;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram2;
     this.chartControl1.Location    = new System.Drawing.Point(24, 44);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Apex";
     series4.ArgumentDataMember     = "x";
     series4.ArgumentScaleType      = DevExpress.XtraCharts.ScaleType.Numerical;
     series4.Name = "温度1";
     series4.ValueDataMembersSerializable = "y";
     splineSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     splineSeriesView5.LineTensionPercent = 100;
     series4.View = splineSeriesView5;
     series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series5.Name = "温度2";
     series5.View = splineSeriesView6;
     series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series6.Name = "温度3";
     series6.View = splineSeriesView7;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4,
         series5,
         series6
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView8;
     this.chartControl1.Size     = new System.Drawing.Size(1085, 132);
     this.chartControl1.TabIndex = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2,
         this.layoutControlGroup3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1133, 411);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "温度分析曲线";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(1113, 180);
     this.layoutControlGroup2.Text     = "温度分析曲线";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(1089, 136);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "斜率分析曲线";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlGroup4
     });
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 180);
     this.layoutControlGroup3.Name     = "layoutControlGroup3";
     this.layoutControlGroup3.Size     = new System.Drawing.Size(1113, 211);
     this.layoutControlGroup3.Text     = "斜率分析曲线";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chartControl2;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1089, 99);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "分析汇总";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3
     });
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 99);
     this.layoutControlGroup4.Name     = "layoutControlGroup4";
     this.layoutControlGroup4.Size     = new System.Drawing.Size(1089, 68);
     this.layoutControlGroup4.Text     = "分析汇总";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(1065, 24);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // chartDataBindingSource1
     //
     this.chartDataBindingSource1.DataSource = typeof(CreepRateApp.entity.ChartData);
     //
     // chartDataBindingSource
     //
     this.chartDataBindingSource.DataSource = typeof(CreepRateApp.entity.ChartData);
     //
     // xYBindingSource1
     //
     this.xYBindingSource1.DataSource = typeof(CreepRateApp.entity.XY);
     //
     // xYBindingSource
     //
     this.xYBindingSource.DataSource = typeof(CreepRateApp.entity.XY);
     //
     // preAnalysisOpenFileDialog
     //
     this.preAnalysisOpenFileDialog.FileName = "openFileDialog1";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption     = "添加配料";
     this.barButtonItem6.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
     this.barButtonItem6.Id          = 12;
     this.barButtonItem6.Name        = "barButtonItem6";
     this.barButtonItem6.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1133, 585);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MainForm";
     this.Ribbon        = this.ribbon;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar     = this.ribbonStatusBar;
     this.Text          = "热分析软件";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analysisModelBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDataBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDataBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xYBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xYBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView sideBySideFullStackedBarSeriesView1 = new DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView();
            this.label6 = new System.Windows.Forms.Label();
            this.moneyLabel = new System.Windows.Forms.Label();
            this.newGameButton = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.turnLabel1 = new System.Windows.Forms.Label();
            this.ActionPanel = new System.Windows.Forms.Panel();
            this.orateButton = new System.Windows.Forms.Button();
            this.bribeButton = new System.Windows.Forms.Button();
            this.thugsButton = new System.Windows.Forms.Button();
            this.actionNameLabel = new System.Windows.Forms.Label();
            this.TurnAction = new System.Windows.Forms.Label();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.palatinePanel = new System.Windows.Forms.Panel();
            this.ActionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(625, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Cash Flow";
            // 
            // moneyLabel
            // 
            this.moneyLabel.AutoSize = true;
            this.moneyLabel.Location = new System.Drawing.Point(688, 46);
            this.moneyLabel.Name = "moneyLabel";
            this.moneyLabel.Size = new System.Drawing.Size(35, 13);
            this.moneyLabel.TabIndex = 12;
            this.moneyLabel.Text = "label7";
            // 
            // newGameButton
            // 
            this.newGameButton.Location = new System.Drawing.Point(566, 12);
            this.newGameButton.Name = "newGameButton";
            this.newGameButton.Size = new System.Drawing.Size(75, 23);
            this.newGameButton.TabIndex = 13;
            this.newGameButton.Text = "New Game";
            this.newGameButton.UseVisualStyleBackColor = true;
            this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(782, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 14;
            this.button1.Text = "End Turn";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // turnLabel1
            // 
            this.turnLabel1.AutoSize = true;
            this.turnLabel1.Location = new System.Drawing.Point(790, 44);
            this.turnLabel1.Name = "turnLabel1";
            this.turnLabel1.Size = new System.Drawing.Size(51, 13);
            this.turnLabel1.TabIndex = 16;
            this.turnLabel1.Text = "turnLabel";
            // 
            // ActionPanel
            // 
            this.ActionPanel.Controls.Add(this.orateButton);
            this.ActionPanel.Controls.Add(this.bribeButton);
            this.ActionPanel.Controls.Add(this.thugsButton);
            this.ActionPanel.Controls.Add(this.actionNameLabel);
            this.ActionPanel.Location = new System.Drawing.Point(607, 327);
            this.ActionPanel.Name = "ActionPanel";
            this.ActionPanel.Size = new System.Drawing.Size(207, 153);
            this.ActionPanel.TabIndex = 17;
            // 
            // orateButton
            // 
            this.orateButton.Location = new System.Drawing.Point(21, 106);
            this.orateButton.Name = "orateButton";
            this.orateButton.Size = new System.Drawing.Size(166, 23);
            this.orateButton.TabIndex = 3;
            this.orateButton.Text = "Orate";
            this.orateButton.UseVisualStyleBackColor = true;
            this.orateButton.Click += new System.EventHandler(this.orateButton_Click);
            // 
            // bribeButton
            // 
            this.bribeButton.Location = new System.Drawing.Point(21, 76);
            this.bribeButton.Name = "bribeButton";
            this.bribeButton.Size = new System.Drawing.Size(166, 23);
            this.bribeButton.TabIndex = 2;
            this.bribeButton.Text = "Bribe them!";
            this.bribeButton.UseVisualStyleBackColor = true;
            this.bribeButton.Click += new System.EventHandler(this.bribeButton_Click);
            // 
            // thugsButton
            // 
            this.thugsButton.Location = new System.Drawing.Point(21, 47);
            this.thugsButton.Name = "thugsButton";
            this.thugsButton.Size = new System.Drawing.Size(166, 23);
            this.thugsButton.TabIndex = 1;
            this.thugsButton.Text = "Send in the thugs";
            this.thugsButton.UseVisualStyleBackColor = true;
            this.thugsButton.Click += new System.EventHandler(this.thugsButton_Click);
            // 
            // actionNameLabel
            // 
            this.actionNameLabel.AutoSize = true;
            this.actionNameLabel.Location = new System.Drawing.Point(21, 15);
            this.actionNameLabel.Name = "actionNameLabel";
            this.actionNameLabel.Size = new System.Drawing.Size(35, 13);
            this.actionNameLabel.TabIndex = 0;
            this.actionNameLabel.Text = "label7";
            // 
            // TurnAction
            // 
            this.TurnAction.AutoSize = true;
            this.TurnAction.Location = new System.Drawing.Point(607, 295);
            this.TurnAction.Name = "TurnAction";
            this.TurnAction.Size = new System.Drawing.Size(228, 13);
            this.TurnAction.TabIndex = 18;
            this.TurnAction.Text = "You have not yet chosen an action for this turn";
            // 
            // chartControl1
            // 
            this.chartControl1.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(566, 72);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Player";
            series1.ShowInLegend = false;
            series1.View = fullStackedBarSeriesView1;
            series2.Name = "Cato";
            series2.ShowInLegend = false;
            series2.View = fullStackedBarSeriesView2;
            series3.Name = "Curio";
            series3.ShowInLegend = false;
            series3.View = fullStackedBarSeriesView3;
            series4.Name = "Lucius";
            series4.ShowInLegend = false;
            series4.View = fullStackedBarSeriesView4;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            this.chartControl1.SeriesTemplate.View = sideBySideFullStackedBarSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(300, 200);
            this.chartControl1.TabIndex = 19;
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Intrigue.Properties.Resources.romemap;
            this.panel1.Controls.Add(this.palatinePanel);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(548, 532);
            this.panel1.TabIndex = 0;
            // 
            // palatinePanel
            // 
            this.palatinePanel.BackColor = System.Drawing.Color.Transparent;
            this.palatinePanel.BackgroundImage = global::Intrigue.Properties.Resources.romemap_palatina;
            this.palatinePanel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.palatinePanel.Location = new System.Drawing.Point(180, 252);
            this.palatinePanel.Name = "palatinePanel";
            this.palatinePanel.Size = new System.Drawing.Size(110, 137);
            this.palatinePanel.TabIndex = 0;
            // 
            // IntrigueMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(872, 556);
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.TurnAction);
            this.Controls.Add(this.ActionPanel);
            this.Controls.Add(this.turnLabel1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.newGameButton);
            this.Controls.Add(this.moneyLabel);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.panel1);
            this.Name = "IntrigueMain";
            this.Text = "IntrigueMain";
            this.ActionPanel.ResumeLayout(false);
            this.ActionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(5))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(104))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(2006))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(3))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
         ((object)(108))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
         ((object)(2007))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
         ((object)(4))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
         ((object)(105))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
         ((object)(2009))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.checkEdit1    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2    = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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)));
     xyDiagram1.AxisX.Label.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(12, 37);
     this.chartControl1.Name = "chartControl1";
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9
     });
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label  = sideBySideBarSeriesLabel2;
     this.chartControl1.Size     = new System.Drawing.Size(319, 278);
     this.chartControl1.TabIndex = 0;
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(12, 12);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Show Auto Scale Breaks";
     this.checkEdit1.Size               = new System.Drawing.Size(157, 19);
     this.checkEdit1.TabIndex           = 1;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // checkEdit2
     //
     this.checkEdit2.Location           = new System.Drawing.Point(175, 12);
     this.checkEdit2.Name               = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Show Manual Scale Breaks";
     this.checkEdit2.Size               = new System.Drawing.Size(156, 19);
     this.checkEdit2.TabIndex           = 2;
     this.checkEdit2.CheckedChanged    += new System.EventHandler(this.checkEdit2_CheckedChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(343, 327);
     this.Controls.Add(this.checkEdit2);
     this.Controls.Add(this.checkEdit1);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralExpiryChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.dtFrom = new CalendarLib.DateTimePickerEx();
     this.dtTo = new CalendarLib.DateTimePickerEx();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     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.label6 = new System.Windows.Forms.Label();
     this.label7 = 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.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     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.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lstExpStatus = new PrintableListView.PrintableListView();
     this.StockCode = ((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.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // dtFrom
     //
     this.dtFrom.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.dtFrom.DayOfWeekCharacters = 2;
     this.dtFrom.Location = new System.Drawing.Point(279, 14);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.PopUpFontSize = 11F;
     this.dtFrom.Size = new System.Drawing.Size(98, 20);
     this.dtFrom.TabIndex = 28;
     this.dtFrom.Visible = false;
     //
     // dtTo
     //
     this.dtTo.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 5F);
     this.dtTo.DayOfWeekCharacters = 2;
     this.dtTo.Location = new System.Drawing.Point(223, 49);
     this.dtTo.Name = "dtTo";
     this.dtTo.PopUpFontSize = 11F;
     this.dtTo.Size = new System.Drawing.Size(80, 20);
     this.dtTo.TabIndex = 29;
     this.dtTo.Visible = false;
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Pastel Kit";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartPie.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartPie.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartPie.Location = new System.Drawing.Point(12, 38);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1037, 530);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(803, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(190, 20);
     this.cboStores.StyleController = this.layoutControl1;
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cboYear);
     this.layoutControl1.Controls.Add(this.lkCategory);
     this.layoutControl1.Controls.Add(this.label1);
     this.layoutControl1.Controls.Add(this.chartPie);
     this.layoutControl1.Controls.Add(this.btnPrint);
     this.layoutControl1.Controls.Add(this.dtDate);
     this.layoutControl1.Controls.Add(this.cboStores);
     this.layoutControl1.Controls.Add(this.dtFrom);
     this.layoutControl1.Controls.Add(this.dtTo);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(50, 194, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControl1.TabIndex = 28;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lkCategory
     //
     this.lkCategory.Location = new System.Drawing.Point(606, 12);
     this.lkCategory.Name = "lkCategory";
     this.lkCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkCategory.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkCategory.Properties.DisplayMember = "Name";
     this.lkCategory.Properties.NullText = "";
     this.lkCategory.Properties.ValueMember = "ID";
     this.lkCategory.Size = new System.Drawing.Size(193, 20);
     this.lkCategory.StyleController = this.layoutControl1;
     this.lkCategory.TabIndex = 26;
     this.lkCategory.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(353, 22);
     this.label1.TabIndex = 25;
     this.label1.Text = "General Expiry For Current Year";
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::PharmInventory.Properties.Resources.printer;
     this.btnPrint.Location = new System.Drawing.Point(997, 12);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(52, 22);
     this.btnPrint.StyleController = this.layoutControl1;
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 11.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 1;
     this.dtDate.Location = new System.Drawing.Point(561, 12);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(186, 22);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dtDate;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(549, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(190, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem8});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartPie;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1041, 534);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.cboStores;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(791, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(194, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnPrint;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(985, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(56, 26);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(357, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(118, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.label1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(357, 26);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lkCategory;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(594, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(197, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lstExpStatus);
     this.groupBox3.Location = new System.Drawing.Point(507, 446);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(529, 111);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Stock Expiry Status";
     //
     // lstExpStatus
     //
     this.lstExpStatus.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.lstExpStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StockCode,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader1});
     this.lstExpStatus.FitToPage = false;
     this.lstExpStatus.GridLines = true;
     this.lstExpStatus.Location = new System.Drawing.Point(6, 20);
     this.lstExpStatus.Name = "lstExpStatus";
     this.lstExpStatus.Size = new System.Drawing.Size(510, 85);
     this.lstExpStatus.TabIndex = 14;
     this.lstExpStatus.Title = "";
     this.lstExpStatus.UseCompatibleStateImageBehavior = false;
     this.lstExpStatus.View = System.Windows.Forms.View.Details;
     //
     // StockCode
     //
     this.StockCode.Text = "Stock Status";
     this.StockCode.Width = 121;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Percentage ";
     this.columnHeader3.Width = 101;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Quantity";
     this.columnHeader4.Width = 102;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Price";
     this.columnHeader1.Width = 100;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartPie;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.MinMargins = new System.Drawing.Printing.Margins(5, 5, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "",
         "Expiry Status Chart",
         ""}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Page # of Pages #]",
         "",
         "[Date Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.CustomizationFormText = " From : ";
     this.layoutControlItem13.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem13.Text = " From : ";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem13.TextToControlDistance = 5;
     this.layoutControlItem13.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.CustomizationFormText = " From : ";
     this.layoutControlItem7.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem7.Name = "layoutControlItem13";
     this.layoutControlItem7.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem7.Text = " From : ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem7.TextToControlDistance = 5;
     this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // cboYear
     //
     this.cboYear.Location = new System.Drawing.Point(487, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "Year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(115, 20);
     this.cboYear.StyleController = this.layoutControl1;
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.cboYear;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(475, 0);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(119, 26);
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // GeneralExpiryChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(1061, 580);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.groupBox3);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager     resources               = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport2));
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo1              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo2              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo3              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo4              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.CsvSourceOptions       csvSourceOptions1       = new DevExpress.DataAccess.Excel.CsvSourceOptions();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo5              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo6              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo7              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo8              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo9              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo10             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo11             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo12             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo13             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo14             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo15             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo16             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo17             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo18             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo19             = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.ExcelWorksheetSettings excelWorksheetSettings1 = new DevExpress.DataAccess.Excel.ExcelWorksheetSettings();
     DevExpress.DataAccess.Excel.ExcelSourceOptions     excelSourceOptions1     = new DevExpress.DataAccess.Excel.ExcelSourceOptions(excelWorksheetSettings1);
     DevExpress.DataAccess.Json.CustomJsonSource        customJsonSource1       = new DevExpress.DataAccess.Json.CustomJsonSource();
     DevExpress.DataAccess.Json.JsonSchemaNode          jsonSchemaNode1         = new DevExpress.DataAccess.Json.JsonSchemaNode();
     DevExpress.DataAccess.Json.JsonSchemaNode          jsonSchemaNode2         = new DevExpress.DataAccess.Json.JsonSchemaNode();
     DevExpress.XtraCharts.Series                 series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel         pieSeriesLabel1   = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView          pieSeriesView1    = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle             chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram              xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                 series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.ChartTitle             chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.Series                 series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel         pieSeriesLabel2   = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView          pieSeriesView2    = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle             chartTitle3       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.DataAccess.Excel.FieldInfo        fieldInfo20       = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo        fieldInfo21       = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.CsvSourceOptions csvSourceOptions2 = new DevExpress.DataAccess.Excel.CsvSourceOptions();
     this.excelDataSource3  = new DevExpress.DataAccess.Excel.ExcelDataSource();
     this.excelDataSource1  = new DevExpress.DataAccess.Excel.ExcelDataSource();
     this.jsonDataSource1   = new DevExpress.DataAccess.Json.JsonDataSource(this.components);
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData1       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.pageInfo1         = new DevExpress.XtraReports.UI.XRPageInfo();
     this.pageInfo2         = new DevExpress.XtraReports.UI.XRPageInfo();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.label1            = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart2          = new DevExpress.XtraReports.UI.XRChart();
     this.xrChart3          = new DevExpress.XtraReports.UI.XRChart();
     this.xrChart1          = new DevExpress.XtraReports.UI.XRChart();
     this.xrPivotGrid1      = new DevExpress.XtraReports.UI.XRPivotGrid();
     this.excelDataSource2  = new DevExpress.DataAccess.Excel.ExcelDataSource();
     this.xrPivotGridField2 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField4 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.FolderDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.ROI = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPivotGridField1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // excelDataSource3
     //
     this.excelDataSource3.FileName = "C:\\repos\\miles\\SFX Trade Panel\\Archive r3 - May 2018 (updated) -lite\\Strat Trade " +
                                      "Files-20180424-170500\\PieChartTotal.csv";
     this.excelDataSource3.Name = "excelDataSource3";
     this.excelDataSource3.ResultSchemaSerializable = resources.GetString("excelDataSource3.ResultSchemaSerializable");
     fieldInfo1.Name = "Items";
     fieldInfo1.Type = typeof(string);
     fieldInfo2.Name = "Transactions";
     fieldInfo2.Type = typeof(double);
     fieldInfo3.Name = "NetPnl";
     fieldInfo3.Type = typeof(double);
     fieldInfo4.Name = "NetPips";
     fieldInfo4.Type = typeof(double);
     this.excelDataSource3.Schema.AddRange(new DevExpress.DataAccess.Excel.FieldInfo[] {
         fieldInfo1,
         fieldInfo2,
         fieldInfo3,
         fieldInfo4
     });
     csvSourceOptions1.Culture              = new System.Globalization.CultureInfo("");
     csvSourceOptions1.DetectNewlineType    = true;
     csvSourceOptions1.DetectValueSeparator = true;
     csvSourceOptions1.Encoding             = ((System.Text.Encoding)(resources.GetObject("csvSourceOptions1.Encoding")));
     csvSourceOptions1.NewlineType          = DevExpress.DataAccess.Excel.CsvNewlineType.LF;
     this.excelDataSource3.SourceOptions    = csvSourceOptions1;
     //
     // excelDataSource1
     //
     this.excelDataSource1.FileName = "C:\\repos\\miles\\SFX Trade Panel\\Archive r3 - May 2018 (updated) -lite\\Strat Trade " +
                                      "Files-20180424-170500\\DetailedReportStatement_stratmator_9010_20180424-170000_Tr" +
                                      "ade.xlsx";
     this.excelDataSource1.Name = "excelDataSource1";
     this.excelDataSource1.ResultSchemaSerializable = resources.GetString("excelDataSource1.ResultSchemaSerializable");
     fieldInfo5.Name  = "Ticket";
     fieldInfo5.Type  = typeof(double);
     fieldInfo6.Name  = "Open Time";
     fieldInfo6.Type  = typeof(string);
     fieldInfo7.Name  = "Type";
     fieldInfo7.Type  = typeof(string);
     fieldInfo8.Name  = "Size";
     fieldInfo8.Type  = typeof(double);
     fieldInfo9.Name  = "Item";
     fieldInfo9.Type  = typeof(string);
     fieldInfo10.Name = "Price";
     fieldInfo10.Type = typeof(double);
     fieldInfo11.Name = "S / L";
     fieldInfo11.Type = typeof(double);
     fieldInfo12.Name = "T / P";
     fieldInfo12.Type = typeof(double);
     fieldInfo13.Name = "Close Time";
     fieldInfo13.Type = typeof(string);
     fieldInfo14.Name = "Column10";
     fieldInfo14.Type = typeof(double);
     fieldInfo15.Name = "Commission";
     fieldInfo15.Type = typeof(double);
     fieldInfo16.Name = "Taxes";
     fieldInfo16.Type = typeof(double);
     fieldInfo17.Name = "Swap";
     fieldInfo17.Type = typeof(double);
     fieldInfo18.Name = "Profit";
     fieldInfo18.Type = typeof(double);
     fieldInfo19.Name = "Comment";
     fieldInfo19.Type = typeof(string);
     this.excelDataSource1.Schema.AddRange(new DevExpress.DataAccess.Excel.FieldInfo[] {
         fieldInfo5,
         fieldInfo6,
         fieldInfo7,
         fieldInfo8,
         fieldInfo9,
         fieldInfo10,
         fieldInfo11,
         fieldInfo12,
         fieldInfo13,
         fieldInfo14,
         fieldInfo15,
         fieldInfo16,
         fieldInfo17,
         fieldInfo18,
         fieldInfo19
     });
     excelWorksheetSettings1.CellRange     = null;
     excelWorksheetSettings1.WorksheetName = "DetailedReportStatement_stratma";
     excelSourceOptions1.ImportSettings    = excelWorksheetSettings1;
     this.excelDataSource1.SourceOptions   = excelSourceOptions1;
     //
     // jsonDataSource1
     //
     customJsonSource1.Json          = "{\'date\': \'dateValue\'}";
     this.jsonDataSource1.JsonSource = customJsonSource1;
     this.jsonDataSource1.Name       = "jsonDataSource1";
     jsonSchemaNode2.Value           = new DevExpress.DataAccess.Json.JsonNode("date", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
     jsonSchemaNode1.Nodes.AddRange(new DevExpress.DataAccess.Node <DevExpress.DataAccess.Json.JsonNode>[] {
         jsonSchemaNode2
     });
     jsonSchemaNode1.Value       = new DevExpress.DataAccess.Json.JsonNode("root", true);
     this.jsonDataSource1.Schema = jsonSchemaNode1;
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 14.25F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption1.BorderColor   = System.Drawing.Color.White;
     this.DetailCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailCaption1.BorderWidth   = 2F;
     this.DetailCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.DetailCaption1.ForeColor     = System.Drawing.Color.White;
     this.DetailCaption1.Name          = "DetailCaption1";
     this.DetailCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData1
     //
     this.DetailData1.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailData1.BorderWidth   = 2F;
     this.DetailData1.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData1.ForeColor     = System.Drawing.Color.Black;
     this.DetailData1.Name          = "DetailData1";
     this.DetailData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 31F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // pageInfo1
     //
     this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 552.9166F);
     this.pageInfo1.Name          = "pageInfo1";
     this.pageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.pageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.pageInfo1.StyleName     = "PageInfo";
     //
     // pageInfo2
     //
     this.pageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(454F, 552.9166F);
     this.pageInfo2.Name             = "pageInfo2";
     this.pageInfo2.SizeF            = new System.Drawing.SizeF(313F, 23F);
     this.pageInfo2.StyleName        = "PageInfo";
     this.pageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.pageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.label1
     });
     this.ReportHeader.HeightF = 26.29164F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor = System.Drawing.Color.White;
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?ROI")
     });
     this.xrLabel2.Font          = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.ForeColor     = System.Drawing.Color.Red;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(70.58334F, 24.19432F);
     this.xrLabel2.StylePriority.UseBackColor     = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseForeColor     = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.White;
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?FolderDate")
     });
     this.xrLabel1.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic);
     this.xrLabel1.ForeColor     = System.Drawing.Color.Gray;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(596.0833F, 0F);
     this.xrLabel1.Multiline     = true;
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(179.9167F, 24.19432F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "xrLabel1";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BackColor     = System.Drawing.Color.White;
     this.label1.Font          = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor     = System.Drawing.Color.OrangeRed;
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(70.58334F, 0F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(490.0833F, 24.19433F);
     this.label1.StyleName     = "Title";
     this.label1.StylePriority.UseBackColor = false;
     this.label1.StylePriority.UseFont      = false;
     this.label1.StylePriority.UseForeColor = false;
     this.label1.Text = "STRATAGEM FX-DAILY PANEL";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart2,
         this.xrChart3,
         this.xrChart1,
         this.pageInfo2,
         this.pageInfo1,
         this.xrPivotGrid1
     });
     this.Detail.HeightF = 846.9166F;
     this.Detail.Name    = "Detail";
     //
     // xrChart2
     //
     this.xrChart2.BackColor         = System.Drawing.Color.White;
     this.xrChart2.BorderColor       = System.Drawing.Color.Black;
     this.xrChart2.Borders           = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart2.DataSource        = this.excelDataSource3;
     this.xrChart2.Legend.Name       = "Default Legend";
     this.xrChart2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart2.LocationFloat     = new DevExpress.Utils.PointFloat(313F, 12.66675F);
     this.xrChart2.Name          = "xrChart2";
     this.xrChart2.PaletteName   = "Aspect";
     series1.ArgumentDataMember  = "Items";
     pieSeriesLabel1.TextPattern = "{V:$0.00}";
     series1.Label = pieSeriesLabel1;
     series1.Name  = "Series 1";
     series1.ValueDataMembersSerializable = "NetPips";
     series1.View = pieSeriesView1;
     this.xrChart2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.xrChart2.SizeF = new System.Drawing.SizeF(464F, 294F);
     this.xrChart2.StylePriority.UseBackColor = false;
     this.xrChart2.StylePriority.UseBorders   = false;
     chartTitle1.Text = "Realized NetPips";
     this.xrChart2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // xrChart3
     //
     this.xrChart3.BorderColor = System.Drawing.Color.Black;
     this.xrChart3.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart3.DataSource  = this.excelDataSource3;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.Diagram = xyDiagram1;
     this.xrChart3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart3.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart3.Legend.ItemVisibilityMode  = DevExpress.XtraCharts.LegendItemVisibilityMode.AutoGeneratedAndCustom;
     this.xrChart3.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.xrChart3.Legend.Name       = "Default Legend";
     this.xrChart3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.LocationFloat     = new DevExpress.Utils.PointFloat(0F, 319.1667F);
     this.xrChart3.Name         = "xrChart3";
     series2.ArgumentDataMember = "Items";
     series2.DataSource         = this.excelDataSource3;
     series2.Name         = "Series 1";
     series2.ShowInLegend = false;
     series2.ValueDataMembersSerializable = "Transactions";
     this.xrChart3.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.xrChart3.SizeF = new System.Drawing.SizeF(294F, 233.75F);
     chartTitle2.Text    = "Transactions";
     this.xrChart3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // xrChart1
     //
     this.xrChart1.BackColor         = System.Drawing.Color.White;
     this.xrChart1.BorderColor       = System.Drawing.Color.Black;
     this.xrChart1.Borders           = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource        = this.excelDataSource3;
     this.xrChart1.Legend.Name       = "Default Legend";
     this.xrChart1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart1.LocationFloat     = new DevExpress.Utils.PointFloat(313F, 319.1667F);
     this.xrChart1.Name          = "xrChart1";
     this.xrChart1.PaletteName   = "Aspect";
     series3.ArgumentDataMember  = "Items";
     pieSeriesLabel2.TextPattern = "{V:$0.00}";
     series3.Label = pieSeriesLabel2;
     series3.Name  = "Series 1";
     series3.ValueDataMembersSerializable = "NetPnl";
     series3.View = pieSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.xrChart1.SizeF = new System.Drawing.SizeF(454F, 294F);
     this.xrChart1.StylePriority.UseBackColor = false;
     this.xrChart1.StylePriority.UseBorders   = false;
     chartTitle3.Text = "Realized NetPnL";
     this.xrChart1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     //
     // xrPivotGrid1
     //
     this.xrPivotGrid1.Appearance.Cell.Font                 = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.CustomTotalCell.Font      = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.FieldHeader.BackColor     = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldHeader.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.FieldHeader.ForeColor     = System.Drawing.Color.OrangeRed;
     this.xrPivotGrid1.Appearance.FieldValue.BackColor      = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldValue.Font           = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.FieldValueGrandTotal.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.FieldValueTotal.Font      = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.GrandTotalCell.Font       = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.Lines.Font                = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.Appearance.TotalCell.Font            = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPivotGrid1.DataSource = this.excelDataSource2;
     this.xrPivotGrid1.Fields.AddRange(new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField[] {
         this.xrPivotGridField2,
         this.xrPivotGridField4
     });
     this.xrPivotGrid1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 10.00001F);
     this.xrPivotGrid1.Name          = "xrPivotGrid1";
     this.xrPivotGrid1.OptionsChartDataSource.ProvideDataFieldsOnSeries = true;
     this.xrPivotGrid1.OptionsPrint.FilterSeparatorBarPadding           = 3;
     this.xrPivotGrid1.OptionsPrint.PrintFilterHeaders              = DevExpress.Utils.DefaultBoolean.False;
     this.xrPivotGrid1.OptionsView.ColumnTotalsLocation             = DevExpress.XtraPivotGrid.PivotTotalsLocation.Near;
     this.xrPivotGrid1.OptionsView.GroupFieldsInCustomizationWindow = false;
     this.xrPivotGrid1.OptionsView.ShowColumnGrandTotalHeader       = false;
     this.xrPivotGrid1.OptionsView.ShowColumnGrandTotals            = false;
     this.xrPivotGrid1.OptionsView.ShowColumnHeaders       = false;
     this.xrPivotGrid1.OptionsView.ShowColumnTotals        = false;
     this.xrPivotGrid1.OptionsView.ShowFilterHeaders       = false;
     this.xrPivotGrid1.OptionsView.ShowRowGrandTotalHeader = false;
     this.xrPivotGrid1.OptionsView.ShowRowGrandTotals      = false;
     this.xrPivotGrid1.OptionsView.ShowRowTotals           = false;
     this.xrPivotGrid1.SizeF = new System.Drawing.SizeF(288.4167F, 296.6667F);
     this.xrPivotGrid1.CustomFieldValueCells += new System.EventHandler <DevExpress.XtraReports.UI.PivotGrid.PivotCustomFieldValueCellsEventArgs>(this.xrPivotGrid1_CustomFieldValueCells);
     //
     // excelDataSource2
     //
     this.excelDataSource2.FileName = "C:\\repos\\miles\\SFX Trade Panel\\Archive r3 - May 2018 (updated) -lite\\Strat Trade " +
                                      "Files-20180424-170500\\ExecSumReport_stratmator_9010_20180424-170000.csv";
     this.excelDataSource2.Name = "excelDataSource2";
     this.excelDataSource2.ResultSchemaSerializable = "PFZpZXc+PEZpZWxkIE5hbWU9Ik5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iVmFsdWUiI" +
                                                      "FR5cGU9IlN0cmluZyIgLz48L1ZpZXc+";
     fieldInfo20.Name = "Name";
     fieldInfo20.Type = typeof(string);
     fieldInfo21.Name = "Value";
     fieldInfo21.Type = typeof(string);
     this.excelDataSource2.Schema.AddRange(new DevExpress.DataAccess.Excel.FieldInfo[] {
         fieldInfo20,
         fieldInfo21
     });
     csvSourceOptions2.Culture              = new System.Globalization.CultureInfo("");
     csvSourceOptions2.DetectNewlineType    = true;
     csvSourceOptions2.DetectValueSeparator = true;
     csvSourceOptions2.Encoding             = ((System.Text.Encoding)(resources.GetObject("csvSourceOptions2.Encoding")));
     csvSourceOptions2.UseFirstRowAsHeader  = false;
     this.excelDataSource2.SourceOptions    = csvSourceOptions2;
     //
     // xrPivotGridField2
     //
     this.xrPivotGridField2.Appearance.FieldHeader.BackColor = System.Drawing.Color.White;
     this.xrPivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField2.AreaIndex = 0;
     this.xrPivotGridField2.FieldName = "Name";
     this.xrPivotGridField2.Name      = "xrPivotGridField2";
     this.xrPivotGridField2.Options.ShowCustomTotals = false;
     this.xrPivotGridField2.Options.ShowGrandTotal   = false;
     this.xrPivotGridField2.Options.ShowTotals       = false;
     this.xrPivotGridField2.SummaryDisplayType       = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentVariation;
     this.xrPivotGridField2.Width = 122;
     //
     // xrPivotGridField4
     //
     this.xrPivotGridField4.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField4.AreaIndex = 1;
     this.xrPivotGridField4.FieldName = "Value";
     this.xrPivotGridField4.Name      = "xrPivotGridField4";
     this.xrPivotGridField4.Options.ShowCustomTotals = false;
     this.xrPivotGridField4.Options.ShowGrandTotal   = false;
     this.xrPivotGridField4.Options.ShowTotals       = false;
     this.xrPivotGridField4.Width = 168;
     //
     // FolderDate
     //
     this.FolderDate.Description = "Date parsed from the folder name";
     this.FolderDate.Name        = "FolderDate";
     this.FolderDate.Type        = typeof(int);
     this.FolderDate.ValueInfo   = "0";
     //
     // ROI
     //
     this.ROI.Description = "ROI percentage value";
     this.ROI.Name        = "ROI";
     this.ROI.Type        = typeof(int);
     this.ROI.ValueInfo   = "0";
     //
     // xrPivotGridField1
     //
     this.xrPivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField1.AreaIndex = 0;
     this.xrPivotGridField1.Name      = "xrPivotGridField1";
     //
     // XtraReport2
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.jsonDataSource1,
         this.excelDataSource1,
         this.excelDataSource2,
         this.excelDataSource3
     });
     this.DataSource = this.jsonDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(40, 33, 31, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.FolderDate,
         this.ROI
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption1,
         this.DetailData1,
         this.DetailData3_Odd,
         this.PageInfo
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDefinirMeta));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel1 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(10))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] {
            ((object)(20))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] {
            ((object)(40))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel2 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel3 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel4 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(10))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] {
            ((object)(20))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] {
            ((object)(40))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel5 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView5 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel6 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView6 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(18))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(15))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(21))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(13))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(5))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(23))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(6))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(1))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.cboPrioridad = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.txtShipper = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.sButtonEliminarTrafico = new DevExpress.XtraEditors.SimpleButton();
            this.sButtonAgregarTrafico = new DevExpress.XtraEditors.SimpleButton();
            this.gridTraficos = new DevExpress.XtraGrid.GridControl();
            this.gridViewTraficos = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoGlosa = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridCompetencia = new DevExpress.XtraGrid.GridControl();
            this.gridViewCompetencia = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColCompetidor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.sButtonEliminar = new DevExpress.XtraEditors.SimpleButton();
            this.sBAgregar = new DevExpress.XtraEditors.SimpleButton();
            this.lstProductos = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.lstTipoContenedor = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtCommodity = new DevExpress.XtraEditors.TextEdit();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txtTarget = new DevExpress.XtraEditors.TextEdit();
            this.lblTarget = new DevExpress.XtraEditors.LabelControl();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.ButtonAsignar = new DevExpress.XtraEditors.SimpleButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbTarget = new System.Windows.Forms.RadioButton();
            this.rbCuenta = new System.Windows.Forms.RadioButton();
            this.cboVendedores = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.DateApertura = new DevExpress.XtraEditors.DateEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.DateRevision = new DevExpress.XtraEditors.DateEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.CboCliente = new DevExpress.XtraEditors.ComboBoxEdit();
            this.lblCuenta = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.DateHasta = new DevExpress.XtraEditors.DateEdit();
            this.DateDesde = new DevExpress.XtraEditors.DateEdit();
            this.ChartProspectos = new DevExpress.XtraCharts.ChartControl();
            this.gridTargetAbiertos = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = 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.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
            this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSalir = new System.Windows.Forms.ToolStripButton();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.ButtonEnviar = new DevExpress.XtraEditors.SimpleButton();
            this.gridAsignaciones = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoTarget = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColCliente = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFechaRevision = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoContenedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.toolStripBarraLlamada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.groupControl1.Appearance.Options.UseForeColor = true;
            this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl1.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl1.AppearanceCaption.Options.UseFont = true;
            this.groupControl1.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl1.Controls.Add(this.cboPrioridad);
            this.groupControl1.Controls.Add(this.labelControl9);
            this.groupControl1.Controls.Add(this.txtShipper);
            this.groupControl1.Controls.Add(this.labelControl2);
            this.groupControl1.Controls.Add(this.sButtonEliminarTrafico);
            this.groupControl1.Controls.Add(this.sButtonAgregarTrafico);
            this.groupControl1.Controls.Add(this.gridTraficos);
            this.groupControl1.Controls.Add(this.gridCompetencia);
            this.groupControl1.Controls.Add(this.sButtonEliminar);
            this.groupControl1.Controls.Add(this.sBAgregar);
            this.groupControl1.Controls.Add(this.lstProductos);
            this.groupControl1.Controls.Add(this.labelControl8);
            this.groupControl1.Controls.Add(this.lstTipoContenedor);
            this.groupControl1.Controls.Add(this.txtCommodity);
            this.groupControl1.Controls.Add(this.labelControl5);
            this.groupControl1.Controls.Add(this.txtTarget);
            this.groupControl1.Controls.Add(this.lblTarget);
            this.groupControl1.Controls.Add(this.chartControl1);
            this.groupControl1.Controls.Add(this.ButtonAsignar);
            this.groupControl1.Controls.Add(this.groupBox1);
            this.groupControl1.Controls.Add(this.cboVendedores);
            this.groupControl1.Controls.Add(this.labelControl7);
            this.groupControl1.Controls.Add(this.DateApertura);
            this.groupControl1.Controls.Add(this.labelControl6);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Controls.Add(this.DateRevision);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Controls.Add(this.CboCliente);
            this.groupControl1.Controls.Add(this.lblCuenta);
            this.groupControl1.Location = new System.Drawing.Point(5, 5);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(565, 329);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "Datos Generales";
            this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
            // 
            // cboPrioridad
            // 
            this.cboPrioridad.Location = new System.Drawing.Point(395, 291);
            this.cboPrioridad.Name = "cboPrioridad";
            this.cboPrioridad.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboPrioridad.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboPrioridad.Size = new System.Drawing.Size(60, 20);
            this.cboPrioridad.TabIndex = 48;
            // 
            // labelControl9
            // 
            this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl9.Location = new System.Drawing.Point(333, 294);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(46, 13);
            this.labelControl9.TabIndex = 47;
            this.labelControl9.Text = "Prioridad:";
            // 
            // txtShipper
            // 
            this.txtShipper.Location = new System.Drawing.Point(395, 265);
            this.txtShipper.Name = "txtShipper";
            this.txtShipper.Size = new System.Drawing.Size(154, 20);
            this.txtShipper.TabIndex = 46;
            // 
            // labelControl2
            // 
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl2.Location = new System.Drawing.Point(333, 268);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(40, 13);
            this.labelControl2.TabIndex = 45;
            this.labelControl2.Text = "Shipper:";
            // 
            // sButtonEliminarTrafico
            // 
            this.sButtonEliminarTrafico.AutoSizeInLayoutControl = true;
            this.sButtonEliminarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarTrafico.Image")));
            this.sButtonEliminarTrafico.Location = new System.Drawing.Point(295, 127);
            this.sButtonEliminarTrafico.Name = "sButtonEliminarTrafico";
            this.sButtonEliminarTrafico.Size = new System.Drawing.Size(26, 24);
            this.sButtonEliminarTrafico.TabIndex = 7;
            this.sButtonEliminarTrafico.Click += new System.EventHandler(this.sButtonEliminarTrafico_Click);
            // 
            // sButtonAgregarTrafico
            // 
            this.sButtonAgregarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarTrafico.Image")));
            this.sButtonAgregarTrafico.Location = new System.Drawing.Point(295, 151);
            this.sButtonAgregarTrafico.Name = "sButtonAgregarTrafico";
            this.sButtonAgregarTrafico.Size = new System.Drawing.Size(27, 24);
            this.sButtonAgregarTrafico.TabIndex = 5;
            this.sButtonAgregarTrafico.Click += new System.EventHandler(this.sButtonAgregarTrafico_Click);
            // 
            // gridTraficos
            // 
            this.gridTraficos.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.gridTraficos.Location = new System.Drawing.Point(327, 82);
            this.gridTraficos.MainView = this.gridViewTraficos;
            this.gridTraficos.Name = "gridTraficos";
            this.gridTraficos.Size = new System.Drawing.Size(233, 94);
            this.gridTraficos.TabIndex = 6;
            this.gridTraficos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewTraficos});
            // 
            // gridViewTraficos
            // 
            this.gridViewTraficos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColTipoGlosa});
            this.gridViewTraficos.GridControl = this.gridTraficos;
            this.gridViewTraficos.Name = "gridViewTraficos";
            this.gridViewTraficos.NewItemRowText = "Click aqui para agregar nueva fila";
            this.gridViewTraficos.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewTraficos.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewTraficos.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.FieldName = "Glosa";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 58;
            // 
            // gridColTipoGlosa
            // 
            this.gridColTipoGlosa.Caption = "Tipo Glosa";
            this.gridColTipoGlosa.FieldName = "TipoGlosa";
            this.gridColTipoGlosa.Name = "gridColTipoGlosa";
            // 
            // gridCompetencia
            // 
            this.gridCompetencia.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.gridCompetencia.Location = new System.Drawing.Point(71, 178);
            this.gridCompetencia.MainView = this.gridViewCompetencia;
            this.gridCompetencia.Name = "gridCompetencia";
            this.gridCompetencia.Size = new System.Drawing.Size(203, 81);
            this.gridCompetencia.TabIndex = 9;
            this.gridCompetencia.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewCompetencia});
            // 
            // gridViewCompetencia
            // 
            this.gridViewCompetencia.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColCompetidor});
            this.gridViewCompetencia.GridControl = this.gridCompetencia;
            this.gridViewCompetencia.Name = "gridViewCompetencia";
            this.gridViewCompetencia.NewItemRowText = "Click aqui para agregar nueva fila";
            this.gridViewCompetencia.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewCompetencia.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewCompetencia.OptionsView.ShowGroupPanel = false;
            // 
            // gridColCompetidor
            // 
            this.gridColCompetidor.Caption = "Competencia";
            this.gridColCompetidor.FieldName = "Descripcion";
            this.gridColCompetidor.Name = "gridColCompetidor";
            this.gridColCompetidor.Visible = true;
            this.gridColCompetidor.VisibleIndex = 0;
            this.gridColCompetidor.Width = 58;
            // 
            // sButtonEliminar
            // 
            this.sButtonEliminar.AutoSizeInLayoutControl = true;
            this.sButtonEliminar.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminar.Image")));
            this.sButtonEliminar.Location = new System.Drawing.Point(38, 211);
            this.sButtonEliminar.Name = "sButtonEliminar";
            this.sButtonEliminar.Size = new System.Drawing.Size(26, 24);
            this.sButtonEliminar.TabIndex = 10;
            this.sButtonEliminar.Click += new System.EventHandler(this.sButtonEliminar_Click);
            // 
            // sBAgregar
            // 
            this.sBAgregar.Image = ((System.Drawing.Image)(resources.GetObject("sBAgregar.Image")));
            this.sBAgregar.Location = new System.Drawing.Point(38, 235);
            this.sBAgregar.Name = "sBAgregar";
            this.sBAgregar.Size = new System.Drawing.Size(27, 24);
            this.sBAgregar.TabIndex = 8;
            this.sBAgregar.Click += new System.EventHandler(this.sBAgregar_Click);
            // 
            // lstProductos
            // 
            this.lstProductos.CheckOnClick = true;
            this.lstProductos.HorizontalScrollbar = true;
            this.lstProductos.HorzScrollStep = 10;
            this.lstProductos.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item1"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item2"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item3"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item4"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item5")});
            this.lstProductos.Location = new System.Drawing.Point(71, 82);
            this.lstProductos.Name = "lstProductos";
            this.lstProductos.Size = new System.Drawing.Size(187, 90);
            this.lstProductos.TabIndex = 4;
            // 
            // labelControl8
            // 
            this.labelControl8.Appearance.Options.UseTextOptions = true;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl8.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.labelControl8.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl8.Location = new System.Drawing.Point(8, 287);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(57, 37);
            this.labelControl8.TabIndex = 44;
            this.labelControl8.Text = "Tipo Contenedor";
            // 
            // lstTipoContenedor
            // 
            this.lstTipoContenedor.Location = new System.Drawing.Point(71, 291);
            this.lstTipoContenedor.Name = "lstTipoContenedor";
            this.lstTipoContenedor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lstTipoContenedor.Size = new System.Drawing.Size(203, 20);
            this.lstTipoContenedor.TabIndex = 12;
            this.lstTipoContenedor.SelectedIndexChanged += new System.EventHandler(this.lstTipoContenedor_SelectedIndexChanged);
            this.lstTipoContenedor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lstTipoContenedor_KeyPress);
            // 
            // txtCommodity
            // 
            this.txtCommodity.Location = new System.Drawing.Point(71, 265);
            this.txtCommodity.Name = "txtCommodity";
            this.txtCommodity.Size = new System.Drawing.Size(203, 20);
            this.txtCommodity.TabIndex = 11;
            this.txtCommodity.EditValueChanged += new System.EventHandler(this.txtCommodity_EditValueChanged_1);
            this.txtCommodity.Enter += new System.EventHandler(this.txtCommodity_Enter);
            this.txtCommodity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCommodity_KeyPress);
            this.txtCommodity.Click += new System.EventHandler(this.txtCommodity_Click);
            // 
            // labelControl5
            // 
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl5.Location = new System.Drawing.Point(8, 268);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(57, 13);
            this.labelControl5.TabIndex = 41;
            this.labelControl5.Text = "Commodity:";
            // 
            // txtTarget
            // 
            this.txtTarget.Location = new System.Drawing.Point(254, 22);
            this.txtTarget.Name = "txtTarget";
            this.txtTarget.Size = new System.Drawing.Size(295, 20);
            this.txtTarget.TabIndex = 2;
            this.txtTarget.Enter += new System.EventHandler(this.txtTarget_Enter);
            this.txtTarget.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTarget_KeyPress);
            this.txtTarget.Click += new System.EventHandler(this.txtTarget_Click);
            // 
            // lblTarget
            // 
            this.lblTarget.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.lblTarget.Location = new System.Drawing.Point(211, 25);
            this.lblTarget.Name = "lblTarget";
            this.lblTarget.Size = new System.Drawing.Size(41, 13);
            this.lblTarget.TabIndex = 36;
            this.lblTarget.Text = "Nombre:";
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(571, 199);
            this.chartControl1.Name = "chartControl1";
            fullStackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series1.Label = fullStackedBarSeriesLabel1;
            series1.Name = "Vendedor";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
            series1.View = fullStackedBarSeriesView1;
            fullStackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series2.Label = fullStackedBarSeriesLabel2;
            series2.Name = "Cliente";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint4});
            series2.View = fullStackedBarSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            fullStackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl1.SeriesTemplate.Label = fullStackedBarSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = fullStackedBarSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(402, 277);
            this.chartControl1.TabIndex = 35;
            // 
            // ButtonAsignar
            // 
            this.ButtonAsignar.Location = new System.Drawing.Point(461, 291);
            this.ButtonAsignar.Name = "ButtonAsignar";
            this.ButtonAsignar.Size = new System.Drawing.Size(88, 33);
            this.ButtonAsignar.TabIndex = 16;
            this.ButtonAsignar.Text = "Asignar";
            this.ButtonAsignar.Click += new System.EventHandler(this.ButtonAsignar_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbTarget);
            this.groupBox1.Controls.Add(this.rbCuenta);
            this.groupBox1.Location = new System.Drawing.Point(7, 25);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(197, 43);
            this.groupBox1.TabIndex = 32;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Tipo Target";
            // 
            // rbTarget
            // 
            this.rbTarget.AutoSize = true;
            this.rbTarget.Location = new System.Drawing.Point(101, 19);
            this.rbTarget.Name = "rbTarget";
            this.rbTarget.Size = new System.Drawing.Size(90, 17);
            this.rbTarget.TabIndex = 1;
            this.rbTarget.Text = "NuevoTráfico";
            this.rbTarget.UseVisualStyleBackColor = true;
            this.rbTarget.CheckedChanged += new System.EventHandler(this.rbTarget_CheckedChanged);
            // 
            // rbCuenta
            // 
            this.rbCuenta.AutoSize = true;
            this.rbCuenta.Checked = true;
            this.rbCuenta.Location = new System.Drawing.Point(6, 18);
            this.rbCuenta.Name = "rbCuenta";
            this.rbCuenta.Size = new System.Drawing.Size(94, 17);
            this.rbCuenta.TabIndex = 0;
            this.rbCuenta.TabStop = true;
            this.rbCuenta.Text = "Nueva Cuenta";
            this.rbCuenta.UseVisualStyleBackColor = true;
            this.rbCuenta.Enter += new System.EventHandler(this.rbCuenta_Enter);
            this.rbCuenta.CheckedChanged += new System.EventHandler(this.rbCuenta_CheckedChanged);
            // 
            // cboVendedores
            // 
            this.cboVendedores.Location = new System.Drawing.Point(395, 239);
            this.cboVendedores.Name = "cboVendedores";
            this.cboVendedores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboVendedores.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboVendedores.Size = new System.Drawing.Size(154, 20);
            this.cboVendedores.TabIndex = 15;
            this.cboVendedores.SelectedIndexChanged += new System.EventHandler(this.cboVendedores_SelectedIndexChanged);
            this.cboVendedores.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboVendedores_KeyPress);
            // 
            // labelControl7
            // 
            this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl7.Location = new System.Drawing.Point(333, 242);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(50, 13);
            this.labelControl7.TabIndex = 29;
            this.labelControl7.Text = "Vendedor:";
            // 
            // DateApertura
            // 
            this.DateApertura.EditValue = null;
            this.DateApertura.Enabled = false;
            this.DateApertura.Location = new System.Drawing.Point(447, 213);
            this.DateApertura.Name = "DateApertura";
            this.DateApertura.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateApertura.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateApertura.Size = new System.Drawing.Size(102, 20);
            this.DateApertura.TabIndex = 14;
            this.DateApertura.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateApertura_KeyPress);
            // 
            // labelControl6
            // 
            this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl6.Location = new System.Drawing.Point(355, 216);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(79, 13);
            this.labelControl6.TabIndex = 27;
            this.labelControl6.Text = "Fecha Apertura:";
            // 
            // labelControl4
            // 
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl4.Location = new System.Drawing.Point(355, 190);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(82, 13);
            this.labelControl4.TabIndex = 26;
            this.labelControl4.Text = "Fecha Follow Up:";
            // 
            // DateRevision
            // 
            this.DateRevision.EditValue = null;
            this.DateRevision.Location = new System.Drawing.Point(447, 187);
            this.DateRevision.Name = "DateRevision";
            this.DateRevision.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateRevision.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateRevision.Size = new System.Drawing.Size(102, 20);
            this.DateRevision.TabIndex = 13;
            this.DateRevision.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateRevision_KeyPress);
            // 
            // labelControl3
            // 
            this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl3.Location = new System.Drawing.Point(264, 82);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(42, 13);
            this.labelControl3.TabIndex = 24;
            this.labelControl3.Text = "Tráficos:";
            // 
            // labelControl1
            // 
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Location = new System.Drawing.Point(7, 74);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(73, 22);
            this.labelControl1.TabIndex = 19;
            this.labelControl1.Text = "Productos:";
            // 
            // CboCliente
            // 
            this.CboCliente.Location = new System.Drawing.Point(254, 48);
            this.CboCliente.Name = "CboCliente";
            this.CboCliente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.CboCliente.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.CboCliente.Size = new System.Drawing.Size(295, 20);
            this.CboCliente.TabIndex = 3;
            this.CboCliente.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CboCliente_KeyPress);
            // 
            // lblCuenta
            // 
            this.lblCuenta.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.lblCuenta.Location = new System.Drawing.Point(211, 48);
            this.lblCuenta.Name = "lblCuenta";
            this.lblCuenta.Size = new System.Drawing.Size(73, 22);
            this.lblCuenta.TabIndex = 17;
            this.lblCuenta.Text = "Cuenta:";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.chartControl2);
            this.panelControl1.Controls.Add(this.groupControl1);
            this.panelControl1.Location = new System.Drawing.Point(3, 39);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(575, 339);
            this.panelControl1.TabIndex = 0;
            this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
            // 
            // chartControl2
            // 
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl2.Diagram = xyDiagram2;
            this.chartControl2.Location = new System.Drawing.Point(576, 276);
            this.chartControl2.Name = "chartControl2";
            fullStackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            series3.Label = fullStackedBarSeriesLabel4;
            series3.Name = "Vendedor";
            series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
            series3.View = fullStackedBarSeriesView4;
            fullStackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
            series4.Label = fullStackedBarSeriesLabel5;
            series4.Name = "Cliente";
            series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint8});
            series4.View = fullStackedBarSeriesView5;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3,
        series4};
            fullStackedBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl2.SeriesTemplate.Label = fullStackedBarSeriesLabel6;
            this.chartControl2.SeriesTemplate.View = fullStackedBarSeriesView6;
            this.chartControl2.Size = new System.Drawing.Size(402, 188);
            this.chartControl2.TabIndex = 35;
            // 
            // groupControl3
            // 
            this.groupControl3.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.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl3.AppearanceCaption.Options.UseFont = true;
            this.groupControl3.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl3.Controls.Add(this.DateHasta);
            this.groupControl3.Controls.Add(this.DateDesde);
            this.groupControl3.Controls.Add(this.ChartProspectos);
            this.groupControl3.Controls.Add(this.gridTargetAbiertos);
            this.groupControl3.Location = new System.Drawing.Point(3, 379);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(977, 193);
            this.groupControl3.TabIndex = 2;
            this.groupControl3.Text = "Estadística Prospectos Abiertos";
            this.groupControl3.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl3_Paint);
            // 
            // DateHasta
            // 
            this.DateHasta.EditValue = null;
            this.DateHasta.Location = new System.Drawing.Point(118, 23);
            this.DateHasta.Name = "DateHasta";
            this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateHasta.Size = new System.Drawing.Size(91, 20);
            this.DateHasta.TabIndex = 37;
            this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged);
            this.DateHasta.Leave += new System.EventHandler(this.DateHasta_Leave);
            // 
            // DateDesde
            // 
            this.DateDesde.EditValue = null;
            this.DateDesde.Location = new System.Drawing.Point(5, 23);
            this.DateDesde.Name = "DateDesde";
            this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateDesde.Size = new System.Drawing.Size(91, 20);
            this.DateDesde.TabIndex = 36;
            this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged);
            this.DateDesde.Leave += new System.EventHandler(this.DateDesde_Leave);
            // 
            // ChartProspectos
            // 
            this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            this.ChartProspectos.Diagram = xyDiagram3;
            this.ChartProspectos.Location = new System.Drawing.Point(486, 23);
            this.ChartProspectos.Name = "ChartProspectos";
            stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series5.Label = stackedBarSeriesLabel1;
            series5.Name = "Propuesta";
            series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint9,
            seriesPoint10,
            seriesPoint11,
            seriesPoint12,
            seriesPoint13,
            seriesPoint14,
            seriesPoint15});
            series5.View = stackedBarSeriesView1;
            stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series6.Label = stackedBarSeriesLabel2;
            series6.Name = "Asignada";
            series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint16,
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20,
            seriesPoint21,
            seriesPoint22});
            series6.View = stackedBarSeriesView2;
            stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            series7.Label = stackedBarSeriesLabel3;
            series7.Name = "Revisión";
            series7.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint23,
            seriesPoint24,
            seriesPoint25,
            seriesPoint26,
            seriesPoint27,
            seriesPoint28,
            seriesPoint29});
            series7.View = stackedBarSeriesView3;
            this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7};
            stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel4;
            this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView4;
            this.ChartProspectos.Size = new System.Drawing.Size(486, 163);
            this.ChartProspectos.TabIndex = 35;
            // 
            // gridTargetAbiertos
            // 
            this.gridTargetAbiertos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.gridTargetAbiertos.Location = new System.Drawing.Point(5, 49);
            this.gridTargetAbiertos.MainView = this.gridView2;
            this.gridTargetAbiertos.Name = "gridTargetAbiertos";
            this.gridTargetAbiertos.Size = new System.Drawing.Size(475, 137);
            this.gridTargetAbiertos.TabIndex = 1;
            this.gridTargetAbiertos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9});
            this.gridView2.GridControl = this.gridTargetAbiertos;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "N° Target";
            this.gridColumn3.FieldName = "NumMeta";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 58;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Cuenta/Target";
            this.gridColumn4.FieldName = "CuentaTarget";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 2;
            this.gridColumn4.Width = 145;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Vendedor";
            this.gridColumn7.FieldName = "Vendedor";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 123;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Estado";
            this.gridColumn8.FieldName = "Estado";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 4;
            this.gridColumn8.Width = 94;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Tipo";
            this.gridColumn9.FieldName = "Tipo";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 1;
            this.gridColumn9.Width = 49;
            // 
            // toolStripBarraLlamada
            // 
            this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuNuevo,
            this.toolStripSeparator1,
            this.MenuSalir});
            this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
            this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
            this.toolStripBarraLlamada.Size = new System.Drawing.Size(980, 38);
            this.toolStripBarraLlamada.TabIndex = 5;
            this.toolStripBarraLlamada.Text = "toolStrip1";
            // 
            // MenuNuevo
            // 
            this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
            this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuNuevo.Name = "MenuNuevo";
            this.MenuNuevo.Size = new System.Drawing.Size(45, 35);
            this.MenuNuevo.Text = "Nueva";
            this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuNuevo.ToolTipText = "Nueva Llamada";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuSalir
            // 
            this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
            this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuSalir.Name = "MenuSalir";
            this.MenuSalir.Size = new System.Drawing.Size(33, 35);
            this.MenuSalir.Text = "Salir";
            this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click_1);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.groupControl2.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl2.Appearance.Options.UseFont = true;
            this.groupControl2.Appearance.Options.UseForeColor = true;
            this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.groupControl2.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl2.AppearanceCaption.Options.UseFont = true;
            this.groupControl2.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl2.Controls.Add(this.ButtonEnviar);
            this.groupControl2.Controls.Add(this.gridAsignaciones);
            this.groupControl2.Location = new System.Drawing.Point(579, 39);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(401, 339);
            this.groupControl2.TabIndex = 34;
            this.groupControl2.Text = "Resumen Asignación";
            this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
            // 
            // ButtonEnviar
            // 
            this.ButtonEnviar.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
            this.ButtonEnviar.Appearance.Options.UseForeColor = true;
            this.ButtonEnviar.Location = new System.Drawing.Point(5, 294);
            this.ButtonEnviar.Name = "ButtonEnviar";
            this.ButtonEnviar.Size = new System.Drawing.Size(96, 35);
            this.ButtonEnviar.TabIndex = 36;
            this.ButtonEnviar.Text = "Enviar Prospectos";
            this.ButtonEnviar.Click += new System.EventHandler(this.ButtonEnviar_Click);
            // 
            // gridAsignaciones
            // 
            this.gridAsignaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gridAsignaciones.Location = new System.Drawing.Point(5, 25);
            this.gridAsignaciones.MainView = this.gridView1;
            this.gridAsignaciones.Name = "gridAsignaciones";
            this.gridAsignaciones.Size = new System.Drawing.Size(386, 265);
            this.gridAsignaciones.TabIndex = 0;
            this.gridAsignaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColVendedor,
            this.gridColTipoTarget,
            this.gridColCliente,
            this.gridColFechaRevision,
            this.gridColTipoContenedor});
            this.gridView1.GridControl = this.gridAsignaciones;
            this.gridView1.GroupCount = 1;
            this.gridView1.Name = "gridView1";
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColVendedor, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColVendedor
            // 
            this.gridColVendedor.Caption = "Vendedor";
            this.gridColVendedor.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario";
            this.gridColVendedor.Name = "gridColVendedor";
            this.gridColVendedor.Width = 126;
            // 
            // gridColTipoTarget
            // 
            this.gridColTipoTarget.Caption = "Tipo Target";
            this.gridColTipoTarget.FieldName = "TipoOportunidad";
            this.gridColTipoTarget.Name = "gridColTipoTarget";
            this.gridColTipoTarget.Visible = true;
            this.gridColTipoTarget.VisibleIndex = 0;
            this.gridColTipoTarget.Width = 77;
            // 
            // gridColCliente
            // 
            this.gridColCliente.Caption = "Cliente";
            this.gridColCliente.FieldName = "GlosaClienteTarget";
            this.gridColCliente.Name = "gridColCliente";
            this.gridColCliente.Visible = true;
            this.gridColCliente.VisibleIndex = 1;
            this.gridColCliente.Width = 307;
            // 
            // gridColFechaRevision
            // 
            this.gridColFechaRevision.Caption = "Fecha Revisión";
            this.gridColFechaRevision.FieldName = "FechaRevision";
            this.gridColFechaRevision.Name = "gridColFechaRevision";
            this.gridColFechaRevision.Width = 137;
            // 
            // gridColTipoContenedor
            // 
            this.gridColTipoContenedor.Caption = "Tipo Contenedor";
            this.gridColTipoContenedor.FieldName = "ObjTipoContenedor.Descripcion";
            this.gridColTipoContenedor.Name = "gridColTipoContenedor";
            this.gridColTipoContenedor.Visible = true;
            this.gridColTipoContenedor.VisibleIndex = 2;
            this.gridColTipoContenedor.Width = 142;
            // 
            // ctrldxError
            // 
            this.ctrldxError.ContainerControl = this;
            // 
            // frmDefinirMeta
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(980, 574);
            this.Controls.Add(this.toolStripBarraLlamada);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl3);
            this.Controls.Add(this.panelControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmDefinirMeta";
            this.Text = "Definir TARGET";
            this.Load += new System.EventHandler(this.frmDefinirMeta_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDefinirMeta_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.toolStripBarraLlamada.ResumeLayout(false);
            this.toolStripBarraLlamada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            this.totalAmountSalesByYearBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
            this.totalAmountByProductByYearBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.propertyGrid2 = new System.Windows.Forms.PropertyGrid();
            this.SeriesTemplate = new System.Windows.Forms.Label();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // totalAmountSalesByYearBindingSource
            // 
            this.totalAmountSalesByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountSalesByYear);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(537, 26);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(179, 23);
            this.simpleButton1.TabIndex = 0;
            this.simpleButton1.Text = "bind";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // chartControl1
            // 
            this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.chartControl1.DataSource = this.totalAmountSalesByYearBindingSource;
            xyDiagram1.AxisX.Label.Angle = 15;
            xyDiagram1.AxisX.Label.Staggered = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(6, 20);
            this.chartControl1.Name = "chartControl1";
            series1.ArgumentDataMember = "Year";
            sideBySideBarSeriesLabel1.LineVisible = true;
            sideBySideBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series1.Label = sideBySideBarSeriesLabel1;
            series1.Name = "Series 1";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.ValueDataMembersSerializable = "TotalAmount";
            sideBySideBarSeriesLabel2.LineVisible = true;
            sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series2.Label = sideBySideBarSeriesLabel2;
            series2.Name = "Series 2";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            sideBySideBarSeriesLabel3.LineVisible = true;
            sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(682, 254);
            this.chartControl1.TabIndex = 1;
            chartTitle1.Text = "Sales amount by year";
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
            // 
            // chartControl2
            // 
            this.chartControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.chartControl2.AppearanceName = "The Trees";
            this.chartControl2.DataSource = this.totalAmountSalesByYearBindingSource;
            this.chartControl2.Location = new System.Drawing.Point(6, 288);
            this.chartControl2.Name = "chartControl2";
            series3.ArgumentDataMember = "Year";
            series3.DataSource = this.totalAmountSalesByYearBindingSource;
            pieSeriesLabel1.LineVisible = true;
            pieSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series3.Label = pieSeriesLabel1;
            piePointOptions1.PercentOptions.ValueAsPercent = false;
            piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            series3.LegendPointOptions = piePointOptions1;
            series3.Name = "Year";
            series3.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series3.SynchronizePointOptions = false;
            series3.ValueDataMembersSerializable = "TotalAmount";
            pieSeriesView1.RuntimeExploding = false;
            series3.View = pieSeriesView1;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3};
            this.chartControl2.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            this.chartControl2.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pieSeriesLabel2.LineVisible = true;
            pieSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl2.SeriesTemplate.Label = pieSeriesLabel2;
            piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            piePointOptions2.ValueNumericOptions.Precision = 8;
            this.chartControl2.SeriesTemplate.PointOptions = piePointOptions2;
            this.chartControl2.SeriesTemplate.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
            pieSeriesView2.RuntimeExploding = false;
            this.chartControl2.SeriesTemplate.View = pieSeriesView2;
            this.chartControl2.Size = new System.Drawing.Size(682, 211);
            this.chartControl2.TabIndex = 2;
            chartTitle2.Text = "Sales amount by year";
            this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            this.chartControl2.Click += new System.EventHandler(this.chartControl2_Click);
            // 
            // propertyGrid1
            // 
            this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.propertyGrid1.Location = new System.Drawing.Point(761, 55);
            this.propertyGrid1.Name = "propertyGrid1";
            this.propertyGrid1.Size = new System.Drawing.Size(296, 254);
            this.propertyGrid1.TabIndex = 3;
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(12, 55);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(704, 543);
            this.tabControl1.TabIndex = 4;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.chartControl1);
            this.tabPage1.Controls.Add(this.chartControl2);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(696, 517);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.chartControl3);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(696, 517);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // chartControl3
            // 
            this.chartControl3.DataSource = this.totalAmountByProductByYearBindingSource;
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl3.Diagram = xyDiagram2;
            this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl3.Location = new System.Drawing.Point(3, 3);
            this.chartControl3.Name = "chartControl3";
            this.chartControl3.PaletteName = "Median";
            this.chartControl3.SeriesDataMember = "Name";
            series4.ArgumentDataMember = "Name";
            sideBySideBarSeriesLabel4.LineVisible = true;
            sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            series4.Label = sideBySideBarSeriesLabel4;
            series4.Name = "Series 2";
            this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4};
            this.chartControl3.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            this.chartControl3.SeriesTemplate.ArgumentDataMember = "Year";
            sideBySideBarSeriesLabel5.LineVisible = true;
            sideBySideBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl3.SeriesTemplate.Label = sideBySideBarSeriesLabel5;
            this.chartControl3.SeriesTemplate.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalAmount";
            this.chartControl3.Size = new System.Drawing.Size(690, 511);
            this.chartControl3.TabIndex = 2;
            chartTitle3.Text = "Sales Amount By Products";
            this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            this.chartControl3.Click += new System.EventHandler(this.chartControl3_Click);
            // 
            // totalAmountByProductByYearBindingSource
            // 
            this.totalAmountByProductByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountByProductByYear);
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1,
            this.bar2,
            this.bar3});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 0;
            this.barManager1.StatusBar = this.bar3;
            // 
            // bar1
            // 
            this.bar1.BarName = "Tools";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 1;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.Text = "Tools";
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // bar3
            // 
            this.bar3.BarName = "Status bar";
            this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.bar3.DockCol = 0;
            this.bar3.DockRow = 0;
            this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.bar3.OptionsBar.AllowQuickCustomization = false;
            this.bar3.OptionsBar.DrawDragBorder = false;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Status bar";
            // 
            // propertyGrid2
            // 
            this.propertyGrid2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.propertyGrid2.Location = new System.Drawing.Point(761, 341);
            this.propertyGrid2.Name = "propertyGrid2";
            this.propertyGrid2.Size = new System.Drawing.Size(296, 172);
            this.propertyGrid2.TabIndex = 5;
            // 
            // SeriesTemplate
            // 
            this.SeriesTemplate.AutoSize = true;
            this.SeriesTemplate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.SeriesTemplate.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.SeriesTemplate.Location = new System.Drawing.Point(758, 325);
            this.SeriesTemplate.Name = "SeriesTemplate";
            this.SeriesTemplate.Size = new System.Drawing.Size(98, 13);
            this.SeriesTemplate.TabIndex = 6;
            this.SeriesTemplate.Text = "Series Template";
            // 
            // simpleButton2
            // 
            this.simpleButton2.Location = new System.Drawing.Point(733, 26);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(179, 23);
            this.simpleButton2.TabIndex = 7;
            this.simpleButton2.Text = "bind";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // FormChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1069, 610);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.SeriesTemplate);
            this.Controls.Add(this.propertyGrid2);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.propertyGrid1);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormChart";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Strip            strip1            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX1   = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.Strip            strip2            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle       chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.gcCount           = new DevExpress.XtraGrid.GridControl();
     this.gvCount           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.KEY             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VALUE           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(779, 386);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName   = "Northern Lights";
     xyDiagram1.AxisX.GridLines.Visible  = true;
     xyDiagram1.AxisX.Label.Angle        = -45;
     xyDiagram1.AxisX.Label.Antialiasing = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     strip1.MaxLimit.Enabled = false;
     strip1.MinLimit.Enabled = false;
     strip1.Name             = "Strip 1";
     strip1.ShowInLegend     = false;
     xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip1
     });
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisX.Title.Text                 = "X控制图";
     xyDiagram1.AxisX.Visible                    = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Visible = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "0";
     xyDiagram1.DefaultPane.Visible  = false;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYZooming   = true;
     xyDiagramPane1.Name             = "xPane";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Weight           = 1.0053191489361701;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID             = 0;
     secondaryAxisX1.Label.Angle        = -45;
     secondaryAxisX1.Label.Antialiasing = true;
     secondaryAxisX1.Name = "xX";
     secondaryAxisX1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX1.Range.SideMarginsEnabled = true;
     strip2.MaxLimit.Enabled = false;
     strip2.MinLimit.Enabled = false;
     strip2.Name             = "Strip 1";
     strip2.ShowInLegend     = false;
     secondaryAxisX1.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip2
     });
     secondaryAxisX1.Tickmarks.Visible          = false;
     secondaryAxisX1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.Name      = "xY";
     secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY1.Range.SideMarginsEnabled   = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram                   = xyDiagram1;
     this.chartControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.BackColor          = System.Drawing.Color.Thistle;
     this.chartControl1.Legend.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl1.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl1.Legend.SpacingVertical    = 5;
     this.chartControl1.Location                  = new System.Drawing.Point(160, 0);
     this.chartControl1.Margin                    = new System.Windows.Forms.Padding(0);
     this.chartControl1.Name                      = "chartControl1";
     pointSeriesLabel1.LineVisible                = true;
     pointSeriesLabel1.Visible                    = false;
     series1.Label             = pointSeriesLabel1;
     series1.Name              = "xSeries";
     lineSeriesView1.AxisXName = "xX";
     lineSeriesView1.AxisYName = "xY";
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineStyle.Thickness    = 1;
     lineSeriesView1.PaneName = "xPane";
     series1.View             = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.SeriesTemplate.LegendPointOptions      = pointOptions1;
     this.chartControl1.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(570, 403);
     this.chartControl1.TabIndex = 1;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle2.Dock            = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 8F);
     chartTitle2.Visible         = false;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1,
         chartTitle2
     });
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.gcCount, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.chartControl1, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(730, 403);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // gcCount
     //
     this.gcCount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcCount.Location = new System.Drawing.Point(0, 3);
     this.gcCount.MainView = this.gvCount;
     this.gcCount.Margin   = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.gcCount.Name     = "gcCount";
     this.gcCount.Size     = new System.Drawing.Size(157, 397);
     this.gcCount.TabIndex = 4;
     this.gcCount.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCount
     });
     //
     // gvCount
     //
     this.gvCount.ColumnPanelRowHeight = 28;
     this.gvCount.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.KEY,
         this.VALUE
     });
     this.gvCount.GridControl = this.gcCount;
     this.gvCount.Name        = "gvCount";
     this.gvCount.OptionsBehavior.ReadOnly            = true;
     this.gvCount.OptionsView.EnableAppearanceEvenRow = true;
     this.gvCount.OptionsView.ShowGroupPanel          = false;
     this.gvCount.RowHeight = 26;
     //
     // KEY
     //
     this.KEY.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.KEY.AppearanceHeader.Options.UseFont = true;
     this.KEY.Caption      = "统计量";
     this.KEY.FieldName    = "KEY";
     this.KEY.Name         = "KEY";
     this.KEY.Visible      = true;
     this.KEY.VisibleIndex = 0;
     this.KEY.Width        = 58;
     //
     // VALUE
     //
     this.VALUE.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.VALUE.AppearanceHeader.Options.UseFont = true;
     this.VALUE.Caption      = "值";
     this.VALUE.FieldName    = "VALUE";
     this.VALUE.Name         = "VALUE";
     this.VALUE.Visible      = true;
     this.VALUE.VisibleIndex = 1;
     this.VALUE.Width        = 78;
     //
     // XBARChart
     //
     this.Controls.Add(this.tableLayoutPanel2);
     this.Name = "XBARChart";
     this.Size = new System.Drawing.Size(730, 403);
     ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesView  stackedBarSeriesView1  = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView  stackedBarSeriesView2  = new DevExpress.XtraCharts.StackedBarSeriesView();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.pivotGridControl1    = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.expandablePanel1     = new Mozart.Studio.UIComponents.ExpandablePanel();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.chkOrigProdVer       = new System.Windows.Forms.CheckBox();
     this.chkSubStep           = new System.Windows.Forms.CheckBox();
     this.areaComboBox         = new System.Windows.Forms.ComboBox();
     this.btnSaveLayOut        = new System.Windows.Forms.Button();
     this.TimeComboBox         = new System.Windows.Forms.ComboBox();
     this.chkViewTotal         = new System.Windows.Forms.CheckBox();
     this.btnQuery             = new System.Windows.Forms.Button();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6   = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.dockManager1         = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1           = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.chartControl         = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.pivotGridControl1);
     this.panelControl1.Controls.Add(this.expandablePanel1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1192, 651);
     this.panelControl1.TabIndex = 0;
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Location = new System.Drawing.Point(2, 109);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.OptionsChartDataSource.ProvideDataByColumns = false;
     this.pivotGridControl1.OptionsView.RowTotalsLocation      = DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Near;
     this.pivotGridControl1.OptionsView.ShowFilterSeparatorBar = false;
     this.pivotGridControl1.Size                  = new System.Drawing.Size(1188, 540);
     this.pivotGridControl1.TabIndex              = 49;
     this.pivotGridControl1.CustomFieldSort      += new DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventHandler(this.pivotGridControl1_CustomFieldSort);
     this.pivotGridControl1.CellSelectionChanged += new System.EventHandler(this.pivotGridControl1_CellSelectionChanged);
     //
     // expandablePanel1
     //
     this.expandablePanel1.Controls.Add(this.layoutControl1);
     this.expandablePanel1.Dock         = System.Windows.Forms.DockStyle.Top;
     this.expandablePanel1.ForeColor    = System.Drawing.Color.SteelBlue;
     this.expandablePanel1.Location     = new System.Drawing.Point(2, 2);
     this.expandablePanel1.Name         = "expandablePanel1";
     this.expandablePanel1.Size         = new System.Drawing.Size(1188, 107);
     this.expandablePanel1.TabIndex     = 0;
     this.expandablePanel1.Text         = "StepWipSnapshotView";
     this.expandablePanel1.UseAnimation = true;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chkOrigProdVer);
     this.layoutControl1.Controls.Add(this.chkSubStep);
     this.layoutControl1.Controls.Add(this.areaComboBox);
     this.layoutControl1.Controls.Add(this.btnSaveLayOut);
     this.layoutControl1.Controls.Add(this.TimeComboBox);
     this.layoutControl1.Controls.Add(this.chkViewTotal);
     this.layoutControl1.Controls.Add(this.btnQuery);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 33);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(604, 291, 650, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1188, 74);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chkOrigProdVer
     //
     this.chkOrigProdVer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkOrigProdVer.Location = new System.Drawing.Point(404, 12);
     this.chkOrigProdVer.Name     = "chkOrigProdVer";
     this.chkOrigProdVer.Size     = new System.Drawing.Size(168, 50);
     this.chkOrigProdVer.TabIndex = 85;
     this.chkOrigProdVer.Text     = "ORIG PRODUCTVERSION";
     this.chkOrigProdVer.UseVisualStyleBackColor = true;
     this.chkOrigProdVer.Visible = false;
     //
     // chkSubStep
     //
     this.chkSubStep.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSubStep.Location = new System.Drawing.Point(278, 12);
     this.chkSubStep.Name     = "chkSubStep";
     this.chkSubStep.Size     = new System.Drawing.Size(122, 50);
     this.chkSubStep.TabIndex = 84;
     this.chkSubStep.Text     = "SHOW SUB STEP";
     this.chkSubStep.UseVisualStyleBackColor = true;
     //
     // areaComboBox
     //
     this.areaComboBox.FormattingEnabled = true;
     this.areaComboBox.Location          = new System.Drawing.Point(12, 29);
     this.areaComboBox.Name     = "areaComboBox";
     this.areaComboBox.Size     = new System.Drawing.Size(77, 22);
     this.areaComboBox.TabIndex = 83;
     //
     // btnSaveLayOut
     //
     this.btnSaveLayOut.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveLayOut.Image    = global::CSOT.Lcd.UserInterface.Properties.Resources.Icons_16x16_Save;
     this.btnSaveLayOut.Location = new System.Drawing.Point(1117, 12);
     this.btnSaveLayOut.Name     = "btnSaveLayOut";
     this.btnSaveLayOut.Size     = new System.Drawing.Size(59, 50);
     this.btnSaveLayOut.TabIndex = 82;
     this.btnSaveLayOut.UseVisualStyleBackColor = true;
     this.btnSaveLayOut.Click += new System.EventHandler(this.btnSaveLayOut_Click);
     //
     // TimeComboBox
     //
     this.TimeComboBox.FormattingEnabled = true;
     this.TimeComboBox.Location          = new System.Drawing.Point(122, 29);
     this.TimeComboBox.Name     = "TimeComboBox";
     this.TimeComboBox.Size     = new System.Drawing.Size(142, 22);
     this.TimeComboBox.TabIndex = 81;
     //
     // chkViewTotal
     //
     this.chkViewTotal.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkViewTotal.Location = new System.Drawing.Point(576, 12);
     this.chkViewTotal.Name     = "chkViewTotal";
     this.chkViewTotal.Size     = new System.Drawing.Size(196, 50);
     this.chkViewTotal.TabIndex = 79;
     this.chkViewTotal.Text     = "VIEW_TOTAL";
     this.chkViewTotal.UseVisualStyleBackColor = true;
     this.chkViewTotal.Visible = false;
     //
     // btnQuery
     //
     this.btnQuery.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnQuery.Location = new System.Drawing.Point(1025, 12);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(88, 50);
     this.btnQuery.TabIndex = 78;
     this.btnQuery.Text     = "QUERY";
     this.btnQuery.UseVisualStyleBackColor = true;
     this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem7,
         this.layoutControlItem3,
         this.emptySpaceItem2,
         this.emptySpaceItem3,
         this.layoutControlItem1,
         this.layoutControlItem6,
         this.emptySpaceItem1,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1188, 74);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control             = this.areaComboBox;
     this.layoutControlItem2.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize             = new System.Drawing.Size(81, 54);
     this.layoutControlItem2.MinSize             = new System.Drawing.Size(81, 54);
     this.layoutControlItem2.Name                = "layoutControlItem2";
     this.layoutControlItem2.Size                = new System.Drawing.Size(81, 54);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                = "AREA";
     this.layoutControlItem2.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem2.TextSize            = new System.Drawing.Size(73, 14);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control             = this.TimeComboBox;
     this.layoutControlItem4.Location            = new System.Drawing.Point(110, 0);
     this.layoutControlItem4.MaxSize             = new System.Drawing.Size(146, 54);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(146, 54);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(146, 54);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text                = "DATE RANGE";
     this.layoutControlItem4.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(73, 14);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control             = this.btnQuery;
     this.layoutControlItem7.Location            = new System.Drawing.Point(1013, 0);
     this.layoutControlItem7.MaxSize             = new System.Drawing.Size(92, 54);
     this.layoutControlItem7.MinSize             = new System.Drawing.Size(92, 54);
     this.layoutControlItem7.Name                = "layoutControlItem7";
     this.layoutControlItem7.Size                = new System.Drawing.Size(92, 54);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text                = "QUERY";
     this.layoutControlItem7.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible         = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control             = this.btnSaveLayOut;
     this.layoutControlItem3.Location            = new System.Drawing.Point(1105, 0);
     this.layoutControlItem3.MaxSize             = new System.Drawing.Size(63, 54);
     this.layoutControlItem3.MinSize             = new System.Drawing.Size(63, 54);
     this.layoutControlItem3.Name                = "layoutControlItem3";
     this.layoutControlItem3.Size                = new System.Drawing.Size(63, 54);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible         = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(81, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(29, 54);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(764, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(249, 54);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control             = this.chkSubStep;
     this.layoutControlItem1.Location            = new System.Drawing.Point(266, 0);
     this.layoutControlItem1.MaxSize             = new System.Drawing.Size(126, 54);
     this.layoutControlItem1.MinSize             = new System.Drawing.Size(126, 54);
     this.layoutControlItem1.Name                = "layoutControlItem1";
     this.layoutControlItem1.Size                = new System.Drawing.Size(126, 54);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible         = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control             = this.chkViewTotal;
     this.layoutControlItem6.Location            = new System.Drawing.Point(564, 0);
     this.layoutControlItem6.MaxSize             = new System.Drawing.Size(200, 54);
     this.layoutControlItem6.MinSize             = new System.Drawing.Size(200, 54);
     this.layoutControlItem6.Name                = "layoutControlItem6";
     this.layoutControlItem6.Size                = new System.Drawing.Size(200, 54);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible         = false;
     this.layoutControlItem6.Visibility          = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(256, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(10, 54);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control             = this.chkOrigProdVer;
     this.layoutControlItem5.Location            = new System.Drawing.Point(392, 0);
     this.layoutControlItem5.MaxSize             = new System.Drawing.Size(172, 54);
     this.layoutControlItem5.MinSize             = new System.Drawing.Size(172, 54);
     this.layoutControlItem5.Name                = "layoutControlItem5";
     this.layoutControlItem5.Size                = new System.Drawing.Size(172, 54);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible         = false;
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanel1
     });
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane"
     });
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock     = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockPanel1.ID       = new System.Guid("ed670ac2-d3d2-436c-b92e-ac4da6f81cd0");
     this.dockPanel1.Location = new System.Drawing.Point(0, 651);
     this.dockPanel1.Name     = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize            = new System.Drawing.Size(200, 178);
     this.dockPanel1.Size = new System.Drawing.Size(1192, 178);
     this.dockPanel1.Text = "Chart";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.chartControl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 24);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(1184, 150);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // chartControl
     //
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Custom;
     xyDiagram1.AxisX.NumericScaleOptions.GridSpacing   = 0.5D;
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "9";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     this.chartControl.Diagram = xyDiagram1;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.Legend.Font       = new System.Drawing.Font("Tahoma", 7F);
     this.chartControl.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
     this.chartControl.Legend.MaxHorizontalPercentage = 30D;
     this.chartControl.Legend.Name = "Default Legend";
     this.chartControl.Location    = new System.Drawing.Point(0, 0);
     this.chartControl.Name        = "chartControl";
     series1.Name = "Series 1";
     series1.View = stackedBarSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     stackedBarSeriesLabel1.LineVisibility  = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl.SeriesTemplate.Label = stackedBarSeriesLabel1;
     this.chartControl.SeriesTemplate.View  = stackedBarSeriesView2;
     this.chartControl.Size = new System.Drawing.Size(1184, 150);
     this.chartControl.SmallChartText.Text = "Increase the chart\'s size,\r\nto view its layout.\r\n    ";
     this.chartControl.TabIndex            = 1;
     //
     // StepWipSnapshotView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.dockPanel1);
     this.Name = "StepWipSnapshotView";
     this.Size = new System.Drawing.Size(1192, 829);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #33
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine3 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 5, 0, 0, 0, 0), new object[] {
            ((object)(90D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 6, 0, 0, 0, 0), new object[] {
            ((object)(80D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 8, 0, 0, 0, 0), new object[] {
            ((object)(96.46D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 7, 0, 0, 0, 0), new object[] {
            ((object)(90D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 9, 0, 0, 0, 0), new object[] {
            ((object)(94.48D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 10, 0, 0, 0, 0), new object[] {
            ((object)(98.78D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 11, 0, 0, 0, 0), new object[] {
            ((object)(80D))});
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Qx));
            this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.labelComponent1 = new DevExpress.XtraGauges.Win.Base.LabelComponent();
            this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.arcScaleRangeBarComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent();
            this.panelContainer = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.label6 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblTemperature5 = new System.Windows.Forms.Label();
            this.lblTemperature4 = new System.Windows.Forms.Label();
            this.lblTemperature3 = new System.Windows.Forms.Label();
            this.lblTemperature1 = new System.Windows.Forms.Label();
            this.lblTemperature2 = new System.Windows.Forms.Label();
            this.lblDateTime1 = new System.Windows.Forms.Label();
            this.pboxFigure4 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.pboxFigure3 = new System.Windows.Forms.PictureBox();
            this.pboxFigure1 = new System.Windows.Forms.PictureBox();
            this.pboxFigure2 = new System.Windows.Forms.PictureBox();
            this.lblDateTime4 = new System.Windows.Forms.Label();
            this.lblDateTime2 = new System.Windows.Forms.Label();
            this.lblDateTime3 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lbDjsw = new System.Windows.Forms.Label();
            this.pboxSW = new com.tk.dam.Views.PictureBoxModel();
            this.pboxS = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.circularGauge2 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.labelComponent2 = new DevExpress.XtraGauges.Win.Base.LabelComponent();
            this.arcScaleRangeBarComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent();
            this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.label3 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblPower = new System.Windows.Forms.Label();
            this.lblDirection = new System.Windows.Forms.Label();
            this.pboxDirectionW = new System.Windows.Forms.PictureBox();
            this.pboxDirectionWN = new System.Windows.Forms.PictureBox();
            this.pboxDirectionSW = new System.Windows.Forms.PictureBox();
            this.pboxDirectionES = new System.Windows.Forms.PictureBox();
            this.pboxDirectionNE = new System.Windows.Forms.PictureBox();
            this.pboxDirectionN = new System.Windows.Forms.PictureBox();
            this.pboxDirectionE = new System.Windows.Forms.PictureBox();
            this.pboxDirectionS = new System.Windows.Forms.PictureBox();
            this.pboxDirection = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).BeginInit();
            this.panelContainer.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).BeginInit();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxS)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).BeginInit();
            this.SuspendLayout();
            // 
            // circularGauge1
            // 
            this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 248, 248);
            this.circularGauge1.Name = "circularGauge1";
            // 
            // labelComponent1
            // 
            this.labelComponent1.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F);
            this.labelComponent1.Name = "circularGauge1_Label1";
            this.labelComponent1.Size = new System.Drawing.SizeF(140F, 60F);
            this.labelComponent1.Text = "910";
            this.labelComponent1.UseColorScheme = false;
            this.labelComponent1.ZOrder = -1001;
            // 
            // arcScaleComponent1
            // 
            this.arcScaleComponent1.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F);
            this.arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A");
            this.arcScaleComponent1.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleComponent1.EndAngle = 90F;
            this.arcScaleComponent1.MajorTickCount = 0;
            this.arcScaleComponent1.MajorTickmark.FormatString = "{0:F0}";
            this.arcScaleComponent1.MajorTickmark.ShapeOffset = -14F;
            this.arcScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_1;
            this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleComponent1.MaxValue = 100F;
            this.arcScaleComponent1.MinorTickCount = 0;
            this.arcScaleComponent1.MinorTickmark.ShapeOffset = -7F;
            this.arcScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2;
            this.arcScaleComponent1.Name = "scale1";
            this.arcScaleComponent1.StartAngle = -270F;
            this.arcScaleComponent1.Value = 20F;
            // 
            // arcScaleRangeBarComponent1
            // 
            this.arcScaleRangeBarComponent1.Name = "circularGauge1_RangeBar2";
            this.arcScaleRangeBarComponent1.RoundedCaps = true;
            this.arcScaleRangeBarComponent1.ShowBackground = true;
            this.arcScaleRangeBarComponent1.StartOffset = 80F;
            this.arcScaleRangeBarComponent1.ZOrder = -10;
            // 
            // panelContainer
            // 
            this.panelContainer.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.panelContainer.BackColor = System.Drawing.Color.Transparent;
            this.panelContainer.Controls.Add(this.panel5);
            this.panelContainer.Controls.Add(this.panel1);
            this.panelContainer.Controls.Add(this.panel4);
            this.panelContainer.Controls.Add(this.panel3);
            this.panelContainer.Controls.Add(this.panel2);
            this.panelContainer.Location = new System.Drawing.Point(70, 35);
            this.panelContainer.Name = "panelContainer";
            this.panelContainer.Size = new System.Drawing.Size(1220, 530);
            this.panelContainer.TabIndex = 24;
            // 
            // panel5
            // 
            this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel5.AutoSize = true;
            this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            this.panel5.Controls.Add(this.chartControl1);
            this.panel5.Controls.Add(this.label6);
            this.panel5.Location = new System.Drawing.Point(738, 17);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(486, 500);
            this.panel5.TabIndex = 23;
            // 
            // chartControl1
            // 
            this.chartControl1.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.chartControl1.BackColor = System.Drawing.Color.Transparent;
            this.chartControl1.BorderOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
            xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false;
            xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 3D;
            xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.Label.TextPattern = "{A:MMMd日}";
            xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Far;
            xyDiagram1.AxisX.Title.Antialiasing = false;
            xyDiagram1.AxisX.Title.Text = "时间";
            xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.White;
            xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            constantLine1.AxisValueSerializable = "100";
            constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            constantLine1.LineStyle.Thickness = 3;
            constantLine1.Name = "设计水位";
            constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
            constantLine1.Title.Visible = false;
            constantLine2.AxisValueSerializable = "96.5";
            constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0)))));
            constantLine2.LineStyle.Thickness = 3;
            constantLine2.Name = "正常水位";
            constantLine2.Title.Text = "正常水位";
            constantLine2.Title.Visible = false;
            constantLine3.AxisValueSerializable = "93";
            constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(245)))));
            constantLine3.LineStyle.Thickness = 3;
            constantLine3.Name = "汛限水位";
            constantLine3.Title.Text = "汛限水位";
            constantLine3.Title.Visible = false;
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1,
            constantLine2,
            constantLine3});
            xyDiagram1.AxisY.GridLines.MinorColor = System.Drawing.Color.Transparent;
            xyDiagram1.AxisY.Label.TextPattern = "{V}m";
            xyDiagram1.AxisY.Tickmarks.Visible = false;
            xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
            xyDiagram1.AxisY.Title.Antialiasing = false;
            xyDiagram1.AxisY.Title.Text = "水位";
            xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.White;
            xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisualRange.Auto = false;
            xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "100";
            xyDiagram1.AxisY.VisualRange.MinValueSerializable = "80";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.AxisY.WholeRange.Auto = false;
            xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "100";
            xyDiagram1.AxisY.WholeRange.MinValueSerializable = "70";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.DefaultPane.BorderColor = System.Drawing.Color.Transparent;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.BackColor = System.Drawing.Color.Transparent;
            this.chartControl1.Legend.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 10F);
            this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl1.Location = new System.Drawing.Point(13, 95);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.PaletteName = "Yellow";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series1.Name = "水位";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
            lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0)))));
            lineSeriesView1.LineStyle.Thickness = 1;
            lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.View = lineSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(468, 375);
            this.chartControl1.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label6.ForeColor = System.Drawing.Color.White;
            this.label6.Location = new System.Drawing.Point(3, 4);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(145, 39);
            this.label6.TabIndex = 0;
            this.label6.Text = "水位曲线";
            // 
            // panel1
            // 
            this.panel1.AutoSize = true;
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(167)))), ((int)(((byte)(108)))));
            this.panel1.Controls.Add(this.lblTemperature5);
            this.panel1.Controls.Add(this.lblTemperature4);
            this.panel1.Controls.Add(this.lblTemperature3);
            this.panel1.Controls.Add(this.lblTemperature1);
            this.panel1.Controls.Add(this.lblTemperature2);
            this.panel1.Controls.Add(this.lblDateTime1);
            this.panel1.Controls.Add(this.pboxFigure4);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.pboxFigure3);
            this.panel1.Controls.Add(this.pboxFigure1);
            this.panel1.Controls.Add(this.pboxFigure2);
            this.panel1.Controls.Add(this.lblDateTime4);
            this.panel1.Controls.Add(this.lblDateTime2);
            this.panel1.Controls.Add(this.lblDateTime3);
            this.panel1.Location = new System.Drawing.Point(0, 17);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(252, 500);
            this.panel1.TabIndex = 0;
            // 
            // lblTemperature5
            // 
            this.lblTemperature5.AutoSize = true;
            this.lblTemperature5.ForeColor = System.Drawing.Color.White;
            this.lblTemperature5.Location = new System.Drawing.Point(197, 413);
            this.lblTemperature5.Name = "lblTemperature5";
            this.lblTemperature5.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature5.TabIndex = 14;
            this.lblTemperature5.Text = "23℃";
            // 
            // lblTemperature4
            // 
            this.lblTemperature4.AutoSize = true;
            this.lblTemperature4.ForeColor = System.Drawing.Color.White;
            this.lblTemperature4.Location = new System.Drawing.Point(106, 413);
            this.lblTemperature4.Name = "lblTemperature4";
            this.lblTemperature4.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature4.TabIndex = 13;
            this.lblTemperature4.Text = "21℃";
            // 
            // lblTemperature3
            // 
            this.lblTemperature3.AutoSize = true;
            this.lblTemperature3.ForeColor = System.Drawing.Color.White;
            this.lblTemperature3.Location = new System.Drawing.Point(23, 414);
            this.lblTemperature3.Name = "lblTemperature3";
            this.lblTemperature3.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature3.TabIndex = 16;
            this.lblTemperature3.Text = "26℃";
            // 
            // lblTemperature1
            // 
            this.lblTemperature1.AutoSize = true;
            this.lblTemperature1.Font = new System.Drawing.Font("Tahoma", 24F);
            this.lblTemperature1.ForeColor = System.Drawing.Color.White;
            this.lblTemperature1.Location = new System.Drawing.Point(49, 206);
            this.lblTemperature1.Name = "lblTemperature1";
            this.lblTemperature1.Size = new System.Drawing.Size(78, 39);
            this.lblTemperature1.TabIndex = 9;
            this.lblTemperature1.Text = "28℃";
            // 
            // lblTemperature2
            // 
            this.lblTemperature2.AutoSize = true;
            this.lblTemperature2.Font = new System.Drawing.Font("Tahoma", 16F);
            this.lblTemperature2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(205)))), ((int)(((byte)(2)))));
            this.lblTemperature2.Location = new System.Drawing.Point(123, 215);
            this.lblTemperature2.Name = "lblTemperature2";
            this.lblTemperature2.Size = new System.Drawing.Size(63, 27);
            this.lblTemperature2.TabIndex = 8;
            this.lblTemperature2.Text = "/27℃";
            // 
            // lblDateTime1
            // 
            this.lblDateTime1.AutoSize = true;
            this.lblDateTime1.ForeColor = System.Drawing.Color.White;
            this.lblDateTime1.Location = new System.Drawing.Point(53, 245);
            this.lblDateTime1.Name = "lblDateTime1";
            this.lblDateTime1.Size = new System.Drawing.Size(132, 14);
            this.lblDateTime1.TabIndex = 10;
            this.lblDateTime1.Text = "  9月16日         星期三";
            // 
            // pboxFigure4
            // 
            this.pboxFigure4.Location = new System.Drawing.Point(171, 341);
            this.pboxFigure4.Name = "pboxFigure4";
            this.pboxFigure4.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure4.TabIndex = 17;
            this.pboxFigure4.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(3, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(81, 39);
            this.label1.TabIndex = 0;
            this.label1.Text = "天气";
            // 
            // pboxFigure3
            // 
            this.pboxFigure3.Location = new System.Drawing.Point(87, 341);
            this.pboxFigure3.Name = "pboxFigure3";
            this.pboxFigure3.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure3.TabIndex = 18;
            this.pboxFigure3.TabStop = false;
            // 
            // pboxFigure1
            // 
            this.pboxFigure1.Location = new System.Drawing.Point(28, 46);
            this.pboxFigure1.Name = "pboxFigure1";
            this.pboxFigure1.Size = new System.Drawing.Size(180, 180);
            this.pboxFigure1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure1.TabIndex = 6;
            this.pboxFigure1.TabStop = false;
            // 
            // pboxFigure2
            // 
            this.pboxFigure2.Location = new System.Drawing.Point(3, 341);
            this.pboxFigure2.Name = "pboxFigure2";
            this.pboxFigure2.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure2.TabIndex = 19;
            this.pboxFigure2.TabStop = false;
            // 
            // lblDateTime4
            // 
            this.lblDateTime4.AutoSize = true;
            this.lblDateTime4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime4.ForeColor = System.Drawing.Color.White;
            this.lblDateTime4.Location = new System.Drawing.Point(190, 324);
            this.lblDateTime4.Name = "lblDateTime4";
            this.lblDateTime4.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime4.TabIndex = 15;
            this.lblDateTime4.Text = "星期五";
            // 
            // lblDateTime2
            // 
            this.lblDateTime2.AutoSize = true;
            this.lblDateTime2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime2.ForeColor = System.Drawing.Color.White;
            this.lblDateTime2.Location = new System.Drawing.Point(19, 324);
            this.lblDateTime2.Name = "lblDateTime2";
            this.lblDateTime2.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime2.TabIndex = 12;
            this.lblDateTime2.Text = "星期三";
            // 
            // lblDateTime3
            // 
            this.lblDateTime3.AutoSize = true;
            this.lblDateTime3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime3.ForeColor = System.Drawing.Color.White;
            this.lblDateTime3.Location = new System.Drawing.Point(104, 324);
            this.lblDateTime3.Name = "lblDateTime3";
            this.lblDateTime3.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime3.TabIndex = 11;
            this.lblDateTime3.Text = "星期四";
            // 
            // panel4
            // 
            this.panel4.AutoSize = true;
            this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(169)))), ((int)(((byte)(245)))));
            this.panel4.Controls.Add(this.lbDjsw);
            this.panel4.Controls.Add(this.pboxSW);
            this.panel4.Controls.Add(this.pboxS);
            this.panel4.Controls.Add(this.label5);
            this.panel4.Location = new System.Drawing.Point(454, 17);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(278, 500);
            this.panel4.TabIndex = 21;
            // 
            // lbDjsw
            // 
            this.lbDjsw.BackColor = System.Drawing.Color.Transparent;
            this.lbDjsw.Font = new System.Drawing.Font("Tahoma", 12F);
            this.lbDjsw.ForeColor = System.Drawing.Color.WhiteSmoke;
            this.lbDjsw.Location = new System.Drawing.Point(113, 10);
            this.lbDjsw.Name = "lbDjsw";
            this.lbDjsw.Size = new System.Drawing.Size(154, 42);
            this.lbDjsw.TabIndex = 26;
            this.lbDjsw.Text = "当前水位:95m  ";
            this.lbDjsw.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // pboxSW
            // 
            this.pboxSW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.pboxSW.Location = new System.Drawing.Point(0, 180);
            this.pboxSW.Name = "pboxSW";
            this.pboxSW.Size = new System.Drawing.Size(94, 320);
            this.pboxSW.TabIndex = 25;
            // 
            // pboxS
            // 
            this.pboxS.BackColor = System.Drawing.Color.Transparent;
            this.pboxS.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pboxS.Image = global::com.tk.dam.Properties.Resources.shui1;
            this.pboxS.Location = new System.Drawing.Point(0, 301);
            this.pboxS.Name = "pboxS";
            this.pboxS.Size = new System.Drawing.Size(278, 199);
            this.pboxS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxS.TabIndex = 1;
            this.pboxS.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(3, 4);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(81, 39);
            this.label5.TabIndex = 0;
            this.label5.Text = "水位";
            // 
            // panel3
            // 
            this.panel3.AutoSize = true;
            this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21)))));
            this.panel3.Controls.Add(this.gaugeControl1);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Location = new System.Drawing.Point(258, 282);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(190, 235);
            this.panel3.TabIndex = 21;
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.AutoLayout = false;
            this.gaugeControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21)))));
            this.gaugeControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.circularGauge2});
            this.gaugeControl1.Location = new System.Drawing.Point(15, 59);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(160, 160);
            this.gaugeControl1.TabIndex = 1;
            // 
            // circularGauge2
            // 
            this.circularGauge2.AutoSize = DevExpress.Utils.DefaultBoolean.True;
            this.circularGauge2.Bounds = new System.Drawing.Rectangle(6, 6, 148, 148);
            this.circularGauge2.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] {
            this.labelComponent2});
            this.circularGauge2.Name = "circularGauge2";
            this.circularGauge2.RangeBars.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent[] {
            this.arcScaleRangeBarComponent2});
            this.circularGauge2.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
            this.arcScaleComponent2});
            // 
            // labelComponent2
            // 
            this.labelComponent2.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F);
            this.labelComponent2.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.labelComponent2.Name = "circularGauge1_Label1";
            this.labelComponent2.Size = new System.Drawing.SizeF(140F, 60F);
            this.labelComponent2.Text = "45%";
            this.labelComponent2.UseColorScheme = false;
            this.labelComponent2.ZOrder = -1001;
            // 
            // arcScaleRangeBarComponent2
            // 
            this.arcScaleRangeBarComponent2.AppearanceRangeBar.BackgroundBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291");
            this.arcScaleRangeBarComponent2.AppearanceRangeBar.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291");
            this.arcScaleRangeBarComponent2.ArcScale = this.arcScaleComponent2;
            this.arcScaleRangeBarComponent2.Name = "circularGauge1_RangeBar2";
            this.arcScaleRangeBarComponent2.RoundedCaps = true;
            this.arcScaleRangeBarComponent2.Shader = new DevExpress.XtraGauges.Core.Drawing.ComplexShader("Opacity[1] Colors[Style1:#1F7700;Style2:#1F7700]");
            this.arcScaleRangeBarComponent2.ShowBackground = true;
            this.arcScaleRangeBarComponent2.StartOffset = 80F;
            this.arcScaleRangeBarComponent2.ZOrder = -10;
            // 
            // arcScaleComponent2
            // 
            this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F);
            this.arcScaleComponent2.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A");
            this.arcScaleComponent2.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleComponent2.EndAngle = 90F;
            this.arcScaleComponent2.MajorTickCount = 0;
            this.arcScaleComponent2.MajorTickmark.FormatString = "{0:F0}";
            this.arcScaleComponent2.MajorTickmark.ShapeOffset = -14F;
            this.arcScaleComponent2.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style14_3;
            this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleComponent2.MaxValue = 100F;
            this.arcScaleComponent2.MinorTickCount = 0;
            this.arcScaleComponent2.MinorTickmark.ShapeOffset = -7F;
            this.arcScaleComponent2.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2;
            this.arcScaleComponent2.Name = "scale1";
            this.arcScaleComponent2.StartAngle = -270F;
            this.arcScaleComponent2.Value = 45F;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 13);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 39);
            this.label3.TabIndex = 0;
            this.label3.Text = "湿度";
            // 
            // panel2
            // 
            this.panel2.AutoSize = true;
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(145)))));
            this.panel2.Controls.Add(this.lblPower);
            this.panel2.Controls.Add(this.lblDirection);
            this.panel2.Controls.Add(this.pboxDirectionW);
            this.panel2.Controls.Add(this.pboxDirectionWN);
            this.panel2.Controls.Add(this.pboxDirectionSW);
            this.panel2.Controls.Add(this.pboxDirectionES);
            this.panel2.Controls.Add(this.pboxDirectionNE);
            this.panel2.Controls.Add(this.pboxDirectionN);
            this.panel2.Controls.Add(this.pboxDirectionE);
            this.panel2.Controls.Add(this.pboxDirectionS);
            this.panel2.Controls.Add(this.pboxDirection);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Location = new System.Drawing.Point(258, 17);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(190, 255);
            this.panel2.TabIndex = 20;
            // 
            // lblPower
            // 
            this.lblPower.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lblPower.ForeColor = System.Drawing.Color.White;
            this.lblPower.Location = new System.Drawing.Point(57, 139);
            this.lblPower.Name = "lblPower";
            this.lblPower.Size = new System.Drawing.Size(70, 24);
            this.lblPower.TabIndex = 7;
            this.lblPower.Text = "4~6级";
            this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblDirection
            // 
            this.lblDirection.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lblDirection.ForeColor = System.Drawing.Color.White;
            this.lblDirection.Location = new System.Drawing.Point(45, 117);
            this.lblDirection.Name = "lblDirection";
            this.lblDirection.Size = new System.Drawing.Size(97, 21);
            this.lblDirection.TabIndex = 6;
            this.lblDirection.Text = "东北风";
            this.lblDirection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pboxDirectionW
            // 
            this.pboxDirectionW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_w;
            this.pboxDirectionW.Location = new System.Drawing.Point(-4, 129);
            this.pboxDirectionW.Name = "pboxDirectionW";
            this.pboxDirectionW.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionW.TabIndex = 8;
            this.pboxDirectionW.TabStop = false;
            this.pboxDirectionW.Visible = false;
            // 
            // pboxDirectionWN
            // 
            this.pboxDirectionWN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_wn;
            this.pboxDirectionWN.Location = new System.Drawing.Point(15, 65);
            this.pboxDirectionWN.Name = "pboxDirectionWN";
            this.pboxDirectionWN.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionWN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionWN.TabIndex = 8;
            this.pboxDirectionWN.TabStop = false;
            this.pboxDirectionWN.Visible = false;
            // 
            // pboxDirectionSW
            // 
            this.pboxDirectionSW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_sw;
            this.pboxDirectionSW.Location = new System.Drawing.Point(13, 185);
            this.pboxDirectionSW.Name = "pboxDirectionSW";
            this.pboxDirectionSW.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionSW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionSW.TabIndex = 8;
            this.pboxDirectionSW.TabStop = false;
            this.pboxDirectionSW.Visible = false;
            // 
            // pboxDirectionES
            // 
            this.pboxDirectionES.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_es;
            this.pboxDirectionES.Location = new System.Drawing.Point(138, 183);
            this.pboxDirectionES.Name = "pboxDirectionES";
            this.pboxDirectionES.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionES.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionES.TabIndex = 8;
            this.pboxDirectionES.TabStop = false;
            this.pboxDirectionES.Visible = false;
            // 
            // pboxDirectionNE
            // 
            this.pboxDirectionNE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_ne;
            this.pboxDirectionNE.Location = new System.Drawing.Point(134, 63);
            this.pboxDirectionNE.Name = "pboxDirectionNE";
            this.pboxDirectionNE.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionNE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionNE.TabIndex = 8;
            this.pboxDirectionNE.TabStop = false;
            this.pboxDirectionNE.Visible = false;
            // 
            // pboxDirectionN
            // 
            this.pboxDirectionN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_n;
            this.pboxDirectionN.Location = new System.Drawing.Point(75, 49);
            this.pboxDirectionN.Name = "pboxDirectionN";
            this.pboxDirectionN.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionN.TabIndex = 8;
            this.pboxDirectionN.TabStop = false;
            this.pboxDirectionN.Visible = false;
            // 
            // pboxDirectionE
            // 
            this.pboxDirectionE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_e;
            this.pboxDirectionE.Location = new System.Drawing.Point(153, 129);
            this.pboxDirectionE.Name = "pboxDirectionE";
            this.pboxDirectionE.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionE.TabIndex = 8;
            this.pboxDirectionE.TabStop = false;
            this.pboxDirectionE.Visible = false;
            // 
            // pboxDirectionS
            // 
            this.pboxDirectionS.Image = ((System.Drawing.Image)(resources.GetObject("pboxDirectionS.Image")));
            this.pboxDirectionS.Location = new System.Drawing.Point(75, 202);
            this.pboxDirectionS.Name = "pboxDirectionS";
            this.pboxDirectionS.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionS.TabIndex = 8;
            this.pboxDirectionS.TabStop = false;
            this.pboxDirectionS.Visible = false;
            // 
            // pboxDirection
            // 
            this.pboxDirection.Image = global::com.tk.dam.Properties.Resources.wind_direction;
            this.pboxDirection.Location = new System.Drawing.Point(25, 79);
            this.pboxDirection.Name = "pboxDirection";
            this.pboxDirection.Size = new System.Drawing.Size(131, 128);
            this.pboxDirection.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirection.TabIndex = 1;
            this.pboxDirection.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(3, 4);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 39);
            this.label2.TabIndex = 0;
            this.label2.Text = "风向";
            // 
            // Qx
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206)))));
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelContainer);
            this.Name = "Qx";
            this.Size = new System.Drawing.Size(1300, 670);
            this.Load += new System.EventHandler(this.Qx_Load);
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).EndInit();
            this.panelContainer.ResumeLayout(false);
            this.panelContainer.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxS)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series2    = new DevExpress.XtraCharts.Series();
     this.Detail                         = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin                      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin                   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader                     = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.GroupHeader1                   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel6                       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5                       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4                       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3                       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart2                       = new DevExpress.XtraReports.UI.XRChart();
     this.xrLabel2                       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart1                       = new DevExpress.XtraReports.UI.XRChart();
     this.xrTable1                       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1                    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1                   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2                   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3                   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1                       = new DevExpress.XtraReports.UI.XRLabel();
     this.dtsStatPeriodeExamen21         = new Ecole.report.DTSStatPeriodeExamen2();
     this.statPeriodeExamen2TableAdapter = new Ecole.report.DTSStatPeriodeExamen2TableAdapters.StatPeriodeExamen2TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtsStatPeriodeExamen21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 100F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 0F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.PageHeader.HeightF = 100F;
     this.PageHeader.Name    = "PageHeader";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3,
         this.xrChart2,
         this.xrLabel2,
         this.xrChart1,
         this.xrTable1
     });
     this.GroupHeader1.HeightF = 495.2084F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(148.5833F, 0F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(242.2916F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Exemen du 2eme Semestre";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(37.12496F, 0F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(111.4584F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "PERIODE :";
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(306.5F, 427.4584F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(177.0834F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "QUELQUES DETAILS";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                  = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(435.6667F, 68.75F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = "Les Echecs";
     //
     // xrChart2
     //
     this.xrChart2.BorderColor = System.Drawing.Color.Black;
     this.xrChart2.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart2.Diagram       = xyDiagram1;
     this.xrChart2.LocationFloat = new DevExpress.Utils.PointFloat(435.6667F, 99.99997F);
     this.xrChart2.Name          = "xrChart2";
     series1.ArgumentDataMember  = "StatPeriodeExamen2.Annee";
     series1.Name = "Echecs";
     series1.ValueDataMembersSerializable = "StatPeriodeExamen2.Echec";
     this.xrChart2.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.xrChart2.SizeF = new System.Drawing.SizeF(387.3333F, 306.6667F);
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(37.12496F, 68.75F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "Les Reussites";
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram       = xyDiagram2;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(19F, 99.99997F);
     this.xrChart1.Name          = "xrChart1";
     series2.ArgumentDataMember  = "StatPeriodeExamen2.Annee";
     series2.Name = "Reussites";
     series2.ValueDataMembersSerializable = "StatPeriodeExamen2.Ressite";
     this.xrChart1.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.xrChart1.SeriesTemplate.ArgumentDataMember = "StatPeriode1.Annee";
     this.xrChart1.SizeF = new System.Drawing.SizeF(394.7916F, 306.6667F);
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(181.5F, 470.2084F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(446.875F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont    = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatPeriodeExamen2.Annee")
     });
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "Annee";
     this.xrTableCell1.Weight = 1.625D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatPeriodeExamen2.Ressite")
     });
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "Reussite";
     this.xrTableCell2.Weight = 1.39583374023438D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatPeriodeExamen2.Echec")
     });
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "Echec";
     this.xrTableCell3.Weight = 1.44791656494141D;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(113.5417F, 25F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(564.5833F, 32.70831F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "STATISTIQUE DES REUSSITES DES ET DES ECHECS";
     //
     // dtsStatPeriodeExamen21
     //
     this.dtsStatPeriodeExamen21.DataSetName             = "DTSStatPeriodeExamen2";
     this.dtsStatPeriodeExamen21.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // statPeriodeExamen2TableAdapter
     //
     this.statPeriodeExamen2TableAdapter.ClearBeforeFill = true;
     //
     // StatExemen2
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.GroupHeader1
     });
     this.DataAdapter = this.statPeriodeExamen2TableAdapter;
     this.DataMember  = "StatPeriodeExamen2";
     this.DataSource  = this.dtsStatPeriodeExamen21;
     this.Margins     = new System.Drawing.Printing.Margins(3, 5, 0, 100);
     this.Version     = "15.2";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtsStatPeriodeExamen21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraMap.ImageTilesLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageTilesLayer();
            DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider();
            DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer();
            DevExpress.XtraMap.ColorIndexColorizer colorIndexColorizer1 = new DevExpress.XtraMap.ColorIndexColorizer();
            DevExpress.XtraMap.PieChartDataAdapter pieChartDataAdapter1 = new DevExpress.XtraMap.PieChartDataAdapter();
            this.chartPanel = new DevExpress.XtraEditors.PanelControl();
            this.periodButtons = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.chart = new DevExpress.XtraCharts.ChartControl();
            this.bindingSourceChart = new System.Windows.Forms.BindingSource(this.components);
            this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.biSave = new DevExpress.XtraBars.BarButtonItem();
            this.biClose = new DevExpress.XtraBars.BarButtonItem();
            this.biSaveAndClose = new DevExpress.XtraBars.BarButtonItem();
            this.biDelete = new DevExpress.XtraBars.BarButtonItem();
            this.biLifetime = new DevExpress.XtraBars.BarCheckItem();
            this.biThisYear = new DevExpress.XtraBars.BarCheckItem();
            this.biThisMonth = new DevExpress.XtraBars.BarCheckItem();
            this.biPrint = new DevExpress.XtraBars.BarButtonItem();
            this.biPrintPreview = new DevExpress.XtraBars.BarButtonItem();
            this.barExportItem = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.moduleLayout = new DevExpress.XtraDataLayout.DataLayoutControl();
            this.AddressLabelLine2 = new DevExpress.XtraEditors.LabelControl();
            this.mapControl = new DevExpress.XtraMap.MapControl();
            this.NameLabel = new DevExpress.XtraEditors.LabelControl();
            this.AddressLabelLine1 = new DevExpress.XtraEditors.LabelControl();
            this.ImagePictureEdit = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForMap = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForChartPanel = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.ItemForImage = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForAddressLine1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForFullName = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForAddressLine2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
            this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
            ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).BeginInit();
            this.chartPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).BeginInit();
            this.moduleLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartPanel
            // 
            this.chartPanel.Controls.Add(this.periodButtons);
            this.chartPanel.Controls.Add(this.chart);
            this.chartPanel.Location = new System.Drawing.Point(736, 150);
            this.chartPanel.Name = "chartPanel";
            this.chartPanel.Size = new System.Drawing.Size(476, 483);
            this.chartPanel.TabIndex = 32;
            // 
            // periodButtons
            // 
            this.periodButtons.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("This Month", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("YTD", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Lifetime", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton)});
            this.periodButtons.ContentAlignment = System.Drawing.ContentAlignment.BottomRight;
            this.periodButtons.Dock = System.Windows.Forms.DockStyle.Top;
            this.periodButtons.Location = new System.Drawing.Point(2, 2);
            this.periodButtons.Name = "periodButtons";
            this.periodButtons.Padding = new System.Windows.Forms.Padding(0, 0, 44, 0);
            this.periodButtons.Size = new System.Drawing.Size(472, 32);
            this.periodButtons.TabIndex = 31;
            this.periodButtons.UseButtonBackgroundImages = false;
            // 
            // chart
            // 
            this.chart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chart.DataSource = this.bindingSourceChart;
            xyDiagram1.AxisX.Label.Visible = false;
            xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisX.Tickmarks.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false;
            xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false;
            xyDiagram1.AxisY.Label.TextPattern = "{V:$##,#0}";
            xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.Rotated = true;
            this.chart.Diagram = xyDiagram1;
            this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart.Legend.Visible = false;
            this.chart.Location = new System.Drawing.Point(2, 2);
            this.chart.Name = "chart";
            this.chart.Padding.Bottom = 40;
            this.chart.Padding.Left = 40;
            this.chart.Padding.Right = 40;
            this.chart.Padding.Top = 48;
            this.chart.PaletteName = "Office 2013";
            series1.ArgumentDataMember = "ProductName";
            series1.Name = "Products";
            series1.SummaryFunction = "SUM([Total])";
            sideBySideBarSeriesView1.ColorEach = true;
            series1.View = sideBySideBarSeriesView1;
            this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chart.Size = new System.Drawing.Size(472, 479);
            this.chart.TabIndex = 34;
            // 
            // bindingSourceChart
            // 
            this.bindingSourceChart.DataSource = typeof(DevExpress.DevAV.ViewModels.Sales.MapItem);
            // 
            // bindingSource
            // 
            this.bindingSource.DataSource = typeof(DevExpress.OutlookInspiredApp.Win.ViewModel.CustomerMapViewModel);
            // 
            // ribbonControl
            // 
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.biSave,
            this.biClose,
            this.biSaveAndClose,
            this.biDelete,
            this.biLifetime,
            this.biThisYear,
            this.biThisMonth,
            this.biPrint,
            this.biPrintPreview,
            this.barExportItem});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 12;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl.Size = new System.Drawing.Size(1226, 121);
            // 
            // biSave
            // 
            this.biSave.Caption = "Save";
            this.biSave.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_16;
            this.biSave.Id = 1;
            this.biSave.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32;
            this.biSave.Name = "biSave";
            // 
            // biClose
            // 
            this.biClose.Caption = "Close";
            this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16;
            this.biClose.Id = 2;
            this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape);
            this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32;
            this.biClose.Name = "biClose";
            // 
            // biSaveAndClose
            // 
            this.biSaveAndClose.Caption = "Save && Close";
            this.biSaveAndClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_16;
            this.biSaveAndClose.Id = 3;
            this.biSaveAndClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_32;
            this.biSaveAndClose.Name = "biSaveAndClose";
            // 
            // biDelete
            // 
            this.biDelete.Caption = "Delete";
            this.biDelete.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_16;
            this.biDelete.Id = 4;
            this.biDelete.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_32;
            this.biDelete.Name = "biDelete";
            // 
            // biLifetime
            // 
            this.biLifetime.Caption = "Lifetime";
            this.biLifetime.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_16;
            this.biLifetime.Id = 5;
            this.biLifetime.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_32;
            this.biLifetime.Name = "biLifetime";
            // 
            // biThisYear
            // 
            this.biThisYear.Caption = "This Year";
            this.biThisYear.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_16;
            this.biThisYear.Id = 6;
            this.biThisYear.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_32;
            this.biThisYear.Name = "biThisYear";
            // 
            // biThisMonth
            // 
            this.biThisMonth.Caption = "This Month";
            this.biThisMonth.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_16;
            this.biThisMonth.Id = 7;
            this.biThisMonth.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_32;
            this.biThisMonth.Name = "biThisMonth";
            // 
            // biPrint
            // 
            this.biPrint.Caption = "Print";
            this.biPrint.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_16;
            this.biPrint.Id = 8;
            this.biPrint.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32;
            this.biPrint.Name = "biPrint";
            // 
            // biPrintPreview
            // 
            this.biPrintPreview.Caption = "Print Preview";
            this.biPrintPreview.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_16;
            this.biPrintPreview.Id = 9;
            this.biPrintPreview.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32;
            this.biPrintPreview.Name = "biPrintPreview";
            // 
            // barExportItem
            // 
            this.barExportItem.Caption = "Export";
            this.barExportItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_16;
            this.barExportItem.Id = 11;
            this.barExportItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32;
            this.barExportItem.LargeImageIndex = 50;
            this.barExportItem.Name = "barExportItem";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup5,
            this.ribbonPageGroup4,
            this.ribbonPageGroup3});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "HOME";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.biSave);
            this.ribbonPageGroup1.ItemLinks.Add(this.biSaveAndClose);
            this.ribbonPageGroup1.MergeOrder = 0;
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.biDelete);
            this.ribbonPageGroup2.MergeOrder = 0;
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Delete";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.biPrintPreview);
            this.ribbonPageGroup5.ItemLinks.Add(this.biPrint);
            this.ribbonPageGroup5.ItemLinks.Add(this.barExportItem);
            this.ribbonPageGroup5.MergeOrder = 0;
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Print and Export";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.AllowTextClipping = false;
            this.ribbonPageGroup4.ItemLinks.Add(this.biThisMonth);
            this.ribbonPageGroup4.ItemLinks.Add(this.biThisYear);
            this.ribbonPageGroup4.ItemLinks.Add(this.biLifetime);
            this.ribbonPageGroup4.MergeOrder = 0;
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Sales Period";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.AllowTextClipping = false;
            this.ribbonPageGroup3.ItemLinks.Add(this.biClose);
            this.ribbonPageGroup3.MergeOrder = 0;
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Close";
            // 
            // moduleLayout
            // 
            this.moduleLayout.AllowCustomizationMenu = false;
            this.moduleLayout.Controls.Add(this.chartPanel);
            this.moduleLayout.Controls.Add(this.AddressLabelLine2);
            this.moduleLayout.Controls.Add(this.mapControl);
            this.moduleLayout.Controls.Add(this.NameLabel);
            this.moduleLayout.Controls.Add(this.AddressLabelLine1);
            this.moduleLayout.Controls.Add(this.ImagePictureEdit);
            this.moduleLayout.DataSource = this.bindingSource;
            this.moduleLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.moduleLayout.Location = new System.Drawing.Point(0, 121);
            this.moduleLayout.Name = "moduleLayout";
            this.moduleLayout.Root = this.layoutControlGroup1;
            this.moduleLayout.Size = new System.Drawing.Size(1226, 641);
            this.moduleLayout.TabIndex = 2;
            this.moduleLayout.Text = "moduleLayout";
            // 
            // AddressLabelLine2
            // 
            this.AddressLabelLine2.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F);
            this.AddressLabelLine2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine2", true));
            this.AddressLabelLine2.Location = new System.Drawing.Point(858, 62);
            this.AddressLabelLine2.Name = "AddressLabelLine2";
            this.AddressLabelLine2.Size = new System.Drawing.Size(342, 20);
            this.AddressLabelLine2.StyleController = this.moduleLayout;
            this.AddressLabelLine2.TabIndex = 33;
            // 
            // mapControl
            // 
            this.mapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.mapControl.Cursor = System.Windows.Forms.Cursors.Default;
            bingMapDataProvider1.Kind = DevExpress.XtraMap.BingMapKind.Road;
            imageTilesLayer1.DataProvider = bingMapDataProvider1;
            vectorItemsLayer1.Colorizer = colorIndexColorizer1;
            pieChartDataAdapter1.Mappings.Latitude = "Latitude";
            pieChartDataAdapter1.Mappings.Longitude = "Longitude";
            pieChartDataAdapter1.Mappings.PieSegment = "ProductCategory";
            pieChartDataAdapter1.Mappings.Value = "Total";
            pieChartDataAdapter1.PieItemDataMember = "City";
            vectorItemsLayer1.Data = pieChartDataAdapter1;
            vectorItemsLayer1.ToolTipPattern = "City:%CI% Total:%CV%";
            this.mapControl.Layers.Add(imageTilesLayer1);
            this.mapControl.Layers.Add(vectorItemsLayer1);
            this.mapControl.Location = new System.Drawing.Point(0, 0);
            this.mapControl.Name = "mapControl";
            this.mapControl.Size = new System.Drawing.Size(720, 641);
            this.mapControl.TabIndex = 18;
            this.mapControl.ZoomLevel = 8D;
            // 
            // NameLabel
            // 
            this.NameLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 18F);
            this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "Name", true));
            this.NameLabel.Location = new System.Drawing.Point(856, 8);
            this.NameLabel.Name = "NameLabel";
            this.NameLabel.Size = new System.Drawing.Size(346, 32);
            this.NameLabel.StyleController = this.moduleLayout;
            this.NameLabel.TabIndex = 8;
            // 
            // AddressLabelLine1
            // 
            this.AddressLabelLine1.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F);
            this.AddressLabelLine1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine1", true));
            this.AddressLabelLine1.Location = new System.Drawing.Point(856, 40);
            this.AddressLabelLine1.Name = "AddressLabelLine1";
            this.AddressLabelLine1.Size = new System.Drawing.Size(346, 20);
            this.AddressLabelLine1.StyleController = this.moduleLayout;
            this.AddressLabelLine1.TabIndex = 8;
            // 
            // ImagePictureEdit
            // 
            this.ImagePictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Image", true));
            this.ImagePictureEdit.Location = new System.Drawing.Point(736, 8);
            this.ImagePictureEdit.MenuManager = this.ribbonControl;
            this.ImagePictureEdit.Name = "ImagePictureEdit";
            this.ImagePictureEdit.Properties.ReadOnly = true;
            this.ImagePictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
            this.ImagePictureEdit.Size = new System.Drawing.Size(108, 120);
            this.ImagePictureEdit.StyleController = this.moduleLayout;
            this.ImagePictureEdit.TabIndex = 17;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.ItemForMap,
            this.layoutControlGroup3,
            this.layoutControlGroup4,
            this.simpleSeparator1,
            this.simpleSeparator2});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlGroup1.Size = new System.Drawing.Size(1226, 641);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // ItemForMap
            // 
            this.ItemForMap.Control = this.mapControl;
            this.ItemForMap.CustomizationFormText = "map";
            this.ItemForMap.Location = new System.Drawing.Point(0, 0);
            this.ItemForMap.Name = "layoutControlItem1";
            this.ItemForMap.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForMap.Size = new System.Drawing.Size(720, 641);
            this.ItemForMap.Text = "map";
            this.ItemForMap.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForMap.TextToControlDistance = 0;
            this.ItemForMap.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup3.GroupBordersVisible = false;
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.ItemForChartPanel});
            this.layoutControlGroup3.Location = new System.Drawing.Point(722, 140);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8);
            this.layoutControlGroup3.Size = new System.Drawing.Size(504, 501);
            this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // ItemForChartPanel
            // 
            this.ItemForChartPanel.Control = this.chartPanel;
            this.ItemForChartPanel.CustomizationFormText = "layoutControlItem2";
            this.ItemForChartPanel.Location = new System.Drawing.Point(0, 0);
            this.ItemForChartPanel.Name = "ItemForChartPanel";
            this.ItemForChartPanel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForChartPanel.Size = new System.Drawing.Size(476, 483);
            this.ItemForChartPanel.Text = "ItemForChartPanel";
            this.ItemForChartPanel.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForChartPanel.TextToControlDistance = 0;
            this.ItemForChartPanel.TextVisible = false;
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
            this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup4.GroupBordersVisible = false;
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.emptySpaceItem2,
            this.ItemForImage,
            this.ItemForAddressLine1,
            this.ItemForFullName,
            this.ItemForAddressLine2,
            this.emptySpaceItem1});
            this.layoutControlGroup4.Location = new System.Drawing.Point(722, 0);
            this.layoutControlGroup4.Name = "layoutControlGroup4";
            this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8);
            this.layoutControlGroup4.Size = new System.Drawing.Size(504, 138);
            this.layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2);
            this.layoutControlGroup4.Text = "layoutControlGroup4";
            this.layoutControlGroup4.TextVisible = false;
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(120, 76);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(356, 44);
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // ItemForImage
            // 
            this.ItemForImage.Control = this.ImagePictureEdit;
            this.ItemForImage.CustomizationFormText = "Image";
            this.ItemForImage.Location = new System.Drawing.Point(0, 0);
            this.ItemForImage.MaxSize = new System.Drawing.Size(120, 120);
            this.ItemForImage.MinSize = new System.Drawing.Size(120, 120);
            this.ItemForImage.Name = "ItemForImage";
            this.ItemForImage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0);
            this.ItemForImage.Size = new System.Drawing.Size(120, 120);
            this.ItemForImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.ItemForImage.Text = "Image";
            this.ItemForImage.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForImage.TextToControlDistance = 0;
            this.ItemForImage.TextVisible = false;
            // 
            // ItemForAddressLine1
            // 
            this.ItemForAddressLine1.Control = this.AddressLabelLine1;
            this.ItemForAddressLine1.CustomizationFormText = "Address";
            this.ItemForAddressLine1.Location = new System.Drawing.Point(120, 32);
            this.ItemForAddressLine1.Name = "ItemForAddressLine1";
            this.ItemForAddressLine1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForAddressLine1.Size = new System.Drawing.Size(346, 20);
            this.ItemForAddressLine1.Text = "Address";
            this.ItemForAddressLine1.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForAddressLine1.TextToControlDistance = 0;
            this.ItemForAddressLine1.TextVisible = false;
            // 
            // ItemForFullName
            // 
            this.ItemForFullName.Control = this.NameLabel;
            this.ItemForFullName.CustomizationFormText = "Full Name";
            this.ItemForFullName.Location = new System.Drawing.Point(120, 0);
            this.ItemForFullName.Name = "ItemForFullName";
            this.ItemForFullName.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForFullName.Size = new System.Drawing.Size(346, 32);
            this.ItemForFullName.Text = "Full Name";
            this.ItemForFullName.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForFullName.TextToControlDistance = 0;
            this.ItemForFullName.TextVisible = false;
            // 
            // ItemForAddressLine2
            // 
            this.ItemForAddressLine2.Control = this.AddressLabelLine2;
            this.ItemForAddressLine2.CustomizationFormText = "Address";
            this.ItemForAddressLine2.Location = new System.Drawing.Point(120, 52);
            this.ItemForAddressLine2.Name = "ItemForAddressLine2";
            this.ItemForAddressLine2.Size = new System.Drawing.Size(346, 24);
            this.ItemForAddressLine2.Text = "Address";
            this.ItemForAddressLine2.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForAddressLine2.TextToControlDistance = 0;
            this.ItemForAddressLine2.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(466, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(10, 76);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // simpleSeparator1
            // 
            this.simpleSeparator1.AllowHotTrack = false;
            this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
            this.simpleSeparator1.Location = new System.Drawing.Point(722, 138);
            this.simpleSeparator1.Name = "simpleSeparator1";
            this.simpleSeparator1.Size = new System.Drawing.Size(504, 2);
            this.simpleSeparator1.Text = "simpleSeparator1";
            // 
            // simpleSeparator2
            // 
            this.simpleSeparator2.AllowHotTrack = false;
            this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
            this.simpleSeparator2.Location = new System.Drawing.Point(720, 0);
            this.simpleSeparator2.Name = "simpleSeparator2";
            this.simpleSeparator2.Size = new System.Drawing.Size(2, 641);
            this.simpleSeparator2.Text = "simpleSeparator2";
            // 
            // CustomerMapView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.moduleLayout);
            this.Controls.Add(this.ribbonControl);
            this.Margin = new System.Windows.Forms.Padding(6);
            this.Name = "CustomerMapView";
            this.Size = new System.Drawing.Size(1226, 762);
            ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).EndInit();
            this.chartPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).EndInit();
            this.moduleLayout.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.RangeControlRange       rangeControlRange1        = new DevExpress.XtraEditors.RangeControlRange();
     DevExpress.XtraCharts.SimpleDiagram            simpleDiagram1            = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel1      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1       = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel2      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView2       = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.rangeControl      = new DevExpress.XtraEditors.RangeControl();
     this.pieChart          = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel  = new System.Windows.Forms.TableLayoutPanel();
     this.barChart          = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.btnPrev           = new DevExpress.XtraEditors.SimpleButton();
     this.btnNext           = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.pieChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // rangeControl
     //
     this.rangeControl.Client            = this.pieChart;
     this.rangeControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.rangeControl.Location          = new System.Drawing.Point(55, 3);
     this.rangeControl.Name              = "rangeControl";
     rangeControlRange1.Maximum          = 4.5D;
     rangeControlRange1.Minimum          = -0.5D;
     rangeControlRange1.Owner            = this.rangeControl;
     this.rangeControl.SelectedRange     = rangeControlRange1;
     this.rangeControl.SelectionType     = DevExpress.XtraEditors.RangeControlSelectionType.Flag;
     this.rangeControl.ShowToolTips      = false;
     this.rangeControl.ShowZoomScrollBar = false;
     this.rangeControl.Size              = new System.Drawing.Size(815, 99);
     this.rangeControl.TabIndex          = 1;
     this.rangeControl.Text              = "rangeControl1";
     this.rangeControl.VisibleRangeMaximumScaleFactor = 1D;
     //
     // pieChart
     //
     this.pieChart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
     simpleDiagram1.EqualPieSize            = false;
     this.pieChart.Diagram = simpleDiagram1;
     this.pieChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.pieChart.Legend.AlignmentVertical  = DevExpress.XtraCharts.LegendAlignmentVertical.Center;
     this.pieChart.Legend.Antialiasing       = true;
     this.pieChart.Legend.Border.Visibility  = Utils.DefaultBoolean.False;
     this.pieChart.Legend.EquallySpacedItems = false;
     this.pieChart.Legend.MarkerSize         = new System.Drawing.Size(18, 18);
     this.pieChart.Legend.Padding.Bottom     = 10;
     this.pieChart.Legend.Padding.Left       = 10;
     this.pieChart.Legend.Padding.Right      = 10;
     this.pieChart.Legend.Padding.Top        = 10;
     this.pieChart.Legend.TextOffset         = 8;
     this.pieChart.Legend.VerticalIndent     = 12;
     this.pieChart.Location                 = new System.Drawing.Point(3, 3);
     this.pieChart.Name                     = "pieChart";
     this.pieChart.Padding.Right            = 0;
     series1.ArgumentDataMember             = "GroupName";
     series1.ArgumentScaleType              = DevExpress.XtraCharts.ScaleType.Qualitative;
     doughnutSeriesLabel1.Antialiasing      = true;
     doughnutSeriesLabel1.Border.Visibility = Utils.DefaultBoolean.False;
     doughnutSeriesLabel1.TextPattern       = "{VP:P0}";
     series1.Label             = doughnutSeriesLabel1;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendTextPattern = "{A}";
     series1.Name = "Series 1";
     series1.ValueDataMembersSerializable  = "TotalCost";
     doughnutSeriesView1.HoleRadiusPercent = 45;
     doughnutSeriesView1.RuntimeExploding  = false;
     series1.View = doughnutSeriesView1;
     this.pieChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     doughnutSeriesLabel2.TextPattern     = "{VP:G2}";
     this.pieChart.SeriesTemplate.Label   = doughnutSeriesLabel2;
     doughnutSeriesView2.RuntimeExploding = false;
     this.pieChart.SeriesTemplate.View    = doughnutSeriesView2;
     this.pieChart.Size     = new System.Drawing.Size(455, 326);
     this.pieChart.TabIndex = 2;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel.Controls.Add(this.barChart, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.pieChart, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.tableLayoutPanel1, 0, 1);
     this.tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel.Name     = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 2;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.Size     = new System.Drawing.Size(922, 443);
     this.tableLayoutPanel.TabIndex = 1;
     //
     // barChart
     //
     this.barChart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
     this.barChart.CrosshairEnabled         = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility         = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.Label.EnableAntialiasing                     = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisX.Reverse                     = true;
     xyDiagram1.AxisX.Tickmarks.MinorVisible      = false;
     xyDiagram1.AxisX.Tickmarks.Visible           = false;
     xyDiagram1.AxisX.Visibility                  = Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 1D;
     xyDiagram1.AxisY.Label.EnableAntialiasing    = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisY.Label.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisY.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisY.Tickmarks.Visible          = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.Margins.Left  = 38;
     xyDiagram1.Margins.Right = 2;
     xyDiagram1.Rotated       = true;
     this.barChart.Diagram    = xyDiagram1;
     this.barChart.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.barChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.barChart.Legend.Font          = new System.Drawing.Font("Tahoma", 10F);
     this.barChart.Legend.MarkerSize    = new System.Drawing.Size(1, 16);
     this.barChart.Legend.MarkerVisible = false;
     this.barChart.Legend.Visibility    = Utils.DefaultBoolean.False;
     this.barChart.Location             = new System.Drawing.Point(461, 0);
     this.barChart.Margin                         = new System.Windows.Forms.Padding(0);
     this.barChart.Name                           = "barChart";
     this.barChart.Padding.Bottom                 = 24;
     this.barChart.Padding.Left                   = 0;
     this.barChart.Padding.Right                  = 0;
     this.barChart.Padding.Top                    = 24;
     series2.ArgumentDataMember                   = "GroupName";
     sideBySideBarSeriesLabel1.Antialiasing       = true;
     sideBySideBarSeriesLabel1.Border.Visibility  = Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel1.Indent             = 4;
     sideBySideBarSeriesLabel1.TextPattern        = "{V:N0}";
     sideBySideBarSeriesLabel1.Position           = DevExpress.XtraCharts.BarSeriesLabelPosition.TopInside;
     sideBySideBarSeriesLabel1.TextColor          = System.Drawing.Color.White;
     series2.Label             = sideBySideBarSeriesLabel1;
     series2.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series2.LegendTextPattern = "{V:N1}";
     series2.Name = "Series 1";
     series2.ValueDataMembersSerializable       = "TotalCost";
     sideBySideBarSeriesView1.Border.Visibility = Utils.DefaultBoolean.False;
     sideBySideBarSeriesView1.ColorEach         = true;
     series2.View = sideBySideBarSeriesView1;
     this.barChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.barChart.Size     = new System.Drawing.Size(461, 332);
     this.barChart.TabIndex = 6;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel.SetColumnSpan(this.tableLayoutPanel1, 2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 52F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 49F));
     this.tableLayoutPanel1.Controls.Add(this.rangeControl, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnPrev, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnNext, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 335);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(922, 105);
     this.tableLayoutPanel1.TabIndex = 4;
     //
     // btnPrev
     //
     this.btnPrev.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnPrev.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowLeft;
     this.btnPrev.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPrev.Location      = new System.Drawing.Point(5, 3);
     this.btnPrev.Margin        = new System.Windows.Forms.Padding(5, 3, 3, 3);
     this.btnPrev.Name          = "btnPrev";
     this.btnPrev.Size          = new System.Drawing.Size(44, 99);
     this.btnPrev.TabIndex      = 2;
     this.btnPrev.Click        += new System.EventHandler(this.btnPrev_Click);
     //
     // btnNext
     //
     this.btnNext.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnNext.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowRight;
     this.btnNext.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnNext.Location      = new System.Drawing.Point(876, 3);
     this.btnNext.Margin        = new System.Windows.Forms.Padding(3, 3, 2, 3);
     this.btnNext.Name          = "btnNext";
     this.btnNext.Size          = new System.Drawing.Size(44, 99);
     this.btnNext.TabIndex      = 3;
     this.btnNext.Click        += new System.EventHandler(this.btnNext_Click);
     //
     // ucSalesByRange
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel);
     this.Name = "ucSalesByRange";
     this.Size = new System.Drawing.Size(922, 443);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieChart)).EndInit();
     this.tableLayoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barChart)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #37
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange1 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange2 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange3 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.LinearScaleRange linearScaleRange1 = new DevExpress.XtraGauges.Core.Model.LinearScaleRange();
            DevExpress.XtraGauges.Core.Model.LinearScaleRange linearScaleRange2 = new DevExpress.XtraGauges.Core.Model.LinearScaleRange();
            DevExpress.XtraGauges.Core.Model.LinearScaleRange linearScaleRange3 = new DevExpress.XtraGauges.Core.Model.LinearScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange4 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange5 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange6 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange7 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange8 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange9 = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
            DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView1 = new DevExpress.XtraCharts.DoughnutSeriesView();
            DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel2 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
            DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView2 = new DevExpress.XtraCharts.DoughnutSeriesView();
            this.arcScaleBackgroundLayerComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
            this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.arcScaleNeedleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
            this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.labelComponent1 = new DevExpress.XtraGauges.Win.Base.LabelComponent();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.monthlySalesPerformance = new DevExpress.SalesDemo.Win.Modules.ucSalesPerformance();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.dailySalesPerformance = new DevExpress.SalesDemo.Win.Modules.ucSalesPerformance();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.gaugeControl2 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.linearGauge1 = new DevExpress.XtraGauges.Win.Gauges.Linear.LinearGauge();
            this.linearScaleRangeBarForecast = new DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleRangeBarComponent();
            this.linearScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleComponent();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.circularGauge2 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.arcScaleBackgroundLayerComponent4 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
            this.arcScalePrevYear = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.needleFiscalYear = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
            this.gaugeControl3 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.circularGauge3 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.arcScaleBackgroundLayerComponent3 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
            this.arcScaleFiscalToData = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.needleFiscalToData = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
            this.labelFiscalToData = new System.Windows.Forms.Label();
            this.labelFiscalYear = new System.Windows.Forms.Label();
            this.fiscalToData = new System.Windows.Forms.Label();
            this.fiscalYear = new System.Windows.Forms.Label();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.chartSalesbySecor = new DevExpress.XtraCharts.ChartControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.linearScaleRangeBarForecast)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.linearScaleComponent1)).BeginInit();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScalePrevYear)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.needleFiscalYear)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleFiscalToData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.needleFiscalToData)).BeginInit();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartSalesbySecor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // arcScaleBackgroundLayerComponent2
            // 
            this.arcScaleBackgroundLayerComponent2.ArcScale = this.arcScaleComponent2;
            this.arcScaleBackgroundLayerComponent2.Name = "bg";
            this.arcScaleBackgroundLayerComponent2.ScaleCenterPos = new DevExpress.XtraGauges.Core.Base.PointF2D(0.5F, 0.584F);
            this.arcScaleBackgroundLayerComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularThreeFourth_Style27;
            this.arcScaleBackgroundLayerComponent2.Size = new System.Drawing.SizeF(200F, 170.7F);
            this.arcScaleBackgroundLayerComponent2.ZOrder = 1000;
            // 
            // arcScaleComponent2
            // 
            this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 10F);
            this.arcScaleComponent2.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
            this.arcScaleComponent2.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleComponent2.EndAngle = 45F;
            this.arcScaleComponent2.MajorTickCount = 0;
            this.arcScaleComponent2.MajorTickmark.AllowTickOverlap = true;
            this.arcScaleComponent2.MajorTickmark.FormatString = "{0:F0}";
            this.arcScaleComponent2.MajorTickmark.ShapeOffset = -4F;
            this.arcScaleComponent2.MajorTickmark.ShowFirst = false;
            this.arcScaleComponent2.MajorTickmark.ShowLast = false;
            this.arcScaleComponent2.MajorTickmark.ShowText = false;
            this.arcScaleComponent2.MajorTickmark.ShowTick = false;
            this.arcScaleComponent2.MajorTickmark.TextOffset = 18F;
            this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleComponent2.MaxValue = 100F;
            this.arcScaleComponent2.MinorTickCount = 0;
            this.arcScaleComponent2.MinorTickmark.ShapeOffset = 4F;
            this.arcScaleComponent2.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style22_2;
            this.arcScaleComponent2.MinorTickmark.ShowFirst = false;
            this.arcScaleComponent2.MinorTickmark.ShowLast = false;
            this.arcScaleComponent2.MinorTickmark.ShowTick = false;
            this.arcScaleComponent2.Name = "scale1";
            this.arcScaleComponent2.RadiusX = 101F;
            this.arcScaleComponent2.RadiusY = 100.5F;
            arcScaleRange1.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#9BBB59");
            arcScaleRange1.EndThickness = 22F;
            arcScaleRange1.EndValue = 33F;
            arcScaleRange1.Name = "Range0";
            arcScaleRange1.ShapeOffset = -4F;
            arcScaleRange1.StartThickness = 22F;
            arcScaleRange1.StartValue = -0.2F;
            arcScaleRange2.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F4F56B");
            arcScaleRange2.EndThickness = 22F;
            arcScaleRange2.EndValue = 66F;
            arcScaleRange2.Name = "Range1";
            arcScaleRange2.ShapeOffset = -4F;
            arcScaleRange2.StartThickness = 22F;
            arcScaleRange2.StartValue = 33F;
            arcScaleRange3.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E73141");
            arcScaleRange3.EndThickness = 22F;
            arcScaleRange3.EndValue = 100.2F;
            arcScaleRange3.Name = "Range2";
            arcScaleRange3.ShapeOffset = -4F;
            arcScaleRange3.StartThickness = 22F;
            arcScaleRange3.StartValue = 66F;
            this.arcScaleComponent2.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
            arcScaleRange1,
            arcScaleRange2,
            arcScaleRange3});
            this.arcScaleComponent2.StartAngle = -225F;
            this.arcScaleComponent2.Value = 50F;
            // 
            // arcScaleNeedleComponent2
            // 
            this.arcScaleNeedleComponent2.ArcScale = this.arcScaleComponent2;
            this.arcScaleNeedleComponent2.EndOffset = 8F;
            this.arcScaleNeedleComponent2.Name = "needle";
            this.arcScaleNeedleComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style27;
            this.arcScaleNeedleComponent2.StartOffset = -6F;
            this.arcScaleNeedleComponent2.ZOrder = -50;
            // 
            // circularGauge1
            // 
            this.circularGauge1.AutoSize = DevExpress.Utils.DefaultBoolean.False;
            this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 220, 176);
            this.circularGauge1.Name = "circularGauge1";
            // 
            // labelComponent1
            // 
            this.labelComponent1.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
            this.labelComponent1.Name = "circularGauge3_Label1";
            this.labelComponent1.Text = "circularGauge3_Label1";
            this.labelComponent1.ZOrder = -1001;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 690F));
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 2, 2);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Font = new System.Drawing.Font("Segoe UI Light", 8.25F);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1667, 1185);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Controls.Add(this.labelControl3, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.monthlySalesPerformance, 0, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(5, 607);
            this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(960, 573);
            this.tableLayoutPanel4.TabIndex = 12;
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl3.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl3.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
            this.labelControl3.LineVisible = true;
            this.labelControl3.Location = new System.Drawing.Point(5, 5);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Padding = new System.Windows.Forms.Padding(57, 0, 33, 0);
            this.labelControl3.ShowLineShadow = false;
            this.labelControl3.Size = new System.Drawing.Size(950, 32);
            this.labelControl3.TabIndex = 12;
            this.labelControl3.Text = "MONTHLY SALES PERFORMANCE ";
            // 
            // monthlySalesPerformance
            // 
            this.monthlySalesPerformance.Dock = System.Windows.Forms.DockStyle.Fill;
            this.monthlySalesPerformance.Location = new System.Drawing.Point(8, 49);
            this.monthlySalesPerformance.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.monthlySalesPerformance.Name = "monthlySalesPerformance";
            this.monthlySalesPerformance.Size = new System.Drawing.Size(944, 517);
            this.monthlySalesPerformance.TabIndex = 11;
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 1;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Controls.Add(this.labelControl2, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.dailySalesPerformance, 0, 1);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(5, 5);
            this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 2;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(960, 572);
            this.tableLayoutPanel5.TabIndex = 13;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl2.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl2.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
            this.labelControl2.LineVisible = true;
            this.labelControl2.Location = new System.Drawing.Point(5, 5);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Padding = new System.Windows.Forms.Padding(57, 0, 33, 0);
            this.labelControl2.ShowLineShadow = false;
            this.labelControl2.Size = new System.Drawing.Size(950, 32);
            this.labelControl2.TabIndex = 3;
            this.labelControl2.Text = "DAILY SALES PERFORMANCE ";
            // 
            // dailySalesPerformance
            // 
            this.dailySalesPerformance.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dailySalesPerformance.Location = new System.Drawing.Point(8, 49);
            this.dailySalesPerformance.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.dailySalesPerformance.Name = "dailySalesPerformance";
            this.dailySalesPerformance.Size = new System.Drawing.Size(944, 516);
            this.dailySalesPerformance.TabIndex = 0;
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.ColumnCount = 1;
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel6.Controls.Add(this.labelControl4, 0, 0);
            this.tableLayoutPanel6.Controls.Add(this.gaugeControl2, 0, 4);
            this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel3, 0, 1);
            this.tableLayoutPanel6.Controls.Add(this.labelControl5, 0, 3);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(982, 607);
            this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 5;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 102F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(680, 573);
            this.tableLayoutPanel6.TabIndex = 14;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl4.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl4.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
            this.labelControl4.LineVisible = true;
            this.labelControl4.Location = new System.Drawing.Point(5, 5);
            this.labelControl4.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            this.labelControl4.ShowLineShadow = false;
            this.labelControl4.Size = new System.Drawing.Size(670, 32);
            this.labelControl4.TabIndex = 16;
            this.labelControl4.Text = "ANNUAL SALES PERFORMANCE ";
            // 
            // gaugeControl2
            // 
            this.gaugeControl2.AutoLayout = false;
            this.gaugeControl2.BackColor = System.Drawing.Color.Transparent;
            this.gaugeControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gaugeControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gaugeControl2.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.linearGauge1});
            this.gaugeControl2.Location = new System.Drawing.Point(5, 476);
            this.gaugeControl2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.gaugeControl2.Name = "gaugeControl2";
            this.gaugeControl2.Size = new System.Drawing.Size(670, 92);
            this.gaugeControl2.TabIndex = 9;
            // 
            // linearGauge1
            // 
            this.linearGauge1.AutoSize = DevExpress.Utils.DefaultBoolean.True;
            this.linearGauge1.Bounds = new System.Drawing.Rectangle(-12, -10, 432, 59);
            this.linearGauge1.Name = "linearGauge1";
            this.linearGauge1.Orientation = DevExpress.XtraGauges.Core.Model.ScaleOrientation.Horizontal;
            this.linearGauge1.RangeBars.AddRange(new DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleRangeBarComponent[] {
            this.linearScaleRangeBarForecast});
            this.linearGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleComponent[] {
            this.linearScaleComponent1});
            // 
            // linearScaleRangeBarForecast
            // 
            this.linearScaleRangeBarForecast.AppearanceRangeBar.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#5848A5");
            this.linearScaleRangeBarForecast.EndOffset = 8F;
            this.linearScaleRangeBarForecast.LinearScale = this.linearScaleComponent1;
            this.linearScaleRangeBarForecast.Name = "linearGauge2_RangeBar1";
            this.linearScaleRangeBarForecast.StartOffset = 4F;
            this.linearScaleRangeBarForecast.ZOrder = -100;
            // 
            // linearScaleComponent1
            // 
            this.linearScaleComponent1.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.linearScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.linearScaleComponent1.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.linearScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.linearScaleComponent1.AppearanceScale.Brush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
            this.linearScaleComponent1.AppearanceScale.Width = 4F;
            this.linearScaleComponent1.AppearanceTickmarkText.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
            this.linearScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
            this.linearScaleComponent1.CustomLogarithmicBase = 2F;
            this.linearScaleComponent1.EndPoint = new DevExpress.XtraGauges.Core.Base.PointF2D(62.5F, -100F);
            this.linearScaleComponent1.MajorTickCount = 6;
            this.linearScaleComponent1.MajorTickmark.FormatString = "{0:F0}";
            this.linearScaleComponent1.MajorTickmark.ShapeOffset = -7F;
            this.linearScaleComponent1.MajorTickmark.ShapeScale = new DevExpress.XtraGauges.Core.Base.FactorF2D(1.1F, 1F);
            this.linearScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.linearScaleComponent1.MajorTickmark.TextOffset = -16F;
            this.linearScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.BottomToTop;
            this.linearScaleComponent1.MaxValue = 600F;
            this.linearScaleComponent1.MinorTickCount = 4;
            this.linearScaleComponent1.MinorTickmark.ShapeOffset = -14F;
            this.linearScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.linearScaleComponent1.MinorTickmark.ShowTick = false;
            this.linearScaleComponent1.Name = "scale2";
            linearScaleRange1.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#A54671");
            linearScaleRange1.EndThickness = 11F;
            linearScaleRange1.EndValue = 300F;
            linearScaleRange1.Name = "Range0";
            linearScaleRange1.ShapeOffset = 10F;
            linearScaleRange1.StartThickness = 11F;
            linearScaleRange2.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FCC653");
            linearScaleRange2.EndThickness = 11F;
            linearScaleRange2.EndValue = 480F;
            linearScaleRange2.Name = "Range1";
            linearScaleRange2.ShapeOffset = 10F;
            linearScaleRange2.StartThickness = 11F;
            linearScaleRange2.StartValue = 300F;
            linearScaleRange3.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#469EA5");
            linearScaleRange3.EndThickness = 11F;
            linearScaleRange3.EndValue = 600F;
            linearScaleRange3.Name = "Range2";
            linearScaleRange3.ShapeOffset = 10F;
            linearScaleRange3.StartThickness = 11F;
            linearScaleRange3.StartValue = 480F;
            this.linearScaleComponent1.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
            linearScaleRange1,
            linearScaleRange2,
            linearScaleRange3});
            this.linearScaleComponent1.StartPoint = new DevExpress.XtraGauges.Core.Base.PointF2D(62.5F, 330F);
            this.linearScaleComponent1.Value = 20F;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.gaugeControl1, 1, 0);
            this.tableLayoutPanel3.Controls.Add(this.gaugeControl3, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.labelFiscalToData, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.labelFiscalYear, 1, 1);
            this.tableLayoutPanel3.Controls.Add(this.fiscalToData, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.fiscalYear, 1, 2);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(5, 47);
            this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 3;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(670, 344);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.BackColor = System.Drawing.Color.Transparent;
            this.gaugeControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gaugeControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.circularGauge2});
            this.gaugeControl1.LayoutPadding = new DevExpress.XtraGauges.Core.Base.Thickness(0, 6, 0, 0);
            this.gaugeControl1.Location = new System.Drawing.Point(335, 0);
            this.gaugeControl1.Margin = new System.Windows.Forms.Padding(0);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(335, 270);
            this.gaugeControl1.TabIndex = 11;
            // 
            // circularGauge2
            // 
            this.circularGauge2.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
            this.arcScaleBackgroundLayerComponent4});
            this.circularGauge2.Bounds = new System.Drawing.Rectangle(0, 6, 335, 264);
            this.circularGauge2.Name = "circularGauge2";
            this.circularGauge2.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
            this.needleFiscalYear});
            this.circularGauge2.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
            this.arcScalePrevYear});
            // 
            // arcScaleBackgroundLayerComponent4
            // 
            this.arcScaleBackgroundLayerComponent4.ArcScale = this.arcScalePrevYear;
            this.arcScaleBackgroundLayerComponent4.Name = "bg";
            this.arcScaleBackgroundLayerComponent4.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style27;
            this.arcScaleBackgroundLayerComponent4.Size = new System.Drawing.SizeF(200F, 200F);
            this.arcScaleBackgroundLayerComponent4.ZOrder = 1000;
            // 
            // arcScalePrevYear
            // 
            this.arcScalePrevYear.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScalePrevYear.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScalePrevYear.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScalePrevYear.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScalePrevYear.AppearanceTickmarkText.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
            this.arcScalePrevYear.AppearanceTickmarkText.Spacing = new DevExpress.XtraGauges.Core.Base.TextSpacing(-10, 0, -10, 0);
            this.arcScalePrevYear.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
            this.arcScalePrevYear.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScalePrevYear.EndAngle = 60F;
            this.arcScalePrevYear.MajorTickCount = 4;
            this.arcScalePrevYear.MajorTickmark.AllowTickOverlap = true;
            this.arcScalePrevYear.MajorTickmark.FormatString = "${0:0,,}M";
            this.arcScalePrevYear.MajorTickmark.ShapeOffset = -2F;
            this.arcScalePrevYear.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.arcScalePrevYear.MajorTickmark.TextOffset = 20F;
            this.arcScalePrevYear.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScalePrevYear.MaxValue = 6E+08F;
            this.arcScalePrevYear.MinorTickCount = 4;
            this.arcScalePrevYear.MinorTickmark.ShapeOffset = 4F;
            this.arcScalePrevYear.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.arcScalePrevYear.MinorTickmark.ShowTick = false;
            this.arcScalePrevYear.Name = "scale1";
            arcScaleRange4.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#A54671");
            arcScaleRange4.EndThickness = 22F;
            arcScaleRange4.EndValue = 3E+08F;
            arcScaleRange4.Name = "Range0";
            arcScaleRange4.ShapeOffset = -4F;
            arcScaleRange4.StartThickness = 22F;
            arcScaleRange5.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FCC653");
            arcScaleRange5.EndThickness = 22F;
            arcScaleRange5.EndValue = 5E+08F;
            arcScaleRange5.Name = "Range1";
            arcScaleRange5.ShapeOffset = -4F;
            arcScaleRange5.StartThickness = 22F;
            arcScaleRange5.StartValue = 3E+08F;
            arcScaleRange6.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#469EA5");
            arcScaleRange6.EndThickness = 22F;
            arcScaleRange6.EndValue = 6E+08F;
            arcScaleRange6.Name = "Range2";
            arcScaleRange6.ShapeOffset = -4F;
            arcScaleRange6.StartThickness = 22F;
            arcScaleRange6.StartValue = 5E+08F;
            this.arcScalePrevYear.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
            arcScaleRange4,
            arcScaleRange5,
            arcScaleRange6});
            this.arcScalePrevYear.StartAngle = -240F;
            this.arcScalePrevYear.Value = 50F;
            // 
            // needleFiscalYear
            // 
            this.needleFiscalYear.ArcScale = this.arcScalePrevYear;
            this.needleFiscalYear.EndOffset = 8F;
            this.needleFiscalYear.Name = "needle";
            this.needleFiscalYear.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style27;
            this.needleFiscalYear.StartOffset = -6F;
            this.needleFiscalYear.ZOrder = -50;
            // 
            // gaugeControl3
            // 
            this.gaugeControl3.BackColor = System.Drawing.Color.Transparent;
            this.gaugeControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gaugeControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gaugeControl3.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.circularGauge3});
            this.gaugeControl3.LayoutPadding = new DevExpress.XtraGauges.Core.Base.Thickness(0, 6, 0, 0);
            this.gaugeControl3.Location = new System.Drawing.Point(0, 0);
            this.gaugeControl3.Margin = new System.Windows.Forms.Padding(0);
            this.gaugeControl3.Name = "gaugeControl3";
            this.gaugeControl3.Size = new System.Drawing.Size(335, 270);
            this.gaugeControl3.TabIndex = 12;
            // 
            // circularGauge3
            // 
            this.circularGauge3.AutoSize = DevExpress.Utils.DefaultBoolean.True;
            this.circularGauge3.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
            this.arcScaleBackgroundLayerComponent3});
            this.circularGauge3.Bounds = new System.Drawing.Rectangle(0, 6, 335, 264);
            this.circularGauge3.Name = "circularGauge3";
            this.circularGauge3.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
            this.needleFiscalToData});
            this.circularGauge3.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
            this.arcScaleFiscalToData});
            // 
            // arcScaleBackgroundLayerComponent3
            // 
            this.arcScaleBackgroundLayerComponent3.ArcScale = this.arcScaleFiscalToData;
            this.arcScaleBackgroundLayerComponent3.Name = "bg";
            this.arcScaleBackgroundLayerComponent3.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style27;
            this.arcScaleBackgroundLayerComponent3.Size = new System.Drawing.SizeF(200F, 200F);
            this.arcScaleBackgroundLayerComponent3.ZOrder = 1000;
            // 
            // arcScaleFiscalToData
            // 
            this.arcScaleFiscalToData.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleFiscalToData.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleFiscalToData.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleFiscalToData.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleFiscalToData.AppearanceTickmarkText.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
            this.arcScaleFiscalToData.AppearanceTickmarkText.Spacing = new DevExpress.XtraGauges.Core.Base.TextSpacing(-10, 0, -10, 0);
            this.arcScaleFiscalToData.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
            this.arcScaleFiscalToData.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleFiscalToData.EndAngle = 60F;
            this.arcScaleFiscalToData.MajorTickCount = 4;
            this.arcScaleFiscalToData.MajorTickmark.AllowTickOverlap = true;
            this.arcScaleFiscalToData.MajorTickmark.FormatString = "${0:0,,}M";
            this.arcScaleFiscalToData.MajorTickmark.ShapeOffset = -2F;
            this.arcScaleFiscalToData.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.arcScaleFiscalToData.MajorTickmark.TextOffset = 20F;
            this.arcScaleFiscalToData.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleFiscalToData.MaxValue = 6E+08F;
            this.arcScaleFiscalToData.MinorTickCount = 4;
            this.arcScaleFiscalToData.MinorTickmark.ShapeOffset = 4F;
            this.arcScaleFiscalToData.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
            this.arcScaleFiscalToData.MinorTickmark.ShowTick = false;
            this.arcScaleFiscalToData.Name = "scale1";
            arcScaleRange7.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#A54671");
            arcScaleRange7.EndThickness = 22F;
            arcScaleRange7.EndValue = 3E+08F;
            arcScaleRange7.Name = "Range0";
            arcScaleRange7.ShapeOffset = -4F;
            arcScaleRange7.StartThickness = 22F;
            arcScaleRange8.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FCC653");
            arcScaleRange8.EndThickness = 22F;
            arcScaleRange8.EndValue = 5E+08F;
            arcScaleRange8.Name = "Range1";
            arcScaleRange8.ShapeOffset = -4F;
            arcScaleRange8.StartThickness = 22F;
            arcScaleRange8.StartValue = 3E+08F;
            arcScaleRange9.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#469EA5");
            arcScaleRange9.EndThickness = 22F;
            arcScaleRange9.EndValue = 6E+08F;
            arcScaleRange9.Name = "Range2";
            arcScaleRange9.ShapeOffset = -4F;
            arcScaleRange9.StartThickness = 22F;
            arcScaleRange9.StartValue = 5E+08F;
            this.arcScaleFiscalToData.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
            arcScaleRange7,
            arcScaleRange8,
            arcScaleRange9});
            this.arcScaleFiscalToData.StartAngle = -240F;
            this.arcScaleFiscalToData.Value = 50F;
            // 
            // needleFiscalToData
            // 
            this.needleFiscalToData.ArcScale = this.arcScaleFiscalToData;
            this.needleFiscalToData.EndOffset = 8F;
            this.needleFiscalToData.Name = "needle";
            this.needleFiscalToData.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style27;
            this.needleFiscalToData.StartOffset = -6F;
            this.needleFiscalToData.ZOrder = -50;
            // 
            // labelFiscalToData
            // 
            this.labelFiscalToData.AutoSize = true;
            this.labelFiscalToData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelFiscalToData.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelFiscalToData.ForeColor = System.Drawing.Color.Gray;
            this.labelFiscalToData.Location = new System.Drawing.Point(5, 270);
            this.labelFiscalToData.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.labelFiscalToData.Name = "labelFiscalToData";
            this.labelFiscalToData.Size = new System.Drawing.Size(325, 27);
            this.labelFiscalToData.TabIndex = 13;
            this.labelFiscalToData.Text = "FISCAL TO DATE";
            this.labelFiscalToData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelFiscalYear
            // 
            this.labelFiscalYear.AutoSize = true;
            this.labelFiscalYear.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelFiscalYear.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelFiscalYear.ForeColor = System.Drawing.Color.Gray;
            this.labelFiscalYear.Location = new System.Drawing.Point(340, 270);
            this.labelFiscalYear.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.labelFiscalYear.Name = "labelFiscalYear";
            this.labelFiscalYear.Size = new System.Drawing.Size(325, 27);
            this.labelFiscalYear.TabIndex = 14;
            this.labelFiscalYear.Text = "FISCAL YEAR";
            this.labelFiscalYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // fiscalToData
            // 
            this.fiscalToData.AutoSize = true;
            this.fiscalToData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fiscalToData.Font = new System.Drawing.Font("Segoe UI", 15F);
            this.fiscalToData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(104)))), ((int)(((byte)(165)))));
            this.fiscalToData.Location = new System.Drawing.Point(5, 297);
            this.fiscalToData.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.fiscalToData.Name = "fiscalToData";
            this.fiscalToData.Size = new System.Drawing.Size(325, 47);
            this.fiscalToData.TabIndex = 15;
            this.fiscalToData.Text = "$000,000,000";
            this.fiscalToData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // fiscalYear
            // 
            this.fiscalYear.AutoSize = true;
            this.fiscalYear.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fiscalYear.Font = new System.Drawing.Font("Segoe UI", 15F);
            this.fiscalYear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(70)))), ((int)(((byte)(113)))));
            this.fiscalYear.Location = new System.Drawing.Point(340, 297);
            this.fiscalYear.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.fiscalYear.Name = "fiscalYear";
            this.fiscalYear.Size = new System.Drawing.Size(325, 47);
            this.fiscalYear.TabIndex = 16;
            this.fiscalYear.Text = "$000,000,000";
            this.fiscalYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl5.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl5.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
            this.labelControl5.LineVisible = true;
            this.labelControl5.Location = new System.Drawing.Point(5, 435);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            this.labelControl5.ShowLineShadow = false;
            this.labelControl5.Size = new System.Drawing.Size(670, 31);
            this.labelControl5.TabIndex = 17;
            this.labelControl5.Text = "SALES FORECAST";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.chartSalesbySecor, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.labelControl1, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(982, 5);
            this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(680, 572);
            this.tableLayoutPanel2.TabIndex = 15;
            // 
            // chartSalesbySecor
            // 
            this.chartSalesbySecor.BackColor = System.Drawing.Color.Transparent;
            this.chartSalesbySecor.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            simpleDiagram1.EqualPieSize = false;
            this.chartSalesbySecor.Diagram = simpleDiagram1;
            this.chartSalesbySecor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartSalesbySecor.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
            this.chartSalesbySecor.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Center;
            this.chartSalesbySecor.Legend.Antialiasing = true;
            this.chartSalesbySecor.Legend.BackColor = System.Drawing.Color.Transparent;
            this.chartSalesbySecor.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartSalesbySecor.Legend.EquallySpacedItems = false;
            this.chartSalesbySecor.Legend.Margins.Right = 0;
            this.chartSalesbySecor.Legend.MarkerSize = new System.Drawing.Size(18, 18);
            this.chartSalesbySecor.Legend.TextOffset = 8;
            this.chartSalesbySecor.Legend.VerticalIndent = 12;
            this.chartSalesbySecor.Location = new System.Drawing.Point(5, 47);
            this.chartSalesbySecor.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.chartSalesbySecor.Name = "chartSalesbySecor";
            this.chartSalesbySecor.Padding.Right = 0;
            series1.ArgumentDataMember = "GroupName";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            doughnutSeriesLabel1.Antialiasing = true;
            doughnutSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            doughnutSeriesLabel1.TextPattern = "{V:F0}";
            series1.Label = doughnutSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.LegendTextPattern = "{A}";
            series1.Name = "Series 1";
            series1.ValueDataMembersSerializable = "TotalCost";
            doughnutSeriesView1.HoleRadiusPercent = 55;
            series1.View = doughnutSeriesView1;
            this.chartSalesbySecor.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            doughnutSeriesLabel2.TextPattern = "{VP:G2}";
            this.chartSalesbySecor.SeriesTemplate.Label = doughnutSeriesLabel2;
            this.chartSalesbySecor.SeriesTemplate.View = doughnutSeriesView2;
            this.chartSalesbySecor.Size = new System.Drawing.Size(670, 520);
            this.chartSalesbySecor.TabIndex = 1;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl1.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
            this.labelControl1.LineVisible = true;
            this.labelControl1.Location = new System.Drawing.Point(5, 5);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            this.labelControl1.ShowLineShadow = false;
            this.labelControl1.Size = new System.Drawing.Size(670, 32);
            this.labelControl1.TabIndex = 2;
            this.labelControl1.Text = "SALES BY SECTOR ";
            // 
            // AnalyticsModule
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "AnalyticsModule";
            this.Size = new System.Drawing.Size(1667, 1185);
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.linearScaleRangeBarForecast)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.linearScaleComponent1)).EndInit();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScalePrevYear)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.needleFiscalYear)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleFiscalToData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.needleFiscalToData)).EndInit();
            this.tableLayoutPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartSalesbySecor)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable        = "0";
     swiftPlotDiagram1.AxisY.Title.Text    = "平均值";
     swiftPlotDiagram1.AxisY.Title.Visible = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.EnableAxisXScrolling = true;
     swiftPlotDiagram1.PaneDistance         = 1;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     swiftPlotDiagram1.ScrollingOptions.UseKeyboard    = false;
     swiftPlotDiagram1.ScrollingOptions.UseMouse       = false;
     swiftPlotDiagram1.ScrollingOptions.UseTouchDevice = false;
     swiftPlotDiagramSecondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     swiftPlotDiagramSecondaryAxisY1.AxisID            = 0;
     swiftPlotDiagramSecondaryAxisY1.GridLines.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.Name          = "Secondary AxisY 1";
     swiftPlotDiagramSecondaryAxisY1.Title.Text    = "极差";
     swiftPlotDiagramSecondaryAxisY1.Title.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable     = "0";
     swiftPlotDiagramSecondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
         swiftPlotDiagramSecondaryAxisY1
     });
     swiftPlotDiagram1.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram           = swiftPlotDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible    = false;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     this.chartControl1.RuntimeHitTesting = true;
     series1.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.Name = "Series 1";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     swiftPlotSeriesView2.AxisYName           = "Secondary AxisY 1";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     swiftPlotSeriesView2.PaneName            = "Pane 1";
     series2.View = swiftPlotSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(682, 334);
     this.chartControl1.TabIndex = 0;
     //
     // DataControlDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "DataControlDrawBoard";
     this.Size = new System.Drawing.Size(682, 334);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #39
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Hello", new object[] {
            ((object)(10D))}, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Clap", new object[] {
            ((object)(20D))}, 1);
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Sample", new object[] {
            ((object)(40D))}, 2);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageBreak1 = new DevExpress.XtraReports.UI.XRPageBreak();
            this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1,
            this.xrPageBreak1,
            this.xrChart1});
            this.Detail.HeightF = 487.5F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel1
            // 
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(67.70834F, 411.4166F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrLabel1.Text = "xrLabel1";
            // 
            // xrPageBreak1
            // 
            this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 376.0833F);
            this.xrPageBreak1.Name = "xrPageBreak1";
            // 
            // xrChart1
            // 
            this.xrChart1.BorderColor = System.Drawing.Color.Black;
            this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(67.70834F, 0F);
            this.xrChart1.Name = "xrChart1";
            pieSeriesLabel1.LineVisible = true;
            piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            piePointOptions1.ValueNumericOptions.Precision = 0;
            pieSeriesLabel1.PointOptions = piePointOptions1;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            series1.Label = pieSeriesLabel1;
            piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            piePointOptions2.ValueNumericOptions.Precision = 0;
            series1.LegendPointOptions = piePointOptions2;
            series1.Name = "Series 1";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
            series1.SynchronizePointOptions = false;
            pieSeriesView1.RuntimeExploding = false;
            series1.View = pieSeriesView1;
            this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            pieSeriesLabel2.LineVisible = true;
            this.xrChart1.SeriesTemplate.Label = pieSeriesLabel2;
            pieSeriesView2.RuntimeExploding = false;
            this.xrChart1.SeriesTemplate.View = pieSeriesView2;
            this.xrChart1.SizeF = new System.Drawing.SizeF(505.2083F, 321.875F);
            // 
            // TopMargin
            // 
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // ConfigurationTemplate
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin});
            this.Version = "12.1";
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DOWNTIME));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.pnHeader      = new System.Windows.Forms.Panel();
     this.sbtnSearch    = new DevExpress.XtraEditors.SimpleButton();
     this.button1       = new System.Windows.Forms.Button();
     this.lblDate       = new System.Windows.Forms.Label();
     this.lblTitle      = new DevExpress.XtraEditors.LabelControl();
     this.pnDateTime    = new System.Windows.Forms.Panel();
     this.uc_year       = new FORM.UC.UC_YEAR_SELECTION();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.splLeft       = new System.Windows.Forms.SplitContainer();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.label5        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.grdBase       = new DevExpress.XtraGrid.GridControl();
     this.gvwBase       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.splMain       = new System.Windows.Forms.SplitContainer();
     this.pnHeader.SuspendLayout();
     this.pnDateTime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splLeft)).BeginInit();
     this.splLeft.Panel1.SuspendLayout();
     this.splLeft.Panel2.SuspendLayout();
     this.splLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.SuspendLayout();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnHeader.Controls.Add(this.sbtnSearch);
     this.pnHeader.Controls.Add(this.button1);
     this.pnHeader.Controls.Add(this.lblDate);
     this.pnHeader.Controls.Add(this.lblTitle);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1904, 104);
     this.pnHeader.TabIndex = 13;
     //
     // sbtnSearch
     //
     this.sbtnSearch.Appearance.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbtnSearch.Appearance.Options.UseFont = true;
     this.sbtnSearch.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("sbtnSearch.ImageOptions.Image")));
     this.sbtnSearch.Location = new System.Drawing.Point(1187, 29);
     this.sbtnSearch.Name     = "sbtnSearch";
     this.sbtnSearch.Size     = new System.Drawing.Size(171, 51);
     this.sbtnSearch.TabIndex = 53;
     this.sbtnSearch.Text     = "Search";
     this.sbtnSearch.Visible  = false;
     this.sbtnSearch.Click   += new System.EventHandler(this.sbtnSearch_Click);
     //
     // button1
     //
     this.button1.BackColor                  = System.Drawing.Color.Transparent;
     this.button1.BackgroundImage            = global::FORM.Properties.Resources.Back_Icon;
     this.button1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.button1.FlatAppearance.BorderSize  = 0;
     this.button1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location = new System.Drawing.Point(1502, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 98);
     this.button1.TabIndex = 50;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // lblDate
     //
     this.lblDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor  = System.Drawing.Color.White;
     this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location   = new System.Drawing.Point(1660, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(253, 106);
     this.lblDate.TabIndex   = 49;
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 62F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTitle.LineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblTitle.LineVisible  = true;
     this.lblTitle.Location     = new System.Drawing.Point(12, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(1901, 107);
     this.lblTitle.TabIndex     = 2;
     this.lblTitle.Text         = "Down Time Rate";
     //
     // pnDateTime
     //
     this.pnDateTime.Controls.Add(this.uc_year);
     this.pnDateTime.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnDateTime.Location = new System.Drawing.Point(0, 104);
     this.pnDateTime.Name     = "pnDateTime";
     this.pnDateTime.Size     = new System.Drawing.Size(1904, 63);
     this.pnDateTime.TabIndex = 15;
     //
     // uc_year
     //
     this.uc_year.AutoSize          = true;
     this.uc_year.Location          = new System.Drawing.Point(12, 9);
     this.uc_year.Name              = "uc_year";
     this.uc_year.Size              = new System.Drawing.Size(229, 47);
     this.uc_year.TabIndex          = 0;
     this.uc_year.ValueChangeEvent += new System.EventHandler(this.uc_year_ValueChangeEvent);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // splLeft
     //
     this.splLeft.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splLeft.Location    = new System.Drawing.Point(0, 0);
     this.splLeft.Name        = "splLeft";
     this.splLeft.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splLeft.Panel1
     //
     this.splLeft.Panel1.Controls.Add(this.chartControl1);
     //
     // splLeft.Panel2
     //
     this.splLeft.Panel2.Controls.Add(this.label5);
     this.splLeft.Panel2.Controls.Add(this.label7);
     this.splLeft.Panel2.Controls.Add(this.label6);
     this.splLeft.Panel2.Controls.Add(this.grdBase);
     this.splLeft.Size             = new System.Drawing.Size(1904, 845);
     this.splLeft.SplitterDistance = 611;
     this.splLeft.TabIndex         = 0;
     //
     // chartControl1
     //
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "Target";
     sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(107)))));
     series1.View                          = sideBySideBarSeriesView1;
     series2.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                          = "Actual";
     sideBySideBarSeriesView2.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     series2.View                          = sideBySideBarSeriesView2;
     series3.Name                          = "Rate";
     series3.View                          = splineSeriesView1;
     series3.Visible                       = false;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(1904, 611);
     this.chartControl1.TabIndex = 0;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Red;
     this.label5.Font      = new System.Drawing.Font("Calibri", 24F);
     this.label5.Location  = new System.Drawing.Point(1567, -1);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(88, 39);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "<80%";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Green;
     this.label7.Font      = new System.Drawing.Font("Calibri", 24F);
     this.label7.Location  = new System.Drawing.Point(1655, -1);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(88, 39);
     this.label7.TabIndex  = 8;
     this.label7.Text      = ">90%";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.BackColor = System.Drawing.Color.Yellow;
     this.label6.Font      = new System.Drawing.Font("Calibri", 24F);
     this.label6.Location  = new System.Drawing.Point(1743, 0);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(157, 39);
     this.label6.TabIndex  = 7;
     this.label6.Text      = "80% ~ 90%";
     //
     // grdBase
     //
     this.grdBase.Location             = new System.Drawing.Point(0, 41);
     this.grdBase.LookAndFeel.SkinName = "Office 2010 Blue";
     this.grdBase.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdBase.MainView = this.gvwBase;
     this.grdBase.Name     = "grdBase";
     this.grdBase.Size     = new System.Drawing.Size(1901, 190);
     this.grdBase.TabIndex = 0;
     this.grdBase.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwBase,
         this.gridView1
     });
     //
     // gvwBase
     //
     this.gvwBase.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
     this.gvwBase.Appearance.HeaderPanel.Options.UseFont = true;
     this.gvwBase.Appearance.Row.Font            = new System.Drawing.Font("Calibri", 14F);
     this.gvwBase.Appearance.Row.Options.UseFont = true;
     this.gvwBase.ColumnPanelRowHeight           = 40;
     this.gvwBase.GridControl = this.grdBase;
     this.gvwBase.Name        = "gvwBase";
     this.gvwBase.OptionsBehavior.AllowPixelScrolling = DevExpress.Utils.DefaultBoolean.True;
     this.gvwBase.OptionsBehavior.AllowSortAnimation  = DevExpress.Utils.DefaultBoolean.True;
     this.gvwBase.OptionsBehavior.Editable            = false;
     this.gvwBase.OptionsDetail.EnableMasterViewMode  = false;
     this.gvwBase.OptionsView.AllowCellMerge          = true;
     this.gvwBase.OptionsView.ShowGroupPanel          = false;
     this.gvwBase.OptionsView.ShowIndicator           = false;
     this.gvwBase.OptionsView.WaitAnimationOptions    = DevExpress.XtraEditors.WaitAnimationOptions.Indicator;
     this.gvwBase.PaintStyleName = "Flat";
     this.gvwBase.RowHeight      = 30;
     this.gvwBase.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase_RowCellStyle);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.grdBase;
     this.gridView1.Name        = "gridView1";
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 167);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.splLeft);
     this.splMain.Size             = new System.Drawing.Size(1904, 875);
     this.splMain.SplitterDistance = 845;
     this.splMain.TabIndex         = 16;
     //
     // DOWNTIME
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1042);
     this.Controls.Add(this.splMain);
     this.Controls.Add(this.pnDateTime);
     this.Controls.Add(this.pnHeader);
     this.Name            = "DOWNTIME";
     this.Text            = "FRM_SMT_OSD_INTERNAL_PHUOC";
     this.Load           += new System.EventHandler(this.FRM_SMT_OSD_INTERNAL_PHUOC_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_OSD_INTERNAL_PHUOC_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.pnDateTime.ResumeLayout(false);
     this.pnDateTime.PerformLayout();
     this.splLeft.Panel1.ResumeLayout(false);
     this.splLeft.Panel2.ResumeLayout(false);
     this.splLeft.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splLeft)).EndInit();
     this.splLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.splMain.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
            this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
            this.buttonEdit2 = new DevExpress.XtraEditors.ButtonEdit();
            this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
            this.btnAnalyze = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.meStatisticalConditions = new DevExpress.XtraEditors.MemoEdit();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.gcOrderStatistics = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.projectTaskState = new DevExpress.XtraGrid.Columns.GridColumn();
            this.projectStateNumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.cmbChooseChart = new DevExpress.XtraEditors.ComboBoxEdit();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.ccTaskStatisticalFigure = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.meStatisticalConditions.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcOrderStatistics)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbChooseChart.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ccTaskStatisticalFigure)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl1.Controls.Add(this.labelControl5);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.dateEdit2);
            this.groupControl1.Controls.Add(this.dateEdit1);
            this.groupControl1.Controls.Add(this.buttonEdit2);
            this.groupControl1.Controls.Add(this.buttonEdit1);
            this.groupControl1.Controls.Add(this.btnAnalyze);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Location = new System.Drawing.Point(7, 12);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(692, 83);
            this.groupControl1.TabIndex = 8;
            this.groupControl1.Text = "选择条件";
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(369, 33);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(44, 14);
            this.labelControl5.TabIndex = 31;
            this.labelControl5.Text = "时间: 从";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(219, 33);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(28, 14);
            this.labelControl4.TabIndex = 30;
            this.labelControl4.Text = "人员:";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(7, 33);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(64, 14);
            this.labelControl3.TabIndex = 29;
            this.labelControl3.Text = "项目所属组:";
            // 
            // dateEdit2
            // 
            this.dateEdit2.EditValue = null;
            this.dateEdit2.Location = new System.Drawing.Point(569, 30);
            this.dateEdit2.Name = "dateEdit2";
            this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateEdit2.Size = new System.Drawing.Size(118, 20);
            this.dateEdit2.TabIndex = 28;
            this.dateEdit2.ToolTip = "任务结束时间";
            // 
            // dateEdit1
            // 
            this.dateEdit1.EditValue = null;
            this.dateEdit1.Location = new System.Drawing.Point(419, 30);
            this.dateEdit1.Name = "dateEdit1";
            this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateEdit1.Size = new System.Drawing.Size(126, 20);
            this.dateEdit1.TabIndex = 26;
            this.dateEdit1.ToolTip = "任务开始时间";
            // 
            // buttonEdit2
            // 
            this.buttonEdit2.Location = new System.Drawing.Point(253, 30);
            this.buttonEdit2.Name = "buttonEdit2";
            this.buttonEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEdit2.Size = new System.Drawing.Size(100, 20);
            this.buttonEdit2.TabIndex = 25;
            this.buttonEdit2.ToolTip = "项目组人员";
            // 
            // buttonEdit1
            // 
            this.buttonEdit1.Location = new System.Drawing.Point(77, 30);
            this.buttonEdit1.Name = "buttonEdit1";
            this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEdit1.Size = new System.Drawing.Size(135, 20);
            this.buttonEdit1.TabIndex = 1;
            this.buttonEdit1.ToolTip = "项目";
            // 
            // btnAnalyze
            // 
            this.btnAnalyze.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAnalyze.Location = new System.Drawing.Point(621, 58);
            this.btnAnalyze.Name = "btnAnalyze";
            this.btnAnalyze.Size = new System.Drawing.Size(66, 20);
            this.btnAnalyze.TabIndex = 23;
            this.btnAnalyze.Text = "分析(&A)";
            this.btnAnalyze.Click += new System.EventHandler(this.btnAnalyze_Click);
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(551, 33);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(12, 14);
            this.labelControl1.TabIndex = 9;
            this.labelControl1.Text = "到";
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.meStatisticalConditions);
            this.groupControl2.Location = new System.Drawing.Point(7, 101);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(692, 127);
            this.groupControl2.TabIndex = 9;
            this.groupControl2.Text = "统计条件";
            // 
            // meStatisticalConditions
            // 
            this.meStatisticalConditions.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.meStatisticalConditions.Location = new System.Drawing.Point(5, 25);
            this.meStatisticalConditions.Name = "meStatisticalConditions";
            this.meStatisticalConditions.Size = new System.Drawing.Size(682, 97);
            this.meStatisticalConditions.TabIndex = 0;
            // 
            // groupControl3
            // 
            this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl3.Controls.Add(this.gcOrderStatistics);
            this.groupControl3.Controls.Add(this.simpleButton2);
            this.groupControl3.Controls.Add(this.simpleButton1);
            this.groupControl3.Location = new System.Drawing.Point(7, 234);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(217, 314);
            this.groupControl3.TabIndex = 10;
            this.groupControl3.Text = "统计结果";
            // 
            // gcOrderStatistics
            // 
            this.gcOrderStatistics.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.gcOrderStatistics.Location = new System.Drawing.Point(5, 25);
            this.gcOrderStatistics.MainView = this.gridView1;
            this.gcOrderStatistics.Name = "gcOrderStatistics";
            this.gcOrderStatistics.Size = new System.Drawing.Size(207, 255);
            this.gcOrderStatistics.TabIndex = 0;
            this.gcOrderStatistics.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.projectTaskState,
            this.projectStateNumber});
            this.gridView1.GridControl = this.gcOrderStatistics;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // projectTaskState
            // 
            this.projectTaskState.Caption = "项目任务状态";
            this.projectTaskState.FieldName = "State";
            this.projectTaskState.Name = "projectTaskState";
            this.projectTaskState.Visible = true;
            this.projectTaskState.VisibleIndex = 0;
            // 
            // projectStateNumber
            // 
            this.projectStateNumber.Caption = "项目任务数量";
            this.projectStateNumber.FieldName = "Count";
            this.projectStateNumber.Name = "projectStateNumber";
            this.projectStateNumber.Visible = true;
            this.projectStateNumber.VisibleIndex = 1;
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(110, 286);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(102, 23);
            this.simpleButton2.TabIndex = 14;
            this.simpleButton2.Text = "Excel导出(&E)";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(2, 286);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(102, 23);
            this.simpleButton1.TabIndex = 13;
            this.simpleButton1.Text = "自定义导出(&S)";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(9, 28);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(64, 14);
            this.labelControl2.TabIndex = 11;
            this.labelControl2.Text = "选择分析图:";
            // 
            // cmbChooseChart
            // 
            this.cmbChooseChart.EditValue = "柱形图";
            this.cmbChooseChart.Location = new System.Drawing.Point(78, 25);
            this.cmbChooseChart.Name = "cmbChooseChart";
            this.cmbChooseChart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbChooseChart.Properties.Items.AddRange(new object[] {
            "柱状图",
            "饼状图",
            "折线图",
            "面积图"});
            this.cmbChooseChart.Size = new System.Drawing.Size(256, 20);
            this.cmbChooseChart.TabIndex = 12;
            this.cmbChooseChart.SelectedIndexChanged += new System.EventHandler(this.cmbChooseChart_SelectedIndexChanged);
            // 
            // groupControl4
            // 
            this.groupControl4.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.groupControl4.Controls.Add(this.ccTaskStatisticalFigure);
            this.groupControl4.Controls.Add(this.cmbChooseChart);
            this.groupControl4.Controls.Add(this.labelControl2);
            this.groupControl4.Location = new System.Drawing.Point(230, 234);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.Size = new System.Drawing.Size(469, 314);
            this.groupControl4.TabIndex = 15;
            this.groupControl4.Text = "统计图显示";
            // 
            // ccTaskStatisticalFigure
            // 
            this.ccTaskStatisticalFigure.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)));
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.ccTaskStatisticalFigure.Diagram = xyDiagram1;
            this.ccTaskStatisticalFigure.Legend.Visible = false;
            this.ccTaskStatisticalFigure.Location = new System.Drawing.Point(7, 49);
            this.ccTaskStatisticalFigure.Name = "ccTaskStatisticalFigure";
            sideBySideBarSeriesLabel1.LineVisible = true;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.Name = "state";
            this.ccTaskStatisticalFigure.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            sideBySideBarSeriesLabel2.LineVisible = true;
            this.ccTaskStatisticalFigure.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            this.ccTaskStatisticalFigure.Size = new System.Drawing.Size(459, 258);
            this.ccTaskStatisticalFigure.TabIndex = 13;
            chartTitle1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartTitle1.Text = "项目任务统计分析图";
            this.ccTaskStatisticalFigure.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // ProjectTaskStatistics
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(706, 560);
            this.Controls.Add(this.groupControl1);
            this.Controls.Add(this.groupControl4);
            this.Controls.Add(this.groupControl3);
            this.Controls.Add(this.groupControl2);
            this.Name = "ProjectTaskStatistics";
            this.Text = "项目任务统计";
            this.Load += new System.EventHandler(this.ProjectTaskStatistics_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.meStatisticalConditions.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcOrderStatistics)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbChooseChart.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            this.groupControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccTaskStatisticalFigure)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView1  = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel2 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView2  = new DevExpress.XtraCharts.DoughnutSeriesView();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl3     = new DevExpress.XtraEditors.LabelControl();
     this.myCharts034       = new F5074.DevExpressWinforms.MyForm.C_ChartControl.MyChartControl03();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl2     = new DevExpress.XtraEditors.LabelControl();
     this.myCharts033       = new F5074.DevExpressWinforms.MyForm.C_ChartControl.MyChartControl03();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.chartSalesbySecor = new DevExpress.XtraCharts.ChartControl();
     this.labelControl1     = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesbySecor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 490F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Font     = new System.Drawing.Font("Segoe UI Light", 8.25F);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 9F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1077, 604);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.labelControl3, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.myCharts034, 0, 1);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 309);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(576, 292);
     this.tableLayoutPanel4.TabIndex = 12;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Segoe UI", 16F);
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl3.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.labelControl3.LineLocation    = DevExpress.XtraEditors.LineLocation.Center;
     this.labelControl3.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
     this.labelControl3.LineVisible     = true;
     this.labelControl3.Location        = new System.Drawing.Point(3, 3);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Padding         = new System.Windows.Forms.Padding(40, 0, 23, 0);
     this.labelControl3.ShowLineShadow  = false;
     this.labelControl3.Size            = new System.Drawing.Size(570, 21);
     this.labelControl3.TabIndex        = 12;
     this.labelControl3.Text            = "MONTHLY SALES PERFORMANCE ";
     //
     // myCharts034
     //
     this.myCharts034.Location = new System.Drawing.Point(3, 30);
     this.myCharts034.Name     = "myCharts034";
     this.myCharts034.Size     = new System.Drawing.Size(570, 257);
     this.myCharts034.TabIndex = 13;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 1;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Controls.Add(this.labelControl2, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.myCharts033, 0, 1);
     this.tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel5.Name     = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 2;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel5.Size     = new System.Drawing.Size(576, 291);
     this.tableLayoutPanel5.TabIndex = 13;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Segoe UI", 16F);
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.labelControl2.LineLocation    = DevExpress.XtraEditors.LineLocation.Center;
     this.labelControl2.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
     this.labelControl2.LineVisible     = true;
     this.labelControl2.Location        = new System.Drawing.Point(3, 3);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Padding         = new System.Windows.Forms.Padding(40, 0, 23, 0);
     this.labelControl2.ShowLineShadow  = false;
     this.labelControl2.Size            = new System.Drawing.Size(570, 21);
     this.labelControl2.TabIndex        = 3;
     this.labelControl2.Text            = "DAILY SALES PERFORMANCE ";
     //
     // myCharts033
     //
     this.myCharts033.Location = new System.Drawing.Point(3, 30);
     this.myCharts033.Name     = "myCharts033";
     this.myCharts033.Size     = new System.Drawing.Size(570, 256);
     this.myCharts033.TabIndex = 4;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 1;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(590, 309);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 5;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(484, 292);
     this.tableLayoutPanel6.TabIndex = 14;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.chartSalesbySecor, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.labelControl1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(590, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(484, 291);
     this.tableLayoutPanel2.TabIndex = 15;
     //
     // chartSalesbySecor
     //
     this.chartSalesbySecor.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSalesbySecor.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartSalesbySecor.DataBindings             = null;
     this.chartSalesbySecor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartSalesbySecor.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
     this.chartSalesbySecor.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Center;
     this.chartSalesbySecor.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chartSalesbySecor.Legend.EnableAntialiasing  = DevExpress.Utils.DefaultBoolean.True;
     this.chartSalesbySecor.Legend.EquallySpacedItems  = false;
     this.chartSalesbySecor.Legend.Margins.Right       = 0;
     this.chartSalesbySecor.Legend.MarkerSize          = new System.Drawing.Size(18, 18);
     this.chartSalesbySecor.Legend.Name           = "Default Legend";
     this.chartSalesbySecor.Legend.TextOffset     = 8;
     this.chartSalesbySecor.Legend.VerticalIndent = 12;
     this.chartSalesbySecor.Location         = new System.Drawing.Point(3, 30);
     this.chartSalesbySecor.Name             = "chartSalesbySecor";
     this.chartSalesbySecor.Padding.Right    = 0;
     series1.ArgumentDataMember              = "GroupName";
     series1.ArgumentScaleType               = DevExpress.XtraCharts.ScaleType.Qualitative;
     doughnutSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     doughnutSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     doughnutSeriesLabel1.TextPattern        = "{V:F0}";
     series1.Label             = doughnutSeriesLabel1;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendTextPattern = "{A}";
     series1.Name = "Series 1";
     series1.ValueDataMembersSerializable  = "TotalCost";
     doughnutSeriesView1.HoleRadiusPercent = 55;
     series1.View = doughnutSeriesView1;
     this.chartSalesbySecor.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     doughnutSeriesLabel2.TextPattern            = "{VP:G2}";
     this.chartSalesbySecor.SeriesTemplate.Label = doughnutSeriesLabel2;
     this.chartSalesbySecor.SeriesTemplate.View  = doughnutSeriesView2;
     this.chartSalesbySecor.Size     = new System.Drawing.Size(478, 258);
     this.chartSalesbySecor.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Segoe UI", 16F);
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.labelControl1.LineLocation    = DevExpress.XtraEditors.LineLocation.Center;
     this.labelControl1.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
     this.labelControl1.LineVisible     = true;
     this.labelControl1.Location        = new System.Drawing.Point(3, 3);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Padding         = new System.Windows.Forms.Padding(6, 0, 0, 0);
     this.labelControl1.ShowLineShadow  = false;
     this.labelControl1.Size            = new System.Drawing.Size(478, 21);
     this.labelControl1.TabIndex        = 2;
     this.labelControl1.Text            = "SALES BY SECTOR ";
     //
     // MyCharts02
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "MyCharts02";
     this.Size = new System.Drawing.Size(1077, 604);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesbySecor)).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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(672, 464);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(672, 464);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.barManager1             = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                    = new DevExpress.XtraBars.Bar();
     this.itemTuNgay              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.itemDenNgay             = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.itemRefesh              = 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.splitContainerControl1  = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControl1           = new DevExpress.XtraEditors.GroupControl();
     this.chartControl1           = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.itemRefesh,
         this.itemTuNgay,
         this.itemDenNgay
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 6;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemDateEdit1,
         this.repositoryItemDateEdit2
     });
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.itemTuNgay, "", false, true, true, 107),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.itemDenNgay, "", false, true, true, 101),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemRefesh, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.DisableCustomization = true;
     this.bar2.OptionsBar.MultiLine            = true;
     this.bar2.OptionsBar.UseWholeRow          = true;
     this.bar2.Text = "Main menu";
     //
     // itemTuNgay
     //
     this.itemTuNgay.Edit = this.repositoryItemDateEdit1;
     this.itemTuNgay.Id   = 4;
     this.itemTuNgay.Name = "itemTuNgay";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit1.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit1.EditFormat.FormatString    = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit1.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.Name          = "repositoryItemDateEdit1";
     this.repositoryItemDateEdit1.NullText      = "Từ ngày";
     //
     // itemDenNgay
     //
     this.itemDenNgay.Edit = this.repositoryItemDateEdit2;
     this.itemDenNgay.Id   = 5;
     this.itemDenNgay.Name = "itemDenNgay";
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit2.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.EditFormat.FormatString    = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.Name          = "repositoryItemDateEdit2";
     this.repositoryItemDateEdit2.NullText      = "Đến ngày";
     //
     // itemRefesh
     //
     this.itemRefesh.Caption            = "Refesh";
     this.itemRefesh.Id                 = 0;
     this.itemRefesh.ImageOptions.Image = global::DXApplication1.Properties.Resources.Refresh;
     this.itemRefesh.Name               = "itemRefesh";
     this.itemRefesh.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.itemRefesh_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1121, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 500);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1121, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 476);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1121, 24);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 476);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal  = false;
     this.splitContainerControl1.Location    = new System.Drawing.Point(0, 24);
     this.splitContainerControl1.Name        = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.groupControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1121, 476);
     this.splitContainerControl1.SplitterPosition = 0;
     this.splitContainerControl1.TabIndex         = 15;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.chartControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1121, 466);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "TOP SẢN PHẨM BÁN CHẠY";
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Label.TextPattern          = "{A:dd-MM-yyyy}";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.TextPattern          = "{V:n0} ";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram            = xyDiagram1;
     this.chartControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name        = "Default Legend";
     this.chartControl1.Location           = new System.Drawing.Point(2, 23);
     this.chartControl1.Name               = "chartControl1";
     series1.ArgumentDataMember            = "NgayHD";
     sideBySideBarSeriesLabel1.TextPattern = "{V:n0} ";
     series1.Label             = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendTextPattern = "{V:n0}";
     series1.Name         = "Series 1";
     series1.ShowInLegend = false;
     series1.ValueDataMembersSerializable  = "ThanhTien";
     sideBySideBarSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     series1.View = sideBySideBarSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.ArgumentDataMember           = "NgayHD";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "ThanhTien";
     this.chartControl1.Size     = new System.Drawing.Size(1117, 441);
     this.chartControl1.TabIndex = 16;
     chartTitle1.Text            = "THỐNG KÊ THEO SỐ LƯỢNG";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // uscBaoCao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     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 = "uscBaoCao";
     this.Size = new System.Drawing.Size(1121, 500);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.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.xtraTabControl1.Location = new System.Drawing.Point(8, 8);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 2;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(797, 353);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            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(797, 353);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowColumnResizing = false;
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsCustomization.AllowSort = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(793, 350);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 19);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 19);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.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.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(8, 390);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(799, 156);
            this.groupControl2.TabIndex = 3;
            this.groupControl2.Text = "Options";
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Automatic bank selection";
            this.comboBoxEdit1.Location = new System.Drawing.Point(16, 113);
            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[] {
            "Automatic banks selection"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 26;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged_1);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(125, 88);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 19);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(14, 88);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 19);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Location = new System.Drawing.Point(775, 79);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            this.labelControl13.Visible = false;
            this.labelControl13.Click += new System.EventHandler(this.labelControl13_Click);
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(703, 80);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.Visible = false;
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            this.labelControl14.Click += new System.EventHandler(this.labelControl14_Click);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(217, 41);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(16, 41);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(146, 36);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Location = new System.Drawing.Point(775, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            this.labelControl7.Visible = false;
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(681, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.Visible = false;
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Location = new System.Drawing.Point(775, 60);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Location = new System.Drawing.Point(775, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            this.labelControl6.Visible = false;
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(704, 61);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(65, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(701, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.Visible = false;
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show IQ";
            this.comboBoxEdit2.Location = new System.Drawing.Point(16, 62);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show IQ",
            "Show estimated torque",
            "Show estimated horsepower"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(425, 87);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 19);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.Visible = false;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Enabled = false;
            this.simpleButton3.Location = new System.Drawing.Point(8, 552);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 7;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Visible = false;
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(651, 552);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 6;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(732, 552);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 5;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // ctrlAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.xtraTabControl1);
            this.Name = "ctrlAirmassResult";
            this.Size = new System.Drawing.Size(815, 582);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #46
0
        public static void DrawBarChart(DevExpress.XtraCharts.ChartControl chartControl1, string titleChart, string columnName, string rowName, List <ModelSeries> listModelSeries)
        {
            try
            {
                chartControl1.DataSource = null;
                chartControl1.Series.Clear();
                chartControl1.Titles.Clear();
                DevExpress.XtraCharts.TextAnnotation   textAnnotation1   = new DevExpress.XtraCharts.TextAnnotation();
                DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
                DevExpress.XtraCharts.FreePosition     freePosition1     = new DevExpress.XtraCharts.FreePosition();
                DevExpress.XtraCharts.TextAnnotation   textAnnotation2   = new DevExpress.XtraCharts.TextAnnotation();
                DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint();
                DevExpress.XtraCharts.FreePosition     freePosition2     = new DevExpress.XtraCharts.FreePosition();
                DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();

                DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();

                ((System.ComponentModel.ISupportInitialize)(chartControl1)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();

                chartAnchorPoint1.X             = 0;
                chartAnchorPoint1.Y             = 20;
                textAnnotation1.AnchorPoint     = chartAnchorPoint1;
                textAnnotation1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
                textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
                textAnnotation1.Name            = columnName;
                textAnnotation1.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
                freePosition1.InnerIndents.Left = 30;
                freePosition1.InnerIndents.Top  = 51;
                textAnnotation1.ShapePosition   = freePosition1;
                textAnnotation1.Text            = columnName;
                textAnnotation1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
                chartAnchorPoint2.X             = 340;
                chartAnchorPoint2.Y             = 490;
                textAnnotation2.AnchorPoint     = chartAnchorPoint2;
                textAnnotation2.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
                textAnnotation2.Name            = rowName;
                textAnnotation2.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
                freePosition2.DockCorner        = DevExpress.XtraCharts.DockCorner.RightBottom;
                freePosition2.DockTargetName    = "Default Pane";
                freePosition2.InnerIndents.Left = 11;
                freePosition2.InnerIndents.Top  = 11;
                textAnnotation2.ShapePosition   = freePosition2;
                textAnnotation2.Text            = rowName;
                textAnnotation2.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
                chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
                    textAnnotation1,
                    textAnnotation2
                });
                xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
                xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
                chartControl1.Diagram  = xyDiagram1;
                chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
                chartControl1.Location = new System.Drawing.Point(3, 53);
                chartControl1.Size     = new System.Drawing.Size(889, 371);
                chartControl1.TabIndex = 1;
                chartTitle1.Text       = titleChart;
                chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                    chartTitle1
                });
                if (listModelSeries != null && listModelSeries.Count > 0)
                {
                    List <DevExpress.XtraCharts.Series> listSeries = new List <DevExpress.XtraCharts.Series>();
                    foreach (var model in listModelSeries)
                    {
                        DevExpress.XtraCharts.Series series = new DevExpress.XtraCharts.Series()
                        {
                            Name = model.SeriesName, ShowInLegend = model.ShowInLegend
                        };
                        foreach (var point in model.ListPoint)
                        {
                            DevExpress.XtraCharts.SeriesPoint seriesPoint = new DevExpress.XtraCharts.SeriesPoint(point.X, new object[] { ((object)(point.Y)) });
                            series.Points.Add(seriesPoint);
                        }
                        listSeries.Add(series);
                    }
                    chartControl1.SeriesSerializable = listSeries.ToArray();
                }
                ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(chartControl1)).EndInit();
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     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.label6 = new System.Windows.Forms.Label();
     this.label7 = 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.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     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.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new System.Windows.Forms.ComboBox();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.btnPrint = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.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.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Location = new System.Drawing.Point(26, 48);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     series1.PointOptions = piePointOptions1;
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1104, 442);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.DisplayMember = "StoreName";
     this.cboStores.FormattingEnabled = true;
     this.cboStores.Location = new System.Drawing.Point(904, 18);
     this.cboStores.Name = "cboStores";
     this.cboStores.Size = new System.Drawing.Size(121, 21);
     this.cboStores.TabIndex = 21;
     this.cboStores.ValueMember = "ID";
     this.cboStores.SelectedValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location = new System.Drawing.Point(738, 20);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(427, 245);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(300, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 25;
     this.progressBar1.UseWaitCursor = true;
     this.progressBar1.Value = 1;
     this.progressBar1.Visible = false;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::HCMIS.Desktop.Properties.Resources.printer;
     this.btnPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.Location = new System.Drawing.Point(1065, 18);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(65, 22);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // GeneralExpiryChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1155, 513);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Controls.Add(this.chartPie);
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView();
     DevExpress.XtraCharts.ChartTitle            chartTitle1            = new DevExpress.XtraCharts.ChartTitle();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.PRG001    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA002    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA057    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF3      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRG003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW9      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW009    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.ANW09 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar2 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.PRF                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LEH                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((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.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1233, 479);
     this.splitContainerControl1.SplitterPosition = 247;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemProgressBar1,
         this.repositoryItemProgressBar2
     });
     this.gridControl1.Size     = new System.Drawing.Size(1233, 220);
     this.gridControl1.TabIndex = 2;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.FocusedRow.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor   = true;
     this.gridView1.Appearance.FocusedRow.Options.UseBorderColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.PRG001,
         this.DEA002,
         this.DEA057,
         this.PRF3,
         this.PRF003,
         this.PRG003,
         this.ANW9,
         this.ANW009,
         this.ANW09,
         this.PRF,
         this.LEH
     });
     this.gridView1.GridControl                    = this.gridControl1;
     this.gridView1.IndicatorWidth                 = 35;
     this.gridView1.Name                           = "gridView1";
     this.gridView1.OptionsBehavior.Editable       = false;
     this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted;
     this.gridView1.OptionsCustomization.CustomizationFormSnapMode = DevExpress.Utils.Controls.SnapMode.OwnerControl;
     this.gridView1.OptionsDetail.EnableMasterViewMode             = false;
     this.gridView1.OptionsFilter.ColumnFilterPopupMode            = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel;
     this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;
     this.gridView1.OptionsView.ShowGroupPanel       = false;
     this.gridView1.CustomDrawRowIndicator          += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
     this.gridView1.RowStyle     += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // PRG001
     //
     this.PRG001.Caption      = "品号";
     this.PRG001.FieldName    = "PRG001";
     this.PRG001.Name         = "PRG001";
     this.PRG001.Visible      = true;
     this.PRG001.VisibleIndex = 0;
     this.PRG001.Width        = 98;
     //
     // DEA002
     //
     this.DEA002.Caption      = "品名";
     this.DEA002.FieldName    = "DEA002";
     this.DEA002.Name         = "DEA002";
     this.DEA002.Visible      = true;
     this.DEA002.VisibleIndex = 1;
     this.DEA002.Width        = 98;
     //
     // DEA057
     //
     this.DEA057.Caption      = "规格";
     this.DEA057.FieldName    = "DEA057";
     this.DEA057.Name         = "DEA057";
     this.DEA057.Visible      = true;
     this.DEA057.VisibleIndex = 2;
     this.DEA057.Width        = 98;
     //
     // PRF3
     //
     this.PRF3.Caption      = "计划余量";
     this.PRF3.FieldName    = "PRF3";
     this.PRF3.Name         = "PRF3";
     this.PRF3.Visible      = true;
     this.PRF3.VisibleIndex = 3;
     //
     // PRF003
     //
     this.PRF003.Caption      = "总计划量";
     this.PRF003.FieldName    = "PRF003";
     this.PRF003.Name         = "PRF003";
     this.PRF003.Visible      = true;
     this.PRF003.VisibleIndex = 4;
     this.PRF003.Width        = 98;
     //
     // PRG003
     //
     this.PRG003.Caption = "当日计划量";
     this.PRG003.DisplayFormat.FormatString = "0.######";
     this.PRG003.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.PRG003.FieldName    = "PRG003";
     this.PRG003.Name         = "PRG003";
     this.PRG003.Visible      = true;
     this.PRG003.VisibleIndex = 6;
     this.PRG003.Width        = 98;
     //
     // ANW9
     //
     this.ANW9.Caption      = "当日完成量";
     this.ANW9.FieldName    = "ANW9";
     this.ANW9.Name         = "ANW9";
     this.ANW9.Visible      = true;
     this.ANW9.VisibleIndex = 7;
     this.ANW9.Width        = 98;
     //
     // ANW009
     //
     this.ANW009.Caption      = "当日完成率";
     this.ANW009.ColumnEdit   = this.repositoryItemProgressBar1;
     this.ANW009.FieldName    = "ANW009";
     this.ANW009.Name         = "ANW009";
     this.ANW009.Visible      = true;
     this.ANW009.VisibleIndex = 8;
     this.ANW009.Width        = 98;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar1.Name       = "repositoryItemProgressBar1";
     this.repositoryItemProgressBar1.ShowTitle  = true;
     this.repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar1.Step       = 1;
     //
     // ANW09
     //
     this.ANW09.Caption      = "总完成率";
     this.ANW09.ColumnEdit   = this.repositoryItemProgressBar2;
     this.ANW09.FieldName    = "ANW09";
     this.ANW09.Name         = "ANW09";
     this.ANW09.Visible      = true;
     this.ANW09.VisibleIndex = 9;
     this.ANW09.Width        = 98;
     //
     // repositoryItemProgressBar2
     //
     this.repositoryItemProgressBar2.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar2.Name       = "repositoryItemProgressBar2";
     this.repositoryItemProgressBar2.ShowTitle  = true;
     this.repositoryItemProgressBar2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar2.Step       = 1;
     //
     // PRF
     //
     this.PRF.Caption      = "总欠产量";
     this.PRF.FieldName    = "PRF";
     this.PRF.Name         = "PRF";
     this.PRF.Visible      = true;
     this.PRF.VisibleIndex = 10;
     this.PRF.Width        = 98;
     //
     // LEH
     //
     this.LEH.Caption      = "总完成量";
     this.LEH.FieldName    = "LEH";
     this.LEH.Name         = "LEH";
     this.LEH.Visible      = true;
     this.LEH.VisibleIndex = 5;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1233, 247);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "Northern Lights";
     this.chartControl1.DataBindings              = null;
     xyDiagram1.AxisX.GridLines.MinorVisible      = true;
     xyDiagram1.AxisX.GridLines.Visible           = true;
     xyDiagram1.AxisX.Interlaced                  = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(12, 12);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Opulent";
     series1.Name = "SeriesOne";
     series1.View = stackedAreaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(1209, 223);
     this.chartControl1.TabIndex = 4;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 12F);
     chartTitle1.Text            = "产品欠产";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1233, 247);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(1213, 227);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // FormLEEBoard
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1233, 479);
     this.Controls.Add(this.splitContainerControl1);
     this.Name  = "FormLEEBoard";
     this.Text  = "面板车间看板";
     this.Load += new System.EventHandler(this.FormLEEBoard_Load);
     ((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.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.chartMain = new DevExpress.XtraCharts.ChartControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dateFrom = new System.Windows.Forms.DateTimePicker();
            this.datTo = new System.Windows.Forms.DateTimePicker();
            this.cbbTime = new System.Windows.Forms.ComboBox();
            this.cbbType = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.btnClose = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.panelControl2);
            this.groupControl1.Controls.Add(this.panelControl1);
            this.groupControl1.Controls.Add(this.panelControl3);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(900, 560);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "Biểu đồ quá trình hoạt động";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.chartMain);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(2, 77);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(896, 435);
            this.panelControl2.TabIndex = 1;
            // 
            // chartMain
            // 
            this.chartMain.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
            this.chartMain.CrosshairOptions.ValueLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
            xyDiagram1.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartMain.Diagram = xyDiagram1;
            this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartMain.Legend.Antialiasing = true;
            this.chartMain.Location = new System.Drawing.Point(2, 2);
            this.chartMain.Name = "chartMain";
            this.chartMain.PaletteName = "Metro";
            pointSeriesLabel1.LineVisible = true;
            pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel1.PointOptions = pointOptions1;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            pointOptions2.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel2.PointOptions = pointOptions2;
            series2.Label = pointSeriesLabel2;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.Name = "Series 2";
            series2.View = lineSeriesView2;
            this.chartMain.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            pointOptions3.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel3.PointOptions = pointOptions3;
            this.chartMain.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartMain.SeriesTemplate.View = lineSeriesView3;
            this.chartMain.Size = new System.Drawing.Size(892, 431);
            this.chartMain.TabIndex = 0;
            chartTitle1.Text = "THỐNG KÊ QUÁ TRÌNH HOẠT ĐỘNG";
            this.chartMain.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.label2);
            this.panelControl1.Controls.Add(this.label1);
            this.panelControl1.Controls.Add(this.dateFrom);
            this.panelControl1.Controls.Add(this.datTo);
            this.panelControl1.Controls.Add(this.cbbTime);
            this.panelControl1.Controls.Add(this.cbbType);
            this.panelControl1.Controls.Add(this.button1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(2, 21);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(896, 56);
            this.panelControl1.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(485, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Đến ngày";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(280, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(46, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Từ ngày";
            // 
            // dateFrom
            // 
            this.dateFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateFrom.Location = new System.Drawing.Point(332, 15);
            this.dateFrom.Name = "dateFrom";
            this.dateFrom.Size = new System.Drawing.Size(149, 22);
            this.dateFrom.TabIndex = 4;
            // 
            // datTo
            // 
            this.datTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.datTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.datTo.Location = new System.Drawing.Point(539, 15);
            this.datTo.Name = "datTo";
            this.datTo.Size = new System.Drawing.Size(129, 22);
            this.datTo.TabIndex = 3;
            // 
            // cbbTime
            // 
            this.cbbTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbbTime.FormattingEnabled = true;
            this.cbbTime.Items.AddRange(new object[] {
            "Theo Ngày",
            "Theo Tháng"});
            this.cbbTime.Location = new System.Drawing.Point(686, 14);
            this.cbbTime.Name = "cbbTime";
            this.cbbTime.Size = new System.Drawing.Size(110, 24);
            this.cbbTime.TabIndex = 2;
            // 
            // cbbType
            // 
            this.cbbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbbType.FormattingEnabled = true;
            this.cbbType.Items.AddRange(new object[] {
            "Số lượt tư vấn / Trạm"});
            this.cbbType.Location = new System.Drawing.Point(5, 14);
            this.cbbType.Name = "cbbType";
            this.cbbType.Size = new System.Drawing.Size(253, 24);
            this.cbbType.TabIndex = 1;
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(805, 10);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 31);
            this.button1.TabIndex = 0;
            this.button1.Text = "XEM";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.button2);
            this.panelControl3.Controls.Add(this.btnClose);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl3.Location = new System.Drawing.Point(2, 512);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(896, 46);
            this.panelControl3.TabIndex = 2;
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(811, 9);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 32);
            this.btnClose.TabIndex = 0;
            this.btnClose.Text = "Đóng";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(10, 9);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 32);
            this.button2.TabIndex = 1;
            this.button2.Text = "Lưu biểu đồ";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // FrmThongKe_TheoThoiGian
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(900, 560);
            this.Controls.Add(this.groupControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmThongKe_TheoThoiGian";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Biểu Đồ";
            this.Load += new System.EventHandler(this.FrmThongKe_TheoThoiGian_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram6           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY     secondaryAxisY6      = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series             series16             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel6    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions       pointOptions6        = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.Series             series17             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView11   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series             series18             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView12   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
     this.chartControl1            = new SPC.Controls.Base.AdvChartControl();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem1             = new DevExpress.XtraBars.BarEditItem();
     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.barManager1  = new DevExpress.XtraBars.BarManager();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     xyDiagram6.AxisX.Tickmarks.MinorVisible             = false;
     xyDiagram6.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram6.AxisX.WholeRange.AutoSideMargins         = false;
     xyDiagram6.AxisX.WholeRange.SideMarginsValue        = 0D;
     xyDiagram6.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram6.EnableAxisXScrolling            = true;
     xyDiagram6.ScrollingOptions.UseKeyboard    = false;
     xyDiagram6.ScrollingOptions.UseMouse       = false;
     xyDiagram6.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY6.AxisID = 0;
     secondaryAxisY6.Name   = "Secondary AxisY 1";
     secondaryAxisY6.VisibleInPanesSerializable       = "-1";
     secondaryAxisY6.VisualRange.Auto                 = false;
     secondaryAxisY6.VisualRange.AutoSideMargins      = false;
     secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY6.VisualRange.MinValueSerializable = "0";
     secondaryAxisY6.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY6.WholeRange.Auto                 = false;
     secondaryAxisY6.WholeRange.AutoSideMargins      = false;
     secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
     secondaryAxisY6.WholeRange.MinValueSerializable = "0";
     secondaryAxisY6.WholeRange.SideMarginsValue     = 0D;
     xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY6
     });
     xyDiagram6.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram                  = xyDiagram6;
     this.chartControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible           = false;
     this.chartControl1.Location                 = new System.Drawing.Point(4, 2);
     this.chartControl1.Name                     = "chartControl1";
     this.chartControl1.RuntimeHitTesting        = true;
     series16.ArgumentScaleType                  = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel6.Angle                     = 42;
     pointSeriesLabel6.Antialiasing              = true;
     pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions6.PointView                     = DevExpress.XtraCharts.PointView.Argument;
     pointSeriesLabel6.PointOptions              = pointOptions6;
     pointSeriesLabel6.ResolveOverlappingMode    = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel6.TextOrientation           = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     series16.Label                        = pointSeriesLabel6;
     series16.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series16.Name                         = "Series 1";
     stepAreaSeriesView11.Transparency     = ((byte)(0));
     series16.View                         = stepAreaSeriesView11;
     series17.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series17.Name                         = "Series 2";
     splineSeriesView11.AxisYName          = "Secondary AxisY 1";
     series17.View                         = splineSeriesView11;
     series18.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series18.Name                         = "Series 3";
     splineSeriesView12.AxisYName          = "Secondary AxisY 1";
     series18.View                         = splineSeriesView12;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series16,
         series17,
         series18
     };
     stepAreaSeriesView12.MarkerOptions.Size    = 8;
     this.chartControl1.SeriesTemplate.View     = stepAreaSeriesView12;
     this.chartControl1.SideBySideEqualBarWidth = false;
     this.chartControl1.Size     = new System.Drawing.Size(718, 373);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler <SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight         = false;
     this.repositoryItemCheckEdit1.Caption            = "Check";
     this.repositoryItemCheckEdit1.Name               = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption    = "Check";
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "显示X坐标";
     this.barEditItem1.Edit    = this.repositoryItemCheckEdit1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlTop.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(4, 375);
     this.barDockControlBottom.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 373);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(722, 2);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 373);
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barEditItem1,
         this.barEditItem2
     });
     this.barManager1.MaxItemId = 3;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemCheckEdit2,
         this.repositoryItemToggleSwitch1
     });
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "填充";
     this.barEditItem2.Edit    = this.repositoryItemToggleSwitch1;
     this.barEditItem2.Id      = 2;
     this.barEditItem2.Name    = "barEditItem2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight         = false;
     this.repositoryItemToggleSwitch1.Name               = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText            = "Off";
     this.repositoryItemToggleSwitch1.OnText             = "On";
     this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
     //
     // SpectralDistributionDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "SpectralDistributionDrawBoard";
     this.Size = new System.Drawing.Size(724, 377);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).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()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(0D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(2D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(4D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(6D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(20D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(4D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(20D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(6D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(2D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(15D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(15D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(5D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(13D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(0D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.stylesContainerControl1 = new DevExpress.XtraCharts.Design.StylesContainerControl();
     this.STR_SELECTPAL = new DevExpress.XtraEditors.LabelControl();
     this.STR_SELECTAPP = new DevExpress.XtraEditors.LabelControl();
     this.paletteEditControl1 = new ChartAppearanceSample.PaletteEditControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = pointSeriesLabel1;
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1,
     seriesPoint2,
     seriesPoint3,
     seriesPoint4,
     seriesPoint5,
     seriesPoint6,
     seriesPoint7,
     seriesPoint8,
     seriesPoint9,
     seriesPoint10,
     seriesPoint11});
     series1.View = lineSeriesView1;
     pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Label = pointSeriesLabel2;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint12,
     seriesPoint13,
     seriesPoint14,
     seriesPoint15,
     seriesPoint16,
     seriesPoint17,
     seriesPoint18,
     seriesPoint19,
     seriesPoint20,
     seriesPoint21,
     seriesPoint22});
     series2.View = lineSeriesView2;
     pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series3.Label = pointSeriesLabel3;
     series3.Name = "Series 3";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint23,
     seriesPoint24,
     seriesPoint25,
     seriesPoint26,
     seriesPoint27,
     seriesPoint28,
     seriesPoint29,
     seriesPoint30,
     seriesPoint31,
     seriesPoint32,
     seriesPoint33});
     series3.View = lineSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2,
     series3};
     pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel4;
     this.chartControl1.SeriesTemplate.View = lineSeriesView4;
     this.chartControl1.Size = new System.Drawing.Size(522, 187);
     this.chartControl1.TabIndex = 0;
     //
     // stylesContainerControl1
     //
     this.stylesContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.stylesContainerControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.stylesContainerControl1.Appearance.Options.UseBackColor = true;
     this.stylesContainerControl1.Location = new System.Drawing.Point(3, 371);
     this.stylesContainerControl1.Name = "stylesContainerControl1";
     this.stylesContainerControl1.Size = new System.Drawing.Size(522, 131);
     this.stylesContainerControl1.TabIndex = 2;
     //
     // STR_SELECTPAL
     //
     this.STR_SELECTPAL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.STR_SELECTPAL.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.STR_SELECTPAL.Location = new System.Drawing.Point(3, 197);
     this.STR_SELECTPAL.Name = "STR_SELECTPAL";
     this.STR_SELECTPAL.Size = new System.Drawing.Size(88, 15);
     this.STR_SELECTPAL.TabIndex = 6;
     this.STR_SELECTPAL.Text = "Select a Palette:";
     //
     // STR_SELECTAPP
     //
     this.STR_SELECTAPP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.STR_SELECTAPP.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.STR_SELECTAPP.Location = new System.Drawing.Point(3, 350);
     this.STR_SELECTAPP.Name = "STR_SELECTAPP";
     this.STR_SELECTAPP.Size = new System.Drawing.Size(123, 15);
     this.STR_SELECTAPP.TabIndex = 7;
     this.STR_SELECTAPP.Text = "Select an Appearance:";
     //
     // paletteEditControl1
     //
     this.paletteEditControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.paletteEditControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.paletteEditControl1.Appearance.Options.UseBackColor = true;
     this.paletteEditControl1.Location = new System.Drawing.Point(3, 218);
     this.paletteEditControl1.Name = "paletteEditControl1";
     this.paletteEditControl1.Size = new System.Drawing.Size(522, 126);
     this.paletteEditControl1.TabIndex = 1;
     this.paletteEditControl1.OnPaletteChanged += new System.EventHandler(this.paletteEditControl1_OnPaletteChanged);
     //
     // ctxChartColors
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.STR_SELECTAPP);
     this.Controls.Add(this.STR_SELECTPAL);
     this.Controls.Add(this.stylesContainerControl1);
     this.Controls.Add(this.paletteEditControl1);
     this.Controls.Add(this.chartControl1);
     this.Name = "ctxChartColors";
     this.Size = new System.Drawing.Size(532, 505);
     this.Load += new System.EventHandler(this.ctxChartColors_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode      gridLevelNode1    = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     this.xtraTabControl1         = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1            = new DevExpress.XtraTab.XtraTabPage();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage2            = new DevExpress.XtraTab.XtraTabPage();
     this.checkEdit9              = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8              = new DevExpress.XtraEditors.CheckEdit();
     this.chartControl1           = new DevExpress.XtraCharts.ChartControl();
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.groupControl2           = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxEdit1           = new DevExpress.XtraEditors.ComboBoxEdit();
     this.checkEdit6              = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5              = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl13          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9           = new DevExpress.XtraEditors.LabelControl();
     this.spinEdit1               = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl7           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1           = new DevExpress.XtraEditors.LabelControl();
     this.comboBoxEdit2           = new DevExpress.XtraEditors.ComboBoxEdit();
     this.checkEdit1              = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton3           = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2           = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1           = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.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.xtraTabControl1.Location        = new System.Drawing.Point(8, 8);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(799, 378);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gridControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(797, 353);
     this.xtraTabPage1.Text = "Table view";
     //
     // gridControl1
     //
     this.gridControl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.RelationName = "Level1";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     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(797, 353);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.gridView1.GridControl              = this.gridControl1;
     this.gridView1.IndicatorWidth           = 35;
     this.gridView1.Name                     = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.ReadOnly = true;
     this.gridView1.OptionsCustomization.AllowColumnMoving         = false;
     this.gridView1.OptionsCustomization.AllowColumnResizing       = false;
     this.gridView1.OptionsCustomization.AllowFilter               = false;
     this.gridView1.OptionsCustomization.AllowGroup                = false;
     this.gridView1.OptionsCustomization.AllowQuickHideColumns     = false;
     this.gridView1.OptionsCustomization.AllowSort                 = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.CustomDrawRowIndicator    += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CustomDrawCell            += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.checkEdit9);
     this.xtraTabPage2.Controls.Add(this.checkEdit8);
     this.xtraTabPage2.Controls.Add(this.chartControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(793, 350);
     this.xtraTabPage2.Text = "Dyno graph view";
     //
     // checkEdit9
     //
     this.checkEdit9.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkEdit9.EditValue          = true;
     this.checkEdit9.Location           = new System.Drawing.Point(133, 324);
     this.checkEdit9.Name               = "checkEdit9";
     this.checkEdit9.Properties.Caption = "Show torque curve";
     this.checkEdit9.Size               = new System.Drawing.Size(124, 19);
     this.checkEdit9.TabIndex           = 2;
     this.checkEdit9.CheckedChanged    += new System.EventHandler(this.checkEdit8_CheckedChanged);
     //
     // checkEdit8
     //
     this.checkEdit8.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkEdit8.EditValue          = true;
     this.checkEdit8.Location           = new System.Drawing.Point(3, 324);
     this.checkEdit8.Name               = "checkEdit8";
     this.checkEdit8.Properties.Caption = "Show power curve";
     this.checkEdit8.Size               = new System.Drawing.Size(124, 19);
     this.checkEdit8.TabIndex           = 1;
     this.checkEdit8.CheckedChanged    += new System.EventHandler(this.checkEdit8_CheckedChanged);
     //
     // chartControl1
     //
     this.chartControl1.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.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram    = xyDiagram1;
     this.chartControl1.Location   = new System.Drawing.Point(0, 0);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = splineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = splineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(789, 318);
     this.chartControl1.TabIndex = 0;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveAsToolStripMenuItem,
         this.printToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(139, 48);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.saveAsToolStripMenuItem.Text   = "Save as ...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name   = "printToolStripMenuItem";
     this.printToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.printToolStripMenuItem.Text   = "Print";
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // groupControl2
     //
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.Controls.Add(this.comboBoxEdit1);
     this.groupControl2.Controls.Add(this.checkEdit6);
     this.groupControl2.Controls.Add(this.checkEdit5);
     this.groupControl2.Controls.Add(this.labelControl13);
     this.groupControl2.Controls.Add(this.labelControl14);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.labelControl9);
     this.groupControl2.Controls.Add(this.spinEdit1);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl8);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Controls.Add(this.comboBoxEdit2);
     this.groupControl2.Controls.Add(this.checkEdit1);
     this.groupControl2.Location = new System.Drawing.Point(8, 390);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(799, 156);
     this.groupControl2.TabIndex = 3;
     this.groupControl2.Text     = "Options";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.EditValue = "Automatic bank selection";
     this.comboBoxEdit1.Location  = new System.Drawing.Point(16, 113);
     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[] {
         "Automatic banks selection"
     });
     this.comboBoxEdit1.Size                  = new System.Drawing.Size(195, 20);
     this.comboBoxEdit1.TabIndex              = 26;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged_1);
     //
     // checkEdit6
     //
     this.checkEdit6.Location           = new System.Drawing.Point(125, 88);
     this.checkEdit6.Name               = "checkEdit6";
     this.checkEdit6.Properties.Caption = "torque in lbft";
     this.checkEdit6.Size               = new System.Drawing.Size(86, 19);
     this.checkEdit6.TabIndex           = 25;
     this.checkEdit6.CheckedChanged    += new System.EventHandler(this.checkEdit6_CheckedChanged);
     //
     // checkEdit5
     //
     this.checkEdit5.Location           = new System.Drawing.Point(14, 88);
     this.checkEdit5.Name               = "checkEdit5";
     this.checkEdit5.Properties.Caption = "power in kW";
     this.checkEdit5.Size               = new System.Drawing.Size(86, 19);
     this.checkEdit5.TabIndex           = 24;
     this.checkEdit5.CheckedChanged    += new System.EventHandler(this.checkEdit5_CheckedChanged);
     //
     // labelControl13
     //
     this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
     this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl13.Location             = new System.Drawing.Point(775, 79);
     this.labelControl13.Name     = "labelControl13";
     this.labelControl13.Size     = new System.Drawing.Size(15, 13);
     this.labelControl13.TabIndex = 19;
     this.labelControl13.Text     = "     ";
     this.labelControl13.Visible  = false;
     this.labelControl13.Click   += new System.EventHandler(this.labelControl13_Click);
     //
     // labelControl14
     //
     this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl14.Location     = new System.Drawing.Point(703, 80);
     this.labelControl14.Name         = "labelControl14";
     this.labelControl14.Size         = new System.Drawing.Size(66, 13);
     this.labelControl14.TabIndex     = 18;
     this.labelControl14.Text         = "Fuelcut limiter";
     this.labelControl14.Visible      = false;
     this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
     this.labelControl14.Click       += new System.EventHandler(this.labelControl14_Click);
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(217, 41);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(17, 13);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text     = "kPa";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(16, 41);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(84, 13);
     this.labelControl9.TabIndex = 14;
     this.labelControl9.Text     = "Ambient pressure";
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.spinEdit1.Location = new System.Drawing.Point(146, 36);
     this.spinEdit1.Name     = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spinEdit1.Properties.IsFloatValue  = false;
     this.spinEdit1.Properties.Mask.EditMask = "N00";
     this.spinEdit1.Properties.MaxValue      = new decimal(new int[] {
         150,
         0,
         0,
         0
     });
     this.spinEdit1.Properties.MinValue = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.spinEdit1.Size              = new System.Drawing.Size(65, 20);
     this.spinEdit1.TabIndex          = 13;
     this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
     //
     // labelControl7
     //
     this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
     this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl7.Location             = new System.Drawing.Point(775, 22);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(15, 13);
     this.labelControl7.TabIndex = 12;
     this.labelControl7.Text     = "     ";
     this.labelControl7.Visible  = false;
     //
     // labelControl8
     //
     this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl8.Location     = new System.Drawing.Point(681, 23);
     this.labelControl8.Name         = "labelControl8";
     this.labelControl8.Size         = new System.Drawing.Size(88, 13);
     this.labelControl8.TabIndex     = 11;
     this.labelControl8.Text         = "Turbospeed limiter";
     this.labelControl8.Visible      = false;
     this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
     //
     // labelControl4
     //
     this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl4.Location             = new System.Drawing.Point(775, 60);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(15, 13);
     this.labelControl4.TabIndex = 10;
     this.labelControl4.Text     = "     ";
     //
     // labelControl6
     //
     this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl6.Location             = new System.Drawing.Point(775, 41);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(15, 13);
     this.labelControl6.TabIndex = 8;
     this.labelControl6.Text     = "     ";
     this.labelControl6.Visible  = false;
     //
     // labelControl3
     //
     this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl3.Location     = new System.Drawing.Point(704, 61);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(65, 13);
     this.labelControl3.TabIndex     = 7;
     this.labelControl3.Text         = "Torque limiter";
     this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl1.Location     = new System.Drawing.Point(701, 42);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(68, 13);
     this.labelControl1.TabIndex     = 5;
     this.labelControl1.Text         = "Airmass limiter";
     this.labelControl1.Visible      = false;
     this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.EditValue = "Show IQ";
     this.comboBoxEdit2.Location  = new System.Drawing.Point(16, 62);
     this.comboBoxEdit2.Name      = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
         "Show IQ",
         "Show estimated torque",
         "Show estimated horsepower"
     });
     this.comboBoxEdit2.Size                  = new System.Drawing.Size(195, 20);
     this.comboBoxEdit2.TabIndex              = 4;
     this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(425, 87);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
     this.checkEdit1.Size               = new System.Drawing.Size(177, 19);
     this.checkEdit1.TabIndex           = 0;
     this.checkEdit1.Visible            = false;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton3.Enabled  = false;
     this.simpleButton3.Location = new System.Drawing.Point(8, 552);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(147, 23);
     this.simpleButton3.TabIndex = 7;
     this.simpleButton3.Text     = "Compare to another file";
     this.simpleButton3.Visible  = false;
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(651, 552);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 6;
     this.simpleButton2.Text     = "Refresh";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(732, 552);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text     = "Close";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // ctrlAirmassResult
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.xtraTabControl1);
     this.Name = "ctrlAirmassResult";
     this.Size = new System.Drawing.Size(815, 582);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #53
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0);
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.lblZaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.lblYaxis = new DevExpress.XtraEditors.LabelControl();
     this.lblXaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.lblCategory = new DevExpress.XtraEditors.LabelControl();
     this.lblDescription = new DevExpress.XtraEditors.LabelControl();
     this.lblName = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthValues = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl();
     this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl();
     this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.surfaceGraphViewer1 = new SurfaceGraphViewer();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.timer3 = new System.Windows.Forms.Timer(this.components);
     this.timer4 = new System.Windows.Forms.Timer(this.components);
     this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
     this.popupContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Location = new System.Drawing.Point(14, 628);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(92, 23);
     this.simpleButton3.TabIndex = 9;
     this.simpleButton3.Text = "Undo changes";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Enabled = false;
     this.simpleButton2.Location = new System.Drawing.Point(715, 628);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 8;
     this.simpleButton2.Text = "Save";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(796, 628);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 7;
     this.simpleButton1.Text = "Close";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl2, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl2.Controls.Add(this.lblZaxis);
     this.groupControl2.Controls.Add(this.labelControl13);
     this.groupControl2.Controls.Add(this.lblYaxis);
     this.groupControl2.Controls.Add(this.lblXaxis);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.labelControl11);
     this.groupControl2.Controls.Add(this.lblCategory);
     this.groupControl2.Controls.Add(this.lblDescription);
     this.groupControl2.Controls.Add(this.lblName);
     this.groupControl2.Controls.Add(this.lblLengthValues);
     this.groupControl2.Controls.Add(this.lblLengthBytes);
     this.groupControl2.Controls.Add(this.lblSRAMAddress);
     this.groupControl2.Controls.Add(this.lblFlashAddress);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Location = new System.Drawing.Point(3, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(870, 90);
     this.toolTipController1.SetSuperTip(this.groupControl2, null);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text = "Symbol details";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // lblZaxis
     //
     this.lblZaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblZaxis.Appearance.Options.UseForeColor = true;
     this.lblZaxis.Location = new System.Drawing.Point(488, 30);
     this.lblZaxis.Name = "lblZaxis";
     this.lblZaxis.Size = new System.Drawing.Size(12, 13);
     this.lblZaxis.TabIndex = 19;
     this.lblZaxis.Text = "...";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(430, 30);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(29, 13);
     this.labelControl13.TabIndex = 18;
     this.labelControl13.Text = "Z-axis";
     //
     // lblYaxis
     //
     this.lblYaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblYaxis.Appearance.Options.UseForeColor = true;
     this.lblYaxis.Location = new System.Drawing.Point(350, 62);
     this.lblYaxis.Name = "lblYaxis";
     this.lblYaxis.Size = new System.Drawing.Size(12, 13);
     this.lblYaxis.TabIndex = 17;
     this.lblYaxis.Text = "...";
     //
     // lblXaxis
     //
     this.lblXaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblXaxis.Appearance.Options.UseForeColor = true;
     this.lblXaxis.Location = new System.Drawing.Point(350, 30);
     this.lblXaxis.Name = "lblXaxis";
     this.lblXaxis.Size = new System.Drawing.Size(12, 13);
     this.lblXaxis.TabIndex = 16;
     this.lblXaxis.Text = "...";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(305, 62);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(29, 13);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text = "Y-axis";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(305, 30);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(29, 13);
     this.labelControl11.TabIndex = 14;
     this.labelControl11.Text = "X-axis";
     //
     // lblCategory
     //
     this.lblCategory.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblCategory.Appearance.Options.UseForeColor = true;
     this.lblCategory.Location = new System.Drawing.Point(488, 62);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(12, 13);
     this.lblCategory.TabIndex = 13;
     this.lblCategory.Text = "...";
     //
     // lblDescription
     //
     this.lblDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblDescription.Appearance.Options.UseForeColor = true;
     this.lblDescription.Location = new System.Drawing.Point(671, 62);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(12, 13);
     this.lblDescription.TabIndex = 12;
     this.lblDescription.Text = "...";
     //
     // lblName
     //
     this.lblName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblName.Appearance.Options.UseForeColor = true;
     this.lblName.Location = new System.Drawing.Point(671, 30);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(12, 13);
     this.lblName.TabIndex = 11;
     this.lblName.Text = "...";
     //
     // lblLengthValues
     //
     this.lblLengthValues.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthValues.Appearance.Options.UseForeColor = true;
     this.lblLengthValues.Location = new System.Drawing.Point(251, 62);
     this.lblLengthValues.Name = "lblLengthValues";
     this.lblLengthValues.Size = new System.Drawing.Size(36, 13);
     this.lblLengthValues.TabIndex = 10;
     this.lblLengthValues.Text = "0x0000";
     //
     // lblLengthBytes
     //
     this.lblLengthBytes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthBytes.Appearance.Options.UseForeColor = true;
     this.lblLengthBytes.Location = new System.Drawing.Point(251, 30);
     this.lblLengthBytes.Name = "lblLengthBytes";
     this.lblLengthBytes.Size = new System.Drawing.Size(36, 13);
     this.lblLengthBytes.TabIndex = 9;
     this.lblLengthBytes.Text = "0x0000";
     //
     // lblSRAMAddress
     //
     this.lblSRAMAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblSRAMAddress.Appearance.Options.UseForeColor = true;
     this.lblSRAMAddress.Location = new System.Drawing.Point(100, 62);
     this.lblSRAMAddress.Name = "lblSRAMAddress";
     this.lblSRAMAddress.Size = new System.Drawing.Size(36, 13);
     this.lblSRAMAddress.TabIndex = 8;
     this.lblSRAMAddress.Text = "0x0000";
     //
     // lblFlashAddress
     //
     this.lblFlashAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblFlashAddress.Appearance.Options.UseForeColor = true;
     this.lblFlashAddress.Location = new System.Drawing.Point(100, 30);
     this.lblFlashAddress.Name = "lblFlashAddress";
     this.lblFlashAddress.Size = new System.Drawing.Size(48, 13);
     this.lblFlashAddress.TabIndex = 7;
     this.lblFlashAddress.Text = "0x000000";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(430, 62);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(45, 13);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text = "Category";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(598, 62);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(53, 13);
     this.labelControl6.TabIndex = 5;
     this.labelControl6.Text = "Description";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(598, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(27, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text = "Name";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(164, 62);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(75, 13);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text = "Length (values)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(164, 30);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(71, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "Length (bytes)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(18, 62);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(69, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "SRAM address";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(18, 30);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Flash address";
     //
     // groupControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl1, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl1.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.groupControl1.Controls.Add(this.splitContainer1);
     this.groupControl1.Location = new System.Drawing.Point(3, 28);
     this.groupControl1.LookAndFeel.SkinName = "Black";
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(870, 594);
     this.toolTipController1.SetSuperTip(this.groupControl1, null);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Symbol data";
     this.groupControl1.DoubleClick += new System.EventHandler(this.groupControl1_DoubleClick);
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // splitContainer1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(2, 20);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel2, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel2.Controls.Add(this.xtraTabControl1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(866, 572);
     this.splitContainer1.SplitterDistance = 284;
     this.toolTipController1.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 1;
     this.splitContainer1.MouseLeave += new System.EventHandler(this.splitContainer1_MouseLeave);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
     this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown);
     this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp);
     //
     // panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.panel1, DevExpress.Utils.DefaultBoolean.False);
     this.panel1.Controls.Add(this.popupContainerControl1);
     this.panel1.Controls.Add(this.gridControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(866, 284);
     this.toolTipController1.SetSuperTip(this.panel1, null);
     this.panel1.TabIndex = 2;
     //
     // popupContainerControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.popupContainerControl1, DevExpress.Utils.DefaultBoolean.False);
     this.popupContainerControl1.Controls.Add(this.groupControl2);
     this.popupContainerControl1.Location = new System.Drawing.Point(3, 72);
     this.popupContainerControl1.Name = "popupContainerControl1";
     this.popupContainerControl1.Size = new System.Drawing.Size(878, 97);
     this.toolTipController1.SetSuperTip(this.popupContainerControl1, null);
     this.popupContainerControl1.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.LookAndFeel.SkinName = "Black";
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(866, 284);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // contextMenuStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.contextMenuStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copySelectedCellsToolStripMenuItem,
     this.pasteSelectedCellsToolStripMenuItem,
     this.editXaxisSymbolToolStripMenuItem,
     this.editYaxisSymbolToolStripMenuItem,
     this.smoothSelectionToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(179, 114);
     this.toolTipController1.SetSuperTip(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // copySelectedCellsToolStripMenuItem
     //
     this.copySelectedCellsToolStripMenuItem.Name = "copySelectedCellsToolStripMenuItem";
     this.copySelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.copySelectedCellsToolStripMenuItem.Text = "Copy selected cells";
     this.copySelectedCellsToolStripMenuItem.Click += new System.EventHandler(this.copySelectedCellsToolStripMenuItem_Click);
     //
     // pasteSelectedCellsToolStripMenuItem
     //
     this.pasteSelectedCellsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.inOrgininalPositionToolStripMenuItem,
     this.atCurrentlySelectedLocationToolStripMenuItem});
     this.pasteSelectedCellsToolStripMenuItem.Name = "pasteSelectedCellsToolStripMenuItem";
     this.pasteSelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.pasteSelectedCellsToolStripMenuItem.Text = "Paste selected cells";
     //
     // inOrgininalPositionToolStripMenuItem
     //
     this.inOrgininalPositionToolStripMenuItem.Name = "inOrgininalPositionToolStripMenuItem";
     this.inOrgininalPositionToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.inOrgininalPositionToolStripMenuItem.Text = "At original position";
     this.inOrgininalPositionToolStripMenuItem.Click += new System.EventHandler(this.inOrgininalPositionToolStripMenuItem_Click);
     //
     // atCurrentlySelectedLocationToolStripMenuItem
     //
     this.atCurrentlySelectedLocationToolStripMenuItem.Name = "atCurrentlySelectedLocationToolStripMenuItem";
     this.atCurrentlySelectedLocationToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.atCurrentlySelectedLocationToolStripMenuItem.Text = "At currently selected location";
     this.atCurrentlySelectedLocationToolStripMenuItem.Click += new System.EventHandler(this.atCurrentlySelectedLocationToolStripMenuItem_Click);
     //
     // editXaxisSymbolToolStripMenuItem
     //
     this.editXaxisSymbolToolStripMenuItem.Name = "editXaxisSymbolToolStripMenuItem";
     this.editXaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editXaxisSymbolToolStripMenuItem.Text = "Edit x-axis";
     this.editXaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editXaxisSymbolToolStripMenuItem_Click);
     //
     // editYaxisSymbolToolStripMenuItem
     //
     this.editYaxisSymbolToolStripMenuItem.Name = "editYaxisSymbolToolStripMenuItem";
     this.editYaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editYaxisSymbolToolStripMenuItem.Text = "Edit y-axis";
     this.editYaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editYaxisSymbolToolStripMenuItem_Click);
     //
     // smoothSelectionToolStripMenuItem
     //
     this.smoothSelectionToolStripMenuItem.Name = "smoothSelectionToolStripMenuItem";
     this.smoothSelectionToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.smoothSelectionToolStripMenuItem.Text = "Smooth selection";
     this.smoothSelectionToolStripMenuItem.Click += new System.EventHandler(this.smoothSelectionToolStripMenuItem_Click);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged_1);
     this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor);
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     this.gridView1.ShownEditor += new System.EventHandler(this.gridView1_ShownEditor);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor);
     this.gridView1.HiddenEditor += new System.EventHandler(this.gridView1_HiddenEditor);
     this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(866, 284);
     this.xtraTabControl1.TabIndex = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.simpleButton4);
     this.xtraTabPage1.Controls.Add(this.simpleButton5);
     this.xtraTabPage1.Controls.Add(this.simpleButton6);
     this.xtraTabPage1.Controls.Add(this.simpleButton7);
     this.xtraTabPage1.Controls.Add(this.surfaceGraphViewer1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage1.Text = "3D Graph";
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(814, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(23, 23);
     this.simpleButton4.TabIndex = 12;
     this.simpleButton4.ToolTip = "Turn graph counter clockwise";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(814, 89);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(23, 23);
     this.simpleButton5.TabIndex = 11;
     this.simpleButton5.ToolTip = "Turn graph clockwise";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.Location = new System.Drawing.Point(814, 32);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(23, 23);
     this.simpleButton6.TabIndex = 10;
     this.simpleButton6.ToolTip = "Zoom out";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image")));
     this.simpleButton7.Location = new System.Drawing.Point(814, 3);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(23, 23);
     this.simpleButton7.TabIndex = 9;
     this.simpleButton7.ToolTip = "Zoom in";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // surfaceGraphViewer1
     //
     this.toolTipController1.SetAllowHtmlText(this.surfaceGraphViewer1, DevExpress.Utils.DefaultBoolean.False);
     this.surfaceGraphViewer1.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.surfaceGraphViewer1.IsRedWhite = false;
     this.surfaceGraphViewer1.IsSixteenbit = false;
     this.surfaceGraphViewer1.IsUpsideDown = false;
     this.surfaceGraphViewer1.Location = new System.Drawing.Point(0, 0);
     this.surfaceGraphViewer1.Map_compare_content = null;
     this.surfaceGraphViewer1.Map_content = null;
     this.surfaceGraphViewer1.Map_length = 0;
     this.surfaceGraphViewer1.Map_name = "";
     this.surfaceGraphViewer1.Map_original_content = null;
     this.surfaceGraphViewer1.Name = "surfaceGraphViewer1";
     this.surfaceGraphViewer1.NumberOfColumns = 8;
     this.surfaceGraphViewer1.Pan_x = 45;
     this.surfaceGraphViewer1.Pan_y = 77;
     this.surfaceGraphViewer1.Pov_d = 0.6;
     this.surfaceGraphViewer1.Pov_x = 30;
     this.surfaceGraphViewer1.Pov_y = 56;
     this.surfaceGraphViewer1.Pov_z = 21;
     this.surfaceGraphViewer1.Size = new System.Drawing.Size(808, 275);
     this.toolTipController1.SetSuperTip(this.surfaceGraphViewer1, null);
     this.surfaceGraphViewer1.TabIndex = 0;
     this.surfaceGraphViewer1.X_axis = null;
     this.surfaceGraphViewer1.X_axis_descr = "";
     this.surfaceGraphViewer1.Y_axis = null;
     this.surfaceGraphViewer1.Y_axis_descr = "";
     this.surfaceGraphViewer1.Z_axis = null;
     this.surfaceGraphViewer1.Z_axis_descr = "";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.labelControl9);
     this.xtraTabPage2.Controls.Add(this.labelControl8);
     this.xtraTabPage2.Controls.Add(this.trackBarControl1);
     this.xtraTabPage2.Controls.Add(this.chartControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage2.Text = "2D Graph";
     //
     // labelControl9
     //
     this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl9.AutoEllipsis = true;
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.Location = new System.Drawing.Point(645, 201);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(188, 34);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text = "MAP";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl8.AutoEllipsis = true;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location = new System.Drawing.Point(6, 201);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(104, 34);
     this.labelControl8.TabIndex = 3;
     this.labelControl8.Text = "MAP values";
     //
     // trackBarControl1
     //
     this.trackBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location = new System.Drawing.Point(125, 201);
     this.trackBarControl1.Name = "trackBarControl1";
     this.trackBarControl1.Size = new System.Drawing.Size(500, 45);
     this.trackBarControl1.TabIndex = 2;
     this.trackBarControl1.ValueChanged += new System.EventHandler(this.trackBarControl1_ValueChanged);
     //
     // chartControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.chartControl1, DevExpress.Utils.DefaultBoolean.False);
     this.chartControl1.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.chartControl1.CacheToMemory = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.Border.Visible = false;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.RefreshDataOnRepaint = false;
     this.chartControl1.RuntimeHitTesting = false;
     this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.Name = "Values";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1});
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions1.Color2 = System.Drawing.Color.Gold;
     lineSeriesView1.LineMarkerOptions.FillStyle.Options = polygonGradientFillOptions1;
     lineSeriesView1.Color = System.Drawing.Color.DarkGoldenrod;
     series1.View = lineSeriesView1;
     series1.ArgumentDataMember = "X";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.TextColor = System.Drawing.Color.MidnightBlue;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Bold);
     pointSeriesLabel1.Border.Visible = false;
     pointSeriesLabel1.Antialiasing = true;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions = pointOptions1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     pointSeriesLabel2.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.Size = new System.Drawing.Size(830, 185);
     this.toolTipController1.SetSuperTip(this.chartControl1, null);
     this.chartControl1.TabIndex = 1;
     this.chartControl1.Visible = false;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     this.chartControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDoubleClick);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     this.chartControl1.CustomDrawSeries += new DevExpress.XtraCharts.CustomDrawSeriesEventHandler(this.chartControl1_CustomDrawSeries);
     this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // toolTipController1
     //
     this.toolTipController1.Rounded = true;
     //
     // toolStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.toolStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripSeparator3,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripButton7,
     this.toolStripSeparator1,
     this.toolStripLabel3,
     this.toolStripComboBox3,
     this.toolStripSeparator2,
     this.toolStripLabel1,
     this.toolStripComboBox2,
     this.toolStripLabel2,
     this.toolStripComboBox1,
     this.toolStripTextBox1,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(876, 25);
     this.toolTipController1.SetSuperTip(this.toolStrip1, null);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Toggle graph section";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Toggle hexview";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text = "Maximize graph";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text = "Maximize table";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text = "Maximize window";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text = "Toggle graph/map";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel3.Text = "Viewtype";
     //
     // toolStripComboBox3
     //
     this.toolStripComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox3.Items.AddRange(new object[] {
     "Hex view ",
     "Decimal view ",
     "Easy view"});
     this.toolStripComboBox3.Name = "toolStripComboBox3";
     this.toolStripComboBox3.Size = new System.Drawing.Size(160, 25);
     this.toolStripComboBox3.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox3_SelectedIndexChanged);
     this.toolStripComboBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox3_KeyDown);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
     this.toolStripLabel1.Text = "Axis lock mode";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox2.Items.AddRange(new object[] {
     "Autoscale",
     "Lock to peak in maps",
     "Lock to map limit"});
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(67, 22);
     this.toolStripLabel2.Text = "Mathematics";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.toolStripComboBox1.Items.AddRange(new object[] {
     "Addition",
     "Multiply",
     "Divide",
     "Fill"});
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(60, 25);
     this.toolStripTextBox1.Text = "2";
     this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Execute";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // timer3
     //
     this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
     //
     // timer4
     //
     this.timer4.Enabled = true;
     this.timer4.Interval = 500;
     this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
     //
     // popupContainerEdit1
     //
     this.popupContainerEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.popupContainerEdit1.Location = new System.Drawing.Point(125, 631);
     this.popupContainerEdit1.Name = "popupContainerEdit1";
     this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1;
     this.popupContainerEdit1.Size = new System.Drawing.Size(161, 20);
     toolTipTitleItem1.Text = "Click here for table details";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False;
     this.popupContainerEdit1.SuperTip = superToolTip1;
     this.popupContainerEdit1.TabIndex = 11;
     this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText);
     //
     // MapViewer
     //
     this.toolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.False);
     this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.popupContainerEdit1);
     this.LookAndFeel.SkinName = "Black";
     this.Name = "MapViewer";
     this.Size = new System.Drawing.Size(876, 664);
     this.toolTipController1.SetSuperTip(this, null);
     this.VisibleChanged += new System.EventHandler(this.MapViewer_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
     this.popupContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRM_ROLL_SLABTEST_YEAR));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.splitmain         = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.chartSlabtest     = new DevExpress.XtraCharts.ChartControl();
     this.picimage          = new System.Windows.Forms.PictureBox();
     this.grdView           = new DevExpress.XtraGrid.GridControl();
     this.gvwView           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.DIV       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL01     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL02     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL03     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL04     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL05     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL06     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL07     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL08     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL09     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL10     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL11     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL12     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COLAVG    = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.timer1    = new System.Windows.Forms.Timer(this.components);
     this.panel2    = new System.Windows.Forms.Panel();
     this.pnEVA     = new Smart_FTY.A1Panel();
     this.lblEVA    = new System.Windows.Forms.Label();
     this.pnRubber  = new Smart_FTY.A1Panel();
     this.lblRubber = new System.Windows.Forms.Label();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandYear  = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band02    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band03    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band04    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band05    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band06    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band07    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band08    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band09    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band10    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band11    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band12    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandAVG   = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picimage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.panel2.SuspendLayout();
     this.pnEVA.SuspendLayout();
     this.pnRubber.SuspendLayout();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.Size = new System.Drawing.Size(1920, 106);
     //
     // lblDate
     //
     this.lblDate.Size = new System.Drawing.Size(273, 106);
     this.lblDate.Text = "2018-10-06\n09:34:32";
     //
     // cmdYear
     //
     this.cmdYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdYear.Appearance.Options.UseBackColor = true;
     this.cmdYear.Appearance.Options.UseFont      = true;
     this.cmdYear.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     //
     // cmdMonth
     //
     this.cmdMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdMonth.Appearance.Options.UseBackColor = true;
     this.cmdMonth.Appearance.Options.UseFont      = true;
     this.cmdMonth.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     //
     // cmdDay
     //
     this.cmdDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     //
     // cmdBack
     //
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 50F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.Location = new System.Drawing.Point(0, 13);
     //
     // lblShift
     //
     this.lblShift.Size = new System.Drawing.Size(413, 53);
     this.lblShift.Text = "Shift 1 (06:00 ~ 14:00)";
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 163);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1920, 917);
     this.splitmain.SplitterDistance = 641;
     this.splitmain.TabIndex         = 16;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.chartSlabtest, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.picimage, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1920, 641);
     this.tableLayoutPanel1.TabIndex = 6;
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode             = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings                   = null;
     xyDiagram1.AxisX.Label.Angle                      = -45;
     xyDiagram1.AxisX.Label.Font                       = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                       = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Text                       = "Date";
     xyDiagram1.AxisX.Title.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.Label.Font                       = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisY.Title.Font                       = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                       = "Rate (%)";
     xyDiagram1.AxisY.Title.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                       = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "8.04";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.Auto                  = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable  = "10.48";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable  = "0";
     this.chartSlabtest.Diagram = xyDiagram1;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Left;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location = new System.Drawing.Point(3, 3);
     this.chartSlabtest.Name     = "chartSlabtest";
     pointSeriesLabel1.Font      = new System.Drawing.Font("Tahoma", 12F);
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel1.TextPattern            = "{V:#,0.0}";
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "% Fail";
     splineSeriesView1.Color  = System.Drawing.Color.Red;
     splineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     splineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     splineSeriesView1.LineStyle.Thickness           = 5;
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartSlabtest.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(954, 635);
     this.chartSlabtest.TabIndex = 6;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent          = 0;
     chartTitle1.Text            = "Stitching 1";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // picimage
     //
     this.picimage.BackgroundImage       = global::Smart_FTY.Properties.Resources.eva;
     this.picimage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.picimage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.picimage.Location = new System.Drawing.Point(963, 3);
     this.picimage.Name     = "picimage";
     this.picimage.Size     = new System.Drawing.Size(954, 635);
     this.picimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picimage.TabIndex = 7;
     this.picimage.TabStop  = false;
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 272);
     this.grdView.TabIndex = 0;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 40;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.bandYear
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COL08,
         this.COL09,
         this.COL10,
         this.COL11,
         this.COL12,
         this.COLAVG
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "UltraFlat";
     this.gvwView.RowHeight      = 35;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle);
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 200;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 130;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 130;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 130;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 130;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 130;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 130;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Visible   = true;
     this.COL07.Width     = 130;
     //
     // COL08
     //
     this.COL08.Caption   = "COL08";
     this.COL08.FieldName = "COL08";
     this.COL08.Name      = "COL08";
     this.COL08.Visible   = true;
     this.COL08.Width     = 130;
     //
     // COL09
     //
     this.COL09.Caption   = "COL09";
     this.COL09.FieldName = "COL09";
     this.COL09.Name      = "COL09";
     this.COL09.Visible   = true;
     this.COL09.Width     = 130;
     //
     // COL10
     //
     this.COL10.Caption   = "COL10";
     this.COL10.FieldName = "COL10";
     this.COL10.Name      = "COL10";
     this.COL10.Visible   = true;
     this.COL10.Width     = 130;
     //
     // COL11
     //
     this.COL11.Caption   = "COL11";
     this.COL11.FieldName = "COL11";
     this.COL11.Name      = "COL11";
     this.COL11.Visible   = true;
     this.COL11.Width     = 130;
     //
     // COL12
     //
     this.COL12.Caption   = "COL12";
     this.COL12.FieldName = "COL12";
     this.COL12.Name      = "COL12";
     this.COL12.Visible   = true;
     this.COL12.Width     = 130;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 158;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnEVA);
     this.panel2.Controls.Add(this.pnRubber);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 106);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1920, 57);
     this.panel2.TabIndex = 17;
     //
     // pnEVA
     //
     this.pnEVA.AccessibleDescription = "";
     this.pnEVA.AccessibleName        = "";
     this.pnEVA.BorderColor           = System.Drawing.Color.Empty;
     this.pnEVA.BorderWidth           = 2;
     this.pnEVA.Controls.Add(this.lblEVA);
     this.pnEVA.GradientEndColor   = System.Drawing.Color.White;
     this.pnEVA.GradientStartColor = System.Drawing.Color.White;
     this.pnEVA.Image             = null;
     this.pnEVA.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnEVA.Location          = new System.Drawing.Point(160, 5);
     this.pnEVA.Name              = "pnEVA";
     this.pnEVA.RoundCornerRadius = 20;
     this.pnEVA.ShadowOffSet      = 3;
     this.pnEVA.Size              = new System.Drawing.Size(153, 49);
     this.pnEVA.TabIndex          = 0;
     //
     // lblEVA
     //
     this.lblEVA.BackColor = System.Drawing.Color.Transparent;
     this.lblEVA.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblEVA.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEVA.Location  = new System.Drawing.Point(0, 0);
     this.lblEVA.Name      = "lblEVA";
     this.lblEVA.Size      = new System.Drawing.Size(153, 49);
     this.lblEVA.TabIndex  = 1;
     this.lblEVA.Text      = "EVA";
     this.lblEVA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblEVA.Click    += new System.EventHandler(this.lblEVA_Click);
     //
     // pnRubber
     //
     this.pnRubber.AccessibleDescription = "";
     this.pnRubber.AccessibleName        = "";
     this.pnRubber.BorderColor           = System.Drawing.Color.Empty;
     this.pnRubber.BorderWidth           = 2;
     this.pnRubber.Controls.Add(this.lblRubber);
     this.pnRubber.GradientEndColor   = System.Drawing.Color.Gray;
     this.pnRubber.GradientStartColor = System.Drawing.Color.White;
     this.pnRubber.Image             = null;
     this.pnRubber.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnRubber.Location          = new System.Drawing.Point(3, 5);
     this.pnRubber.Name              = "pnRubber";
     this.pnRubber.RoundCornerRadius = 20;
     this.pnRubber.ShadowOffSet      = 3;
     this.pnRubber.Size              = new System.Drawing.Size(153, 49);
     this.pnRubber.TabIndex          = 0;
     //
     // lblRubber
     //
     this.lblRubber.BackColor = System.Drawing.Color.Transparent;
     this.lblRubber.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblRubber.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRubber.Location  = new System.Drawing.Point(0, 0);
     this.lblRubber.Name      = "lblRubber";
     this.lblRubber.Size      = new System.Drawing.Size(153, 49);
     this.lblRubber.TabIndex  = 0;
     this.lblRubber.Text      = "Rubber";
     this.lblRubber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblRubber.Click    += new System.EventHandler(this.lblRubber_Click);
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Year";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand2
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.gridBand2.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand2.AppearanceHeader.Options.UseBackColor = true;
     this.gridBand2.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand2.Caption = "Month";
     this.gridBand2.Columns.Add(this.DIV);
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 0;
     this.gridBand2.Width        = 200;
     //
     // bandYear
     //
     this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.band08,
         this.band09,
         this.band10,
         this.band11,
         this.band12,
         this.bandAVG
     });
     this.bandYear.Name         = "bandYear";
     this.bandYear.VisibleIndex = 1;
     this.bandYear.Width        = 1718;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "Jan";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 0;
     this.band01.Width        = 130;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "Feb";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 1;
     this.band02.Width        = 130;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "Mar";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 2;
     this.band03.Width        = 130;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "Apr";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 3;
     this.band04.Width        = 130;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "May";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 4;
     this.band05.Width        = 130;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "Jun";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 5;
     this.band06.Width        = 130;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "Jul";
     this.band07.Columns.Add(this.COL07);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 6;
     this.band07.Width        = 130;
     //
     // band08
     //
     this.band08.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band08.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band08.AppearanceHeader.Options.UseBackColor = true;
     this.band08.AppearanceHeader.Options.UseForeColor = true;
     this.band08.Caption = "Aug";
     this.band08.Columns.Add(this.COL08);
     this.band08.Name         = "band08";
     this.band08.VisibleIndex = 7;
     this.band08.Width        = 130;
     //
     // band09
     //
     this.band09.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band09.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band09.AppearanceHeader.Options.UseBackColor = true;
     this.band09.AppearanceHeader.Options.UseForeColor = true;
     this.band09.Caption = "Sep";
     this.band09.Columns.Add(this.COL09);
     this.band09.Name         = "band09";
     this.band09.VisibleIndex = 8;
     this.band09.Width        = 130;
     //
     // band10
     //
     this.band10.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band10.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band10.AppearanceHeader.Options.UseBackColor = true;
     this.band10.AppearanceHeader.Options.UseForeColor = true;
     this.band10.Caption = "Oct";
     this.band10.Columns.Add(this.COL10);
     this.band10.Name         = "band10";
     this.band10.VisibleIndex = 9;
     this.band10.Width        = 130;
     //
     // band11
     //
     this.band11.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band11.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band11.AppearanceHeader.Options.UseBackColor = true;
     this.band11.AppearanceHeader.Options.UseForeColor = true;
     this.band11.Caption = "Nov";
     this.band11.Columns.Add(this.COL11);
     this.band11.Name         = "band11";
     this.band11.VisibleIndex = 10;
     this.band11.Width        = 130;
     //
     // band12
     //
     this.band12.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band12.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band12.AppearanceHeader.Options.UseBackColor = true;
     this.band12.AppearanceHeader.Options.UseForeColor = true;
     this.band12.Caption = "Dec";
     this.band12.Columns.Add(this.COL12);
     this.band12.Name         = "band12";
     this.band12.VisibleIndex = 11;
     this.band12.Width        = 130;
     //
     // bandAVG
     //
     this.bandAVG.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bandAVG.AppearanceHeader.Options.UseBackColor = true;
     this.bandAVG.Caption = "AVG";
     this.bandAVG.Columns.Add(this.COLAVG);
     this.bandAVG.Name         = "bandAVG";
     this.bandAVG.VisibleIndex = 12;
     this.bandAVG.Width        = 158;
     //
     // FRM_ROLL_SLABTEST_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.splitmain);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_ROLL_SLABTEST_YEAR";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.splitmain, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picimage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.panel2.ResumeLayout(false);
     this.pnEVA.ResumeLayout(false);
     this.pnRubber.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Grand Total", null, 0);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle2 = new DevExpress.XtraCharts.SeriesTitle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f9908_bieu_do_ty_le_qua_mon));
            this.panel1 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.m_pivot_ty_le_qua_mon = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.m_col_so_luong = new DevExpress.XtraPivotGrid.PivotGridField();
            this.m_col_trang_thai = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel3 = new System.Windows.Forms.Panel();
            this.m_lb_ten_hoc_phan = new System.Windows.Forms.Label();
            this.m_cbo_ky_hoc = new System.Windows.Forms.ComboBox();
            this.m_cbo_hoc_phan = new System.Windows.Forms.ComboBox();
            this.m_cmd_xuat_pdf = new DevExpress.XtraEditors.SimpleButton();
            this.label2 = new System.Windows.Forms.Label();
            this.m_cmd_loc = new DevExpress.XtraEditors.SimpleButton();
            this.label1 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_qua_mon)).BeginInit();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chartControl1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(735, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(390, 535);
            this.panel1.TabIndex = 3;
            // 
            // chartControl1
            // 
            this.chartControl1.AppearanceNameSerializable = "Chameleon";
            this.chartControl1.DataSource = this.m_pivot_ty_le_qua_mon;
            simpleDiagram1.Dimension = 1;
            simpleDiagram1.EqualPieSize = false;
            this.chartControl1.Diagram = simpleDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.SeriesDataMember = "Series";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            pieSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
            series1.Label = pieSeriesLabel1;
            series1.LegendTextPattern = "{A}";
            series1.Name = "Tổng sinh viên Total";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1});
            series1.Tag = "Tổng sinh viên Total";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            seriesTitle1.Text = "Tổng sinh viên Total";
            pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            series1.View = pieSeriesView1;
            series2.Name = "Series 1";
            pieSeriesView2.RuntimeExploding = false;
            pieSeriesView2.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            series2.View = pieSeriesView2;
            series2.Visible = false;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel2.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView3.RuntimeExploding = false;
            pieSeriesView3.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView3.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle2});
            this.chartControl1.SeriesTemplate.View = pieSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(390, 535);
            this.chartControl1.TabIndex = 0;
            // 
            // m_pivot_ty_le_qua_mon
            // 
            this.m_pivot_ty_le_qua_mon.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_pivot_ty_le_qua_mon.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.m_col_so_luong,
            this.m_col_trang_thai});
            this.m_pivot_ty_le_qua_mon.Location = new System.Drawing.Point(0, 0);
            this.m_pivot_ty_le_qua_mon.Name = "m_pivot_ty_le_qua_mon";
            this.m_pivot_ty_le_qua_mon.Size = new System.Drawing.Size(735, 445);
            this.m_pivot_ty_le_qua_mon.TabIndex = 0;
            // 
            // m_col_so_luong
            // 
            this.m_col_so_luong.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.m_col_so_luong.AreaIndex = 0;
            this.m_col_so_luong.Caption = "Tổng sinh viên";
            this.m_col_so_luong.FieldName = "SoLuong";
            this.m_col_so_luong.Name = "m_col_so_luong";
            this.m_col_so_luong.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn;
            // 
            // m_col_trang_thai
            // 
            this.m_col_trang_thai.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.m_col_trang_thai.AreaIndex = 0;
            this.m_col_trang_thai.Caption = "Trạng thaí";
            this.m_col_trang_thai.FieldName = "TrangThai";
            this.m_col_trang_thai.Name = "m_col_trang_thai";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_lb_ten_hoc_phan);
            this.panel3.Controls.Add(this.m_cbo_ky_hoc);
            this.panel3.Controls.Add(this.m_cbo_hoc_phan);
            this.panel3.Controls.Add(this.m_cmd_xuat_pdf);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.m_cmd_loc);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(735, 90);
            this.panel3.TabIndex = 3;
            // 
            // m_lb_ten_hoc_phan
            // 
            this.m_lb_ten_hoc_phan.AutoSize = true;
            this.m_lb_ten_hoc_phan.Location = new System.Drawing.Point(373, 32);
            this.m_lb_ten_hoc_phan.Name = "m_lb_ten_hoc_phan";
            this.m_lb_ten_hoc_phan.Size = new System.Drawing.Size(74, 13);
            this.m_lb_ten_hoc_phan.TabIndex = 14;
            this.m_lb_ten_hoc_phan.Text = "Tên học phần";
            // 
            // m_cbo_ky_hoc
            // 
            this.m_cbo_ky_hoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cbo_ky_hoc.FormattingEnabled = true;
            this.m_cbo_ky_hoc.Location = new System.Drawing.Point(49, 27);
            this.m_cbo_ky_hoc.Name = "m_cbo_ky_hoc";
            this.m_cbo_ky_hoc.Size = new System.Drawing.Size(115, 21);
            this.m_cbo_ky_hoc.TabIndex = 13;
            this.m_cbo_ky_hoc.SelectedIndexChanged += new System.EventHandler(this.m_cbo_ky_hoc_SelectedIndexChanged);
            // 
            // m_cbo_hoc_phan
            // 
            this.m_cbo_hoc_phan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cbo_hoc_phan.FormattingEnabled = true;
            this.m_cbo_hoc_phan.Location = new System.Drawing.Point(246, 27);
            this.m_cbo_hoc_phan.Name = "m_cbo_hoc_phan";
            this.m_cbo_hoc_phan.Size = new System.Drawing.Size(111, 21);
            this.m_cbo_hoc_phan.TabIndex = 13;
            this.m_cbo_hoc_phan.SelectedIndexChanged += new System.EventHandler(this.m_cbo_hoc_phan_SelectedIndexChanged);
            // 
            // m_cmd_xuat_pdf
            // 
            this.m_cmd_xuat_pdf.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_xuat_pdf.Image")));
            this.m_cmd_xuat_pdf.Location = new System.Drawing.Point(640, 19);
            this.m_cmd_xuat_pdf.Name = "m_cmd_xuat_pdf";
            this.m_cmd_xuat_pdf.Size = new System.Drawing.Size(89, 37);
            this.m_cmd_xuat_pdf.TabIndex = 12;
            this.m_cmd_xuat_pdf.Text = "Xuất PDF";
            this.m_cmd_xuat_pdf.Click += new System.EventHandler(this.m_cmd_xuat_pdf_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(40, 13);
            this.label2.TabIndex = 10;
            this.label2.Text = "Kỳ học";
            // 
            // m_cmd_loc
            // 
            this.m_cmd_loc.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_loc.Image")));
            this.m_cmd_loc.Location = new System.Drawing.Point(537, 19);
            this.m_cmd_loc.Name = "m_cmd_loc";
            this.m_cmd_loc.Size = new System.Drawing.Size(82, 37);
            this.m_cmd_loc.TabIndex = 11;
            this.m_cmd_loc.Text = "Lọc";
            this.m_cmd_loc.Click += new System.EventHandler(this.m_cmd_loc_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(170, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(70, 13);
            this.label1.TabIndex = 10;
            this.label1.Text = "Mã học phần";
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.m_pivot_ty_le_qua_mon);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 90);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(735, 445);
            this.panel4.TabIndex = 3;
            // 
            // f9908_bieu_do_ty_le_qua_mon
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1125, 535);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel1);
            this.Name = "f9908_bieu_do_ty_le_qua_mon";
            this.Text = "Tỷ lệ kết quả theo môn học";
            this.Load += new System.EventHandler(this.f9908_bieu_do_ty_le_qua_mon_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_qua_mon)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D1          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel1         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView1          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel2         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView2          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D2          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel3         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions2          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView3          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel4         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView4          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
     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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl2    = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
     this.chKH             = new DevExpress.XtraCharts.ChartControl();
     this.chHH             = new DevExpress.XtraCharts.ChartControl();
     this.panelControl4    = new DevExpress.XtraEditors.PanelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
     this.ChDTCP           = new DevExpress.XtraCharts.ChartControl();
     this.panelControl3    = new DevExpress.XtraEditors.PanelControl();
     this.Ngayct2          = new CBSControls.VDateEdit();
     this.Ngayct1          = new CBSControls.VDateEdit();
     this.labelControl5    = new DevExpress.XtraEditors.LabelControl();
     this.lb5           = new DevExpress.XtraEditors.LabelControl();
     this.cbThu         = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cbKY          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chKH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chHH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChDTCP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbThu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbKY.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gridControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelControl1.Location = new System.Drawing.Point(0, 36);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(278, 545);
     this.panelControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(2, 2);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(274, 541);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsView.ColumnAutoWidth         = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow  = true;
     this.gridView1.OptionsView.ShowDetailButtons       = false;
     this.gridView1.OptionsView.ShowFooter     = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Tên phí";
     this.gridColumn1.FieldName    = "tenphi";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 154;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Phát sinh nợ";
     this.gridColumn2.DisplayFormat.FormatString = "### ### ### ##0";
     this.gridColumn2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "psno";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "psno", "{0:### ### ### ##0}")
     });
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 91;
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(278, 36);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 545);
     this.splitterControl1.TabIndex = 1;
     this.splitterControl1.TabStop  = false;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.splitterControl2);
     this.panelControl2.Controls.Add(this.chKH);
     this.panelControl2.Controls.Add(this.chHH);
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Controls.Add(this.splitterControl3);
     this.panelControl2.Controls.Add(this.ChDTCP);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(283, 36);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(944, 545);
     this.panelControl2.TabIndex = 2;
     //
     // splitterControl2
     //
     this.splitterControl2.Location = new System.Drawing.Point(479, 275);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(5, 268);
     this.splitterControl2.TabIndex = 4;
     this.splitterControl2.TabStop  = false;
     //
     // chKH
     //
     this.chKH.AppearanceName = "Northern Lights";
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chKH.Diagram     = simpleDiagram3D1;
     this.chKH.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chKH.Location    = new System.Drawing.Point(479, 275);
     this.chKH.Name        = "chKH";
     this.chKH.PaletteName = "Palette 1";
     this.chKH.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22))))), System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))), System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))))
     }));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name  = "DTKH";
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     series1.PointOptions         = piePointOptions1;
     series1.View                 = pie3DSeriesView1;
     this.chKH.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pie3DSeriesLabel2.LineVisible  = true;
     this.chKH.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chKH.SeriesTemplate.View  = pie3DSeriesView2;
     this.chKH.Size     = new System.Drawing.Size(463, 268);
     this.chKH.TabIndex = 3;
     //
     // chHH
     //
     this.chHH.AppearanceName = "Northern Lights";
     simpleDiagram3D2.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chHH.Diagram     = simpleDiagram3D2;
     this.chHH.Dock        = System.Windows.Forms.DockStyle.Left;
     this.chHH.Location    = new System.Drawing.Point(2, 275);
     this.chHH.Name        = "chHH";
     this.chHH.PaletteName = "Palette 1";
     this.chHH.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22))))), System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))), System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))))
     }));
     pie3DSeriesLabel3.LineVisible = true;
     series2.Label = pie3DSeriesLabel3;
     series2.Name  = "DTHH";
     piePointOptions2.PercentOptions.ValueAsPercent = false;
     piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions2.ValueNumericOptions.Precision = 0;
     series2.PointOptions         = piePointOptions2;
     series2.View                 = pie3DSeriesView3;
     this.chHH.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     pie3DSeriesLabel4.LineVisible  = true;
     this.chHH.SeriesTemplate.Label = pie3DSeriesLabel4;
     this.chHH.SeriesTemplate.View  = pie3DSeriesView4;
     this.chHH.Size     = new System.Drawing.Size(477, 268);
     this.chHH.TabIndex = 1;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.labelControl4);
     this.panelControl4.Controls.Add(this.labelControl3);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(2, 257);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(940, 18);
     this.panelControl4.TabIndex = 2;
     //
     // labelControl4
     //
     this.labelControl4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.labelControl4.Location = new System.Drawing.Point(739, 2);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(199, 13);
     this.labelControl4.TabIndex = 4;
     this.labelControl4.Text     = "Biểu đồ doanh thu theo nhóm khách hàng";
     //
     // labelControl3
     //
     this.labelControl3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.labelControl3.Location = new System.Drawing.Point(2, 2);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(192, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "Biểu đồ doanh thu theo nhóm hàng hóa ";
     //
     // splitterControl3
     //
     this.splitterControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl3.Location = new System.Drawing.Point(2, 252);
     this.splitterControl3.Name     = "splitterControl3";
     this.splitterControl3.Size     = new System.Drawing.Size(940, 5);
     this.splitterControl3.TabIndex = 5;
     this.splitterControl3.TabStop  = false;
     //
     // ChDTCP
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Angle              = -45;
     xyDiagram1.AxisY.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.NumericOptions.Precision = 0;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChDTCP.Diagram  = xyDiagram1;
     this.ChDTCP.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ChDTCP.Location = new System.Drawing.Point(2, 2);
     this.ChDTCP.Name     = "ChDTCP";
     sideBySideBarSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel1.LineVisible        = true;
     series3.Label = sideBySideBarSeriesLabel1;
     series3.Name  = "DOANHTHU";
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 0;
     series3.PointOptions = pointOptions1;
     sideBySideBarSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel2.LineVisible        = true;
     sideBySideBarSeriesLabel2.Shadow.Size        = 10;
     series4.Label = sideBySideBarSeriesLabel2;
     series4.Name  = "CHIPHI";
     pointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions2.ValueNumericOptions.Precision = 0;
     series4.PointOptions           = pointOptions2;
     this.ChDTCP.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.ChDTCP.SeriesTemplate.Label      = sideBySideBarSeriesLabel3;
     this.ChDTCP.Size     = new System.Drawing.Size(940, 250);
     this.ChDTCP.TabIndex = 0;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.Ngayct2);
     this.panelControl3.Controls.Add(this.Ngayct1);
     this.panelControl3.Controls.Add(this.labelControl5);
     this.panelControl3.Controls.Add(this.lb5);
     this.panelControl3.Controls.Add(this.cbThu);
     this.panelControl3.Controls.Add(this.cbKY);
     this.panelControl3.Controls.Add(this.labelControl2);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(1227, 36);
     this.panelControl3.TabIndex = 3;
     //
     // Ngayct2
     //
     this.Ngayct2.EditValue            = null;
     this.Ngayct2.EnterMoveNextControl = true;
     this.Ngayct2.Location             = new System.Drawing.Point(489, 9);
     this.Ngayct2.Name = "Ngayct2";
     this.Ngayct2.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.Ngayct2.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Ngayct2.Properties.Appearance.Options.UseBackColor = true;
     this.Ngayct2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Ngayct2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Ngayct2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.Ngayct2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.Ngayct2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.Ngayct2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.Ngayct2.Properties.ReadOnly = true;
     this.Ngayct2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.Ngayct2.Size     = new System.Drawing.Size(104, 18);
     this.Ngayct2.TabIndex = 9;
     //
     // Ngayct1
     //
     this.Ngayct1.EditValue            = null;
     this.Ngayct1.EnterMoveNextControl = true;
     this.Ngayct1.Location             = new System.Drawing.Point(303, 9);
     this.Ngayct1.Name = "Ngayct1";
     this.Ngayct1.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.Ngayct1.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Ngayct1.Properties.Appearance.Options.UseBackColor = true;
     this.Ngayct1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Ngayct1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Ngayct1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.Ngayct1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.Ngayct1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.Ngayct1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.Ngayct1.Properties.ReadOnly = true;
     this.Ngayct1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.Ngayct1.Size     = new System.Drawing.Size(100, 18);
     this.Ngayct1.TabIndex = 8;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(420, 8);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(51, 13);
     this.labelControl5.TabIndex = 5;
     this.labelControl5.Text     = "Đến ngày:";
     //
     // lb5
     //
     this.lb5.Location = new System.Drawing.Point(253, 8);
     this.lb5.Name     = "lb5";
     this.lb5.Size     = new System.Drawing.Size(44, 13);
     this.lb5.TabIndex = 4;
     this.lb5.Text     = "Từ ngày:";
     //
     // cbThu
     //
     this.cbThu.Location = new System.Drawing.Point(186, 8);
     this.cbThu.Name     = "cbThu";
     this.cbThu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbThu.Properties.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4"
     });
     this.cbThu.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbThu.Size                  = new System.Drawing.Size(60, 20);
     this.cbThu.TabIndex              = 3;
     this.cbThu.SelectedIndexChanged += new System.EventHandler(this.cbThu_SelectedIndexChanged);
     //
     // cbKY
     //
     this.cbKY.Location = new System.Drawing.Point(94, 8);
     this.cbKY.Name     = "cbKY";
     this.cbKY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbKY.Properties.Items.AddRange(new object[] {
         "Tháng",
         "Quý"
     });
     this.cbKY.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbKY.Size                  = new System.Drawing.Size(86, 20);
     this.cbKY.TabIndex              = 2;
     this.cbKY.SelectedIndexChanged += new System.EventHandler(this.cbKY_SelectedIndexChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(654, 11);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(132, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "Biểu đồ doanh thu - Chi phí ";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(22, 8);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(55, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Kỳ kế toán:";
     //
     // StartUp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1227, 581);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControl3);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "StartUp";
     this.Text        = "StartUp";
     this.Load       += new System.EventHandler(this.StartUp_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chKH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chHH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChDTCP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbThu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbKY.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.chartControlAnalizeSum = new DevExpress.XtraCharts.ChartControl();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.uslugiSumBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeSum)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uslugiSumBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControlAnalizeSum
            // 
            this.chartControlAnalizeSum.DataSource = this.uslugiSumBindingSource;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
            xyDiagram1.Rotated = true;
            this.chartControlAnalizeSum.Diagram = xyDiagram1;
            this.chartControlAnalizeSum.Dock = System.Windows.Forms.DockStyle.Top;
            this.chartControlAnalizeSum.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControlAnalizeSum.Location = new System.Drawing.Point(0, 0);
            this.chartControlAnalizeSum.Name = "chartControlAnalizeSum";
            this.chartControlAnalizeSum.OptionsPrint.ImageFormat = DevExpress.XtraCharts.Printing.PrintImageFormat.Metafile;
            this.chartControlAnalizeSum.Padding.Bottom = 1;
            this.chartControlAnalizeSum.Padding.Left = 1;
            this.chartControlAnalizeSum.Padding.Right = 1;
            this.chartControlAnalizeSum.Padding.Top = 1;
            series1.ArgumentDataMember = "NameUslugi";
            sideBySideBarSeriesLabel1.Indent = 34;
            sideBySideBarSeriesLabel1.LineVisible = true;
            sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.BottomInside;
            sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.LegendText = "Анализы";
            series1.Name = "Анализы";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
            series1.ValueDataMembersSerializable = "Sum";
            this.chartControlAnalizeSum.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControlAnalizeSum.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            sideBySideBarSeriesLabel2.LineVisible = true;
            this.chartControlAnalizeSum.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            this.chartControlAnalizeSum.SideBySideBarDistanceFixed = 2;
            this.chartControlAnalizeSum.SideBySideBarDistanceVariable = 2D;
            this.chartControlAnalizeSum.Size = new System.Drawing.Size(828, 700);
            this.chartControlAnalizeSum.TabIndex = 28;
            chartTitle1.Text = "Анализы и сумма";
            this.chartControlAnalizeSum.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.chartControlAnalizeSum);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(845, 477);
            this.xtraScrollableControl1.TabIndex = 29;
            // 
            // uslugiSumBindingSource
            // 
            this.uslugiSumBindingSource.DataSource = typeof(EntityRegistry.UslugiSum);
            // 
            // StatisticBarAnalizePricePanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.xtraScrollableControl1);
            this.Name = "StatisticBarAnalizePricePanel";
            this.Size = new System.Drawing.Size(845, 477);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeSum)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uslugiSumBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Series    series2    = new DevExpress.XtraCharts.Series();
     this.uow                   = new DevExpress.Xpo.UnitOfWork(this.components);
     this.eventCollection       = new DevExpress.Xpo.XPCollection(this.components);
     this.roomBookingCollection = new DevExpress.Xpo.XPCollection(this.components);
     this.chartControl1         = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.uow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.eventCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomBookingCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     this.SuspendLayout();
     //
     // eventCollection
     //
     this.eventCollection.ObjectType = typeof(EventsDB.Event);
     this.eventCollection.Session    = this.uow;
     //
     // roomBookingCollection
     //
     this.roomBookingCollection.ObjectType = typeof(EventsDB.RoomBooking);
     this.roomBookingCollection.Session    = this.uow;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.ArgumentDataMember     = "Venue.Name";
     series1.DataSource             = this.eventCollection;
     series1.Name = "Events";
     series1.QualitativeSummaryOptions.SummaryFunction = "COUNT()";
     series2.ArgumentDataMember = "Room.Venue.Name";
     series2.DataSource         = this.roomBookingCollection;
     series2.Name = "Room Bookings";
     series2.QualitativeSummaryOptions.SummaryFunction = "COUNT()";
     this.chartControl1.SeriesSerializable             = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(556, 363);
     this.chartControl1.TabIndex = 0;
     //
     // Venues
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "Venues";
     this.Size = new System.Drawing.Size(556, 363);
     ((System.ComponentModel.ISupportInitialize)(this.uow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.eventCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomBookingCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGestionarMetas));
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel5 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(18))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(15))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(21))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(13))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView5 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel6 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(5))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(23))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(6))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView6 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel7 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(1))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView7 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel8 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView8 = new DevExpress.XtraCharts.StackedBarSeriesView();
            this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
            this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuAsignar = new System.Windows.Forms.ToolStripButton();
            this.MenuReasignar = new System.Windows.Forms.ToolStripButton();
            this.MenuCancelar = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuTodasAsignaciones = new System.Windows.Forms.ToolStripButton();
            this.MenuActividades = new System.Windows.Forms.ToolStripButton();
            this.MenuLlamadas = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuFichaTarget = new System.Windows.Forms.ToolStripButton();
            this.MenuFollowUp = new System.Windows.Forms.ToolStripButton();
            this.MenuCuenta = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuExcel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSalir = new System.Windows.Forms.ToolStripButton();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.gridProspectos = new DevExpress.XtraGrid.GridControl();
            this.gridViewProspectos = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColNumMeta = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoOportunidad = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColCuentaTarget = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColCuenta = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColEstado = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFAsignacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFHoy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFUp = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFActualizacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoActualizacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.gridColIcono = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.ImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.sButtonGrabarObs = new DevExpress.XtraEditors.SimpleButton();
            this.gridObservaciones = new DevExpress.XtraGrid.GridControl();
            this.gridViewObs = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColUsuario = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColObservacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
            this.gridFechaHora = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.ChartProspectos = new DevExpress.XtraCharts.ChartControl();
            this.sButtonEliminarObservacion = new DevExpress.XtraEditors.SimpleButton();
            this.sButtonAgregarObservacion = new DevExpress.XtraEditors.SimpleButton();
            this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            this.DateHasta = new DevExpress.XtraEditors.DateEdit();
            this.DateDesde = new DevExpress.XtraEditors.DateEdit();
            this.sBActualizar = new DevExpress.XtraEditors.SimpleButton();
            this.toolStripBarraLlamada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStripBarraLlamada
            // 
            this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuNuevo,
            this.toolStripSeparator2,
            this.MenuAsignar,
            this.MenuReasignar,
            this.MenuCancelar,
            this.toolStripSeparator1,
            this.MenuTodasAsignaciones,
            this.MenuActividades,
            this.MenuLlamadas,
            this.toolStripSeparator5,
            this.MenuFichaTarget,
            this.MenuFollowUp,
            this.MenuCuenta,
            this.toolStripSeparator4,
            this.MenuExcel,
            this.toolStripSeparator3,
            this.MenuSalir});
            this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
            this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
            this.toolStripBarraLlamada.Size = new System.Drawing.Size(980, 36);
            this.toolStripBarraLlamada.TabIndex = 7;
            this.toolStripBarraLlamada.Text = "toolStrip1";
            // 
            // MenuNuevo
            // 
            this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
            this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuNuevo.Name = "MenuNuevo";
            this.MenuNuevo.Size = new System.Drawing.Size(58, 33);
            this.MenuNuevo.Text = "Actualizar";
            this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuNuevo.ToolTipText = "Nueva Llamada";
            this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 36);
            // 
            // MenuAsignar
            // 
            this.MenuAsignar.Image = ((System.Drawing.Image)(resources.GetObject("MenuAsignar.Image")));
            this.MenuAsignar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuAsignar.Name = "MenuAsignar";
            this.MenuAsignar.Size = new System.Drawing.Size(47, 33);
            this.MenuAsignar.Text = "Asignar";
            this.MenuAsignar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuAsignar.Click += new System.EventHandler(this.MenuAsignar_Click);
            // 
            // MenuReasignar
            // 
            this.MenuReasignar.Image = ((System.Drawing.Image)(resources.GetObject("MenuReasignar.Image")));
            this.MenuReasignar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuReasignar.Name = "MenuReasignar";
            this.MenuReasignar.Size = new System.Drawing.Size(60, 33);
            this.MenuReasignar.Text = "ReAsignar";
            this.MenuReasignar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuReasignar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuReasignar.Click += new System.EventHandler(this.MenuReasignar_Click);
            // 
            // MenuCancelar
            // 
            this.MenuCancelar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCancelar.Image")));
            this.MenuCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuCancelar.Name = "MenuCancelar";
            this.MenuCancelar.Size = new System.Drawing.Size(53, 33);
            this.MenuCancelar.Text = "Cancelar";
            this.MenuCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuCancelar.Click += new System.EventHandler(this.MenuCancelar_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36);
            // 
            // MenuTodasAsignaciones
            // 
            this.MenuTodasAsignaciones.Enabled = false;
            this.MenuTodasAsignaciones.Image = ((System.Drawing.Image)(resources.GetObject("MenuTodasAsignaciones.Image")));
            this.MenuTodasAsignaciones.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.MenuTodasAsignaciones.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuTodasAsignaciones.Name = "MenuTodasAsignaciones";
            this.MenuTodasAsignaciones.Size = new System.Drawing.Size(59, 33);
            this.MenuTodasAsignaciones.Text = "Ver Todas";
            this.MenuTodasAsignaciones.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuTodasAsignaciones.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // MenuActividades
            // 
            this.MenuActividades.Enabled = false;
            this.MenuActividades.Image = ((System.Drawing.Image)(resources.GetObject("MenuActividades.Image")));
            this.MenuActividades.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuActividades.Name = "MenuActividades";
            this.MenuActividades.Size = new System.Drawing.Size(60, 33);
            this.MenuActividades.Text = "Ver Visitas";
            this.MenuActividades.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // MenuLlamadas
            // 
            this.MenuLlamadas.Enabled = false;
            this.MenuLlamadas.Image = ((System.Drawing.Image)(resources.GetObject("MenuLlamadas.Image")));
            this.MenuLlamadas.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuLlamadas.Name = "MenuLlamadas";
            this.MenuLlamadas.Size = new System.Drawing.Size(74, 33);
            this.MenuLlamadas.Text = "Ver Llamadas";
            this.MenuLlamadas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 36);
            // 
            // MenuFichaTarget
            // 
            this.MenuFichaTarget.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaTarget.Image")));
            this.MenuFichaTarget.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuFichaTarget.Name = "MenuFichaTarget";
            this.MenuFichaTarget.Size = new System.Drawing.Size(71, 33);
            this.MenuFichaTarget.Text = "Ficha Target";
            this.MenuFichaTarget.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuFichaTarget.Click += new System.EventHandler(this.MenuFichaTarget_Click);
            // 
            // MenuFollowUp
            // 
            this.MenuFollowUp.Enabled = false;
            this.MenuFollowUp.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowUp.Image")));
            this.MenuFollowUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuFollowUp.Name = "MenuFollowUp";
            this.MenuFollowUp.Size = new System.Drawing.Size(54, 33);
            this.MenuFollowUp.Text = "FollowUp";
            this.MenuFollowUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuFollowUp.Click += new System.EventHandler(this.MenuFollowUp_Click);
            // 
            // MenuCuenta
            // 
            this.MenuCuenta.Enabled = false;
            this.MenuCuenta.Image = ((System.Drawing.Image)(resources.GetObject("MenuCuenta.Image")));
            this.MenuCuenta.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuCuenta.Name = "MenuCuenta";
            this.MenuCuenta.Size = new System.Drawing.Size(74, 33);
            this.MenuCuenta.Text = "Ficha Cuenta";
            this.MenuCuenta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 36);
            // 
            // MenuExcel
            // 
            this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image")));
            this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuExcel.Name = "MenuExcel";
            this.MenuExcel.Size = new System.Drawing.Size(36, 33);
            this.MenuExcel.Text = "Excel";
            this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 36);
            // 
            // MenuSalir
            // 
            this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
            this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuSalir.Name = "MenuSalir";
            this.MenuSalir.Size = new System.Drawing.Size(31, 33);
            this.MenuSalir.Text = "Salir";
            this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click);
            // 
            // groupControl3
            // 
            this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl3.AppearanceCaption.Options.UseFont = true;
            this.groupControl3.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl3.Controls.Add(this.gridProspectos);
            this.groupControl3.Location = new System.Drawing.Point(0, 39);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(980, 369);
            this.groupControl3.TabIndex = 8;
            this.groupControl3.Text = "Prospectos Abiertos";
            // 
            // gridProspectos
            // 
            this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gridProspectos.Location = new System.Drawing.Point(5, 23);
            this.gridProspectos.MainView = this.gridViewProspectos;
            this.gridProspectos.Name = "gridProspectos";
            this.gridProspectos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1,
            this.repositoryItemImageComboBox2});
            this.gridProspectos.Size = new System.Drawing.Size(970, 341);
            this.gridProspectos.TabIndex = 1;
            this.gridProspectos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewProspectos});
            this.gridProspectos.Leave += new System.EventHandler(this.gridProspectos_Leave);
            this.gridProspectos.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridProspectos_KeyPress);
            this.gridProspectos.Click += new System.EventHandler(this.gridProspectos_Click);
            // 
            // gridViewProspectos
            // 
            this.gridViewProspectos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColNumMeta,
            this.gridColTipoOportunidad,
            this.gridColCuentaTarget,
            this.gridColCuenta,
            this.gridColVendedor,
            this.gridColEstado,
            this.gridColFAsignacion,
            this.gridColFHoy,
            this.gridColFUp,
            this.gridColFActualizacion,
            this.gridColTipoActualizacion,
            this.gridColIcono});
            this.gridViewProspectos.GridControl = this.gridProspectos;
            this.gridViewProspectos.Name = "gridViewProspectos";
            this.gridViewProspectos.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewProspectos_FocusedRowChanged);
            this.gridViewProspectos.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridViewProspectos_CustomDrawCell);
            this.gridViewProspectos.ColumnFilterChanged += new System.EventHandler(this.gridViewProspectos_ColumnFilterChanged);
            this.gridViewProspectos.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewProspectos_RowStyle);
            // 
            // gridColNumMeta
            // 
            this.gridColNumMeta.AppearanceCell.Options.UseTextOptions = true;
            this.gridColNumMeta.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColNumMeta.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColNumMeta.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColNumMeta.Caption = "N# Target";
            this.gridColNumMeta.FieldName = "IdNumMeta";
            this.gridColNumMeta.Name = "gridColNumMeta";
            this.gridColNumMeta.OptionsColumn.AllowEdit = false;
            this.gridColNumMeta.OptionsColumn.ReadOnly = true;
            this.gridColNumMeta.Visible = true;
            this.gridColNumMeta.VisibleIndex = 0;
            this.gridColNumMeta.Width = 50;
            // 
            // gridColTipoOportunidad
            // 
            this.gridColTipoOportunidad.AppearanceCell.Options.UseTextOptions = true;
            this.gridColTipoOportunidad.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColTipoOportunidad.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColTipoOportunidad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColTipoOportunidad.Caption = "Tipo Target";
            this.gridColTipoOportunidad.FieldName = "TipoOportunidad";
            this.gridColTipoOportunidad.Name = "gridColTipoOportunidad";
            this.gridColTipoOportunidad.OptionsColumn.AllowEdit = false;
            this.gridColTipoOportunidad.OptionsColumn.ReadOnly = true;
            this.gridColTipoOportunidad.Width = 71;
            // 
            // gridColCuentaTarget
            // 
            this.gridColCuentaTarget.AppearanceCell.Options.UseTextOptions = true;
            this.gridColCuentaTarget.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColCuentaTarget.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColCuentaTarget.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColCuentaTarget.Caption = "Target";
            this.gridColCuentaTarget.FieldName = "GlosaClienteTarget";
            this.gridColCuentaTarget.Name = "gridColCuentaTarget";
            this.gridColCuentaTarget.OptionsColumn.AllowEdit = false;
            this.gridColCuentaTarget.OptionsColumn.ReadOnly = true;
            this.gridColCuentaTarget.Visible = true;
            this.gridColCuentaTarget.VisibleIndex = 1;
            this.gridColCuentaTarget.Width = 163;
            // 
            // gridColCuenta
            // 
            this.gridColCuenta.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColCuenta.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColCuenta.Caption = "Cuenta";
            this.gridColCuenta.FieldName = "ObjClienteMaster.NombreFantasia";
            this.gridColCuenta.Name = "gridColCuenta";
            this.gridColCuenta.Visible = true;
            this.gridColCuenta.VisibleIndex = 2;
            this.gridColCuenta.Width = 78;
            // 
            // gridColVendedor
            // 
            this.gridColVendedor.AppearanceCell.Options.UseTextOptions = true;
            this.gridColVendedor.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColVendedor.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColVendedor.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColVendedor.Caption = "Vendedor";
            this.gridColVendedor.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario";
            this.gridColVendedor.Name = "gridColVendedor";
            this.gridColVendedor.OptionsColumn.AllowEdit = false;
            this.gridColVendedor.OptionsColumn.ReadOnly = true;
            this.gridColVendedor.Visible = true;
            this.gridColVendedor.VisibleIndex = 3;
            this.gridColVendedor.Width = 92;
            // 
            // gridColEstado
            // 
            this.gridColEstado.AppearanceCell.Options.UseTextOptions = true;
            this.gridColEstado.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColEstado.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColEstado.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColEstado.Caption = "Estado";
            this.gridColEstado.FieldName = "EstadoMeta";
            this.gridColEstado.Name = "gridColEstado";
            this.gridColEstado.OptionsColumn.AllowEdit = false;
            this.gridColEstado.OptionsColumn.ReadOnly = true;
            this.gridColEstado.Visible = true;
            this.gridColEstado.VisibleIndex = 4;
            this.gridColEstado.Width = 71;
            // 
            // gridColFAsignacion
            // 
            this.gridColFAsignacion.AppearanceCell.Options.UseTextOptions = true;
            this.gridColFAsignacion.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColFAsignacion.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColFAsignacion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColFAsignacion.Caption = "Asignación";
            this.gridColFAsignacion.FieldName = "FechaApertura";
            this.gridColFAsignacion.Name = "gridColFAsignacion";
            this.gridColFAsignacion.OptionsColumn.AllowEdit = false;
            this.gridColFAsignacion.OptionsColumn.ReadOnly = true;
            this.gridColFAsignacion.Visible = true;
            this.gridColFAsignacion.VisibleIndex = 5;
            this.gridColFAsignacion.Width = 91;
            // 
            // gridColFHoy
            // 
            this.gridColFHoy.Caption = "Hoy";
            this.gridColFHoy.FieldName = "FechaHoy";
            this.gridColFHoy.Name = "gridColFHoy";
            this.gridColFHoy.Visible = true;
            this.gridColFHoy.VisibleIndex = 9;
            this.gridColFHoy.Width = 73;
            // 
            // gridColFUp
            // 
            this.gridColFUp.AppearanceCell.Options.UseTextOptions = true;
            this.gridColFUp.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColFUp.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColFUp.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColFUp.Caption = "Follow Up";
            this.gridColFUp.FieldName = "FechaRevision";
            this.gridColFUp.Name = "gridColFUp";
            this.gridColFUp.OptionsColumn.AllowEdit = false;
            this.gridColFUp.OptionsColumn.ReadOnly = true;
            this.gridColFUp.Visible = true;
            this.gridColFUp.VisibleIndex = 6;
            this.gridColFUp.Width = 76;
            // 
            // gridColFActualizacion
            // 
            this.gridColFActualizacion.Caption = " Actualización";
            this.gridColFActualizacion.FieldName = "FechaUltActulizacion";
            this.gridColFActualizacion.Name = "gridColFActualizacion";
            this.gridColFActualizacion.Visible = true;
            this.gridColFActualizacion.VisibleIndex = 7;
            this.gridColFActualizacion.Width = 87;
            // 
            // gridColTipoActualizacion
            // 
            this.gridColTipoActualizacion.Caption = "Tipo Actualización";
            this.gridColTipoActualizacion.ColumnEdit = this.repositoryItemImageComboBox2;
            this.gridColTipoActualizacion.FieldName = "IdTipoActualizacion";
            this.gridColTipoActualizacion.Name = "gridColTipoActualizacion";
            this.gridColTipoActualizacion.OptionsColumn.AllowEdit = false;
            this.gridColTipoActualizacion.Visible = true;
            this.gridColTipoActualizacion.VisibleIndex = 8;
            this.gridColTipoActualizacion.Width = 40;
            // 
            // repositoryItemImageComboBox2
            // 
            this.repositoryItemImageComboBox2.AutoHeight = false;
            this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("New", 1, 0)});
            this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
            this.repositoryItemImageComboBox2.SmallImages = this.imageCollection1;
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "mail_get.png");
            // 
            // gridColIcono
            // 
            this.gridColIcono.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColIcono.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColIcono.Caption = "Prioridad";
            this.gridColIcono.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColIcono.FieldName = "Prioridad.Codigo";
            this.gridColIcono.Name = "gridColIcono";
            this.gridColIcono.OptionsColumn.AllowEdit = false;
            this.gridColIcono.Visible = true;
            this.gridColIcono.VisibleIndex = 10;
            this.gridColIcono.Width = 128;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Alta", "0", 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Baja", "2", 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Media", "1", 2)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.SmallImages = this.ImageCollection;
            // 
            // ImageCollection
            // 
            this.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImageCollection.ImageStream")));
            this.ImageCollection.Images.SetKeyName(0, "Alta Prioridad.png");
            this.ImageCollection.Images.SetKeyName(1, "Baja Prioridad.png");
            this.ImageCollection.Images.SetKeyName(2, "Media Prioridad.png");
            // 
            // sButtonGrabarObs
            // 
            this.sButtonGrabarObs.Image = ((System.Drawing.Image)(resources.GetObject("sButtonGrabarObs.Image")));
            this.sButtonGrabarObs.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonGrabarObs.Location = new System.Drawing.Point(499, 435);
            this.sButtonGrabarObs.Name = "sButtonGrabarObs";
            this.sButtonGrabarObs.Size = new System.Drawing.Size(32, 29);
            this.sButtonGrabarObs.TabIndex = 67;
            this.sButtonGrabarObs.Click += new System.EventHandler(this.sButtonGrabarObs_Click);
            // 
            // gridObservaciones
            // 
            this.gridObservaciones.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.gridObservaciones.Location = new System.Drawing.Point(537, 414);
            this.gridObservaciones.MainView = this.gridViewObs;
            this.gridObservaciones.Name = "gridObservaciones";
            this.gridObservaciones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repSel,
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemMemoEdit1,
            this.repositoryItemMemoEdit2,
            this.repositoryItemMemoExEdit1});
            this.gridObservaciones.Size = new System.Drawing.Size(438, 156);
            this.gridObservaciones.TabIndex = 65;
            this.gridObservaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewObs,
            this.gridView3});
            // 
            // gridViewObs
            // 
            this.gridViewObs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColUsuario,
            this.gridColObservacion,
            this.gridFechaHora});
            this.gridViewObs.CustomizationFormBounds = new System.Drawing.Rectangle(592, 334, 208, 170);
            this.gridViewObs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridViewObs.GridControl = this.gridObservaciones;
            this.gridViewObs.Name = "gridViewObs";
            this.gridViewObs.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled;
            this.gridViewObs.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewObs.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridViewObs.OptionsView.ShowGroupPanel = false;
            this.gridViewObs.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewObs_RowStyle);
            // 
            // gridColUsuario
            // 
            this.gridColUsuario.Caption = "Usuario";
            this.gridColUsuario.FieldName = "ObjUsuario.NombreUsuario";
            this.gridColUsuario.Name = "gridColUsuario";
            this.gridColUsuario.OptionsColumn.AllowEdit = false;
            this.gridColUsuario.OptionsColumn.ReadOnly = true;
            this.gridColUsuario.Visible = true;
            this.gridColUsuario.VisibleIndex = 0;
            this.gridColUsuario.Width = 63;
            // 
            // gridColObservacion
            // 
            this.gridColObservacion.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColObservacion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColObservacion.Caption = "Comentario";
            this.gridColObservacion.ColumnEdit = this.repositoryItemMemoExEdit1;
            this.gridColObservacion.FieldName = "Observacion";
            this.gridColObservacion.Name = "gridColObservacion";
            this.gridColObservacion.Visible = true;
            this.gridColObservacion.VisibleIndex = 1;
            this.gridColObservacion.Width = 276;
            // 
            // repositoryItemMemoExEdit1
            // 
            this.repositoryItemMemoExEdit1.AutoHeight = false;
            this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
            this.repositoryItemMemoExEdit1.ShowIcon = false;
            // 
            // gridFechaHora
            // 
            this.gridFechaHora.AppearanceHeader.Options.UseTextOptions = true;
            this.gridFechaHora.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridFechaHora.Caption = "Fecha";
            this.gridFechaHora.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridFechaHora.FieldName = "FechaHora";
            this.gridFechaHora.Name = "gridFechaHora";
            this.gridFechaHora.OptionsColumn.ReadOnly = true;
            this.gridFechaHora.Visible = true;
            this.gridFechaHora.VisibleIndex = 2;
            this.gridFechaHora.Width = 76;
            // 
            // repSel
            // 
            this.repSel.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repSel.Appearance.Image")));
            this.repSel.Appearance.Options.UseImage = true;
            this.repSel.AutoHeight = false;
            this.repSel.Name = "repSel";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // repositoryItemMemoEdit2
            // 
            this.repositoryItemMemoEdit2.Appearance.Options.UseTextOptions = true;
            this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
            // 
            // gridView3
            // 
            this.gridView3.GridControl = this.gridObservaciones;
            this.gridView3.Name = "gridView3";
            // 
            // ChartProspectos
            // 
            this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.ChartProspectos.Diagram = xyDiagram2;
            this.ChartProspectos.Location = new System.Drawing.Point(5, 435);
            this.ChartProspectos.Name = "ChartProspectos";
            stackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
            series4.Label = stackedBarSeriesLabel5;
            series4.Name = "Propuesta";
            series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint22,
            seriesPoint23,
            seriesPoint24,
            seriesPoint25,
            seriesPoint26,
            seriesPoint27,
            seriesPoint28});
            series4.View = stackedBarSeriesView5;
            stackedBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions";
            series5.Label = stackedBarSeriesLabel6;
            series5.Name = "Asignada";
            series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint29,
            seriesPoint30,
            seriesPoint31,
            seriesPoint32,
            seriesPoint33,
            seriesPoint34,
            seriesPoint35});
            series5.View = stackedBarSeriesView6;
            stackedBarSeriesLabel7.OverlappingOptionsTypeName = "OverlappingOptions";
            series6.Label = stackedBarSeriesLabel7;
            series6.Name = "Revisión";
            series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint36,
            seriesPoint37,
            seriesPoint38,
            seriesPoint39,
            seriesPoint40,
            seriesPoint41,
            seriesPoint42});
            series6.View = stackedBarSeriesView7;
            this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5,
        series6};
            stackedBarSeriesLabel8.OverlappingOptionsTypeName = "OverlappingOptions";
            this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel8;
            this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView8;
            this.ChartProspectos.Size = new System.Drawing.Size(479, 135);
            this.ChartProspectos.TabIndex = 69;
            // 
            // sButtonEliminarObservacion
            // 
            this.sButtonEliminarObservacion.AutoSizeInLayoutControl = true;
            this.sButtonEliminarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarObservacion.Image")));
            this.sButtonEliminarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonEliminarObservacion.Location = new System.Drawing.Point(499, 516);
            this.sButtonEliminarObservacion.Name = "sButtonEliminarObservacion";
            this.sButtonEliminarObservacion.Size = new System.Drawing.Size(32, 24);
            this.sButtonEliminarObservacion.TabIndex = 70;
            this.sButtonEliminarObservacion.Click += new System.EventHandler(this.sButtonEliminarObservacion_Click_1);
            // 
            // sButtonAgregarObservacion
            // 
            this.sButtonAgregarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarObservacion.Image")));
            this.sButtonAgregarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sButtonAgregarObservacion.Location = new System.Drawing.Point(499, 546);
            this.sButtonAgregarObservacion.Name = "sButtonAgregarObservacion";
            this.sButtonAgregarObservacion.Size = new System.Drawing.Size(32, 24);
            this.sButtonAgregarObservacion.TabIndex = 71;
            this.sButtonAgregarObservacion.Click += new System.EventHandler(this.sButtonAgregarObservacion_Click);
            
            // 
            // ctrldxError
            // 
            this.ctrldxError.ContainerControl = this;
            // 
            // DateHasta
            // 
            this.DateHasta.EditValue = null;
            this.DateHasta.Location = new System.Drawing.Point(102, 411);
            this.DateHasta.Name = "DateHasta";
            this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateHasta.Size = new System.Drawing.Size(91, 20);
            this.DateHasta.TabIndex = 73;
            this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged);
            // 
            // DateDesde
            // 
            this.DateDesde.EditValue = null;
            this.DateDesde.Location = new System.Drawing.Point(5, 411);
            this.DateDesde.Name = "DateDesde";
            this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateDesde.Size = new System.Drawing.Size(91, 20);
            this.DateDesde.TabIndex = 72;
            this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged);
            // 
            // sBActualizar
            // 
            this.sBActualizar.Image = ((System.Drawing.Image)(resources.GetObject("sBActualizar.Image")));
            this.sBActualizar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.sBActualizar.Location = new System.Drawing.Point(199, 411);
            this.sBActualizar.Name = "sBActualizar";
            this.sBActualizar.Size = new System.Drawing.Size(41, 20);
            this.sBActualizar.TabIndex = 74;
            this.sBActualizar.ToolTip = "Actualizar Gráfico";
            this.sBActualizar.Click += new System.EventHandler(this.sBActualizar_Click);
            // 
            // frmGestionarMetas
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(980, 574);
            this.Controls.Add(this.sBActualizar);
            this.Controls.Add(this.DateHasta);
            this.Controls.Add(this.DateDesde);
            this.Controls.Add(this.sButtonAgregarObservacion);
            this.Controls.Add(this.sButtonEliminarObservacion);
            this.Controls.Add(this.ChartProspectos);
            this.Controls.Add(this.sButtonGrabarObs);
            this.Controls.Add(this.gridObservaciones);
            this.Controls.Add(this.groupControl3);
            this.Controls.Add(this.toolStripBarraLlamada);
            this.Name = "frmGestionarMetas";
            this.Text = "Gestión de TARGETS";
            this.Load += new System.EventHandler(this.frmGestionarMetas_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGestionarMetas_FormClosed);
            this.toolStripBarraLlamada.ResumeLayout(false);
            this.toolStripBarraLlamada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_QUALITY_COCKPIT_REWORK_POP));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine2     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine3     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.pnTop         = new System.Windows.Forms.Panel();
     this.cmdPm1        = new System.Windows.Forms.Button();
     this.lblHeader     = new DevExpress.XtraEditors.LabelControl();
     this.timer1        = new System.Windows.Forms.Timer();
     this.gridBand13    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.pnBody1       = new System.Windows.Forms.Panel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.pnTop.SuspendLayout();
     this.pnBody1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // pnTop
     //
     this.pnTop.Controls.Add(this.cmdPm1);
     this.pnTop.Controls.Add(this.lblHeader);
     this.pnTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnTop.Location = new System.Drawing.Point(0, 0);
     this.pnTop.Name     = "pnTop";
     this.pnTop.Size     = new System.Drawing.Size(1254, 76);
     this.pnTop.TabIndex = 2;
     //
     // cmdPm1
     //
     this.cmdPm1.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdPm1.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("cmdPm1.BackgroundImage")));
     this.cmdPm1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdPm1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdPm1.FlatAppearance.BorderSize  = 0;
     this.cmdPm1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdPm1.Font      = new System.Drawing.Font("Calibri", 32.75F, System.Drawing.FontStyle.Bold);
     this.cmdPm1.ForeColor = System.Drawing.Color.Navy;
     this.cmdPm1.Location  = new System.Drawing.Point(3, 3);
     this.cmdPm1.Name      = "cmdPm1";
     this.cmdPm1.Size      = new System.Drawing.Size(77, 70);
     this.cmdPm1.TabIndex  = 88;
     this.cmdPm1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdPm1.UseVisualStyleBackColor = false;
     this.cmdPm1.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblHeader
     //
     this.lblHeader.Appearance.Font            = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Appearance.Options.UseFont = true;
     this.lblHeader.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblHeader.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblHeader.LineVisible  = true;
     this.lblHeader.Location     = new System.Drawing.Point(0, 0);
     this.lblHeader.Name         = "lblHeader";
     this.lblHeader.Size         = new System.Drawing.Size(1622, 76);
     this.lblHeader.TabIndex     = 3;
     this.lblHeader.Text         = "        Daily Rework";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // gridBand13
     //
     this.gridBand13.Name         = "gridBand13";
     this.gridBand13.VisibleIndex = -1;
     //
     // pnBody1
     //
     this.pnBody1.Controls.Add(this.chartControl1);
     this.pnBody1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnBody1.Location = new System.Drawing.Point(0, 76);
     this.pnBody1.Name     = "pnBody1";
     this.pnBody1.Size     = new System.Drawing.Size(1254, 477);
     this.pnBody1.TabIndex = 3;
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Time";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "6";
     constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                  = "";
     constantLine1.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine2.AxisValueSerializable = "0";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.Thickness   = 2;
     constantLine2.Name                  = "";
     constantLine2.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine3.AxisValueSerializable = "3";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
     constantLine3.LineStyle.Thickness   = 2;
     constantLine3.Name                  = "";
     constantLine3.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3
     });
     xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid    = false;
     xyDiagram1.AxisY.NumericScaleOptions.GridSpacing = 2D;
     xyDiagram1.AxisY.Title.Font                       = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                       = "Rework  (%)";
     xyDiagram1.AxisY.Title.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "10";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "-2";
     xyDiagram1.AxisY.WholeRange.Auto                  = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable  = "10";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable  = "-2";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font       = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.MarkerSize = new System.Drawing.Size(18, 12);
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Marquee";
     pointSeriesLabel1.TextPattern  = "{V:#,0.##}%";
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "Rework Rate";
     splineSeriesView1.Color  = System.Drawing.Color.RoyalBlue;
     splineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     splineSeriesView1.LineMarkerOptions.Size  = 9;
     splineSeriesView1.LineStyle.Thickness     = 3;
     splineSeriesView1.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1254, 477);
     this.chartControl1.TabIndex = 13;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text            = "SPC Chart";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // SMT_QUALITY_COCKPIT_REWORK_POP
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1254, 553);
     this.Controls.Add(this.pnBody1);
     this.Controls.Add(this.pnTop);
     this.Name            = "SMT_QUALITY_COCKPIT_REWORK_POP";
     this.Text            = "Rework Detail";
     this.Load           += new System.EventHandler(this.SMT_QUALITY_COCKPIT_FORM1_Load);
     this.VisibleChanged += new System.EventHandler(this.SMT_QUALITY_COCKPIT_REWORK_POP_VisibleChanged);
     this.pnTop.ResumeLayout(false);
     this.pnBody1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }