/// <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.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView1  = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle    seriesTitle1    = new DevExpress.XtraCharts.SeriesTitle();
     this.uow = new DevExpress.Xpo.UnitOfWork(this.components);
     this.roomBookingCollection = new DevExpress.Xpo.XPCollection(this.components);
     this.singleVenueChart      = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.uow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomBookingCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.singleVenueChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // roomBookingCollection
     //
     this.roomBookingCollection.ObjectType = typeof(EventsDB.RoomBooking);
     this.roomBookingCollection.Session    = this.uow;
     //
     // singleVenueChart
     //
     this.singleVenueChart.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.singleVenueChart.Legend.Name        = "Default Legend";
     this.singleVenueChart.Legend.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     this.singleVenueChart.Location           = new System.Drawing.Point(0, 0);
     this.singleVenueChart.Name               = "singleVenueChart";
     this.singleVenueChart.SeriesDataMember   = "CapacityRequirement.Event.Name";
     this.singleVenueChart.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.singleVenueChart.SeriesTemplate.ArgumentDataMember = "CapacityRequirement.RoomBooking.Room.Name";
     pieSeriesLabel1.TextPattern = "{A} ({V} / {VP:0.00%})";
     this.singleVenueChart.SeriesTemplate.Label = pieSeriesLabel1;
     this.singleVenueChart.SeriesTemplate.QualitativeSummaryOptions.SummaryFunction = "SUM([CapacityRequirement.Capacity])";
     this.singleVenueChart.SeriesTemplate.SeriesDataMember = "CapacityRequirement.Event.Name";
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     this.singleVenueChart.SeriesTemplate.View = pieSeriesView1;
     this.singleVenueChart.Size     = new System.Drawing.Size(556, 363);
     this.singleVenueChart.TabIndex = 0;
     //
     // VenueDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.singleVenueChart);
     this.Name = "VenueDetails";
     this.Size = new System.Drawing.Size(556, 363);
     ((System.ComponentModel.ISupportInitialize)(this.uow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomBookingCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.singleVenueChart)).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.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField5 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField6 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField7 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField8 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.m_cmd_loc = new DevExpress.XtraEditors.SimpleButton();
            this.m_dat_tg_dat_dau = new System.Windows.Forms.DateTimePicker();
            this.m_dat_tg_ket_thuc = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            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)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chartControl1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(638, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(335, 400);
            this.panel1.TabIndex = 0;
            // 
            // chartControl1
            // 
            this.chartControl1.AutoBindingSettingsEnabled = false;
            this.chartControl1.AutoLayoutSettingsEnabled = false;
            this.chartControl1.DataSource = this.pivotGridControl1;
            simpleDiagram1.EqualPieSize = false;
            this.chartControl1.Diagram = simpleDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Right;
            this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.SeriesDataMember = "Series";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel1;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            this.chartControl1.SeriesTemplate.View = pieSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(335, 400);
            this.chartControl1.TabIndex = 0;
            // 
            // pivotGridControl1
            // 
            this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField1,
            this.pivotGridField2,
            this.pivotGridField3,
            this.pivotGridField4,
            this.pivotGridField5,
            this.pivotGridField6,
            this.pivotGridField7,
            this.pivotGridField8});
            this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
            this.pivotGridControl1.Name = "pivotGridControl1";
            this.pivotGridControl1.Size = new System.Drawing.Size(638, 400);
            this.pivotGridControl1.TabIndex = 0;
            // 
            // pivotGridField1
            // 
            this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField1.AreaIndex = 0;
            this.pivotGridField1.Caption = "Số lượng đơn hàng";
            this.pivotGridField1.FieldName = "MA_DON_HANG";
            this.pivotGridField1.Name = "pivotGridField1";
            this.pivotGridField1.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
            // 
            // pivotGridField2
            // 
            this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField2.AreaIndex = 0;
            this.pivotGridField2.Caption = "Chi nhanh";
            this.pivotGridField2.FieldName = "TEN_CHI_NHANH";
            this.pivotGridField2.Name = "pivotGridField2";
            // 
            // pivotGridField3
            // 
            this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField3.AreaIndex = 4;
            this.pivotGridField3.Caption = "Nhân viên xử lí";
            this.pivotGridField3.FieldName = "TEN_TRUY_CAP";
            this.pivotGridField3.Name = "pivotGridField3";
            // 
            // pivotGridField4
            // 
            this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField4.AreaIndex = 0;
            this.pivotGridField4.Caption = "Trạng thái đơn hàng";
            this.pivotGridField4.FieldName = "TRANG_THAI_DON_HANG";
            this.pivotGridField4.Name = "pivotGridField4";
            // 
            // pivotGridField5
            // 
            this.pivotGridField5.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField5.AreaIndex = 1;
            this.pivotGridField5.Caption = "Đánh giá đơn hàng";
            this.pivotGridField5.FieldName = "DANH_GIA_KHACH_HANG";
            this.pivotGridField5.Name = "pivotGridField5";
            // 
            // pivotGridField6
            // 
            this.pivotGridField6.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField6.AreaIndex = 1;
            this.pivotGridField6.Caption = "Dịch vụ cấp 1";
            this.pivotGridField6.FieldName = "TEN_YEU_CAU_CHA_CHA";
            this.pivotGridField6.Name = "pivotGridField6";
            // 
            // pivotGridField7
            // 
            this.pivotGridField7.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField7.AreaIndex = 2;
            this.pivotGridField7.Caption = "Dịch vụ cấp 2";
            this.pivotGridField7.FieldName = "TEN_YEU_CAU_CHA";
            this.pivotGridField7.Name = "pivotGridField7";
            // 
            // pivotGridField8
            // 
            this.pivotGridField8.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField8.AreaIndex = 3;
            this.pivotGridField8.Caption = "Dịch vụ ";
            this.pivotGridField8.FieldName = "TEN_YEU_CAU";
            this.pivotGridField8.Name = "pivotGridField8";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.pivotGridControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(638, 400);
            this.panel2.TabIndex = 1;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_cmd_loc);
            this.panel3.Controls.Add(this.m_dat_tg_dat_dau);
            this.panel3.Controls.Add(this.m_dat_tg_ket_thuc);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.label2);
            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(973, 104);
            this.panel3.TabIndex = 2;
            // 
            // m_cmd_loc
            // 
            this.m_cmd_loc.Location = new System.Drawing.Point(836, 55);
            this.m_cmd_loc.Name = "m_cmd_loc";
            this.m_cmd_loc.Size = new System.Drawing.Size(123, 25);
            this.m_cmd_loc.TabIndex = 9;
            this.m_cmd_loc.Text = "&Lọc";
            this.m_cmd_loc.Click += new System.EventHandler(this.m_cmd_loc_Click);
            // 
            // m_dat_tg_dat_dau
            // 
            this.m_dat_tg_dat_dau.Location = new System.Drawing.Point(135, 61);
            this.m_dat_tg_dat_dau.Name = "m_dat_tg_dat_dau";
            this.m_dat_tg_dat_dau.Size = new System.Drawing.Size(200, 20);
            this.m_dat_tg_dat_dau.TabIndex = 7;
            // 
            // m_dat_tg_ket_thuc
            // 
            this.m_dat_tg_ket_thuc.Location = new System.Drawing.Point(559, 61);
            this.m_dat_tg_ket_thuc.Name = "m_dat_tg_ket_thuc";
            this.m_dat_tg_ket_thuc.Size = new System.Drawing.Size(200, 20);
            this.m_dat_tg_ket_thuc.TabIndex = 8;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(13, 64);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(106, 15);
            this.label3.TabIndex = 5;
            this.label3.Text = "Thời gian bắt đầu ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(443, 64);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(104, 15);
            this.label2.TabIndex = 6;
            this.label2.Text = "Thời gian kết thúc";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(336, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(135, 19);
            this.label1.TabIndex = 4;
            this.label1.Text = "BÁO CÁO XỬ LÝ";
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.panel1);
            this.panel4.Controls.Add(this.panel2);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 104);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(973, 400);
            this.panel4.TabIndex = 2;
            // 
            // f520_BAO_CAO_XU_LI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(973, 504);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Name = "f520_BAO_CAO_XU_LI";
            this.Text = "f520_BAO_CAO_XU_LI";
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #3
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.SimpleDiagram3D       simpleDiagram3D1       = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Doughnut3DSeriesLabel doughnut3DSeriesLabel1 = new DevExpress.XtraCharts.Doughnut3DSeriesLabel();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView1  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     DevExpress.XtraCharts.SeriesTitle           seriesTitle1           = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView2  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     DevExpress.XtraCharts.ChartTitle            chartTitle1            = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.SimpleDiagram3D       simpleDiagram3D2       = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                series2                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Doughnut3DSeriesLabel doughnut3DSeriesLabel2 = new DevExpress.XtraCharts.Doughnut3DSeriesLabel();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView3  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     DevExpress.XtraCharts.SeriesTitle           seriesTitle2           = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView4  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     DevExpress.XtraCharts.ChartTitle            chartTitle2            = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series3                = new DevExpress.XtraCharts.Series();
     this.metroTabControl1 = new MetroFramework.Controls.MetroTabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.chartControl1    = new DevExpress.XtraCharts.ChartControl();
     this.xpCollection1    = new DevExpress.Xpo.XPCollection(this.components);
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.tabPage3         = new System.Windows.Forms.TabPage();
     this.tabPage4         = new System.Windows.Forms.TabPage();
     this.chartControl2    = new DevExpress.XtraCharts.ChartControl();
     this.xpCollection2    = new DevExpress.Xpo.XPCollection(this.components);
     this.chartControl3    = new DevExpress.XtraCharts.ChartControl();
     this.metroTabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpCollection1)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpCollection2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     this.SuspendLayout();
     //
     // metroTabControl1
     //
     this.metroTabControl1.Controls.Add(this.tabPage1);
     this.metroTabControl1.Controls.Add(this.tabPage2);
     this.metroTabControl1.Controls.Add(this.tabPage3);
     this.metroTabControl1.Controls.Add(this.tabPage4);
     this.metroTabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.metroTabControl1.Location      = new System.Drawing.Point(20, 60);
     this.metroTabControl1.Name          = "metroTabControl1";
     this.metroTabControl1.SelectedIndex = 2;
     this.metroTabControl1.Size          = new System.Drawing.Size(1338, 700);
     this.metroTabControl1.TabIndex      = 0;
     this.metroTabControl1.UseSelectable = true;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.chartControl1);
     this.tabPage1.Location = new System.Drawing.Point(4, 38);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(1330, 658);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Stock Stats";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "The Trees";
     this.chartControl1.DataSource = this.xpCollection1;
     simpleDiagram3D1.RotationMatrixSerializable = "0.453509747992261;0.716524101949608;-0.530020867326315;0;-0.798901637445061;0.590" +
                                                   "438245247476;0.114624832548207;0;0.395076046051421;0.371451059864447;0.840201778" +
                                                   "123561;0;0;0;0;1";
     this.chartControl1.Diagram         = simpleDiagram3D1;
     this.chartControl1.Legend.Visible  = false;
     this.chartControl1.Location        = new System.Drawing.Point(3, 70);
     this.chartControl1.Name            = "chartControl1";
     series1.ArgumentDataMember         = "Argument";
     series1.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.Qualitative;
     doughnut3DSeriesLabel1.TextPattern = "{V} {A}";
     series1.Label                           = doughnut3DSeriesLabel1;
     series1.LabelsVisibility                = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                            = "Series 1";
     series1.ValueDataMembersSerializable    = "Value";
     doughnut3DSeriesView1.HoleRadiusPercent = 35;
     doughnut3DSeriesView1.SizeAsPercentage  = 100D;
     doughnut3DSeriesView1.SweepDirection    = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     seriesTitle1.Text                       = "";
     doughnut3DSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = doughnut3DSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesSorting = DevExpress.XtraCharts.SortingMode.Descending;
     this.chartControl1.SeriesTemplate.ArgumentDataMember           = "Argument";
     this.chartControl1.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Value";
     doughnut3DSeriesView2.SizeAsPercentage = 100D;
     doughnut3DSeriesView2.SweepDirection   = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     this.chartControl1.SeriesTemplate.View = doughnut3DSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(499, 517);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Text            = "STOCK AVAILABILITY CHART";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // xpCollection1
     //
     this.xpCollection1.ObjectType = typeof(Surya.Stats.SeriesRecord);
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.Transparent;
     this.tabPage2.Controls.Add(this.chartControl2);
     this.tabPage2.Location = new System.Drawing.Point(4, 38);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(1330, 658);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Buyer Stats";
     this.tabPage2.Click   += new System.EventHandler(this.tabPage2_Click);
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.Transparent;
     this.tabPage3.Controls.Add(this.chartControl3);
     this.tabPage3.Location = new System.Drawing.Point(4, 38);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(1330, 658);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Sold-Out Stock Stats";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.Transparent;
     this.tabPage4.Location  = new System.Drawing.Point(4, 38);
     this.tabPage4.Name      = "tabPage4";
     this.tabPage4.Size      = new System.Drawing.Size(1330, 658);
     this.tabPage4.TabIndex  = 3;
     this.tabPage4.Text      = "Invoice Stats";
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable = "The Trees";
     this.chartControl2.DataSource = this.xpCollection2;
     simpleDiagram3D2.RotationMatrixSerializable = "0.453509747992261;0.716524101949608;-0.530020867326315;0;-0.798901637445061;0.590" +
                                                   "438245247476;0.114624832548207;0;0.395076046051421;0.371451059864447;0.840201778" +
                                                   "123561;0;0;0;0;1";
     simpleDiagram3D2.ZoomPercent       = 90;
     this.chartControl2.Diagram         = simpleDiagram3D2;
     this.chartControl2.Legend.Visible  = false;
     this.chartControl2.Location        = new System.Drawing.Point(10, 10);
     this.chartControl2.Name            = "chartControl2";
     this.chartControl2.PaletteName     = "Office 2013";
     series2.ArgumentDataMember         = "Argument";
     series2.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.Qualitative;
     doughnut3DSeriesLabel2.TextPattern = "{A} = {V}";
     series2.Label                           = doughnut3DSeriesLabel2;
     series2.LabelsVisibility                = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                            = "Series 1";
     series2.ValueDataMembersSerializable    = "Value";
     doughnut3DSeriesView3.HoleRadiusPercent = 35;
     doughnut3DSeriesView3.SizeAsPercentage  = 100D;
     doughnut3DSeriesView3.SweepDirection    = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     seriesTitle2.Text                       = "";
     doughnut3DSeriesView3.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle2
     });
     series2.View = doughnut3DSeriesView3;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl2.SeriesSorting = DevExpress.XtraCharts.SortingMode.Descending;
     this.chartControl2.SeriesTemplate.ArgumentDataMember           = "Argument";
     this.chartControl2.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.chartControl2.SeriesTemplate.ValueDataMembersSerializable = "Value";
     doughnut3DSeriesView4.SizeAsPercentage = 100D;
     doughnut3DSeriesView4.SweepDirection   = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     this.chartControl2.SeriesTemplate.View = doughnut3DSeriesView4;
     this.chartControl2.Size     = new System.Drawing.Size(1306, 645);
     this.chartControl2.TabIndex = 1;
     chartTitle2.Text            = "";
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // xpCollection2
     //
     this.xpCollection2.ObjectType = typeof(Surya.Stats.SeriesRecord1);
     //
     // chartControl3
     //
     this.chartControl3.AppearanceNameSerializable = "Nature Colors";
     this.chartControl3.DataSource = this.xpCollection1;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl3.Diagram  = xyDiagram1;
     this.chartControl3.Location = new System.Drawing.Point(3, 3);
     this.chartControl3.Name     = "chartControl3";
     series3.Name = "Series 1";
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControl3.SeriesTemplate.ArgumentDataMember           = "Argument";
     this.chartControl3.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "Value";
     this.chartControl3.Size     = new System.Drawing.Size(543, 411);
     this.chartControl3.TabIndex = 0;
     //
     // Stats
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1378, 780);
     this.Controls.Add(this.metroTabControl1);
     this.Name        = "Stats";
     this.Text        = "STATISTICS";
     this.TextAlign   = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Stats_Load);
     this.metroTabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpCollection1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpCollection2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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()
        {
            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);

        }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraCharts.Series      series1        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1   = new DevExpress.XtraCharts.SeriesPoint("合格率", new object[] {
         ((object)(60D))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("不合格率", new object[] {
         ((object)(40D))
     }, 1);
     DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle   seriesTitle1   = new DevExpress.XtraCharts.SeriesTitle();
     this.gridView_报表数据            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.gridColumn12             = 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.gridControl_批次信息表        = new DevExpress.XtraGrid.GridControl();
     this.gridView_批次信息表           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.gridColumn4  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.panel1        = new System.Windows.Forms.Panel();
     this.panel3        = new System.Windows.Forms.Panel();
     this.panel5        = new System.Windows.Forms.Panel();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.panel4        = new System.Windows.Forms.Panel();
     this.groupControl8 = new DevExpress.XtraEditors.GroupControl();
     this.panel6        = new System.Windows.Forms.Panel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.panel2        = new System.Windows.Forms.Panel();
     this.label2        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.gridColumn5   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_报表数据)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_批次信息表)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_批次信息表)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).BeginInit();
     this.groupControl8.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridView_报表数据
     //
     this.gridView_报表数据.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16
     });
     this.gridView_报表数据.GridControl = this.gridControl_批次信息表;
     this.gridView_报表数据.Name        = "gridView_报表数据";
     this.gridView_报表数据.OptionsBehavior.Editable   = false;
     this.gridView_报表数据.OptionsBehavior.ReadOnly   = true;
     this.gridView_报表数据.OptionsView.ShowGroupPanel = false;
     this.gridView_报表数据.OptionsView.ShowIndicator  = false;
     this.gridView_报表数据.SelectionChanged          += new DevExpress.Data.SelectionChangedEventHandler(this.gridView_报表数据_SelectionChanged);
     this.gridView_报表数据.FocusedRowChanged         += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView_报表数据_FocusedRowChanged);
     //
     // gridColumn11
     //
     this.gridColumn11.ColumnEdit = this.repositoryItemImageEdit2;
     this.gridColumn11.Name       = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsColumn.ReadOnly  = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     this.gridColumn11.Width        = 50;
     //
     // 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";
     this.repositoryItemImageEdit2.ReadOnly = true;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "报表名称";
     this.gridColumn12.FieldName    = "TestReportName";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 1;
     this.gridColumn12.Width        = 277;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "备注";
     this.gridColumn13.FieldName = "TestReport备注";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.ReadOnly = true;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 3;
     this.gridColumn13.Width        = 172;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption   = "创建时间";
     this.gridColumn14.FieldName = "TestReport创建时间";
     this.gridColumn14.Name      = "gridColumn14";
     this.gridColumn14.OptionsColumn.ReadOnly = true;
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 5;
     this.gridColumn14.Width        = 204;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "合格情况";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 4;
     this.gridColumn15.Width        = 88;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption      = "生产状态";
     this.gridColumn16.FieldName    = "UUT生产状态";
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 2;
     this.gridColumn16.Width        = 198;
     //
     // gridControl_批次信息表
     //
     this.gridControl_批次信息表.Dock  = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate = this.gridView_报表数据;
     gridLevelNode1.RelationName  = "Detail";
     this.gridControl_批次信息表.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.gridControl_批次信息表.Location = new System.Drawing.Point(2, 33);
     this.gridControl_批次信息表.MainView = this.gridView_批次信息表;
     this.gridControl_批次信息表.Name     = "gridControl_批次信息表";
     this.gridControl_批次信息表.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1,
         this.repositoryItemImageEdit1,
         this.repositoryItemImageEdit2
     });
     this.gridControl_批次信息表.Size     = new System.Drawing.Size(989, 549);
     this.gridControl_批次信息表.TabIndex = 3;
     this.gridControl_批次信息表.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView_批次信息表,
         this.gridView_报表数据
     });
     //
     // gridView_批次信息表
     //
     this.gridView_批次信息表.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn7,
         this.gridColumn1,
         this.gridColumn9,
         this.gridColumn8,
         this.gridColumn6,
         this.gridColumn10
     });
     this.gridView_批次信息表.GridControl = this.gridControl_批次信息表;
     this.gridView_批次信息表.Name        = "gridView_批次信息表";
     this.gridView_批次信息表.OptionsBehavior.Editable   = false;
     this.gridView_批次信息表.OptionsBehavior.ReadOnly   = true;
     this.gridView_批次信息表.OptionsView.ShowGroupPanel = false;
     this.gridView_批次信息表.RowHeight = 32;
     //
     // gridColumn3
     //
     this.gridColumn3.ColumnEdit   = this.repositoryItemImageEdit1;
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width        = 65;
     //
     // repositoryItemImageEdit1
     //
     this.repositoryItemImageEdit1.AutoHeight = false;
     this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit1.ContextImageOptions.SvgImage     = global::数据管理模块.Properties.Resources.huabanfuben2;
     this.repositoryItemImageEdit1.ContextImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
     this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "ID";
     this.gridColumn4.FieldName = "ID";
     this.gridColumn4.Name      = "gridColumn4";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "UUT测试次数";
     this.gridColumn7.FieldName    = "UUT测试次数";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width        = 100;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "UUT生产状态";
     this.gridColumn1.FieldName    = "UUT生产状态";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 2;
     this.gridColumn1.Width        = 216;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "合格情况";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 4;
     this.gridColumn9.Width        = 66;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "备注";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 5;
     this.gridColumn8.Width        = 223;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "UUT编号";
     this.gridColumn6.FieldName    = "UUT编号";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 1;
     this.gridColumn6.Width        = 300;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "测试数据";
     this.gridColumn10.FieldName = "Detail";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     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(1003, 906);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(5);
     this.panel3.Size     = new System.Drawing.Size(1003, 906);
     this.panel3.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.groupControl2);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(5, 5);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(993, 584);
     this.panel5.TabIndex = 1;
     //
     // 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.gridControl_批次信息表);
     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(993, 584);
     this.groupControl2.TabIndex = 3;
     this.groupControl2.Text     = "批次-UUT 信息(The Batch Mapping UUT View)";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.groupControl8);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(5, 589);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(993, 312);
     this.panel4.TabIndex = 0;
     //
     // groupControl8
     //
     this.groupControl8.AppearanceCaption.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl8.AppearanceCaption.Options.UseFont = true;
     this.groupControl8.CaptionImageOptions.SvgImage      = global::数据管理模块.Properties.Resources.m_asm;
     this.groupControl8.CaptionImageOptions.SvgImageSize  = new System.Drawing.Size(32, 32);
     this.groupControl8.Controls.Add(this.panel6);
     this.groupControl8.Controls.Add(this.panel2);
     this.groupControl8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl8.Location = new System.Drawing.Point(0, 0);
     this.groupControl8.Name     = "groupControl8";
     this.groupControl8.Size     = new System.Drawing.Size(993, 312);
     this.groupControl8.TabIndex = 9;
     this.groupControl8.Text     = "批次测试概述(Batch Conclusion)";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.chartControl1);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(508, 33);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(483, 277);
     this.panel6.TabIndex = 1;
     //
     // chartControl1
     //
     this.chartControl1.BackColor = System.Drawing.Color.Transparent;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     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.Name = "Series 1";
     seriesPoint1.ColorSerializable = "#00B050";
     seriesPoint2.ColorSerializable = "#F00000";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2
     });
     seriesTitle1.Text = "批次合格率";
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(483, 277);
     this.chartControl1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.labelControl4);
     this.panel2.Controls.Add(this.labelControl2);
     this.panel2.Controls.Add(this.labelControl5);
     this.panel2.Controls.Add(this.labelControl3);
     this.panel2.Controls.Add(this.labelControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(2, 33);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(506, 277);
     this.panel2.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.OrangeRed;
     this.label2.Location  = new System.Drawing.Point(328, 32);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(51, 28);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "000";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label4.Location  = new System.Drawing.Point(210, 183);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(71, 28);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "100%";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.LimeGreen;
     this.label3.Location  = new System.Drawing.Point(171, 105);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(71, 28);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "100%";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.OrangeRed;
     this.label1.Location  = new System.Drawing.Point(191, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(51, 28);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "000";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font            = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl4.Appearance.Options.UseFont = true;
     this.labelControl4.Location = new System.Drawing.Point(385, 39);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(14, 19);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "次";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(248, 39);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(74, 19);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "次,累计测试";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font            = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl5.Appearance.Options.UseFont = true;
     this.labelControl5.Location = new System.Drawing.Point(17, 192);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(168, 19);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "③该批次一次测试合格率为";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.Location = new System.Drawing.Point(17, 112);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(140, 19);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "②该批次当前合格率为";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(17, 39);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(168, 19);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "①该批次测试被测件数量为";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "UUT数量";
     this.gridColumn5.FieldName = "UUT数量";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.Width     = 68;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "UUT类型";
     this.gridColumn2.FieldName = "UUT类型";
     this.gridColumn2.Name      = "gridColumn2";
     //
     // ChildModuleOf批次详细信息
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1003, 906);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ChildModuleOf批次详细信息";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "批次详细信息";
     this.Load           += new System.EventHandler(this.ChildModuleOf批次详细信息_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView_报表数据)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_批次信息表)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_批次信息表)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).EndInit();
     this.groupControl8.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #7
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.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle2              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel1      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1       = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle3              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(frmReportTrungTam_ChiCuc));
     this.PanelSingle   = new DevExpress.XtraEditors.XtraScrollableControl();
     this.ChartPPSinh   = new DevExpress.XtraCharts.ChartControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.txtThuLai     = new DevExpress.XtraEditors.LabelControl();
     this.txtThuMoi     = new DevExpress.XtraEditors.LabelControl();
     this.txtTongPhieu  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.ChartGioiTinh = new DevExpress.XtraCharts.ChartControl();
     this.ChartGoiXN    = new DevExpress.XtraCharts.ChartControl();
     this.ChartKQ       = new DevExpress.XtraCharts.ChartControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.txtChiCuc     = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView2     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.col_idChiCuc  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_TenChiCuc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.butPrint      = new DevExpress.XtraEditors.SimpleButton();
     this.butOK         = new DevExpress.XtraEditors.SimpleButton();
     this.dllNgay       = new UserControlDate.dllNgay();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.PanelSingle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtChiCuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // PanelSingle
     //
     this.PanelSingle.Controls.Add(this.ChartPPSinh);
     this.PanelSingle.Controls.Add(this.panelControl3);
     this.PanelSingle.Controls.Add(this.ChartGioiTinh);
     this.PanelSingle.Controls.Add(this.ChartGoiXN);
     this.PanelSingle.Controls.Add(this.ChartKQ);
     this.PanelSingle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PanelSingle.Location = new System.Drawing.Point(2, 2);
     this.PanelSingle.Name     = "PanelSingle";
     this.PanelSingle.Size     = new System.Drawing.Size(837, 349);
     this.PanelSingle.TabIndex = 3;
     //
     // ChartPPSinh
     //
     this.ChartPPSinh.IndicatorsPaletteName = "Palette 1";
     this.ChartPPSinh.IndicatorsPaletteRepository.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)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211))))), System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))), System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))))
     }));
     this.ChartPPSinh.Legend.Direction = DevExpress.XtraCharts.LegendDirection.BottomToTop;
     this.ChartPPSinh.Location         = new System.Drawing.Point(279, 2);
     this.ChartPPSinh.Name             = "ChartPPSinh";
     series1.ArgumentDataMember        = "Name";
     pieSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.TextPattern       = "{A}:{V} ({VP:0.00%})";
     series1.Label                        = pieSeriesLabel1;
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                         = "Phương pháp sinh";
     series1.ValueDataMembersSerializable = "Values";
     seriesTitle1.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle1.MaxLineCount            = 4;
     seriesTitle1.TextColor               = System.Drawing.Color.MediumPurple;
     seriesTitle1.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.ChartPPSinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartPPSinh.Size     = new System.Drawing.Size(265, 226);
     this.ChartPPSinh.TabIndex = 5;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.txtThuLai);
     this.panelControl3.Controls.Add(this.txtThuMoi);
     this.panelControl3.Controls.Add(this.txtTongPhieu);
     this.panelControl3.Controls.Add(this.labelControl4);
     this.panelControl3.Controls.Add(this.labelControl3);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Location = new System.Drawing.Point(3, 2);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(270, 226);
     this.panelControl3.TabIndex = 4;
     //
     // txtThuLai
     //
     this.txtThuLai.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F);
     this.txtThuLai.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtThuLai.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuLai.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuLai.Location     = new System.Drawing.Point(131, 154);
     this.txtThuLai.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuLai.Name         = "txtThuLai";
     this.txtThuLai.Size         = new System.Drawing.Size(134, 24);
     this.txtThuLai.TabIndex     = 0;
     this.txtThuLai.Text         = "10000";
     //
     // txtThuMoi
     //
     this.txtThuMoi.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F);
     this.txtThuMoi.Appearance.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.txtThuMoi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuMoi.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuMoi.Location     = new System.Drawing.Point(6, 154);
     this.txtThuMoi.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuMoi.Name         = "txtThuMoi";
     this.txtThuMoi.Size         = new System.Drawing.Size(128, 24);
     this.txtThuMoi.TabIndex     = 0;
     this.txtThuMoi.Text         = "10000";
     //
     // txtTongPhieu
     //
     this.txtTongPhieu.Appearance.Font      = new System.Drawing.Font("Tahoma", 30F);
     this.txtTongPhieu.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtTongPhieu.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtTongPhieu.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtTongPhieu.Location     = new System.Drawing.Point(0, 41);
     this.txtTongPhieu.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTongPhieu.Name         = "txtTongPhieu";
     this.txtTongPhieu.Size         = new System.Drawing.Size(265, 48);
     this.txtTongPhieu.TabIndex     = 0;
     this.txtTongPhieu.Text         = "10000";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.YellowGreen;
     this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl4.Location     = new System.Drawing.Point(131, 127);
     this.labelControl4.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl4.Name         = "labelControl4";
     this.labelControl4.Size         = new System.Drawing.Size(134, 22);
     this.labelControl4.TabIndex     = 0;
     this.labelControl4.Text         = "Phiếu Thu Lại";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.DarkViolet;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl3.Location     = new System.Drawing.Point(5, 127);
     this.labelControl3.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(129, 22);
     this.labelControl3.TabIndex     = 0;
     this.labelControl3.Text         = "Phiếu Thu Mới";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("Tahoma", 20F);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Fuchsia;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl1.Location     = new System.Drawing.Point(4, 4);
     this.labelControl1.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(261, 33);
     this.labelControl1.TabIndex     = 0;
     this.labelControl1.Text         = "Tổng Số Phiếu";
     //
     // ChartGioiTinh
     //
     this.ChartGioiTinh.Legend.MarkerVisible           = false;
     this.ChartGioiTinh.Legend.MaxHorizontalPercentage = 30D;
     this.ChartGioiTinh.Legend.MaxVerticalPercentage   = 30D;
     this.ChartGioiTinh.Legend.TextVisible             = false;
     this.ChartGioiTinh.Location = new System.Drawing.Point(816, 2);
     this.ChartGioiTinh.Name     = "ChartGioiTinh";
     series2.ArgumentDataMember  = "Name";
     pieSeriesLabel2.TextPattern = "{A}:{V} ({VP:0.00%})";
     series2.Label = pieSeriesLabel2;
     series2.Name  = "Giới Tính";
     series2.ValueDataMembersSerializable = "Values";
     pieSeriesView2.HeightToWidthRatio    = 0.8D;
     pieSeriesView2.SweepDirection        = DevExpress.XtraCharts.PieSweepDirection.Clockwise;
     seriesTitle2.Font      = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle2.TextColor = System.Drawing.Color.DodgerBlue;
     pieSeriesView2.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle2
     });
     series2.View = pieSeriesView2;
     this.ChartGioiTinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.ChartGioiTinh.Size     = new System.Drawing.Size(269, 226);
     this.ChartGioiTinh.TabIndex = 6;
     //
     // ChartGoiXN
     //
     this.ChartGoiXN.Legend.MarkerVisible = false;
     this.ChartGoiXN.Legend.TextVisible   = false;
     this.ChartGoiXN.Location             = new System.Drawing.Point(550, 2);
     this.ChartGoiXN.Name                    = "ChartGoiXN";
     series3.ArgumentDataMember              = "Name";
     doughnutSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     doughnutSeriesLabel1.ColumnIndent       = 10;
     doughnutSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     doughnutSeriesLabel1.LineLength         = 5;
     doughnutSeriesLabel1.TextAlignment      = System.Drawing.StringAlignment.Near;
     doughnutSeriesLabel1.TextPattern        = "{A}: {V} ({VP:0.00%})";
     series3.Label                        = doughnutSeriesLabel1;
     series3.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                         = "Gói xét nghiệm";
     series3.ValueDataMembersSerializable = "Values";
     doughnutSeriesView1.Rotation         = 5;
     seriesTitle3.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle3.Indent                  = 10;
     seriesTitle3.MaxLineCount            = 4;
     seriesTitle3.TextColor               = System.Drawing.Color.DodgerBlue;
     seriesTitle3.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle3
     });
     series3.View = doughnutSeriesView1;
     this.ChartGoiXN.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.ChartGoiXN.Size     = new System.Drawing.Size(265, 226);
     this.ChartGoiXN.TabIndex = 7;
     //
     // ChartKQ
     //
     xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
     xyDiagram1.AxisX.GridLines.MinorVisible     = true;
     xyDiagram1.AxisX.Label.TextPattern          = "{A}";
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.Title.Text                 = "";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartKQ.Diagram     = xyDiagram1;
     this.ChartKQ.Location    = new System.Drawing.Point(4, 233);
     this.ChartKQ.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ChartKQ.Name        = "ChartKQ";
     this.ChartKQ.PaletteName = "Chameleon";
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Indent            = 1;
     sideBySideBarSeriesLabel1.LineLength        = 1;
     sideBySideBarSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.TextPattern       = "{V:#,#} ({V:0.00%})";
     series4.Label                   = sideBySideBarSeriesLabel1;
     series4.LabelsVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                    = "Series 1";
     this.ChartKQ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.ChartKQ.Size     = new System.Drawing.Size(1081, 257);
     this.ChartKQ.TabIndex = 3;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.labelControl9);
     this.panelControl2.Controls.Add(this.txtChiCuc);
     this.panelControl2.Controls.Add(this.butPrint);
     this.panelControl2.Controls.Add(this.butOK);
     this.panelControl2.Controls.Add(this.dllNgay);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(841, 80);
     this.panelControl2.TabIndex = 4;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(316, 14);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(41, 13);
     this.labelControl9.TabIndex = 1056;
     this.labelControl9.Text     = "Chi cục :";
     //
     // txtChiCuc
     //
     this.txtChiCuc.Location = new System.Drawing.Point(363, 11);
     this.txtChiCuc.Name     = "txtChiCuc";
     this.txtChiCuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtChiCuc.Properties.DisplayMember    = "TenChiCuc";
     this.txtChiCuc.Properties.NullText         = "Chọn";
     this.txtChiCuc.Properties.PopupFormMinSize = new System.Drawing.Size(350, 350);
     this.txtChiCuc.Properties.PopupFormSize    = new System.Drawing.Size(270, 300);
     this.txtChiCuc.Properties.PopupResizeMode  = DevExpress.XtraEditors.Controls.ResizeMode.LiveResize;
     this.txtChiCuc.Properties.ShowFooter       = false;
     this.txtChiCuc.Properties.ValueMember      = "MaChiCuc";
     this.txtChiCuc.Properties.View             = this.gridView2;
     this.txtChiCuc.Size     = new System.Drawing.Size(175, 20);
     this.txtChiCuc.TabIndex = 1057;
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.col_idChiCuc,
         this.col_TenChiCuc
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowColumnHeaders = false;
     this.gridView2.OptionsView.ShowGroupPanel    = false;
     //
     // col_idChiCuc
     //
     this.col_idChiCuc.Caption   = "Mã";
     this.col_idChiCuc.FieldName = "MaChiCuc";
     this.col_idChiCuc.Name      = "col_idChiCuc";
     //
     // col_TenChiCuc
     //
     this.col_TenChiCuc.Caption      = "ChiCuc";
     this.col_TenChiCuc.FieldName    = "TenChiCuc";
     this.col_TenChiCuc.Name         = "col_TenChiCuc";
     this.col_TenChiCuc.Visible      = true;
     this.col_TenChiCuc.VisibleIndex = 0;
     //
     // butPrint
     //
     this.butPrint.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butPrint.Image       = ((System.Drawing.Image)(resources.GetObject("butPrint.Image")));
     this.butPrint.Location    = new System.Drawing.Point(756, 37);
     this.butPrint.Name        = "butPrint";
     this.butPrint.Size        = new System.Drawing.Size(80, 26);
     this.butPrint.TabIndex    = 1055;
     this.butPrint.Text        = "In";
     //
     // butOK
     //
     this.butOK.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butOK.Image       = ((System.Drawing.Image)(resources.GetObject("butOK.Image")));
     this.butOK.Location    = new System.Drawing.Point(756, 5);
     this.butOK.Name        = "butOK";
     this.butOK.Size        = new System.Drawing.Size(80, 26);
     this.butOK.TabIndex    = 1054;
     this.butOK.Text        = "Lấy số liệu";
     //
     // dllNgay
     //
     this.dllNgay.BackColor = System.Drawing.Color.Transparent;
     this.dllNgay.Location  = new System.Drawing.Point(20, 8);
     this.dllNgay.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dllNgay.Name      = "dllNgay";
     this.dllNgay.Size      = new System.Drawing.Size(294, 74);
     this.dllNgay.TabIndex  = 1053;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.PanelSingle);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 80);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(841, 353);
     this.panelControl1.TabIndex = 5;
     //
     // frmReportTrungTam_ChiCuc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(841, 433);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControl2);
     this.Name = "frmReportTrungTam_ChiCuc";
     this.Text = "frmReportTrungTam_ChiCuc";
     this.PanelSingle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtChiCuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.m_cmd_xuat_pdf = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
            this.SuspendLayout();
            // 
            // pivotGridControl1
            // 
            this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField1,
            this.pivotGridField2,
            this.pivotGridField3,
            this.pivotGridField4});
            this.pivotGridControl1.Location = new System.Drawing.Point(12, 12);
            this.pivotGridControl1.Name = "pivotGridControl1";
            this.pivotGridControl1.OptionsView.ShowFilterHeaders = false;
            this.pivotGridControl1.Size = new System.Drawing.Size(793, 210);
            this.pivotGridControl1.TabIndex = 0;
            // 
            // pivotGridField1
            // 
            this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField1.AreaIndex = 0;
            this.pivotGridField1.Caption = "NĂM";
            this.pivotGridField1.FieldName = "NAM";
            this.pivotGridField1.Name = "pivotGridField1";
            // 
            // pivotGridField2
            // 
            this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField2.AreaIndex = 0;
            this.pivotGridField2.Caption = "TÊN ĐƠN VỊ";
            this.pivotGridField2.FieldName = "TEN_DON_VI";
            this.pivotGridField2.Name = "pivotGridField2";
            this.pivotGridField2.Width = 173;
            // 
            // pivotGridField3
            // 
            this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField3.AreaIndex = 1;
            this.pivotGridField3.Caption = "THÁNG";
            this.pivotGridField3.FieldName = "THANG";
            this.pivotGridField3.Name = "pivotGridField3";
            // 
            // pivotGridField4
            // 
            this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField4.AreaIndex = 0;
            this.pivotGridField4.Caption = "THỰC LĨNH CUỐI CÙNG";
            this.pivotGridField4.CellFormat.FormatString = "n0";
            this.pivotGridField4.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.pivotGridField4.FieldName = "THUC_LINH_CUOI_CUNG";
            this.pivotGridField4.Name = "pivotGridField4";
            // 
            // chartControl1
            // 
            this.chartControl1.AutoBindingSettingsEnabled = false;
            this.chartControl1.AutoLayoutSettingsEnabled = false;
            this.chartControl1.DataSource = this.pivotGridControl1;
            simpleDiagram1.EqualPieSize = false;
            this.chartControl1.Diagram = simpleDiagram1;
            this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
            this.chartControl1.Location = new System.Drawing.Point(12, 252);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.SeriesDataMember = "Series";
            series1.Name = "Series 1";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            series1.View = pieSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel1;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView2.RuntimeExploding = false;
            pieSeriesView2.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView2.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            this.chartControl1.SeriesTemplate.View = pieSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(795, 228);
            this.chartControl1.TabIndex = 1;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.m_cmd_xuat_pdf);
            this.layoutControl1.Controls.Add(this.chartControl1);
            this.layoutControl1.Controls.Add(this.pivotGridControl1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(160, 268, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(819, 492);
            this.layoutControl1.TabIndex = 2;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // 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.layoutControlItem1,
            this.simpleSeparator1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.emptySpaceItem1,
            this.simpleSeparator2});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(819, 492);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pivotGridControl1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(797, 214);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // simpleSeparator1
            // 
            this.simpleSeparator1.AllowHotTrack = false;
            this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
            this.simpleSeparator1.Location = new System.Drawing.Point(797, 0);
            this.simpleSeparator1.Name = "simpleSeparator1";
            this.simpleSeparator1.Size = new System.Drawing.Size(2, 214);
            this.simpleSeparator1.Text = "simpleSeparator1";
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.chartControl1;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 240);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(799, 232);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // m_cmd_xuat_pdf
            // 
            this.m_cmd_xuat_pdf.Location = new System.Drawing.Point(12, 226);
            this.m_cmd_xuat_pdf.Name = "m_cmd_xuat_pdf";
            this.m_cmd_xuat_pdf.Size = new System.Drawing.Size(78, 22);
            this.m_cmd_xuat_pdf.StyleController = this.layoutControl1;
            this.m_cmd_xuat_pdf.TabIndex = 4;
            this.m_cmd_xuat_pdf.Text = "Xuất PDF";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.m_cmd_xuat_pdf;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 214);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(82, 26);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(84, 214);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(715, 26);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // simpleSeparator2
            // 
            this.simpleSeparator2.AllowHotTrack = false;
            this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
            this.simpleSeparator2.Location = new System.Drawing.Point(82, 214);
            this.simpleSeparator2.Name = "simpleSeparator2";
            this.simpleSeparator2.Size = new System.Drawing.Size(2, 26);
            this.simpleSeparator2.Text = "simpleSeparator2";
            // 
            // f440_rpt_luong
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(819, 492);
            this.Controls.Add(this.layoutControl1);
            this.Name = "f440_rpt_luong";
            this.Text = "F440 - BÁO CÁO LƯƠNG THEO ĐƠN VỊ";
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).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.SimpleDiagram            simpleDiagram1  = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1  = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1    = new DevExpress.XtraCharts.SeriesTitle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(f510_BAO_CAO_TIEP_NHAN));
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField5   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField6   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField7   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField8   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField10  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.panel3            = new System.Windows.Forms.Panel();
     this.m_cmd_loc         = new DevExpress.XtraEditors.SimpleButton();
     this.m_dat_startDate   = new System.Windows.Forms.DateTimePicker();
     this.m_dat_tg_ket_thuc = new System.Windows.Forms.DateTimePicker();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AutoBindingSettingsEnabled = false;
     this.chartControl1.AutoLayoutSettingsEnabled  = false;
     this.chartControl1.DataSource       = this.pivotGridControl1;
     simpleDiagram1.EqualPieSize         = false;
     this.chartControl1.Diagram          = simpleDiagram1;
     this.chartControl1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.BottomToTop;
     this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
     this.chartControl1.Location           = new System.Drawing.Point(0, 239);
     this.chartControl1.Name               = "chartControl1";
     this.chartControl1.SeriesDataMember   = "Series";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
     this.chartControl1.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.Qualitative;
     pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     this.chartControl1.SeriesTemplate.Label                        = pieSeriesLabel1;
     this.chartControl1.SeriesTemplate.LegendTextPattern            = "{A}";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
     pieSeriesView1.RuntimeExploding = false;
     pieSeriesView1.SweepDirection   = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     this.chartControl1.SeriesTemplate.View = pieSeriesView1;
     this.chartControl1.Size     = new System.Drawing.Size(1029, 174);
     this.chartControl1.TabIndex = 0;
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField4,
         this.pivotGridField5,
         this.pivotGridField6,
         this.pivotGridField7,
         this.pivotGridField8,
         this.pivotGridField9,
         this.pivotGridField10
     });
     this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.Size     = new System.Drawing.Size(1029, 239);
     this.pivotGridControl1.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption   = "Chi nhánh";
     this.pivotGridField1.FieldName = "TEN_CHI_NHANH";
     this.pivotGridField1.Name      = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.AreaIndex = 3;
     this.pivotGridField2.Caption   = "Nhân viên";
     this.pivotGridField2.FieldName = "NGUOI_TAO_THAO_TAC";
     this.pivotGridField2.Name      = "pivotGridField2";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField3.AreaIndex = 1;
     this.pivotGridField3.Caption   = "Trạng thái tiếp nhận";
     this.pivotGridField3.FieldName = "TIEP_NHAN_Y_N";
     this.pivotGridField3.Name      = "pivotGridField3";
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField4.AreaIndex = 0;
     this.pivotGridField4.Caption   = "Tiến độ";
     this.pivotGridField4.FieldName = "Tien_do_xu_li";
     this.pivotGridField4.Name      = "pivotGridField4";
     //
     // pivotGridField5
     //
     this.pivotGridField5.Area        = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField5.AreaIndex   = 0;
     this.pivotGridField5.Caption     = "Số lượng đặt hàng";
     this.pivotGridField5.FieldName   = "ID_DON_HANG";
     this.pivotGridField5.Name        = "pivotGridField5";
     this.pivotGridField5.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     //
     // pivotGridField6
     //
     this.pivotGridField6.AreaIndex = 4;
     this.pivotGridField6.Caption   = "Số lượt điều phối lại";
     this.pivotGridField6.FieldName = "SO_LAN_DIEU_PHOI_LAI";
     this.pivotGridField6.Name      = "pivotGridField6";
     //
     // pivotGridField7
     //
     this.pivotGridField7.AreaIndex = 0;
     this.pivotGridField7.Caption   = "Dịch vụ cấp 1";
     this.pivotGridField7.FieldName = "TEN_YEU_CAU_CHA_CHA";
     this.pivotGridField7.Name      = "pivotGridField7";
     //
     // pivotGridField8
     //
     this.pivotGridField8.AreaIndex = 1;
     this.pivotGridField8.Caption   = "Dịch vụ cấp 2";
     this.pivotGridField8.FieldName = "TEN_YEU_CAU_CHA";
     this.pivotGridField8.Name      = "pivotGridField8";
     //
     // pivotGridField9
     //
     this.pivotGridField9.AreaIndex = 2;
     this.pivotGridField9.Caption   = "Dịch vụ cấp 3";
     this.pivotGridField9.FieldName = "TEN_YEU_CAU";
     this.pivotGridField9.Name      = "pivotGridField9";
     //
     // pivotGridField10
     //
     this.pivotGridField10.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField10.AreaIndex = 1;
     this.pivotGridField10.Caption   = "Loại dịch vụ";
     this.pivotGridField10.FieldName = "loai_dv";
     this.pivotGridField10.Name      = "pivotGridField10";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_cmd_loc);
     this.panel3.Controls.Add(this.m_dat_startDate);
     this.panel3.Controls.Add(this.m_dat_tg_ket_thuc);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     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(1029, 100);
     this.panel3.TabIndex = 3;
     //
     // 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(859, 47);
     this.m_cmd_loc.Name     = "m_cmd_loc";
     this.m_cmd_loc.Size     = new System.Drawing.Size(80, 37);
     this.m_cmd_loc.TabIndex = 9;
     this.m_cmd_loc.Text     = "&Lọc";
     this.m_cmd_loc.Click   += new System.EventHandler(this.m_cmd_loc_Click);
     //
     // m_dat_startDate
     //
     this.m_dat_startDate.Location = new System.Drawing.Point(164, 57);
     this.m_dat_startDate.Name     = "m_dat_startDate";
     this.m_dat_startDate.Size     = new System.Drawing.Size(200, 20);
     this.m_dat_startDate.TabIndex = 7;
     //
     // m_dat_tg_ket_thuc
     //
     this.m_dat_tg_ket_thuc.Location = new System.Drawing.Point(588, 57);
     this.m_dat_tg_ket_thuc.Name     = "m_dat_tg_ket_thuc";
     this.m_dat_tg_ket_thuc.Size     = new System.Drawing.Size(200, 20);
     this.m_dat_tg_ket_thuc.TabIndex = 8;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(42, 59);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(106, 15);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Thời gian bắt đầu ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(472, 59);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 15);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Thời gian kết thúc";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(365, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(320, 19);
     this.label1.TabIndex = 4;
     this.label1.Text     = "BÁO CÁO TỔNG SỐ LƯỢNG VÀ TIẾN ĐỘ";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.pivotGridControl1);
     this.panel4.Controls.Add(this.chartControl1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 100);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1029, 413);
     this.panel4.TabIndex = 3;
     //
     // f510_BAO_CAO_TIEP_NHAN
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1029, 513);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Name = "f510_BAO_CAO_TIEP_NHAN";
     this.Text = "f510_BAO_CAO_TIEP_NHAN";
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.Legend              legend1              = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.CustomLegendItem    customLegendItem1    = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem    customLegendItem2    = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem    customLegendItem3    = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem    customLegendItem4    = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem    customLegendItem5    = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView1  = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.SeriesTitle         seriesTitle1         = new DevExpress.XtraCharts.SeriesTitle();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.satisfactionModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tablePanel1          = new DevExpress.Utils.Layout.TablePanel();
     this.cbxCategory          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.yearSelectorControl1 = new GothamSubway.WinForm.YearSelectorControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.satisfactionModelBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
     this.tablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbxCategory.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.Anchor                   = System.Windows.Forms.AnchorStyles.None;
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AutoLayout               = false;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.tablePanel1.SetColumn(this.chartControl1, 0);
     this.tablePanel1.SetColumnSpan(this.chartControl1, 10);
     this.chartControl1.DataSource = this.satisfactionModelBindingSource;
     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.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     legend1.AlignmentHorizontal          = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     legend1.AlignmentVertical            = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     legend1.Border.Visibility            = DevExpress.Utils.DefaultBoolean.False;
     customLegendItem1.MarkerColor        = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(181)))), ((int)(((byte)(204)))));
     customLegendItem1.Name        = "매우좋음";
     customLegendItem2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(108)))), ((int)(((byte)(125)))));
     customLegendItem2.Name        = "좋음";
     customLegendItem3.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(183)))), ((int)(((byte)(109)))));
     customLegendItem3.Name        = "보통";
     customLegendItem4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(0)))));
     customLegendItem4.Name        = "나쁨";
     customLegendItem5.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(134)))), ((int)(((byte)(81)))));
     customLegendItem5.Name        = "매우나쁨";
     legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] {
         customLegendItem1,
         customLegendItem2,
         customLegendItem3,
         customLegendItem4,
         customLegendItem5
     });
     legend1.Direction  = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     legend1.Font       = new System.Drawing.Font("맑은 고딕", 9F);
     legend1.MarkerSize = new System.Drawing.Size(16, 16);
     legend1.Name       = "Legend 1";
     this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1
     });
     this.chartControl1.Location = new System.Drawing.Point(3, 61);
     this.chartControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.chartControl1.Name     = "chartControl1";
     this.tablePanel1.SetRow(this.chartControl1, 1);
     this.tablePanel1.SetRowSpan(this.chartControl1, 8);
     this.chartControl1.SeriesDataMember   = "SatisfactionCategory";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.SeriesTemplate.ArgumentDataMember = "SatisfactionItem";
     this.chartControl1.SeriesTemplate.ColorDataMember    = "ColorData";
     this.chartControl1.SeriesTemplate.FilterString       = "[SatisfactionCategory] = \'동희구\' Or [SatisfactionCategory] = \'대근구\' Or [Satisfaction" +
                                                            "Category] = \'성윤구\'";
     doughnutSeriesLabel1.Position                                  = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
     doughnutSeriesLabel1.TextPattern                               = "{A}:{V}%";
     this.chartControl1.SeriesTemplate.Label                        = doughnutSeriesLabel1;
     this.chartControl1.SeriesTemplate.SeriesDataMember             = "SatisfactionCategory";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Persent";
     doughnutSeriesView1.HoleRadiusPercent                          = 40;
     seriesTitle1.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     seriesTitle1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     doughnutSeriesView1.TotalLabel.TextPattern = "{S}";
     this.chartControl1.SeriesTemplate.View     = doughnutSeriesView1;
     this.chartControl1.Size     = new System.Drawing.Size(1162, 666);
     this.chartControl1.TabIndex = 0;
     //
     // satisfactionModelBindingSource
     //
     this.satisfactionModelBindingSource.DataSource = typeof(GothamSubway.Data.SatisfactionModel);
     //
     // tablePanel1
     //
     this.tablePanel1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.tablePanel1.Appearance.Options.UseBackColor = true;
     this.tablePanel1.AutoTabOrder = false;
     this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)
     });
     this.tablePanel1.Controls.Add(this.cbxCategory);
     this.tablePanel1.Controls.Add(this.labelControl1);
     this.tablePanel1.Controls.Add(this.labelControl2);
     this.tablePanel1.Controls.Add(this.yearSelectorControl1);
     this.tablePanel1.Controls.Add(this.chartControl1);
     this.tablePanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tablePanel1.Location = new System.Drawing.Point(0, 0);
     this.tablePanel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tablePanel1.Name     = "tablePanel1";
     this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.7F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1.3F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1.3F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.7F)
     });
     this.tablePanel1.Size     = new System.Drawing.Size(1168, 786);
     this.tablePanel1.TabIndex = 1;
     //
     // cbxCategory
     //
     this.tablePanel1.SetColumn(this.cbxCategory, 1);
     this.cbxCategory.Location = new System.Drawing.Point(120, 15);
     this.cbxCategory.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cbxCategory.Name     = "cbxCategory";
     this.cbxCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbxCategory.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.tablePanel1.SetRow(this.cbxCategory, 0);
     this.cbxCategory.Size                  = new System.Drawing.Size(111, 24);
     this.cbxCategory.TabIndex              = 10;
     this.cbxCategory.SelectedIndexChanged += new System.EventHandler(this.cbxCategory_SelectedIndexChanged);
     //
     // labelControl1
     //
     this.labelControl1.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.tablePanel1.SetColumn(this.labelControl1, 4);
     this.tablePanel1.SetColumnSpan(this.labelControl1, 3);
     this.labelControl1.Location = new System.Drawing.Point(470, 4);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name     = "labelControl1";
     this.tablePanel1.SetRow(this.labelControl1, 0);
     this.labelControl1.Size     = new System.Drawing.Size(345, 47);
     this.labelControl1.TabIndex = 9;
     this.labelControl1.Text     = "지하철 이용 만족도";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.tablePanel1.SetColumn(this.labelControl2, 4);
     this.labelControl2.Location = new System.Drawing.Point(470, 745);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl2.Name     = "labelControl2";
     this.tablePanel1.SetRow(this.labelControl2, 9);
     this.labelControl2.Size     = new System.Drawing.Size(80, 28);
     this.labelControl2.TabIndex = 8;
     this.labelControl2.Text     = "기준년도";
     //
     // yearSelectorControl1
     //
     this.tablePanel1.SetColumn(this.yearSelectorControl1, 5);
     this.yearSelectorControl1.Location    = new System.Drawing.Point(587, 738);
     this.yearSelectorControl1.Margin      = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.yearSelectorControl1.MaximumSize = new System.Drawing.Size(123, 42);
     this.yearSelectorControl1.MinimumSize = new System.Drawing.Size(123, 42);
     this.yearSelectorControl1.Name        = "yearSelectorControl1";
     this.tablePanel1.SetRow(this.yearSelectorControl1, 9);
     this.yearSelectorControl1.Size     = new System.Drawing.Size(123, 42);
     this.yearSelectorControl1.TabIndex = 1;
     //
     // SatisfactionForm
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1168, 786);
     this.Controls.Add(this.tablePanel1);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "SatisfactionForm";
     this.Text   = "SatisfactionForm";
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.satisfactionModelBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
     this.tablePanel1.ResumeLayout(false);
     this.tablePanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbxCategory.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #11
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.SimpleDiagram  simpleDiagram1  = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView1  = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle    seriesTitle1    = new DevExpress.XtraCharts.SeriesTitle();
     this.pivotGridField4   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.panel3            = new System.Windows.Forms.Panel();
     this.dateEdit2         = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit1         = new DevExpress.XtraEditors.DateEdit();
     this.m_cmd_loc         = new DevExpress.XtraEditors.SimpleButton();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField6   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField5   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField7   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField8   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.chartControl      = new DevExpress.XtraCharts.ChartControl();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.Name      = "pivotGridField4";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.dateEdit2);
     this.panel3.Controls.Add(this.dateEdit1);
     this.panel3.Controls.Add(this.m_cmd_loc);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     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(1008, 100);
     this.panel3.TabIndex = 1;
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(572, 60);
     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(185, 20);
     this.dateEdit2.TabIndex = 4;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(216, 58);
     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.Size     = new System.Drawing.Size(185, 20);
     this.dateEdit1.TabIndex = 4;
     //
     // m_cmd_loc
     //
     this.m_cmd_loc.Location = new System.Drawing.Point(783, 60);
     this.m_cmd_loc.Name     = "m_cmd_loc";
     this.m_cmd_loc.Size     = new System.Drawing.Size(113, 23);
     this.m_cmd_loc.TabIndex = 3;
     this.m_cmd_loc.Text     = "&Lọc";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(91, 58);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(106, 15);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Thời gian bắt đầu ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(430, 60);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 15);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Thời gian kết thúc";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(327, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(320, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "BÁO CÁO TỔNG SỐ LƯỢNG VÀ TIẾN ĐỘ";
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Appearance.TotalCell.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.pivotGridControl1.Appearance.TotalCell.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.pivotGridControl1.Appearance.TotalCell.ForeColor            = System.Drawing.Color.Blue;
     this.pivotGridControl1.Appearance.TotalCell.Options.UseFont      = true;
     this.pivotGridControl1.Appearance.TotalCell.Options.UseForeColor = true;
     this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField6,
         this.pivotGridField5,
         this.pivotGridField7,
         this.pivotGridField8,
         this.pivotGridField9
     });
     this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.Size     = new System.Drawing.Size(1008, 184);
     this.pivotGridControl1.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption   = "Đánh giá";
     this.pivotGridField1.FieldName = "TEN";
     this.pivotGridField1.Name      = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area        = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField2.AreaIndex   = 0;
     this.pivotGridField2.Caption     = "Số lượng order";
     this.pivotGridField2.FieldName   = "ID";
     this.pivotGridField2.Name        = "pivotGridField2";
     this.pivotGridField2.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption   = "Chi nhánh";
     this.pivotGridField3.FieldName = "TEN_CHI_NHANH";
     this.pivotGridField3.Name      = "pivotGridField3";
     //
     // pivotGridField6
     //
     this.pivotGridField6.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField6.AreaIndex = 1;
     this.pivotGridField6.Caption   = "Trạng thái";
     this.pivotGridField6.FieldName = "TRANG_THAI";
     this.pivotGridField6.Name      = "pivotGridField6";
     //
     // pivotGridField5
     //
     this.pivotGridField5.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField5.AreaIndex = 2;
     this.pivotGridField5.Caption   = "Tỷ lệ tiến độ xử lý";
     this.pivotGridField5.FieldName = "DANH_GIA_TIEN_DO";
     this.pivotGridField5.Name      = "pivotGridField5";
     //
     // pivotGridField7
     //
     this.pivotGridField7.Area               = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField7.AreaIndex          = 1;
     this.pivotGridField7.Caption            = "Tỉ lệ";
     this.pivotGridField7.FieldName          = "ID";
     this.pivotGridField7.Name               = "pivotGridField7";
     this.pivotGridField7.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn;
     this.pivotGridField7.SummaryType        = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     //
     // pivotGridField8
     //
     this.pivotGridField8.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField8.AreaIndex = 0;
     this.pivotGridField8.Caption   = "Tuần";
     this.pivotGridField8.FieldName = "tuan";
     this.pivotGridField8.Name      = "pivotGridField8";
     //
     // pivotGridField9
     //
     this.pivotGridField9.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField9.AreaIndex = 1;
     this.pivotGridField9.Caption   = "Loại dịch vụ";
     this.pivotGridField9.FieldName = "loai_dv";
     this.pivotGridField9.Name      = "pivotGridField9";
     //
     // chartControl
     //
     this.chartControl.AutoBindingSettingsEnabled = false;
     this.chartControl.AutoLayoutSettingsEnabled  = false;
     simpleDiagram1.EqualPieSize = false;
     this.chartControl.Diagram   = simpleDiagram1;
     this.chartControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.chartControl.Legend.MaxHorizontalPercentage = 30D;
     this.chartControl.Location           = new System.Drawing.Point(0, 184);
     this.chartControl.Name               = "chartControl";
     this.chartControl.SeriesDataMember   = "Series";
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl.SeriesTemplate.ArgumentDataMember = "Arguments";
     this.chartControl.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.Qualitative;
     pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     this.chartControl.SeriesTemplate.Label                        = pieSeriesLabel1;
     this.chartControl.SeriesTemplate.LegendTextPattern            = "{A}";
     this.chartControl.SeriesTemplate.ValueDataMembersSerializable = "Values";
     pieSeriesView1.RuntimeExploding = false;
     pieSeriesView1.SweepDirection   = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     this.chartControl.SeriesTemplate.View = pieSeriesView1;
     this.chartControl.Size     = new System.Drawing.Size(1008, 232);
     this.chartControl.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 100);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1008, 416);
     this.panel1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pivotGridControl1);
     this.panel2.Controls.Add(this.chartControl);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1008, 416);
     this.panel2.TabIndex = 2;
     //
     // f500_BAO_CAO_DANH_GIA
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 516);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Name = "f500_BAO_CAO_DANH_GIA";
     this.Text = "f500_BAO_CAO_TONG";
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.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.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            this.panel2 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField5 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField6 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField7 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField8 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField9 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.m_cmd_loc = new DevExpress.XtraEditors.SimpleButton();
            this.m_dat_startDate = new System.Windows.Forms.DateTimePicker();
            this.m_dat_tg_ket_thuc = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.chartControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(686, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(343, 413);
            this.panel2.TabIndex = 1;
            // 
            // chartControl1
            // 
            this.chartControl1.AutoBindingSettingsEnabled = false;
            this.chartControl1.AutoLayoutSettingsEnabled = false;
            this.chartControl1.DataSource = this.pivotGridControl1;
            simpleDiagram1.EqualPieSize = false;
            this.chartControl1.Diagram = simpleDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.BottomToTop;
            this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.SeriesDataMember = "Series";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel1;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            this.chartControl1.SeriesTemplate.View = pieSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(343, 413);
            this.chartControl1.TabIndex = 0;
            // 
            // pivotGridControl1
            // 
            this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField1,
            this.pivotGridField2,
            this.pivotGridField3,
            this.pivotGridField4,
            this.pivotGridField5,
            this.pivotGridField6,
            this.pivotGridField7,
            this.pivotGridField8,
            this.pivotGridField9});
            this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
            this.pivotGridControl1.Name = "pivotGridControl1";
            this.pivotGridControl1.Size = new System.Drawing.Size(686, 413);
            this.pivotGridControl1.TabIndex = 0;
            // 
            // pivotGridField1
            // 
            this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField1.AreaIndex = 0;
            this.pivotGridField1.Caption = "Chi nhánh";
            this.pivotGridField1.FieldName = "TEN_CHI_NHANH";
            this.pivotGridField1.Name = "pivotGridField1";
            // 
            // pivotGridField2
            // 
            this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField2.AreaIndex = 1;
            this.pivotGridField2.Caption = "Nhân viên";
            this.pivotGridField2.FieldName = "NGUOI_TAO_THAO_TAC";
            this.pivotGridField2.Name = "pivotGridField2";
            // 
            // pivotGridField3
            // 
            this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField3.AreaIndex = 2;
            this.pivotGridField3.Caption = "Trạng thái tiếp nhận";
            this.pivotGridField3.FieldName = "TIEP_NHAN_Y_N";
            this.pivotGridField3.Name = "pivotGridField3";
            // 
            // pivotGridField4
            // 
            this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField4.AreaIndex = 0;
            this.pivotGridField4.Caption = "Tiến độ";
            this.pivotGridField4.FieldName = "Tien_do_xu_li";
            this.pivotGridField4.Name = "pivotGridField4";
            // 
            // pivotGridField5
            // 
            this.pivotGridField5.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField5.AreaIndex = 0;
            this.pivotGridField5.Caption = "Số lượng đặt hàng";
            this.pivotGridField5.FieldName = "ID_DON_HANG";
            this.pivotGridField5.Name = "pivotGridField5";
            this.pivotGridField5.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
            // 
            // pivotGridField6
            // 
            this.pivotGridField6.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField6.AreaIndex = 3;
            this.pivotGridField6.Caption = "Số lượt điều phối lại";
            this.pivotGridField6.FieldName = "SO_LAN_DIEU_PHOI_LAI";
            this.pivotGridField6.Name = "pivotGridField6";
            // 
            // pivotGridField7
            // 
            this.pivotGridField7.AreaIndex = 0;
            this.pivotGridField7.Caption = "Dịch vụ cấp 1";
            this.pivotGridField7.FieldName = "TEN_YEU_CAU_CHA_CHA";
            this.pivotGridField7.Name = "pivotGridField7";
            // 
            // pivotGridField8
            // 
            this.pivotGridField8.AreaIndex = 1;
            this.pivotGridField8.Caption = "Dịch vụ cấp 2";
            this.pivotGridField8.FieldName = "TEN_YEU_CAU_CHA";
            this.pivotGridField8.Name = "pivotGridField8";
            // 
            // pivotGridField9
            // 
            this.pivotGridField9.AreaIndex = 2;
            this.pivotGridField9.Caption = "Dịch vụ cấp 3";
            this.pivotGridField9.FieldName = "TEN_YEU_CAU";
            this.pivotGridField9.Name = "pivotGridField9";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.pivotGridControl1);
            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(686, 413);
            this.panel1.TabIndex = 2;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_cmd_loc);
            this.panel3.Controls.Add(this.m_dat_startDate);
            this.panel3.Controls.Add(this.m_dat_tg_ket_thuc);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.label2);
            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(1029, 100);
            this.panel3.TabIndex = 3;
            // 
            // m_cmd_loc
            // 
            this.m_cmd_loc.Location = new System.Drawing.Point(865, 51);
            this.m_cmd_loc.Name = "m_cmd_loc";
            this.m_cmd_loc.Size = new System.Drawing.Size(123, 25);
            this.m_cmd_loc.TabIndex = 9;
            this.m_cmd_loc.Text = "&Lọc";
            this.m_cmd_loc.Click += new System.EventHandler(this.m_cmd_loc_Click);
            // 
            // m_dat_startDate
            // 
            this.m_dat_startDate.Location = new System.Drawing.Point(164, 57);
            this.m_dat_startDate.Name = "m_dat_startDate";
            this.m_dat_startDate.Size = new System.Drawing.Size(200, 20);
            this.m_dat_startDate.TabIndex = 7;
            // 
            // m_dat_tg_ket_thuc
            // 
            this.m_dat_tg_ket_thuc.Location = new System.Drawing.Point(588, 57);
            this.m_dat_tg_ket_thuc.Name = "m_dat_tg_ket_thuc";
            this.m_dat_tg_ket_thuc.Size = new System.Drawing.Size(200, 20);
            this.m_dat_tg_ket_thuc.TabIndex = 8;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(42, 59);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(106, 15);
            this.label3.TabIndex = 5;
            this.label3.Text = "Thời gian bắt đầu ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(472, 59);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(104, 15);
            this.label2.TabIndex = 6;
            this.label2.Text = "Thời gian kết thúc";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(365, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(165, 19);
            this.label1.TabIndex = 4;
            this.label1.Text = "BÁO CÁO ĐÁNH GIÁ";
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.panel2);
            this.panel4.Controls.Add(this.panel1);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 100);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(1029, 413);
            this.panel4.TabIndex = 3;
            // 
            // f510_BAO_CAO_TIEP_NHAN
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1029, 513);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Name = "f510_BAO_CAO_TIEP_NHAN";
            this.Text = "f510_BAO_CAO_TIEP_NHAN";
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     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.PieWidenAnimation pieWidenAnimation1 = new DevExpress.XtraCharts.PieWidenAnimation();
     DevExpress.XtraCharts.SeriesTitle       seriesTitle1       = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.PieSeriesView     pieSeriesView2     = new DevExpress.XtraCharts.PieSeriesView();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.dateEdit1         = new DevExpress.XtraEditors.DateEdit();
     this.label2            = new System.Windows.Forms.Label();
     this.dateEdit2         = new DevExpress.XtraEditors.DateEdit();
     this.flowLayoutPanel2  = new System.Windows.Forms.FlowLayoutPanel();
     this.Btn_Print         = new DevExpress.XtraEditors.SimpleButton();
     this.Btn_Export        = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AppearanceNameSerializable = "Pastel Kit";
     this.chartControl1.BorderOptions.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name          = "Default Legend";
     this.chartControl1.Legend.Title.Text    = "图例";
     this.chartControl1.Legend.Title.Visible = true;
     this.chartControl1.Legend.Visibility    = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location             = new System.Drawing.Point(3, 53);
     this.chartControl1.Name                 = "chartControl1";
     this.chartControl1.PaletteName          = "Pastel Kit";
     pieSeriesLabel1.Border.Visibility       = DevExpress.Utils.DefaultBoolean.False;
     pieSeriesLabel1.Font           = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pieSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.Position       = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     pieSeriesLabel1.TextPattern    = "{A}{V}({VP:P2})";
     series1.Label             = pieSeriesLabel1;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series1.Name              = "Animation";
     pieSeriesView1.Animation  = pieWidenAnimation1;
     seriesTitle1.Dock         = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     seriesTitle1.Font         = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     seriesTitle1.Indent       = 6;
     seriesTitle1.MaxLineCount = 2;
     seriesTitle1.WordWrap     = true;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = pieSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(932, 488);
     this.chartControl1.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoScroll  = true;
     this.tableLayoutPanel1.AutoSize    = true;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 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 = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size         = new System.Drawing.Size(944, 578);
     this.tableLayoutPanel1.TabIndex     = 1;
     this.tableLayoutPanel1.SizeChanged += new System.EventHandler(this.tableLayoutPanel1_SizeChanged);
     //
     // 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.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.chartControl1, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 400F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(938, 544);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 1, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(932, 44);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.dateEdit1);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.dateEdit2);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(506, 38);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(3, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 21);
     this.label1.TabIndex = 2;
     this.label1.Text     = "查询日期:";
     //
     // dateEdit1
     //
     this.dateEdit1.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(99, 3);
     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.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.EditFormat.FormatString  = "";
     this.dateEdit1.Properties.EditFormat.FormatType    = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.Mask.EditMask            = "";
     this.dateEdit1.Properties.TextEditStyle            = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Size              = new System.Drawing.Size(181, 20);
     this.dateEdit1.TabIndex          = 0;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(286, 2);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(17, 21);
     this.label2.TabIndex = 3;
     this.label2.Text     = "-";
     //
     // dateEdit2
     //
     this.dateEdit2.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(309, 3);
     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.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.EditFormat.FormatString  = "";
     this.dateEdit2.Properties.EditFormat.FormatType    = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit2.Properties.Mask.EditMask            = "";
     this.dateEdit2.Properties.TextEditStyle            = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size              = new System.Drawing.Size(181, 20);
     this.dateEdit2.TabIndex          = 4;
     this.dateEdit2.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.Btn_Print);
     this.flowLayoutPanel2.Controls.Add(this.Btn_Export);
     this.flowLayoutPanel2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel2.Location      = new System.Drawing.Point(515, 3);
     this.flowLayoutPanel2.Name          = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size          = new System.Drawing.Size(417, 38);
     this.flowLayoutPanel2.TabIndex      = 3;
     //
     // Btn_Print
     //
     this.Btn_Print.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_Print.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(104)))), ((int)(((byte)(18)))));
     this.Btn_Print.Appearance.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn_Print.Appearance.Options.UseBackColor = true;
     this.Btn_Print.Appearance.Options.UseFont      = true;
     this.Btn_Print.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Btn_Print.Location    = new System.Drawing.Point(256, 3);
     this.Btn_Print.Name        = "Btn_Print";
     this.Btn_Print.Size        = new System.Drawing.Size(158, 35);
     this.Btn_Print.TabIndex    = 9;
     this.Btn_Print.Text        = "打印";
     //
     // Btn_Export
     //
     this.Btn_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_Export.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(104)))), ((int)(((byte)(18)))));
     this.Btn_Export.Appearance.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn_Export.Appearance.Options.UseBackColor = true;
     this.Btn_Export.Appearance.Options.UseFont      = true;
     this.Btn_Export.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Btn_Export.Location    = new System.Drawing.Point(92, 3);
     this.Btn_Export.Name        = "Btn_Export";
     this.Btn_Export.Size        = new System.Drawing.Size(158, 35);
     this.Btn_Export.TabIndex    = 10;
     this.Btn_Export.Text        = "导出";
     this.Btn_Export.Click      += new System.EventHandler(this.Btn_Export_Click);
     //
     // BusinessDetailControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "BusinessDetailControl";
     this.Size = new System.Drawing.Size(944, 578);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     this.flowLayoutPanel2.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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraLayout.ColumnDefinition     columnDefinition1      = new DevExpress.XtraLayout.ColumnDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition1         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition2         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition3         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition4         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition5         = new DevExpress.XtraLayout.RowDefinition();
     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.SeriesTitle          seriesTitle1           = new DevExpress.XtraCharts.SeriesTitle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraLayout.ColumnDefinition     columnDefinition2      = new DevExpress.XtraLayout.ColumnDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition6         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition7         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition8         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition9         = new DevExpress.XtraLayout.RowDefinition();
     DevExpress.XtraLayout.RowDefinition        rowDefinition10        = new DevExpress.XtraLayout.RowDefinition();
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.Others              = new DevExpress.XtraEditors.LabelControl();
     this.Display             = new DevExpress.XtraEditors.LabelControl();
     this.Available           = new DevExpress.XtraEditors.LabelControl();
     this.borrow              = new DevExpress.XtraEditors.LabelControl();
     this.total               = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.toolTipController1  = new DevExpress.Utils.ToolTipController(this.components);
     this.groupControl3       = new DevExpress.XtraEditors.GroupControl();
     this.dataGridView1       = new System.Windows.Forms.DataGridView();
     this.Column1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.dashboardViewer1    = new DevExpress.DashboardWin.DashboardViewer(this.components);
     this.TotalReader         = new DevExpress.XtraEditors.LabelControl();
     this.Overdue             = new DevExpress.XtraEditors.LabelControl();
     this.Borrowing           = new DevExpress.XtraEditors.LabelControl();
     this.OthersRader         = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.Date    = new DevExpress.XtraEditors.LabelControl();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BorderColor            = System.Drawing.SystemColors.MenuHighlight;
     this.groupControl1.Appearance.Options.UseBorderColor = true;
     this.groupControl1.Controls.Add(this.layoutControl2);
     this.groupControl1.Location = new System.Drawing.Point(12, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(269, 211);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "Book statistics";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.Others);
     this.layoutControl2.Controls.Add(this.Display);
     this.layoutControl2.Controls.Add(this.Available);
     this.layoutControl2.Controls.Add(this.borrow);
     this.layoutControl2.Controls.Add(this.total);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 23);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup1;
     this.layoutControl2.Size     = new System.Drawing.Size(265, 186);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // Others
     //
     this.Others.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Others.Appearance.Options.UseFont = true;
     this.Others.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.Others.Location        = new System.Drawing.Point(12, 144);
     this.Others.Name            = "Others";
     this.Others.Size            = new System.Drawing.Size(37, 16);
     this.Others.StyleController = this.layoutControl2;
     this.Others.TabIndex        = 8;
     this.Others.Text            = "Lost: ";
     this.Others.Click          += new System.EventHandler(this.Others_Click);
     this.Others.MouseEnter     += new System.EventHandler(this.total_MouseEnter);
     this.Others.MouseLeave     += new System.EventHandler(this.total_MouseLeave);
     //
     // Display
     //
     this.Display.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Display.Appearance.Options.UseFont = true;
     this.Display.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.Display.Location        = new System.Drawing.Point(12, 111);
     this.Display.Name            = "Display";
     this.Display.Size            = new System.Drawing.Size(117, 16);
     this.Display.StyleController = this.layoutControl2;
     this.Display.TabIndex        = 7;
     this.Display.Text            = "Being displayed:";
     this.Display.Click          += new System.EventHandler(this.Display_Click);
     this.Display.MouseEnter     += new System.EventHandler(this.total_MouseEnter);
     this.Display.MouseLeave     += new System.EventHandler(this.total_MouseLeave);
     //
     // Available
     //
     this.Available.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Available.Appearance.Options.UseFont = true;
     this.Available.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.Available.Location        = new System.Drawing.Point(12, 78);
     this.Available.Name            = "Available";
     this.Available.Size            = new System.Drawing.Size(74, 16);
     this.Available.StyleController = this.layoutControl2;
     this.Available.TabIndex        = 6;
     this.Available.Text            = "Available: ";
     this.Available.Click          += new System.EventHandler(this.Available_Click);
     this.Available.MouseEnter     += new System.EventHandler(this.total_MouseEnter);
     this.Available.MouseLeave     += new System.EventHandler(this.total_MouseLeave);
     //
     // borrow
     //
     this.borrow.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.borrow.Appearance.Options.UseFont = true;
     this.borrow.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.borrow.Location        = new System.Drawing.Point(12, 45);
     this.borrow.Name            = "borrow";
     this.borrow.Size            = new System.Drawing.Size(113, 16);
     this.borrow.StyleController = this.layoutControl2;
     this.borrow.TabIndex        = 5;
     this.borrow.Text            = "Being borrowed:";
     this.borrow.Click          += new System.EventHandler(this.borrow_Click);
     this.borrow.MouseEnter     += new System.EventHandler(this.total_MouseEnter);
     this.borrow.MouseLeave     += new System.EventHandler(this.total_MouseLeave);
     //
     // total
     //
     this.total.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.total.Appearance.Options.UseFont = true;
     this.total.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.total.Location        = new System.Drawing.Point(12, 12);
     this.total.Name            = "total";
     this.total.Size            = new System.Drawing.Size(163, 16);
     this.total.StyleController = this.layoutControl2;
     this.total.TabIndex        = 4;
     this.total.Text            = "Total number of books: ";
     this.total.Click          += new System.EventHandler(this.total_Click);
     this.total.MouseEnter     += new System.EventHandler(this.total_MouseEnter);
     this.total.MouseLeave     += new System.EventHandler(this.total_MouseLeave);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9
     });
     this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
     this.layoutControlGroup1.Name       = "layoutControlGroup1";
     columnDefinition1.SizeType          = System.Windows.Forms.SizeType.Percent;
     columnDefinition1.Width             = 100D;
     this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
         columnDefinition1
     });
     rowDefinition1.Height   = 100D;
     rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
     rowDefinition2.Height   = 100D;
     rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
     rowDefinition3.Height   = 100D;
     rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
     rowDefinition4.Height   = 100D;
     rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
     rowDefinition5.Height   = 100D;
     rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
     this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
         rowDefinition1,
         rowDefinition2,
         rowDefinition3,
         rowDefinition4,
         rowDefinition5
     });
     this.layoutControlGroup1.Size        = new System.Drawing.Size(265, 186);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.total;
     this.layoutControlItem5.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Size        = new System.Drawing.Size(245, 33);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.borrow;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 33);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
     this.layoutControlItem6.Size        = new System.Drawing.Size(245, 33);
     this.layoutControlItem6.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control  = this.Available;
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 66);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
     this.layoutControlItem7.Size        = new System.Drawing.Size(245, 33);
     this.layoutControlItem7.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control  = this.Display;
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 99);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3;
     this.layoutControlItem8.Size        = new System.Drawing.Size(245, 33);
     this.layoutControlItem8.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control  = this.Others;
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 132);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 4;
     this.layoutControlItem9.Size        = new System.Drawing.Size(245, 34);
     this.layoutControlItem9.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Controls.Add(this.groupControl3);
     this.layoutControl1.Controls.Add(this.groupControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(716, 186, 650, 400);
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(713, 451);
     this.layoutControl1.TabIndex = 2;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Title.Text = "";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(285, 12);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.RefreshDataOnRepaint = true;
     this.chartControl1.RuntimeHitTesting    = true;
     pieSeriesLabel1.LineVisibility          = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.Position    = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     pieSeriesLabel1.TextPattern = "{V}";
     series1.Label = pieSeriesLabel1;
     series1.Name  = "Books";
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     pieSeriesView1.TotalLabel.Visible = true;
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size              = new System.Drawing.Size(416, 211);
     this.chartControl1.TabIndex          = 7;
     this.chartControl1.ToolTipController = this.toolTipController1;
     this.chartControl1.Click            += new System.EventHandler(this.chartControl1_Click);
     this.chartControl1.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     //
     // groupControl3
     //
     this.groupControl3.Appearance.BorderColor            = System.Drawing.SystemColors.GrayText;
     this.groupControl3.Appearance.Options.UseBorderColor = true;
     this.groupControl3.Controls.Add(this.dataGridView1);
     this.groupControl3.Location = new System.Drawing.Point(12, 227);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(689, 212);
     this.groupControl3.TabIndex = 6;
     this.groupControl3.Text     = "List";
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeight           = 30;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column5,
         this.Column10
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(70)))), ((int)(((byte)(68)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.GridColor                  = System.Drawing.SystemColors.Control;
     this.dataGridView1.Location                   = new System.Drawing.Point(2, 23);
     this.dataGridView1.Name                       = "dataGridView1";
     this.dataGridView1.ReadOnly                   = true;
     dataGridViewCellStyle3.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor              = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor              = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridView1.Size                       = new System.Drawing.Size(685, 187);
     this.dataGridView1.TabIndex                   = 4;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "MaSach";
     this.Column1.HeaderText       = "Book ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "Ten";
     this.Column2.HeaderText       = "Book Title";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "NamXB";
     this.Column3.HeaderText       = "Publication Date";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "MaXB";
     this.Column6.HeaderText       = "Publisher\'s ID";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "MaTG";
     this.Column7.HeaderText       = "Author ID";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "MaTL";
     this.Column8.HeaderText       = "Category ID";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "MaVT";
     this.Column9.HeaderText       = "Location ID";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "TinhTrang";
     this.Column5.HeaderText       = "State";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "MaNN";
     this.Column10.HeaderText       = "Language ID";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(713, 451);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.groupControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(273, 215);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.chartControl1;
     this.layoutControlItem3.Location = new System.Drawing.Point(273, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
     this.layoutControlItem3.Size        = new System.Drawing.Size(420, 215);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.groupControl3;
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 215);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
     this.layoutControlItem4.Size        = new System.Drawing.Size(693, 216);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // dashboardViewer1
     //
     this.dashboardViewer1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
     this.dashboardViewer1.Appearance.Options.UseBackColor = true;
     this.dashboardViewer1.AsyncMode = true;
     this.dashboardViewer1.Location  = new System.Drawing.Point(0, 0);
     this.dashboardViewer1.Name      = "dashboardViewer1";
     this.dashboardViewer1.Size      = new System.Drawing.Size(150, 150);
     this.dashboardViewer1.TabIndex  = 0;
     //
     // TotalReader
     //
     this.TotalReader.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TotalReader.Appearance.Options.UseFont = true;
     this.TotalReader.Location = new System.Drawing.Point(12, 12);
     this.TotalReader.Name     = "TotalReader";
     this.TotalReader.Size     = new System.Drawing.Size(0, 16);
     this.TotalReader.TabIndex = 4;
     //
     // Overdue
     //
     this.Overdue.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Overdue.Appearance.Options.UseFont = true;
     this.Overdue.Location = new System.Drawing.Point(12, 44);
     this.Overdue.Name     = "Overdue";
     this.Overdue.Size     = new System.Drawing.Size(0, 16);
     this.Overdue.TabIndex = 5;
     //
     // Borrowing
     //
     this.Borrowing.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Borrowing.Appearance.Options.UseFont = true;
     this.Borrowing.Location = new System.Drawing.Point(12, 77);
     this.Borrowing.Name     = "Borrowing";
     this.Borrowing.Size     = new System.Drawing.Size(0, 16);
     this.Borrowing.TabIndex = 6;
     //
     // OthersRader
     //
     this.OthersRader.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OthersRader.Appearance.Options.UseFont = true;
     this.OthersRader.Location = new System.Drawing.Point(12, 110);
     this.OthersRader.Name     = "OthersRader";
     this.OthersRader.Size     = new System.Drawing.Size(0, 16);
     this.OthersRader.TabIndex = 7;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem12,
         this.layoutControlItem13
     });
     this.layoutControlGroup2.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
     this.layoutControlGroup2.Location   = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name       = "layoutControlGroup2";
     columnDefinition2.SizeType          = System.Windows.Forms.SizeType.Percent;
     columnDefinition2.Width             = 100D;
     this.layoutControlGroup2.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
         columnDefinition2
     });
     rowDefinition6.Height    = 100D;
     rowDefinition6.SizeType  = System.Windows.Forms.SizeType.Percent;
     rowDefinition7.Height    = 100D;
     rowDefinition7.SizeType  = System.Windows.Forms.SizeType.Percent;
     rowDefinition8.Height    = 100D;
     rowDefinition8.SizeType  = System.Windows.Forms.SizeType.Percent;
     rowDefinition9.Height    = 100D;
     rowDefinition9.SizeType  = System.Windows.Forms.SizeType.Percent;
     rowDefinition10.Height   = 100D;
     rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
     this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
         rowDefinition6,
         rowDefinition7,
         rowDefinition8,
         rowDefinition9,
         rowDefinition10
     });
     this.layoutControlGroup2.Size        = new System.Drawing.Size(277, 184);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control     = this.TotalReader;
     this.layoutControlItem10.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem10.Name        = "layoutControlItem10";
     this.layoutControlItem10.Size        = new System.Drawing.Size(277, 36);
     this.layoutControlItem10.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem10.TextVisible = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control  = this.Overdue;
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 36);
     this.layoutControlItem11.Name     = "layoutControlItem11";
     this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1;
     this.layoutControlItem11.Size        = new System.Drawing.Size(277, 37);
     this.layoutControlItem11.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextVisible = false;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control  = this.Borrowing;
     this.layoutControlItem12.Location = new System.Drawing.Point(0, 73);
     this.layoutControlItem12.Name     = "layoutControlItem12";
     this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
     this.layoutControlItem12.Size        = new System.Drawing.Size(277, 37);
     this.layoutControlItem12.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem12.TextVisible = false;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control  = this.OthersRader;
     this.layoutControlItem13.Enabled  = false;
     this.layoutControlItem13.Location = new System.Drawing.Point(0, 110);
     this.layoutControlItem13.Name     = "layoutControlItem13";
     this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
     this.layoutControlItem13.Size        = new System.Drawing.Size(277, 37);
     this.layoutControlItem13.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem13.TextVisible = false;
     //
     // Date
     //
     this.Date.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Date.Appearance.ForeColor            = System.Drawing.Color.Gray;
     this.Date.Appearance.Options.UseFont      = true;
     this.Date.Appearance.Options.UseForeColor = true;
     this.Date.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.Date.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.Date.Location    = new System.Drawing.Point(0, 451);
     this.Date.Name        = "Date";
     this.Date.Size        = new System.Drawing.Size(47, 16);
     this.Date.TabIndex    = 0;
     this.Date.Text        = "Refresh";
     this.Date.Click      += new System.EventHandler(this.Date_Click);
     this.Date.MouseEnter += new System.EventHandler(this.Date_MouseEnter);
     this.Date.MouseLeave += new System.EventHandler(this.Date_MouseLeave);
     //
     // Column4
     //
     this.Column4.HeaderText = "Column4";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     //
     // Home
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.ForeColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseForeColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(713, 467);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.Date);
     this.Name         = "Home";
     this.Text         = "Home";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Home_FormClosing);
     this.Load        += new System.EventHandler(this.Home_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).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.SimpleDiagram            simpleDiagram1  = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1  = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1    = new DevExpress.XtraCharts.SeriesTitle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(f9906_bieu_do_boc_bong_truot_binh_thuong));
     this.panel1                 = new System.Windows.Forms.Panel();
     this.chartControl1          = new DevExpress.XtraCharts.ChartControl();
     this.m_pivot_ty_le_hoc_bong = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1        = new DevExpress.XtraPivotGrid.PivotGridField();
     this.m_pivot_ty_le          = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4        = new DevExpress.XtraPivotGrid.PivotGridField();
     this.m_pivot_phan_tram      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.panel4                 = new System.Windows.Forms.Panel();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.m_cmd_xua_bao_cao      = new DevExpress.XtraEditors.SimpleButton();
     this.m_cbo_hoc_ky           = new System.Windows.Forms.ComboBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.m_cmd_loc              = new DevExpress.XtraEditors.SimpleButton();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_hoc_bong)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.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(662, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(393, 482);
     this.panel1.TabIndex = 0;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "Northern Lights";
     this.chartControl1.DataSource = this.m_pivot_ty_le_hoc_bong;
     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";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
     this.chartControl1.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.Qualitative;
     pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     this.chartControl1.SeriesTemplate.Label                        = pieSeriesLabel1;
     this.chartControl1.SeriesTemplate.LegendTextPattern            = "{A}";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
     pieSeriesView1.RuntimeExploding = false;
     pieSeriesView1.SweepDirection   = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     this.chartControl1.SeriesTemplate.View = pieSeriesView1;
     this.chartControl1.Size     = new System.Drawing.Size(393, 482);
     this.chartControl1.TabIndex = 0;
     //
     // m_pivot_ty_le_hoc_bong
     //
     this.m_pivot_ty_le_hoc_bong.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_pivot_ty_le_hoc_bong.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.m_pivot_ty_le,
         this.pivotGridField4,
         this.m_pivot_phan_tram
     });
     this.m_pivot_ty_le_hoc_bong.Location = new System.Drawing.Point(0, 0);
     this.m_pivot_ty_le_hoc_bong.Name     = "m_pivot_ty_le_hoc_bong";
     this.m_pivot_ty_le_hoc_bong.OptionsPrint.PrintColumnHeaders = DevExpress.Utils.DefaultBoolean.True;
     this.m_pivot_ty_le_hoc_bong.OptionsPrint.PrintDataHeaders   = DevExpress.Utils.DefaultBoolean.True;
     this.m_pivot_ty_le_hoc_bong.Size     = new System.Drawing.Size(662, 424);
     this.m_pivot_ty_le_hoc_bong.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption   = "Phân loại";
     this.pivotGridField1.FieldName = "HocKy";
     this.pivotGridField1.Name      = "pivotGridField1";
     //
     // m_pivot_ty_le
     //
     this.m_pivot_ty_le.Area           = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.m_pivot_ty_le.AreaIndex      = 0;
     this.m_pivot_ty_le.Caption        = "Tỷ lệ";
     this.m_pivot_ty_le.FieldName      = "TyLe";
     this.m_pivot_ty_le.GrandTotalText = "Tỉ lệ";
     this.m_pivot_ty_le.Name           = "m_pivot_ty_le";
     //
     // pivotGridField4
     //
     this.pivotGridField4.AreaIndex = 0;
     this.pivotGridField4.Caption   = "Học kỳ";
     this.pivotGridField4.FieldName = "Ky";
     this.pivotGridField4.Name      = "pivotGridField4";
     //
     // m_pivot_phan_tram
     //
     this.m_pivot_phan_tram.Area               = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.m_pivot_phan_tram.AreaIndex          = 1;
     this.m_pivot_phan_tram.Caption            = "Phần trăm";
     this.m_pivot_phan_tram.FieldName          = "PhanTram";
     this.m_pivot_phan_tram.Name               = "m_pivot_phan_tram";
     this.m_pivot_phan_tram.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(662, 482);
     this.panel2.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.m_pivot_ty_le_hoc_bong);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 58);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(662, 424);
     this.panel4.TabIndex = 1;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_cmd_xua_bao_cao);
     this.panel3.Controls.Add(this.m_cbo_hoc_ky);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.m_cmd_loc);
     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(662, 58);
     this.panel3.TabIndex = 0;
     //
     // m_cmd_xua_bao_cao
     //
     this.m_cmd_xua_bao_cao.Image    = ((System.Drawing.Image)(resources.GetObject("m_cmd_xua_bao_cao.Image")));
     this.m_cmd_xua_bao_cao.Location = new System.Drawing.Point(519, 8);
     this.m_cmd_xua_bao_cao.Name     = "m_cmd_xua_bao_cao";
     this.m_cmd_xua_bao_cao.Size     = new System.Drawing.Size(113, 36);
     this.m_cmd_xua_bao_cao.TabIndex = 3;
     this.m_cmd_xua_bao_cao.Text     = "Xuất báo cáo";
     this.m_cmd_xua_bao_cao.Click   += new System.EventHandler(this.m_cmd_xua_bao_cao_Click);
     //
     // m_cbo_hoc_ky
     //
     this.m_cbo_hoc_ky.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_hoc_ky.FormattingEnabled = true;
     this.m_cbo_hoc_ky.Location          = new System.Drawing.Point(100, 16);
     this.m_cbo_hoc_ky.Name     = "m_cbo_hoc_ky";
     this.m_cbo_hoc_ky.Size     = new System.Drawing.Size(121, 21);
     this.m_cbo_hoc_ky.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 1;
     this.label1.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(422, 8);
     this.m_cmd_loc.Name     = "m_cmd_loc";
     this.m_cmd_loc.Size     = new System.Drawing.Size(75, 36);
     this.m_cmd_loc.TabIndex = 0;
     this.m_cmd_loc.Text     = "Lọc";
     this.m_cmd_loc.Click   += new System.EventHandler(this.m_cmd_loc_Click);
     //
     // f9906_bieu_do_boc_bong_truot_binh_thuong
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1055, 482);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "f9906_bieu_do_boc_bong_truot_binh_thuong";
     this.Text  = "Tỷ lệ học bổng";
     this.Load += new System.EventHandler(this.f9906_bao_cao_demo_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_hoc_bong)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(urcReportTrungTam_SoBo));
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle2              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel1      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1       = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle3              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.ChartGioiTinh          = new DevExpress.XtraCharts.ChartControl();
     this.panelControl3          = new DevExpress.XtraEditors.PanelControl();
     this.txtThuLai              = new DevExpress.XtraEditors.LabelControl();
     this.txtThuMoi              = new DevExpress.XtraEditors.LabelControl();
     this.txtTongPhieu           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     this.panelControl2          = new DevExpress.XtraEditors.PanelControl();
     this.butPrint               = new DevExpress.XtraEditors.SimpleButton();
     this.butOK                  = new DevExpress.XtraEditors.SimpleButton();
     this.dllNgay                = new UserControlDate.dllNgay();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.ChartPPSinh            = new DevExpress.XtraCharts.ChartControl();
     this.ChartGoiXN             = new DevExpress.XtraCharts.ChartControl();
     this.ChartKQ                = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlItem1     = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // ChartGioiTinh
     //
     this.ChartGioiTinh.Legend.MarkerVisible           = false;
     this.ChartGioiTinh.Legend.MaxHorizontalPercentage = 30D;
     this.ChartGioiTinh.Legend.MaxVerticalPercentage   = 30D;
     this.ChartGioiTinh.Legend.TextVisible             = false;
     this.ChartGioiTinh.Location = new System.Drawing.Point(953, 5);
     this.ChartGioiTinh.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartGioiTinh.Name     = "ChartGioiTinh";
     series1.ArgumentDataMember  = "Name";
     pieSeriesLabel1.TextPattern = "{A}:{V} ({VP:0.00%})";
     series1.Label = pieSeriesLabel1;
     series1.Name  = "Giới Tính";
     series1.ValueDataMembersSerializable = "Values";
     pieSeriesView1.HeightToWidthRatio    = 0.8D;
     pieSeriesView1.SweepDirection        = DevExpress.XtraCharts.PieSweepDirection.Clockwise;
     seriesTitle1.Font      = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle1.TextColor = System.Drawing.Color.DodgerBlue;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.ChartGioiTinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartGioiTinh.Size     = new System.Drawing.Size(314, 278);
     this.ChartGioiTinh.TabIndex = 2;
     //
     // panelControl3
     //
     this.panelControl3.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl3.Appearance.Options.UseBackColor = true;
     this.panelControl3.Controls.Add(this.txtThuLai);
     this.panelControl3.Controls.Add(this.txtThuMoi);
     this.panelControl3.Controls.Add(this.txtTongPhieu);
     this.panelControl3.Controls.Add(this.labelControl4);
     this.panelControl3.Controls.Add(this.labelControl3);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Location = new System.Drawing.Point(5, 5);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(315, 278);
     this.panelControl3.TabIndex = 1;
     //
     // txtThuLai
     //
     this.txtThuLai.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F);
     this.txtThuLai.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtThuLai.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuLai.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuLai.Location     = new System.Drawing.Point(153, 190);
     this.txtThuLai.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuLai.Name         = "txtThuLai";
     this.txtThuLai.Size         = new System.Drawing.Size(156, 30);
     this.txtThuLai.TabIndex     = 0;
     this.txtThuLai.Text         = "10000";
     this.txtThuLai.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // txtThuMoi
     //
     this.txtThuMoi.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F);
     this.txtThuMoi.Appearance.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.txtThuMoi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuMoi.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuMoi.Location     = new System.Drawing.Point(7, 190);
     this.txtThuMoi.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuMoi.Name         = "txtThuMoi";
     this.txtThuMoi.Size         = new System.Drawing.Size(149, 30);
     this.txtThuMoi.TabIndex     = 0;
     this.txtThuMoi.Text         = "10000";
     this.txtThuMoi.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // txtTongPhieu
     //
     this.txtTongPhieu.Appearance.Font      = new System.Drawing.Font("Tahoma", 30F);
     this.txtTongPhieu.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtTongPhieu.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtTongPhieu.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtTongPhieu.Location     = new System.Drawing.Point(0, 50);
     this.txtTongPhieu.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTongPhieu.Name         = "txtTongPhieu";
     this.txtTongPhieu.Size         = new System.Drawing.Size(309, 60);
     this.txtTongPhieu.TabIndex     = 0;
     this.txtTongPhieu.Text         = "10000";
     this.txtTongPhieu.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.YellowGreen;
     this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl4.Location     = new System.Drawing.Point(153, 156);
     this.labelControl4.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl4.Name         = "labelControl4";
     this.labelControl4.Size         = new System.Drawing.Size(156, 27);
     this.labelControl4.TabIndex     = 0;
     this.labelControl4.Text         = "Phiếu Thu Lại";
     this.labelControl4.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.DarkViolet;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl3.Location     = new System.Drawing.Point(6, 156);
     this.labelControl3.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(150, 27);
     this.labelControl3.TabIndex     = 0;
     this.labelControl3.Text         = "Phiếu Thu Mới";
     this.labelControl3.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("Tahoma", 20F);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Fuchsia;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl1.Location     = new System.Drawing.Point(5, 5);
     this.labelControl1.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(304, 41);
     this.labelControl1.TabIndex     = 0;
     this.labelControl1.Text         = "Tổng Số Phiếu";
     this.labelControl1.Click       += new System.EventHandler(this.labelControl1_Click);
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.Controls.Add(this.butPrint);
     this.panelControl2.Controls.Add(this.butOK);
     this.panelControl2.Controls.Add(this.dllNgay);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1269, 89);
     this.panelControl2.TabIndex = 2;
     //
     // butPrint
     //
     this.butPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butPrint.Image       = ((System.Drawing.Image)(resources.GetObject("butPrint.Image")));
     this.butPrint.Location    = new System.Drawing.Point(351, 46);
     this.butPrint.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.butPrint.Name        = "butPrint";
     this.butPrint.Size        = new System.Drawing.Size(93, 32);
     this.butPrint.TabIndex    = 1055;
     this.butPrint.Text        = "In";
     this.butPrint.Click      += new System.EventHandler(this.butPrint_Click);
     //
     // butOK
     //
     this.butOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butOK.Image       = ((System.Drawing.Image)(resources.GetObject("butOK.Image")));
     this.butOK.Location    = new System.Drawing.Point(351, 6);
     this.butOK.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.butOK.Name        = "butOK";
     this.butOK.Size        = new System.Drawing.Size(93, 32);
     this.butOK.TabIndex    = 1054;
     this.butOK.Text        = "Lấy số liệu";
     this.butOK.Click      += new System.EventHandler(this.butOK_Click);
     //
     // dllNgay
     //
     this.dllNgay.BackColor = System.Drawing.Color.Transparent;
     this.dllNgay.Location  = new System.Drawing.Point(0, 0);
     this.dllNgay.Margin    = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.dllNgay.Name      = "dllNgay";
     this.dllNgay.Size      = new System.Drawing.Size(344, 90);
     this.dllNgay.TabIndex  = 1053;
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Appearance.BackColor            = System.Drawing.Color.White;
     this.xtraScrollableControl1.Appearance.Options.UseBackColor = true;
     this.xtraScrollableControl1.Controls.Add(this.ChartPPSinh);
     this.xtraScrollableControl1.Controls.Add(this.panelControl3);
     this.xtraScrollableControl1.Controls.Add(this.ChartGioiTinh);
     this.xtraScrollableControl1.Controls.Add(this.ChartGoiXN);
     this.xtraScrollableControl1.Controls.Add(this.ChartKQ);
     this.xtraScrollableControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 89);
     this.xtraScrollableControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.xtraScrollableControl1.Name     = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size     = new System.Drawing.Size(1269, 949);
     this.xtraScrollableControl1.TabIndex = 3;
     //
     // ChartPPSinh
     //
     this.ChartPPSinh.IndicatorsPaletteName = "Palette 1";
     this.ChartPPSinh.IndicatorsPaletteRepository.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)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211))))), System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))), System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))))
     }));
     this.ChartPPSinh.Legend.Direction = DevExpress.XtraCharts.LegendDirection.BottomToTop;
     this.ChartPPSinh.Location         = new System.Drawing.Point(327, 5);
     this.ChartPPSinh.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartPPSinh.Name             = "ChartPPSinh";
     series2.ArgumentDataMember        = "Name";
     pieSeriesLabel2.LineVisibility    = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel2.TextPattern       = "{A}:{V} ({VP:0.00%})";
     series2.Label                        = pieSeriesLabel2;
     series2.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                         = "Phương pháp sinh";
     series2.ValueDataMembersSerializable = "Values";
     seriesTitle2.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle2.MaxLineCount            = 4;
     seriesTitle2.TextColor               = System.Drawing.Color.MediumPurple;
     seriesTitle2.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesView2.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle2
     });
     series2.View = pieSeriesView2;
     this.ChartPPSinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.ChartPPSinh.Size     = new System.Drawing.Size(309, 278);
     this.ChartPPSinh.TabIndex = 2;
     //
     // ChartGoiXN
     //
     this.ChartGoiXN.Legend.MarkerVisible = false;
     this.ChartGoiXN.Legend.TextVisible   = false;
     this.ChartGoiXN.Location             = new System.Drawing.Point(643, 5);
     this.ChartGoiXN.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartGoiXN.Name                    = "ChartGoiXN";
     series3.ArgumentDataMember              = "Name";
     doughnutSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     doughnutSeriesLabel1.ColumnIndent       = 10;
     doughnutSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     doughnutSeriesLabel1.LineLength         = 5;
     doughnutSeriesLabel1.TextAlignment      = System.Drawing.StringAlignment.Near;
     doughnutSeriesLabel1.TextPattern        = "{A}: {V} ({VP:0.00%})";
     series3.Label                        = doughnutSeriesLabel1;
     series3.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                         = "Gói xét nghiệm";
     series3.ValueDataMembersSerializable = "Values";
     doughnutSeriesView1.Rotation         = 5;
     seriesTitle3.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle3.Indent                  = 10;
     seriesTitle3.MaxLineCount            = 4;
     seriesTitle3.TextColor               = System.Drawing.Color.DodgerBlue;
     seriesTitle3.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle3
     });
     series3.View = doughnutSeriesView1;
     this.ChartGoiXN.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.ChartGoiXN.Size     = new System.Drawing.Size(309, 278);
     this.ChartGoiXN.TabIndex = 2;
     //
     // ChartKQ
     //
     xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
     xyDiagram1.AxisX.GridLines.MinorVisible     = true;
     xyDiagram1.AxisX.Label.TextPattern          = "{A}";
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.Title.Text                 = "";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartKQ.Diagram     = xyDiagram1;
     this.ChartKQ.Location    = new System.Drawing.Point(7, 290);
     this.ChartKQ.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ChartKQ.Name        = "ChartKQ";
     this.ChartKQ.PaletteName = "Chameleon";
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Indent            = 1;
     sideBySideBarSeriesLabel1.LineLength        = 1;
     sideBySideBarSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.TextPattern       = "{V:#,#} ({V:0.00%})";
     series4.Label                   = sideBySideBarSeriesLabel1;
     series4.LabelsVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                    = "Series 1";
     this.ChartKQ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.ChartKQ.Size     = new System.Drawing.Size(628, 316);
     this.ChartKQ.TabIndex = 0;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(50, 20);
     //
     // urcReportTrungTam_SoBo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.xtraScrollableControl1);
     this.Controls.Add(this.panelControl2);
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name   = "urcReportTrungTam_SoBo";
     this.Size   = new System.Drawing.Size(1269, 1038);
     this.Load  += new System.EventHandler(this.urcReportTrungTam_SoBo_Load);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #17
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.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem3 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem4 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint("ok", new object[] {
         ((object)(1D))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("定位异常", new object[] {
         ((object)(1D))
     }, 1);
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("抓边异常", new object[] {
         ((object)(1D))
     }, 2);
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("探高异常", new object[] {
         ((object)(1D))
     }, 3);
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1     = new DevExpress.XtraCharts.SeriesTitle();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(ShowCapacityFrm));
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.btn_show_clear_data = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataBindings             = null;
     simpleDiagram3D1.RotationMatrixSerializable = "0.477215672887733;0.665010649161712;-0.574478927421923;0;-0.874557448090084;0.423" +
                                                   "44354559115;-0.236315115232545;0;0.086107325707421;0.615188101476881;0.783663912" +
                                                   "822841;0;0;0;0;1";
     this.chartControl1.Diagram    = simpleDiagram3D1;
     customLegendItem1.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(229)))), ((int)(((byte)(99)))));
     customLegendItem1.Name        = "Custom Legend Item 1";
     customLegendItem1.Text        = "OK";
     customLegendItem2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(105)))), ((int)(((byte)(244)))));
     customLegendItem2.Name        = "Custom Legend Item 2";
     customLegendItem2.Text        = "定位异常";
     customLegendItem3.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(67)))), ((int)(((byte)(167)))));
     customLegendItem3.Name        = "Custom Legend Item 3";
     customLegendItem3.Text        = "抓边异常";
     customLegendItem4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(0)))), ((int)(((byte)(2)))));
     customLegendItem4.Name        = "Custom Legend Item 4";
     customLegendItem4.Text        = "探高异常";
     this.chartControl1.Legend.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] {
         customLegendItem1,
         customLegendItem2,
         customLegendItem3,
         customLegendItem4
     });
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.Name = "Series1";
     seriesPoint1.ColorSerializable = "#00E563";
     seriesPoint2.ColorSerializable = "#EC69F4";
     seriesPoint3.ColorSerializable = "#EA43A7";
     seriesPoint4.ColorSerializable = "#C40002";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     seriesTitle1.Text = "总产能:0";
     pie3DSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pie3DSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(478, 416);
     this.chartControl1.TabIndex = 0;
     //
     // btn_show_clear_data
     //
     this.btn_show_clear_data.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_show_clear_data.Location = new System.Drawing.Point(364, 381);
     this.btn_show_clear_data.Name     = "btn_show_clear_data";
     this.btn_show_clear_data.Size     = new System.Drawing.Size(101, 23);
     this.btn_show_clear_data.TabIndex = 1;
     this.btn_show_clear_data.Text     = "清空产能数据";
     this.btn_show_clear_data.Click   += new System.EventHandler(this.btn_show_clear_data_Click);
     //
     // ShowCapacityFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(477, 416);
     this.Controls.Add(this.btn_show_clear_data);
     this.Controls.Add(this.chartControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ShowCapacityFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "ShowCapacityFrm";
     this.Load           += new System.EventHandler(this.ShowCapacityFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.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.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel1      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1       = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle2              = new DevExpress.XtraCharts.SeriesTitle();
     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.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle3              = new DevExpress.XtraCharts.SeriesTitle();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(urcReportTrungTam_DonVi));
     this.gridView2          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.labelControl9      = new DevExpress.XtraEditors.LabelControl();
     this.txtChiCuc          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.ChartPPSinh        = new DevExpress.XtraCharts.ChartControl();
     this.ChartGoiXN         = new DevExpress.XtraCharts.ChartControl();
     this.ChartKQ            = new DevExpress.XtraCharts.ChartControl();
     this.PanelSingle        = new DevExpress.XtraEditors.XtraScrollableControl();
     this.panelControl3      = new DevExpress.XtraEditors.PanelControl();
     this.txtThuLai          = new DevExpress.XtraEditors.LabelControl();
     this.txtThuMoi          = new DevExpress.XtraEditors.LabelControl();
     this.txtTongPhieu       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.ChartGioiTinh      = new DevExpress.XtraCharts.ChartControl();
     this.dllNgay            = new UserControlDate.dllNgay();
     this.panelControl2      = new DevExpress.XtraEditors.PanelControl();
     this.labelControl16     = new DevExpress.XtraEditors.LabelControl();
     this.txtDonVi           = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.butPrint           = new DevExpress.XtraEditors.SimpleButton();
     this.butOK                 = new DevExpress.XtraEditors.SimpleButton();
     this.panel1                = new System.Windows.Forms.Panel();
     this.PanelMulti            = new DevExpress.XtraEditors.XtraScrollableControl();
     this.Chart_GioiTinh_Multi  = new DevExpress.XtraCharts.ChartControl();
     this.chartSlBenh_Multi     = new DevExpress.XtraCharts.ChartControl();
     this.Chart_KQ_Multi        = new DevExpress.XtraCharts.ChartControl();
     this.ChartSoLuongMau_Multi = new DevExpress.XtraCharts.ChartControl();
     this.gridColumn1           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_idChiCuc          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_TenChiCuc         = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChiCuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.PanelSingle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDonVi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.PanelMulti.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Chart_GioiTinh_Multi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlBenh_Multi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chart_KQ_Multi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartSoLuongMau_Multi)).BeginInit();
     this.SuspendLayout();
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.col_idChiCuc,
         this.col_TenChiCuc
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowColumnHeaders = false;
     this.gridView2.OptionsView.ShowGroupPanel    = false;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(344, 6);
     this.labelControl9.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(54, 17);
     this.labelControl9.TabIndex = 1058;
     this.labelControl9.Text     = "Chi cục :";
     //
     // txtChiCuc
     //
     this.txtChiCuc.Location = new System.Drawing.Point(399, 2);
     this.txtChiCuc.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChiCuc.Name     = "txtChiCuc";
     this.txtChiCuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtChiCuc.Properties.DisplayMember    = "TenChiCuc";
     this.txtChiCuc.Properties.NullText         = "Chọn";
     this.txtChiCuc.Properties.PopupFormMinSize = new System.Drawing.Size(350, 350);
     this.txtChiCuc.Properties.PopupFormSize    = new System.Drawing.Size(270, 300);
     this.txtChiCuc.Properties.PopupResizeMode  = DevExpress.XtraEditors.Controls.ResizeMode.LiveResize;
     this.txtChiCuc.Properties.ShowFooter       = false;
     this.txtChiCuc.Properties.ValueMember      = "MaChiCuc";
     this.txtChiCuc.Properties.View             = this.gridView2;
     this.txtChiCuc.Size              = new System.Drawing.Size(204, 22);
     this.txtChiCuc.TabIndex          = 1059;
     this.txtChiCuc.EditValueChanged += new System.EventHandler(this.txtChiCuc_EditValueChanged);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(50, 20);
     //
     // ChartPPSinh
     //
     this.ChartPPSinh.IndicatorsPaletteName = "Palette 1";
     this.ChartPPSinh.IndicatorsPaletteRepository.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)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211))))), System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(153)))), ((int)(((byte)(211)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(210)))), ((int)(((byte)(169)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))), System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(135))))))
     }));
     this.ChartPPSinh.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartPPSinh.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ChartPPSinh.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartPPSinh.Legend.Visibility          = DevExpress.Utils.DefaultBoolean.False;
     this.ChartPPSinh.Location      = new System.Drawing.Point(326, 6);
     this.ChartPPSinh.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartPPSinh.Name          = "ChartPPSinh";
     series1.ArgumentDataMember     = "Name";
     pieSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.TextPattern    = "{A}:{V} ({VP:0.00%})";
     series1.Label                        = pieSeriesLabel1;
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                         = "Phương pháp sinh";
     series1.ValueDataMembersSerializable = "Values";
     seriesTitle1.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle1.MaxLineCount            = 4;
     seriesTitle1.TextColor               = System.Drawing.Color.MediumPurple;
     seriesTitle1.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.ChartPPSinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartPPSinh.Size     = new System.Drawing.Size(343, 278);
     this.ChartPPSinh.TabIndex = 2;
     //
     // ChartGoiXN
     //
     this.ChartGoiXN.Legend.MarkerVisible = false;
     this.ChartGoiXN.Legend.TextVisible   = false;
     this.ChartGoiXN.Location             = new System.Drawing.Point(671, 6);
     this.ChartGoiXN.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartGoiXN.Name                    = "ChartGoiXN";
     series2.ArgumentDataMember              = "Name";
     doughnutSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     doughnutSeriesLabel1.ColumnIndent       = 10;
     doughnutSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     doughnutSeriesLabel1.LineLength         = 5;
     doughnutSeriesLabel1.TextAlignment      = System.Drawing.StringAlignment.Near;
     doughnutSeriesLabel1.TextPattern        = "{A}: {V} ({VP:0.00%})";
     series2.Label                        = doughnutSeriesLabel1;
     series2.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                         = "Gói xét nghiệm";
     series2.ValueDataMembersSerializable = "Values";
     doughnutSeriesView1.Rotation         = 5;
     seriesTitle2.Font                    = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle2.Indent                  = 10;
     seriesTitle2.MaxLineCount            = 4;
     seriesTitle2.TextColor               = System.Drawing.Color.DodgerBlue;
     seriesTitle2.Visibility              = DevExpress.Utils.DefaultBoolean.True;
     doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle2
     });
     series2.View = doughnutSeriesView1;
     this.ChartGoiXN.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.ChartGoiXN.Size     = new System.Drawing.Size(343, 278);
     this.ChartGoiXN.TabIndex = 2;
     //
     // ChartKQ
     //
     this.ChartKQ.AppearanceNameSerializable = "In A Fog";
     xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
     xyDiagram1.AxisX.GridLines.MinorVisible     = true;
     xyDiagram1.AxisX.Label.TextPattern          = "{A}";
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.Title.Text                 = "";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartKQ.Diagram  = xyDiagram1;
     this.ChartKQ.Location = new System.Drawing.Point(7, 289);
     this.ChartKQ.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ChartKQ.Name     = "ChartKQ";
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Indent            = 1;
     sideBySideBarSeriesLabel1.LineLength        = 1;
     sideBySideBarSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.TextPattern       = "{V:#,#} ({V:0.00%})";
     series3.Label             = sideBySideBarSeriesLabel1;
     series3.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series3.LegendTextPattern = "{V:#,#} ";
     series3.Name = "Series 1";
     this.ChartKQ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.ChartKQ.Size     = new System.Drawing.Size(1354, 316);
     this.ChartKQ.TabIndex = 0;
     //
     // PanelSingle
     //
     this.PanelSingle.Appearance.BackColor            = System.Drawing.Color.White;
     this.PanelSingle.Appearance.Options.UseBackColor = true;
     this.PanelSingle.Controls.Add(this.ChartPPSinh);
     this.PanelSingle.Controls.Add(this.panelControl3);
     this.PanelSingle.Controls.Add(this.ChartGioiTinh);
     this.PanelSingle.Controls.Add(this.ChartGoiXN);
     this.PanelSingle.Controls.Add(this.ChartKQ);
     this.PanelSingle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PanelSingle.Location = new System.Drawing.Point(0, 0);
     this.PanelSingle.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.PanelSingle.Name     = "PanelSingle";
     this.PanelSingle.Size     = new System.Drawing.Size(1427, 1094);
     this.PanelSingle.TabIndex = 5;
     //
     // panelControl3
     //
     this.panelControl3.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl3.Appearance.Options.UseBackColor = true;
     this.panelControl3.Controls.Add(this.txtThuLai);
     this.panelControl3.Controls.Add(this.txtThuMoi);
     this.panelControl3.Controls.Add(this.txtTongPhieu);
     this.panelControl3.Controls.Add(this.labelControl4);
     this.panelControl3.Controls.Add(this.labelControl3);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Location = new System.Drawing.Point(8, 5);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(315, 278);
     this.panelControl3.TabIndex = 1;
     //
     // txtThuLai
     //
     this.txtThuLai.Appearance.Font      = new System.Drawing.Font("Tahoma", 17F);
     this.txtThuLai.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtThuLai.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuLai.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuLai.Location     = new System.Drawing.Point(153, 203);
     this.txtThuLai.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuLai.Name         = "txtThuLai";
     this.txtThuLai.Size         = new System.Drawing.Size(156, 34);
     this.txtThuLai.TabIndex     = 0;
     this.txtThuLai.Text         = "0";
     //
     // txtThuMoi
     //
     this.txtThuMoi.Appearance.Font      = new System.Drawing.Font("Tahoma", 17F);
     this.txtThuMoi.Appearance.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.txtThuMoi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtThuMoi.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtThuMoi.Location     = new System.Drawing.Point(7, 203);
     this.txtThuMoi.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThuMoi.Name         = "txtThuMoi";
     this.txtThuMoi.Size         = new System.Drawing.Size(149, 34);
     this.txtThuMoi.TabIndex     = 0;
     this.txtThuMoi.Text         = "0";
     //
     // txtTongPhieu
     //
     this.txtTongPhieu.Appearance.Font      = new System.Drawing.Font("Tahoma", 32F);
     this.txtTongPhieu.Appearance.ForeColor = System.Drawing.Color.Green;
     this.txtTongPhieu.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.txtTongPhieu.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.txtTongPhieu.Location     = new System.Drawing.Point(0, 69);
     this.txtTongPhieu.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTongPhieu.Name         = "txtTongPhieu";
     this.txtTongPhieu.Size         = new System.Drawing.Size(309, 64);
     this.txtTongPhieu.TabIndex     = 0;
     this.txtTongPhieu.Text         = "0";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.YellowGreen;
     this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl4.Location     = new System.Drawing.Point(160, 156);
     this.labelControl4.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl4.Name         = "labelControl4";
     this.labelControl4.Size         = new System.Drawing.Size(156, 29);
     this.labelControl4.TabIndex     = 0;
     this.labelControl4.Text         = "Phiếu Thu Lại";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.DarkViolet;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl3.Location     = new System.Drawing.Point(6, 156);
     this.labelControl3.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(160, 29);
     this.labelControl3.TabIndex     = 0;
     this.labelControl3.Text         = "Phiếu Thu Mới";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("Tahoma", 24F);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Fuchsia;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl1.Location     = new System.Drawing.Point(5, 5);
     this.labelControl1.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(304, 48);
     this.labelControl1.TabIndex     = 0;
     this.labelControl1.Text         = "Tổng Số Phiếu";
     //
     // ChartGioiTinh
     //
     this.ChartGioiTinh.AppearanceNameSerializable     = "Light";
     this.ChartGioiTinh.Legend.MarkerVisible           = false;
     this.ChartGioiTinh.Legend.MaxHorizontalPercentage = 30D;
     this.ChartGioiTinh.Legend.MaxVerticalPercentage   = 30D;
     this.ChartGioiTinh.Legend.TextVisible             = false;
     this.ChartGioiTinh.Location    = new System.Drawing.Point(1018, 6);
     this.ChartGioiTinh.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ChartGioiTinh.Name        = "ChartGioiTinh";
     this.ChartGioiTinh.PaletteName = "Apex";
     series4.ArgumentDataMember     = "Name";
     pieSeriesLabel2.TextPattern    = "{A}:{V} ({VP:0.00%})";
     series4.Label = pieSeriesLabel2;
     series4.Name  = "Giới Tính";
     series4.ValueDataMembersSerializable = "Values";
     pieSeriesView2.HeightToWidthRatio    = 0.8D;
     pieSeriesView2.SweepDirection        = DevExpress.XtraCharts.PieSweepDirection.Clockwise;
     seriesTitle3.Font      = new System.Drawing.Font("Tahoma", 18F);
     seriesTitle3.TextColor = System.Drawing.Color.DodgerBlue;
     pieSeriesView2.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle3
     });
     series4.View = pieSeriesView2;
     this.ChartGioiTinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.ChartGioiTinh.Size     = new System.Drawing.Size(343, 278);
     this.ChartGioiTinh.TabIndex = 2;
     //
     // dllNgay
     //
     this.dllNgay.BackColor = System.Drawing.Color.Transparent;
     this.dllNgay.Location  = new System.Drawing.Point(0, 0);
     this.dllNgay.Margin    = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.dllNgay.Name      = "dllNgay";
     this.dllNgay.Size      = new System.Drawing.Size(344, 90);
     this.dllNgay.TabIndex  = 1053;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.Controls.Add(this.labelControl16);
     this.panelControl2.Controls.Add(this.txtDonVi);
     this.panelControl2.Controls.Add(this.labelControl9);
     this.panelControl2.Controls.Add(this.txtChiCuc);
     this.panelControl2.Controls.Add(this.butPrint);
     this.panelControl2.Controls.Add(this.butOK);
     this.panelControl2.Controls.Add(this.dllNgay);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1427, 89);
     this.panelControl2.TabIndex = 4;
     this.panelControl2.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelControl2_Paint);
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(350, 38);
     this.labelControl16.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl16.Name     = "labelControl16";
     this.labelControl16.Size     = new System.Drawing.Size(49, 17);
     this.labelControl16.TabIndex = 1060;
     this.labelControl16.Text     = "Đơn vị :";
     //
     // txtDonVi
     //
     this.txtDonVi.Location = new System.Drawing.Point(399, 34);
     this.txtDonVi.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtDonVi.Name     = "txtDonVi";
     this.txtDonVi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtDonVi.Properties.DisplayMember    = "TenDVCS";
     this.txtDonVi.Properties.NullText         = "Chọn";
     this.txtDonVi.Properties.PopupFormMinSize = new System.Drawing.Size(350, 350);
     this.txtDonVi.Properties.PopupFormSize    = new System.Drawing.Size(270, 300);
     this.txtDonVi.Properties.PopupResizeMode  = DevExpress.XtraEditors.Controls.ResizeMode.LiveResize;
     this.txtDonVi.Properties.ShowFooter       = false;
     this.txtDonVi.Properties.ValueMember      = "MaDVCS";
     this.txtDonVi.Properties.View             = this.gridView1;
     this.txtDonVi.Size     = new System.Drawing.Size(204, 22);
     this.txtDonVi.TabIndex = 1061;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name           = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowColumnHeaders = false;
     this.gridView1.OptionsView.ShowGroupPanel    = false;
     //
     // butPrint
     //
     this.butPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butPrint.Image       = ((System.Drawing.Image)(resources.GetObject("butPrint.Image")));
     this.butPrint.Location    = new System.Drawing.Point(626, 46);
     this.butPrint.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.butPrint.Name        = "butPrint";
     this.butPrint.Size        = new System.Drawing.Size(93, 32);
     this.butPrint.TabIndex    = 1055;
     this.butPrint.Text        = "In";
     this.butPrint.Click      += new System.EventHandler(this.butPrint_Click);
     //
     // butOK
     //
     this.butOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.butOK.Image       = ((System.Drawing.Image)(resources.GetObject("butOK.Image")));
     this.butOK.Location    = new System.Drawing.Point(626, 6);
     this.butOK.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.butOK.Name        = "butOK";
     this.butOK.Size        = new System.Drawing.Size(93, 32);
     this.butOK.TabIndex    = 1054;
     this.butOK.Text        = "Lấy số liệu";
     this.butOK.Click      += new System.EventHandler(this.butOK_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.PanelMulti);
     this.panel1.Controls.Add(this.PanelSingle);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 89);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1427, 1094);
     this.panel1.TabIndex = 6;
     //
     // PanelMulti
     //
     this.PanelMulti.Appearance.BackColor            = System.Drawing.Color.White;
     this.PanelMulti.Appearance.Options.UseBackColor = true;
     this.PanelMulti.Controls.Add(this.Chart_GioiTinh_Multi);
     this.PanelMulti.Controls.Add(this.chartSlBenh_Multi);
     this.PanelMulti.Controls.Add(this.Chart_KQ_Multi);
     this.PanelMulti.Controls.Add(this.ChartSoLuongMau_Multi);
     this.PanelMulti.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.PanelMulti.Location = new System.Drawing.Point(0, 475);
     this.PanelMulti.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.PanelMulti.Name     = "PanelMulti";
     this.PanelMulti.Size     = new System.Drawing.Size(1427, 619);
     this.PanelMulti.TabIndex = 6;
     //
     // Chart_GioiTinh_Multi
     //
     this.Chart_GioiTinh_Multi.Location           = new System.Drawing.Point(916, 6);
     this.Chart_GioiTinh_Multi.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Chart_GioiTinh_Multi.Name               = "Chart_GioiTinh_Multi";
     this.Chart_GioiTinh_Multi.PaletteName        = "Chameleon";
     this.Chart_GioiTinh_Multi.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.Chart_GioiTinh_Multi.Size               = new System.Drawing.Size(446, 287);
     this.Chart_GioiTinh_Multi.TabIndex           = 0;
     //
     // chartSlBenh_Multi
     //
     this.chartSlBenh_Multi.Location           = new System.Drawing.Point(465, 6);
     this.chartSlBenh_Multi.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chartSlBenh_Multi.Name               = "chartSlBenh_Multi";
     this.chartSlBenh_Multi.PaletteName        = "Chameleon";
     this.chartSlBenh_Multi.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartSlBenh_Multi.Size               = new System.Drawing.Size(443, 286);
     this.chartSlBenh_Multi.TabIndex           = 0;
     //
     // Chart_KQ_Multi
     //
     this.Chart_KQ_Multi.Location           = new System.Drawing.Point(27, 297);
     this.Chart_KQ_Multi.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Chart_KQ_Multi.Name               = "Chart_KQ_Multi";
     this.Chart_KQ_Multi.PaletteName        = "Chameleon";
     this.Chart_KQ_Multi.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.Chart_KQ_Multi.Size               = new System.Drawing.Size(1335, 320);
     this.Chart_KQ_Multi.TabIndex           = 0;
     //
     // ChartSoLuongMau_Multi
     //
     this.ChartSoLuongMau_Multi.Location           = new System.Drawing.Point(27, 6);
     this.ChartSoLuongMau_Multi.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ChartSoLuongMau_Multi.Name               = "ChartSoLuongMau_Multi";
     this.ChartSoLuongMau_Multi.PaletteName        = "Chameleon";
     this.ChartSoLuongMau_Multi.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.ChartSoLuongMau_Multi.Size               = new System.Drawing.Size(432, 286);
     this.ChartSoLuongMau_Multi.TabIndex           = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Mã";
     this.gridColumn1.FieldName = "MaDVCS";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Đơn vị";
     this.gridColumn2.FieldName    = "TenDVCS";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // col_idChiCuc
     //
     this.col_idChiCuc.Caption   = "Mã";
     this.col_idChiCuc.FieldName = "MaChiCuc";
     this.col_idChiCuc.Name      = "col_idChiCuc";
     //
     // col_TenChiCuc
     //
     this.col_TenChiCuc.Caption      = "ChiCuc";
     this.col_TenChiCuc.FieldName    = "TenChiCuc";
     this.col_TenChiCuc.Name         = "col_TenChiCuc";
     this.col_TenChiCuc.Visible      = true;
     this.col_TenChiCuc.VisibleIndex = 0;
     //
     // urcReportTrungTam_DonVi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelControl2);
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name   = "urcReportTrungTam_DonVi";
     this.Size   = new System.Drawing.Size(1427, 1183);
     this.Load  += new System.EventHandler(this.urcReportTrungTam_SoBo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChiCuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartPPSinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGoiXN)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartKQ)).EndInit();
     this.PanelSingle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartGioiTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDonVi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.PanelMulti.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Chart_GioiTinh_Multi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlBenh_Multi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chart_KQ_Multi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartSoLuongMau_Multi)).EndInit();
     this.ResumeLayout(false);
 }
Пример #19
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.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);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.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.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = 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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     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.chartControl2   = new DevExpress.XtraCharts.ChartControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).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.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
     //
     this.chartControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Location = new System.Drawing.Point(0, 67);
     this.chartControl1.Name     = "chartControl1";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.Qualitative;
     pieSeriesLabel1.LineVisible = true;
     series1.Label = pieSeriesLabel1;
     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.ThresholdPercent;
     series1.TopNOptions.ShowOthers  = false;
     pieSeriesView1.RuntimeExploding = false;
     seriesTitle1.Text = "报销费用比例";
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pieSeriesLabel2.LineVisible             = true;
     this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
     pieSeriesView2.RuntimeExploding         = false;
     this.chartControl1.SeriesTemplate.View  = pieSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(384, 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
     });
     this.chartControl1.ToolTipOptions.ShowForSeries = true;
     //
     // chartControl2
     //
     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.chartControl2.Diagram            = xyDiagram1;
     this.chartControl2.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Location           = new System.Drawing.Point(384, 67);
     this.chartControl2.Name               = "chartControl2";
     sideBySideBarSeriesLabel1.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel1;
     series2.Name  = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel2;
     series3.Name  = "Series 2";
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2,
         series3
     };
     sideBySideBarSeriesLabel3.LineVisible   = true;
     this.chartControl2.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartControl2.Size     = new System.Drawing.Size(388, 452);
     this.chartControl2.TabIndex = 8;
     //
     // ucInMainPatientFeeALL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl2);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.groupBox1);
     this.Name  = "ucInMainPatientFeeALL";
     this.Size  = new System.Drawing.Size(772, 519);
     this.Load += new System.EventHandler(this.InitLoad);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((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.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).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.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f9906_bieu_do_boc_bong_truot_binh_thuong));
            this.panel1 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.m_pivot_ty_le_hoc_bong = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.m_pivot_ty_le = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.m_pivot_phan_tram = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.m_cmd_xua_bao_cao = new DevExpress.XtraEditors.SimpleButton();
            this.m_cbo_hoc_ky = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.m_cmd_loc = new DevExpress.XtraEditors.SimpleButton();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_hoc_bong)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel3.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(662, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(393, 482);
            this.panel1.TabIndex = 0;
            // 
            // chartControl1
            // 
            this.chartControl1.AppearanceNameSerializable = "Northern Lights";
            this.chartControl1.DataSource = this.m_pivot_ty_le_hoc_bong;
            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";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel1;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            this.chartControl1.SeriesTemplate.View = pieSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(393, 482);
            this.chartControl1.TabIndex = 0;
            // 
            // m_pivot_ty_le_hoc_bong
            // 
            this.m_pivot_ty_le_hoc_bong.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_pivot_ty_le_hoc_bong.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField1,
            this.m_pivot_ty_le,
            this.pivotGridField4,
            this.m_pivot_phan_tram});
            this.m_pivot_ty_le_hoc_bong.Location = new System.Drawing.Point(0, 0);
            this.m_pivot_ty_le_hoc_bong.Name = "m_pivot_ty_le_hoc_bong";
            this.m_pivot_ty_le_hoc_bong.OptionsPrint.PrintColumnHeaders = DevExpress.Utils.DefaultBoolean.True;
            this.m_pivot_ty_le_hoc_bong.OptionsPrint.PrintDataHeaders = DevExpress.Utils.DefaultBoolean.True;
            this.m_pivot_ty_le_hoc_bong.Size = new System.Drawing.Size(662, 424);
            this.m_pivot_ty_le_hoc_bong.TabIndex = 0;
            // 
            // pivotGridField1
            // 
            this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField1.AreaIndex = 0;
            this.pivotGridField1.Caption = "Phân loại";
            this.pivotGridField1.FieldName = "HocKy";
            this.pivotGridField1.Name = "pivotGridField1";
            // 
            // m_pivot_ty_le
            // 
            this.m_pivot_ty_le.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.m_pivot_ty_le.AreaIndex = 0;
            this.m_pivot_ty_le.Caption = "Tỷ lệ";
            this.m_pivot_ty_le.FieldName = "TyLe";
            this.m_pivot_ty_le.GrandTotalText = "Tỉ lệ";
            this.m_pivot_ty_le.Name = "m_pivot_ty_le";
            // 
            // pivotGridField4
            // 
            this.pivotGridField4.AreaIndex = 0;
            this.pivotGridField4.Caption = "Học kỳ";
            this.pivotGridField4.FieldName = "Ky";
            this.pivotGridField4.Name = "pivotGridField4";
            // 
            // m_pivot_phan_tram
            // 
            this.m_pivot_phan_tram.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.m_pivot_phan_tram.AreaIndex = 1;
            this.m_pivot_phan_tram.Caption = "Phần trăm";
            this.m_pivot_phan_tram.FieldName = "PhanTram";
            this.m_pivot_phan_tram.Name = "m_pivot_phan_tram";
            this.m_pivot_phan_tram.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(662, 482);
            this.panel2.TabIndex = 0;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.m_pivot_ty_le_hoc_bong);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 58);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(662, 424);
            this.panel4.TabIndex = 1;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_cmd_xua_bao_cao);
            this.panel3.Controls.Add(this.m_cbo_hoc_ky);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this.m_cmd_loc);
            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(662, 58);
            this.panel3.TabIndex = 0;
            // 
            // m_cmd_xua_bao_cao
            // 
            this.m_cmd_xua_bao_cao.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_xua_bao_cao.Image")));
            this.m_cmd_xua_bao_cao.Location = new System.Drawing.Point(519, 8);
            this.m_cmd_xua_bao_cao.Name = "m_cmd_xua_bao_cao";
            this.m_cmd_xua_bao_cao.Size = new System.Drawing.Size(113, 36);
            this.m_cmd_xua_bao_cao.TabIndex = 3;
            this.m_cmd_xua_bao_cao.Text = "Xuất báo cáo";
            this.m_cmd_xua_bao_cao.Click += new System.EventHandler(this.m_cmd_xua_bao_cao_Click);
            // 
            // m_cbo_hoc_ky
            // 
            this.m_cbo_hoc_ky.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cbo_hoc_ky.FormattingEnabled = true;
            this.m_cbo_hoc_ky.Location = new System.Drawing.Point(100, 16);
            this.m_cbo_hoc_ky.Name = "m_cbo_hoc_ky";
            this.m_cbo_hoc_ky.Size = new System.Drawing.Size(121, 21);
            this.m_cbo_hoc_ky.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(40, 13);
            this.label1.TabIndex = 1;
            this.label1.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(422, 8);
            this.m_cmd_loc.Name = "m_cmd_loc";
            this.m_cmd_loc.Size = new System.Drawing.Size(75, 36);
            this.m_cmd_loc.TabIndex = 0;
            this.m_cmd_loc.Text = "Lọc";
            this.m_cmd_loc.Click += new System.EventHandler(this.m_cmd_loc_Click);
            // 
            // f9906_bieu_do_boc_bong_truot_binh_thuong
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1055, 482);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "f9906_bieu_do_boc_bong_truot_binh_thuong";
            this.Text = "Tỷ lệ học bổng";
            this.Load += new System.EventHandler(this.f9906_bao_cao_demo_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_pivot_ty_le_hoc_bong)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.printChart      = new DevExpress.XtraEditors.SimpleButton();
     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";
     this.inventoryChart.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom;
     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.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);
     //
     // printChart
     //
     this.printChart.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.printChart.Location = new System.Drawing.Point(546, 12);
     this.printChart.Name     = "printChart";
     this.printChart.Size     = new System.Drawing.Size(128, 23);
     this.printChart.TabIndex = 1;
     this.printChart.Text     = "Print the chart";
     this.printChart.Click   += new System.EventHandler(this.printChart_Click);
     //
     // 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.printChart);
     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);
 }
Пример #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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();
     DevExpress.XtraCharts.Series                series2                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel   doughnutSeriesLabel1   = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView    doughnutSeriesView1    = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.SeriesTitle           seriesTitle1           = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.XYDiagram             xyDiagram2             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series3                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.ChartTitle            chartTitle2            = new DevExpress.XtraCharts.ChartTitle();
     this.dateEditCuoi         = new DevExpress.XtraEditors.DateEdit();
     this.dateEditDau          = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.chartControlDoanhThu = new DevExpress.XtraCharts.ChartControl();
     this.labelControl3        = new DevExpress.XtraEditors.LabelControl();
     this.tedTongDoanhThu      = new DevExpress.XtraEditors.TextEdit();
     this.ButtonReportTK       = new DevExpress.XtraEditors.SimpleButton();
     this.chartControlLoaiVC   = new DevExpress.XtraCharts.ChartControl();
     this.chartControlMostVC   = new DevExpress.XtraCharts.ChartControl();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.dateEditVCDau        = new DevExpress.XtraEditors.DateEdit();
     this.dateEditVCCuoi       = new DevExpress.XtraEditors.DateEdit();
     this.simpleButtonGiam     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonTang     = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl6        = new DevExpress.XtraEditors.LabelControl();
     this.cbBoxEditSoMostVC    = new DevExpress.XtraEditors.ComboBoxEdit();
     this.timerGiam            = new System.Windows.Forms.Timer(this.components);
     this.timerTang            = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlDoanhThu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedTongDoanhThu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlLoaiVC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlMostVC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbBoxEditSoMostVC.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dateEditCuoi
     //
     this.dateEditCuoi.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.dateEditCuoi.EditValue = null;
     this.dateEditCuoi.Location  = new System.Drawing.Point(342, 14);
     this.dateEditCuoi.Name      = "dateEditCuoi";
     this.dateEditCuoi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditCuoi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditCuoi.Size              = new System.Drawing.Size(172, 24);
     this.dateEditCuoi.TabIndex          = 4;
     this.dateEditCuoi.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // dateEditDau
     //
     this.dateEditDau.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.dateEditDau.EditValue = null;
     this.dateEditDau.Location  = new System.Drawing.Point(133, 14);
     this.dateEditDau.Name      = "dateEditDau";
     this.dateEditDau.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditDau.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditDau.Size              = new System.Drawing.Size(172, 24);
     this.dateEditDau.TabIndex          = 3;
     this.dateEditDau.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl2.Location = new System.Drawing.Point(311, 17);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(25, 18);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "đến";
     //
     // labelControl1
     //
     this.labelControl1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Location = new System.Drawing.Point(46, 17);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(81, 18);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text     = "Thống kê từ";
     //
     // chartControlDoanhThu
     //
     this.chartControlDoanhThu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControlDoanhThu.Diagram            = xyDiagram1;
     this.chartControlDoanhThu.Legend.Name        = "Default Legend";
     this.chartControlDoanhThu.Legend.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     this.chartControlDoanhThu.Location           = new System.Drawing.Point(0, 42);
     this.chartControlDoanhThu.Name = "chartControlDoanhThu";
     series1.Name = "BDDoanhThu";
     stackedAreaSeriesView1.Transparency = ((byte)(135));
     series1.View = stackedAreaSeriesView1;
     this.chartControlDoanhThu.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControlDoanhThu.Size     = new System.Drawing.Size(1054, 354);
     this.chartControlDoanhThu.TabIndex = 0;
     chartTitle1.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text = "Thống kê doanh thu";
     this.chartControlDoanhThu.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // labelControl3
     //
     this.labelControl3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl3.Location = new System.Drawing.Point(524, 17);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(127, 18);
     this.labelControl3.TabIndex = 5;
     this.labelControl3.Text     = "Có tổng doanh thu:";
     //
     // tedTongDoanhThu
     //
     this.tedTongDoanhThu.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.tedTongDoanhThu.Location            = new System.Drawing.Point(657, 14);
     this.tedTongDoanhThu.Name                = "tedTongDoanhThu";
     this.tedTongDoanhThu.Properties.ReadOnly = true;
     this.tedTongDoanhThu.Size                = new System.Drawing.Size(170, 24);
     this.tedTongDoanhThu.TabIndex            = 6;
     this.tedTongDoanhThu.ToolTip             = "Click để Copy";
     this.tedTongDoanhThu.DoubleClick        += new System.EventHandler(this.tedTongDoanhThu_DoubleClick);
     //
     // ButtonReportTK
     //
     this.ButtonReportTK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonReportTK.Appearance.BackColor            = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
     this.ButtonReportTK.Appearance.Options.UseBackColor = true;
     this.ButtonReportTK.Location = new System.Drawing.Point(866, 11);
     this.ButtonReportTK.Name     = "ButtonReportTK";
     this.ButtonReportTK.Size     = new System.Drawing.Size(143, 29);
     this.ButtonReportTK.TabIndex = 7;
     this.ButtonReportTK.Text     = "Xuất báo cáo";
     this.ButtonReportTK.Click   += new System.EventHandler(this.ButtonReportTK_Click);
     //
     // chartControlLoaiVC
     //
     this.chartControlLoaiVC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)));
     this.chartControlLoaiVC.Legend.Direction  = DevExpress.XtraCharts.LegendDirection.BottomToTop;
     this.chartControlLoaiVC.Legend.Name       = "Default Legend";
     this.chartControlLoaiVC.Legend.Tag        = "";
     this.chartControlLoaiVC.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControlLoaiVC.Location          = new System.Drawing.Point(0, 395);
     this.chartControlLoaiVC.Name     = "chartControlLoaiVC";
     doughnutSeriesLabel1.TextPattern = "{A}:{V}";
     series2.Label                         = doughnutSeriesLabel1;
     series2.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                          = "BDLoaiVC";
     series2.SeriesPointsSortingKey        = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series2.ToolTipEnabled                = DevExpress.Utils.DefaultBoolean.True;
     series2.ToolTipPointPattern           = "{A}: {V}";
     doughnutSeriesView1.HoleRadiusPercent = 40;
     seriesTitle1.Font                     = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     seriesTitle1.Text                     = "Tỷ trọng vaccine theo từng loại";
     seriesTitle1.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series2.View = doughnutSeriesView1;
     this.chartControlLoaiVC.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControlLoaiVC.Size     = new System.Drawing.Size(497, 370);
     this.chartControlLoaiVC.TabIndex = 0;
     //
     // chartControlMostVC
     //
     this.chartControlMostVC.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)));
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.Rotated = true;
     this.chartControlMostVC.Diagram           = xyDiagram2;
     this.chartControlMostVC.Legend.Name       = "Default Legend";
     this.chartControlMostVC.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControlMostVC.Location          = new System.Drawing.Point(497, 395);
     this.chartControlMostVC.Name = "chartControlMostVC";
     series3.Name = "BDCmostVC";
     series3.SeriesPointsSorting                = DevExpress.XtraCharts.SortingMode.Ascending;
     series3.SeriesPointsSortingKey             = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     this.chartControlMostVC.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControlMostVC.SeriesTemplate.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
     this.chartControlMostVC.Size     = new System.Drawing.Size(557, 342);
     this.chartControlMostVC.TabIndex = 8;
     chartTitle2.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Text = "Top Vaccine dùng nhiều";
     this.chartControlMostVC.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // labelControl4
     //
     this.labelControl4.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelControl4.Location = new System.Drawing.Point(524, 741);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(81, 18);
     this.labelControl4.TabIndex = 9;
     this.labelControl4.Text     = "Thống kê từ";
     //
     // labelControl5
     //
     this.labelControl5.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelControl5.Location = new System.Drawing.Point(742, 741);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(25, 18);
     this.labelControl5.TabIndex = 10;
     this.labelControl5.Text     = "đến";
     //
     // dateEditVCDau
     //
     this.dateEditVCDau.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.dateEditVCDau.EditValue = null;
     this.dateEditVCDau.Location  = new System.Drawing.Point(611, 738);
     this.dateEditVCDau.Name      = "dateEditVCDau";
     this.dateEditVCDau.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditVCDau.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditVCDau.Size              = new System.Drawing.Size(125, 24);
     this.dateEditVCDau.TabIndex          = 11;
     this.dateEditVCDau.EditValueChanged += new System.EventHandler(this.dateEditVCDau_EditValueChanged);
     //
     // dateEditVCCuoi
     //
     this.dateEditVCCuoi.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.dateEditVCCuoi.EditValue = null;
     this.dateEditVCCuoi.Location  = new System.Drawing.Point(773, 738);
     this.dateEditVCCuoi.Name      = "dateEditVCCuoi";
     this.dateEditVCCuoi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditVCCuoi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditVCCuoi.Size              = new System.Drawing.Size(125, 24);
     this.dateEditVCCuoi.TabIndex          = 12;
     this.dateEditVCCuoi.EditValueChanged += new System.EventHandler(this.dateEditVCCuoi_EditValueChanged);
     //
     // simpleButtonGiam
     //
     this.simpleButtonGiam.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.simpleButtonGiam.Appearance.Options.UseFont = true;
     this.simpleButtonGiam.Location   = new System.Drawing.Point(0, 42);
     this.simpleButtonGiam.Name       = "simpleButtonGiam";
     this.simpleButtonGiam.Size       = new System.Drawing.Size(35, 35);
     this.simpleButtonGiam.TabIndex   = 13;
     this.simpleButtonGiam.Text       = "<";
     this.simpleButtonGiam.Click     += new System.EventHandler(this.simpleButtonGiam_Click);
     this.simpleButtonGiam.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleButtonGiam_MouseDown);
     this.simpleButtonGiam.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.simpleButtonGiam_MouseUp);
     //
     // simpleButtonTang
     //
     this.simpleButtonTang.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButtonTang.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.simpleButtonTang.Appearance.Options.UseFont = true;
     this.simpleButtonTang.Location                   = new System.Drawing.Point(1020, 42);
     this.simpleButtonTang.Name       = "simpleButtonTang";
     this.simpleButtonTang.Size       = new System.Drawing.Size(35, 35);
     this.simpleButtonTang.TabIndex   = 14;
     this.simpleButtonTang.Text       = ">";
     this.simpleButtonTang.Click     += new System.EventHandler(this.simpleButtonTang_Click);
     this.simpleButtonTang.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleButtonTang_MouseDown);
     this.simpleButtonTang.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.simpleButtonTang_MouseUp);
     //
     // labelControl6
     //
     this.labelControl6.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelControl6.Location = new System.Drawing.Point(904, 741);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(48, 18);
     this.labelControl6.TabIndex = 15;
     this.labelControl6.Text     = "Hiển thị";
     //
     // cbBoxEditSoMostVC
     //
     this.cbBoxEditSoMostVC.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.cbBoxEditSoMostVC.Location = new System.Drawing.Point(958, 738);
     this.cbBoxEditSoMostVC.Name     = "cbBoxEditSoMostVC";
     this.cbBoxEditSoMostVC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbBoxEditSoMostVC.Properties.Items.AddRange(new object[] {
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15"
     });
     this.cbBoxEditSoMostVC.Size                  = new System.Drawing.Size(62, 24);
     this.cbBoxEditSoMostVC.TabIndex              = 16;
     this.cbBoxEditSoMostVC.SelectedIndexChanged += new System.EventHandler(this.cbBoxEditSoMostVC_SelectedIndexChanged);
     //
     // timerGiam
     //
     this.timerGiam.Tick += new System.EventHandler(this.timerGiam_Tick);
     //
     // timerTang
     //
     this.timerTang.Tick += new System.EventHandler(this.timerTang_Tick);
     //
     // ThongKeGUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbBoxEditSoMostVC);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.simpleButtonTang);
     this.Controls.Add(this.simpleButtonGiam);
     this.Controls.Add(this.dateEditVCCuoi);
     this.Controls.Add(this.dateEditVCDau);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.chartControlMostVC);
     this.Controls.Add(this.chartControlLoaiVC);
     this.Controls.Add(this.ButtonReportTK);
     this.Controls.Add(this.tedTongDoanhThu);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.dateEditCuoi);
     this.Controls.Add(this.chartControlDoanhThu);
     this.Controls.Add(this.dateEditDau);
     this.Controls.Add(this.labelControl2);
     this.Name = "ThongKeGUI";
     this.Size = new System.Drawing.Size(1055, 765);
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlDoanhThu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedTongDoanhThu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlLoaiVC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControlMostVC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbBoxEditSoMostVC.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.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField6 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField5 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.pivotGridField7 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel2 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.m_dat_tg_ket_thuc = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.m_dat_tg_dat_dau = new System.Windows.Forms.DateTimePicker();
            this.m_cmd_loc = new DevExpress.XtraEditors.SimpleButton();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Controls.Add(this.panel4);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 93);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1008, 386);
            this.panel1.TabIndex = 1;
            // 
            // pivotGridControl1
            // 
            this.pivotGridControl1.Appearance.TotalCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.pivotGridControl1.Appearance.TotalCell.FontStyleDelta = System.Drawing.FontStyle.Bold;
            this.pivotGridControl1.Appearance.TotalCell.ForeColor = System.Drawing.Color.Blue;
            this.pivotGridControl1.Appearance.TotalCell.Options.UseFont = true;
            this.pivotGridControl1.Appearance.TotalCell.Options.UseForeColor = true;
            this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.pivotGridField1,
            this.pivotGridField2,
            this.pivotGridField3,
            this.pivotGridField6,
            this.pivotGridField5,
            this.pivotGridField7});
            this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
            this.pivotGridControl1.Name = "pivotGridControl1";
            this.pivotGridControl1.Size = new System.Drawing.Size(663, 386);
            this.pivotGridControl1.TabIndex = 0;
            // 
            // pivotGridField1
            // 
            this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.pivotGridField1.AreaIndex = 0;
            this.pivotGridField1.Caption = "Đánh giá";
            this.pivotGridField1.FieldName = "TEN";
            this.pivotGridField1.Name = "pivotGridField1";
            // 
            // pivotGridField2
            // 
            this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField2.AreaIndex = 0;
            this.pivotGridField2.Caption = "Số lượng order";
            this.pivotGridField2.FieldName = "ID";
            this.pivotGridField2.Name = "pivotGridField2";
            this.pivotGridField2.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
            // 
            // pivotGridField3
            // 
            this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField3.AreaIndex = 0;
            this.pivotGridField3.Caption = "Khu vực";
            this.pivotGridField3.FieldName = "TEN_CHI_NHANH";
            this.pivotGridField3.Name = "pivotGridField3";
            // 
            // pivotGridField6
            // 
            this.pivotGridField6.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField6.AreaIndex = 1;
            this.pivotGridField6.Caption = "Trạng thái";
            this.pivotGridField6.FieldName = "TRANG_THAI";
            this.pivotGridField6.Name = "pivotGridField6";
            // 
            // pivotGridField5
            // 
            this.pivotGridField5.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.pivotGridField5.AreaIndex = 2;
            this.pivotGridField5.Caption = "Tỷ lệ tiến độ xử lý";
            this.pivotGridField5.FieldName = "DANH_GIA_TIEN_DO";
            this.pivotGridField5.Name = "pivotGridField5";
            // 
            // pivotGridField7
            // 
            this.pivotGridField7.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField7.AreaIndex = 1;
            this.pivotGridField7.Caption = "Tỉ lệ";
            this.pivotGridField7.FieldName = "ID";
            this.pivotGridField7.Name = "pivotGridField7";
            this.pivotGridField7.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn;
            this.pivotGridField7.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.chartControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(663, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(345, 386);
            this.panel2.TabIndex = 2;
            // 
            // chartControl1
            // 
            this.chartControl1.AutoBindingSettingsEnabled = false;
            this.chartControl1.AutoLayoutSettingsEnabled = false;
            this.chartControl1.DataSource = this.pivotGridControl1;
            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";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel1;
            this.chartControl1.SeriesTemplate.LegendTextPattern = "{A}";
            this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle1});
            this.chartControl1.SeriesTemplate.View = pieSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(345, 386);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
            // 
            // pivotGridField4
            // 
            this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.pivotGridField4.AreaIndex = 1;
            this.pivotGridField4.Name = "pivotGridField4";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_cmd_loc);
            this.panel3.Controls.Add(this.m_dat_tg_dat_dau);
            this.panel3.Controls.Add(this.m_dat_tg_ket_thuc);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.label2);
            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(1008, 93);
            this.panel3.TabIndex = 1;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.pivotGridControl1);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(663, 386);
            this.panel4.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(346, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(180, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "BÁO CÁO ĐÁNH GIÁ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(453, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(103, 15);
            this.label2.TabIndex = 1;
            this.label2.Text = "Thời gian kết thúc";
            // 
            // m_dat_tg_ket_thuc
            // 
            this.m_dat_tg_ket_thuc.Location = new System.Drawing.Point(569, 46);
            this.m_dat_tg_ket_thuc.Name = "m_dat_tg_ket_thuc";
            this.m_dat_tg_ket_thuc.Size = new System.Drawing.Size(200, 20);
            this.m_dat_tg_ket_thuc.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(23, 48);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(105, 15);
            this.label3.TabIndex = 1;
            this.label3.Text = "Thời gian bắt đầu ";
            // 
            // m_dat_tg_dat_dau
            // 
            this.m_dat_tg_dat_dau.Location = new System.Drawing.Point(145, 46);
            this.m_dat_tg_dat_dau.Name = "m_dat_tg_dat_dau";
            this.m_dat_tg_dat_dau.Size = new System.Drawing.Size(200, 20);
            this.m_dat_tg_dat_dau.TabIndex = 2;
            // 
            // m_cmd_loc
            // 
            this.m_cmd_loc.Location = new System.Drawing.Point(846, 40);
            this.m_cmd_loc.Name = "m_cmd_loc";
            this.m_cmd_loc.Size = new System.Drawing.Size(123, 23);
            this.m_cmd_loc.TabIndex = 3;
            this.m_cmd_loc.Text = "&Lọc";
            // 
            // f500_BAO_CAO_DANH_GIA
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1008, 479);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel3);
            this.Name = "f500_BAO_CAO_DANH_GIA";
            this.Text = "f500_BAO_CAO_DANH_GIA";
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.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.SimpleDiagram3D simpleDiagram3D2 = new DevExpress.XtraCharts.SimpleDiagram3D();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView3 = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
            DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView4 = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.SeriesTitle seriesTitle2 = new DevExpress.XtraCharts.SeriesTitle();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.m_pv = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.m_ch = new DevExpress.XtraCharts.ChartControl();
            this.dv_dh = new DevExpress.XtraPivotGrid.PivotGridField();
            this.dv_phong = new DevExpress.XtraPivotGrid.PivotGridField();
            this.dv_to = new DevExpress.XtraPivotGrid.PivotGridField();
            this.c_data_sl_nv = new DevExpress.XtraPivotGrid.PivotGridField();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_pv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_ch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.m_pv, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.m_ch, 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(905, 402);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // m_pv
            // 
            this.m_pv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_pv.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.dv_dh,
            this.dv_phong,
            this.dv_to,
            this.c_data_sl_nv});
            this.m_pv.Location = new System.Drawing.Point(3, 3);
            this.m_pv.Name = "m_pv";
            this.m_pv.Size = new System.Drawing.Size(446, 396);
            this.m_pv.TabIndex = 0;
            // 
            // m_ch
            // 
            this.m_ch.AutoBindingSettingsEnabled = false;
            this.m_ch.DataSource = this.m_pv;
            simpleDiagram3D2.Dimension = 1;
            simpleDiagram3D2.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
            this.m_ch.Diagram = simpleDiagram3D2;
            this.m_ch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_ch.Legend.MaxHorizontalPercentage = 30D;
            this.m_ch.Location = new System.Drawing.Point(455, 3);
            this.m_ch.Name = "m_ch";
            this.m_ch.SeriesDataMember = "Series";
            series2.Name = "Series 1";
            pie3DSeriesView3.SizeAsPercentage = 100D;
            pie3DSeriesView3.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            series2.View = pie3DSeriesView3;
            series2.Visible = false;
            this.m_ch.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2};
            this.m_ch.SeriesTemplate.ArgumentDataMember = "Arguments";
            this.m_ch.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pie3DSeriesLabel2.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            this.m_ch.SeriesTemplate.Label = pie3DSeriesLabel2;
            this.m_ch.SeriesTemplate.LegendTextPattern = "{A}";
            this.m_ch.SeriesTemplate.ValueDataMembersSerializable = "Values";
            pie3DSeriesView4.SizeAsPercentage = 100D;
            pie3DSeriesView4.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            pie3DSeriesView4.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
            seriesTitle2});
            this.m_ch.SeriesTemplate.View = pie3DSeriesView4;
            this.m_ch.Size = new System.Drawing.Size(447, 396);
            this.m_ch.TabIndex = 1;
            // 
            // dv_dh
            // 
            this.dv_dh.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.dv_dh.AreaIndex = 0;
            this.dv_dh.Caption = "Điều hành";
            this.dv_dh.FieldName = "TEN_DON_VI_3";
            this.dv_dh.Name = "dv_dh";
            // 
            // dv_phong
            // 
            this.dv_phong.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.dv_phong.AreaIndex = 1;
            this.dv_phong.Caption = "Phòng";
            this.dv_phong.FieldName = "TEN_DON_VI_2";
            this.dv_phong.Name = "dv_phong";
            // 
            // dv_to
            // 
            this.dv_to.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.dv_to.AreaIndex = 2;
            this.dv_to.Caption = "Tổ";
            this.dv_to.FieldName = "TEN_DON_VI";
            this.dv_to.Name = "dv_to";
            // 
            // c_data_sl_nv
            // 
            this.c_data_sl_nv.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.c_data_sl_nv.AreaIndex = 0;
            this.c_data_sl_nv.Caption = "Số lượng nhân viên";
            this.c_data_sl_nv.FieldName = "ID";
            this.c_data_sl_nv.Name = "c_data_sl_nv";
            this.c_data_sl_nv.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
            // 
            // F420_Bao_cao_nhan_su_theo_don_vi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(905, 402);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "F420_Bao_cao_nhan_su_theo_don_vi";
            this.Text = "F420 Báo cáo nhân sự theo đơn vị";
            this.Load += new System.EventHandler(this.F420_Bao_cao_nhan_su_theo_don_vi_Load);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_pv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_ch)).EndInit();
            this.ResumeLayout(false);

        }