/// <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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralExpiryChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.dtFrom = new CalendarLib.DateTimePickerEx();
     this.dtTo = new CalendarLib.DateTimePickerEx();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lstExpStatus = new PrintableListView.PrintableListView();
     this.StockCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // dtFrom
     //
     this.dtFrom.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.dtFrom.DayOfWeekCharacters = 2;
     this.dtFrom.Location = new System.Drawing.Point(279, 14);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.PopUpFontSize = 11F;
     this.dtFrom.Size = new System.Drawing.Size(98, 20);
     this.dtFrom.TabIndex = 28;
     this.dtFrom.Visible = false;
     //
     // dtTo
     //
     this.dtTo.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 5F);
     this.dtTo.DayOfWeekCharacters = 2;
     this.dtTo.Location = new System.Drawing.Point(223, 49);
     this.dtTo.Name = "dtTo";
     this.dtTo.PopUpFontSize = 11F;
     this.dtTo.Size = new System.Drawing.Size(80, 20);
     this.dtTo.TabIndex = 29;
     this.dtTo.Visible = false;
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Pastel Kit";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartPie.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartPie.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartPie.Location = new System.Drawing.Point(12, 38);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1037, 530);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(803, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(190, 20);
     this.cboStores.StyleController = this.layoutControl1;
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cboYear);
     this.layoutControl1.Controls.Add(this.lkCategory);
     this.layoutControl1.Controls.Add(this.label1);
     this.layoutControl1.Controls.Add(this.chartPie);
     this.layoutControl1.Controls.Add(this.btnPrint);
     this.layoutControl1.Controls.Add(this.dtDate);
     this.layoutControl1.Controls.Add(this.cboStores);
     this.layoutControl1.Controls.Add(this.dtFrom);
     this.layoutControl1.Controls.Add(this.dtTo);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(50, 194, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControl1.TabIndex = 28;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lkCategory
     //
     this.lkCategory.Location = new System.Drawing.Point(606, 12);
     this.lkCategory.Name = "lkCategory";
     this.lkCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkCategory.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkCategory.Properties.DisplayMember = "Name";
     this.lkCategory.Properties.NullText = "";
     this.lkCategory.Properties.ValueMember = "ID";
     this.lkCategory.Size = new System.Drawing.Size(193, 20);
     this.lkCategory.StyleController = this.layoutControl1;
     this.lkCategory.TabIndex = 26;
     this.lkCategory.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(353, 22);
     this.label1.TabIndex = 25;
     this.label1.Text = "General Expiry For Current Year";
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::PharmInventory.Properties.Resources.printer;
     this.btnPrint.Location = new System.Drawing.Point(997, 12);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(52, 22);
     this.btnPrint.StyleController = this.layoutControl1;
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 11.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 1;
     this.dtDate.Location = new System.Drawing.Point(561, 12);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(186, 22);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dtDate;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(549, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(190, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem8});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartPie;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1041, 534);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.cboStores;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(791, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(194, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnPrint;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(985, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(56, 26);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(357, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(118, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.label1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(357, 26);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lkCategory;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(594, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(197, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lstExpStatus);
     this.groupBox3.Location = new System.Drawing.Point(507, 446);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(529, 111);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Stock Expiry Status";
     //
     // lstExpStatus
     //
     this.lstExpStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstExpStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StockCode,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader1});
     this.lstExpStatus.FitToPage = false;
     this.lstExpStatus.GridLines = true;
     this.lstExpStatus.Location = new System.Drawing.Point(6, 20);
     this.lstExpStatus.Name = "lstExpStatus";
     this.lstExpStatus.Size = new System.Drawing.Size(510, 85);
     this.lstExpStatus.TabIndex = 14;
     this.lstExpStatus.Title = "";
     this.lstExpStatus.UseCompatibleStateImageBehavior = false;
     this.lstExpStatus.View = System.Windows.Forms.View.Details;
     //
     // StockCode
     //
     this.StockCode.Text = "Stock Status";
     this.StockCode.Width = 121;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Percentage ";
     this.columnHeader3.Width = 101;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Quantity";
     this.columnHeader4.Width = 102;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Price";
     this.columnHeader1.Width = 100;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartPie;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.MinMargins = new System.Drawing.Printing.Margins(5, 5, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "",
         "Expiry Status Chart",
         ""}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Page # of Pages #]",
         "",
         "[Date Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.CustomizationFormText = " From : ";
     this.layoutControlItem13.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem13.Text = " From : ";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem13.TextToControlDistance = 5;
     this.layoutControlItem13.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.CustomizationFormText = " From : ";
     this.layoutControlItem7.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem7.Name = "layoutControlItem13";
     this.layoutControlItem7.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem7.Text = " From : ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem7.TextToControlDistance = 5;
     this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // cboYear
     //
     this.cboYear.Location = new System.Drawing.Point(487, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "Year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(115, 20);
     this.cboYear.StyleController = this.layoutControl1;
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.cboYear;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(475, 0);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(119, 26);
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // GeneralExpiryChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(1061, 580);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.groupBox3);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Hello", new object[] {
            ((object)(10D))}, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Clap", new object[] {
            ((object)(20D))}, 1);
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Sample", new object[] {
            ((object)(40D))}, 2);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageBreak1 = new DevExpress.XtraReports.UI.XRPageBreak();
            this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1,
            this.xrPageBreak1,
            this.xrChart1});
            this.Detail.HeightF = 487.5F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel1
            // 
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(67.70834F, 411.4166F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrLabel1.Text = "xrLabel1";
            // 
            // xrPageBreak1
            // 
            this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 376.0833F);
            this.xrPageBreak1.Name = "xrPageBreak1";
            // 
            // xrChart1
            // 
            this.xrChart1.BorderColor = System.Drawing.Color.Black;
            this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(67.70834F, 0F);
            this.xrChart1.Name = "xrChart1";
            pieSeriesLabel1.LineVisible = true;
            piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            piePointOptions1.ValueNumericOptions.Precision = 0;
            pieSeriesLabel1.PointOptions = piePointOptions1;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
            series1.Label = pieSeriesLabel1;
            piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            piePointOptions2.ValueNumericOptions.Precision = 0;
            series1.LegendPointOptions = piePointOptions2;
            series1.Name = "Series 1";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
            series1.SynchronizePointOptions = false;
            pieSeriesView1.RuntimeExploding = false;
            series1.View = pieSeriesView1;
            this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            pieSeriesLabel2.LineVisible = true;
            this.xrChart1.SeriesTemplate.Label = pieSeriesLabel2;
            pieSeriesView2.RuntimeExploding = false;
            this.xrChart1.SeriesTemplate.View = pieSeriesView2;
            this.xrChart1.SizeF = new System.Drawing.SizeF(505.2083F, 321.875F);
            // 
            // TopMargin
            // 
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // ConfigurationTemplate
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin});
            this.Version = "12.1";
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport));
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.chartBar = new DevExpress.XtraCharts.ChartControl();
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tbSummary = new DevExpress.XtraTab.XtraTabPage();
     this.lblLastIssue = new System.Windows.Forms.Label();
     this.txtSOH = new System.Windows.Forms.Label();
     this.txtAMC = new System.Windows.Forms.Label();
     this.txtMOS = new System.Windows.Forms.Label();
     this.txtMin = new System.Windows.Forms.Label();
     this.txtMax = new System.Windows.Forms.Label();
     this.txtReorderAmount = new System.Windows.Forms.Label();
     this.txtExpiredAmount = new System.Windows.Forms.Label();
     this.txtNearExp = new System.Windows.Forms.Label();
     this.lblLastRec = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lblstat = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.printBinCard = new DevExpress.XtraPrinting.Control.PrintControl();
     this.label24 = new System.Windows.Forms.Label();
     this.lkBinCardWarehouse = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tbClassicBinCard = new DevExpress.XtraTab.XtraTabPage();
     this.lkWarehouses = new DevExpress.XtraEditors.LookUpEdit();
     this.lkYear = new DevExpress.XtraEditors.LookUpEdit();
     this.lkProgramFilter = new DevExpress.XtraEditors.LookUpEdit();
     this.transactionGrid = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tpDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.gridViewBinCard = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colGRNF = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colManuf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUnitCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTotalCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label28 = new System.Windows.Forms.Label();
     this.tbSOHTrend = new DevExpress.XtraTab.XtraTabPage();
     this.groupSohDetail = new System.Windows.Forms.GroupBox();
     this.lkShowTable = new System.Windows.Forms.LinkLabel();
     this.label29 = new System.Windows.Forms.Label();
     this.tbAMCTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailAmc = new System.Windows.Forms.LinkLabel();
     this.label34 = new System.Windows.Forms.Label();
     this.chartAmc = new DevExpress.XtraCharts.ChartControl();
     this.tbMOSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailMos = new System.Windows.Forms.LinkLabel();
     this.label35 = new System.Windows.Forms.Label();
     this.chartMOS = new DevExpress.XtraCharts.ChartControl();
     this.tbActivityTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label36 = new System.Windows.Forms.Label();
     this.chartComp = new DevExpress.XtraCharts.ChartControl();
     this.tbSSTrend = new DevExpress.XtraTab.XtraTabPage();
     this.label20 = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.lblCurStatus = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblThreeStockout = new System.Windows.Forms.Label();
     this.lblSixStockOut = new System.Windows.Forms.Label();
     this.lblTwelveStockOut = new System.Windows.Forms.Label();
     this.lblThreeNearStock = new System.Windows.Forms.Label();
     this.lblSixNearStock = new System.Windows.Forms.Label();
     this.lblTwelveNear = new System.Windows.Forms.Label();
     this.lblThreeBelowMin = new System.Windows.Forms.Label();
     this.lblSixBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveOverStock = new System.Windows.Forms.Label();
     this.lblSixOverStock = new System.Windows.Forms.Label();
     this.lblThreeOverStock = new System.Windows.Forms.Label();
     this.tbTransactions = new DevExpress.XtraTab.XtraTabPage();
     this.lblAvgIssues = new System.Windows.Forms.Label();
     this.lblAvgReceives = new System.Windows.Forms.Label();
     this.lblLastIssues = new System.Windows.Forms.Label();
     this.lblLastReceive = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tbConsumptionTrend = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailCons = new System.Windows.Forms.LinkLabel();
     this.label33 = new System.Windows.Forms.Label();
     this.consuTrend = new DevExpress.XtraCharts.ChartControl();
     this.tbStockExpiryStatus = new DevExpress.XtraTab.XtraTabPage();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.tbLogisticsSummary = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.tbSOHLocation = new DevExpress.XtraTab.XtraTabPage();
     this.gridLocations = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPalletLocation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tbSOHPriceSummary = new DevExpress.XtraTab.XtraTabPage();
     this.gridSOHSummary = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblItemID = new System.Windows.Forms.Label();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.txtitmName = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.lblBUnit = new System.Windows.Forms.Label();
     this.xpButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnExport = new DevExpress.XtraEditors.SimpleButton();
     this.lblItemSerialNumber = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tbSummary.SuspendLayout();
     this.tbBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.tbClassicBinCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).BeginInit();
     this.tbSOHTrend.SuspendLayout();
     this.tbAMCTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     this.tbMOSTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     this.tbActivityTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit();
     this.tbSSTrend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tbTransactions.SuspendLayout();
     this.tbConsumptionTrend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit();
     this.tbStockExpiryStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.tbLogisticsSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.tbSOHLocation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tbSOHPriceSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit();
     this.SuspendLayout();
     //
     // txtItemName
     //
     this.txtItemName.Enabled = false;
     this.txtItemName.Location = new System.Drawing.Point(269, 21);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.txtItemName.Properties.Appearance.Options.UseForeColor = true;
     this.txtItemName.Size = new System.Drawing.Size(522, 20);
     this.txtItemName.TabIndex = 0;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(122, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(117, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Item Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // chartBar
     //
     this.chartBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBar.Diagram = xyDiagram1;
     this.chartBar.Location = new System.Drawing.Point(6, 42);
     this.chartBar.Name = "chartBar";
     sideBySideBarSeriesLabel1.LineVisible = true;
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 3;
     sideBySideBarSeriesLabel1.PointOptions = pointOptions1;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name = "Series 2";
     this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBar.Size = new System.Drawing.Size(960, 475);
     this.chartBar.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Location = new System.Drawing.Point(1, 63);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tbSummary;
     this.tabControl1.Size = new System.Drawing.Size(1046, 549);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tbSummary,
     this.tbBinCard,
     this.tbClassicBinCard,
     this.tbSOHTrend,
     this.tbAMCTrend,
     this.tbMOSTrend,
     this.tbActivityTrend,
     this.tbSSTrend,
     this.tbTransactions,
     this.tbConsumptionTrend,
     this.tbStockExpiryStatus,
     this.tbLogisticsSummary,
     this.tbSOHLocation,
     this.tbSOHPriceSummary});
     this.tabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControl1_SelectedPageChanged);
     //
     // tbSummary
     //
     this.tbSummary.Controls.Add(this.lblLastIssue);
     this.tbSummary.Controls.Add(this.txtSOH);
     this.tbSummary.Controls.Add(this.txtAMC);
     this.tbSummary.Controls.Add(this.txtMOS);
     this.tbSummary.Controls.Add(this.txtMin);
     this.tbSummary.Controls.Add(this.txtMax);
     this.tbSummary.Controls.Add(this.txtReorderAmount);
     this.tbSummary.Controls.Add(this.txtExpiredAmount);
     this.tbSummary.Controls.Add(this.txtNearExp);
     this.tbSummary.Controls.Add(this.lblLastRec);
     this.tbSummary.Controls.Add(this.label31);
     this.tbSummary.Controls.Add(this.label32);
     this.tbSummary.Controls.Add(this.lblstat);
     this.tbSummary.Controls.Add(this.label30);
     this.tbSummary.Controls.Add(this.label9);
     this.tbSummary.Controls.Add(this.label8);
     this.tbSummary.Controls.Add(this.label7);
     this.tbSummary.Controls.Add(this.label1);
     this.tbSummary.Controls.Add(this.label6);
     this.tbSummary.Controls.Add(this.txtItemName);
     this.tbSummary.Controls.Add(this.label5);
     this.tbSummary.Controls.Add(this.label4);
     this.tbSummary.Controls.Add(this.label3);
     this.tbSummary.Controls.Add(this.label2);
     this.tbSummary.Name = "tbSummary";
     this.tbSummary.PageVisible = false;
     this.tbSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSummary.Text = "Summary";
     //
     // lblLastIssue
     //
     this.lblLastIssue.AutoSize = true;
     this.lblLastIssue.Enabled = false;
     this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssue.ForeColor = System.Drawing.Color.Black;
     this.lblLastIssue.Location = new System.Drawing.Point(266, 355);
     this.lblLastIssue.Name = "lblLastIssue";
     this.lblLastIssue.Size = new System.Drawing.Size(14, 13);
     this.lblLastIssue.TabIndex = 24;
     this.lblLastIssue.Text = "0";
     //
     // txtSOH
     //
     this.txtSOH.AutoSize = true;
     this.txtSOH.Enabled = false;
     this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSOH.ForeColor = System.Drawing.Color.Black;
     this.txtSOH.Location = new System.Drawing.Point(266, 85);
     this.txtSOH.Name = "txtSOH";
     this.txtSOH.Size = new System.Drawing.Size(14, 13);
     this.txtSOH.TabIndex = 25;
     this.txtSOH.Text = "0";
     //
     // txtAMC
     //
     this.txtAMC.AutoSize = true;
     this.txtAMC.Enabled = false;
     this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAMC.ForeColor = System.Drawing.Color.Black;
     this.txtAMC.Location = new System.Drawing.Point(266, 115);
     this.txtAMC.Name = "txtAMC";
     this.txtAMC.Size = new System.Drawing.Size(14, 13);
     this.txtAMC.TabIndex = 25;
     this.txtAMC.Text = "0";
     //
     // txtMOS
     //
     this.txtMOS.AutoSize = true;
     this.txtMOS.Enabled = false;
     this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMOS.ForeColor = System.Drawing.Color.Black;
     this.txtMOS.Location = new System.Drawing.Point(266, 145);
     this.txtMOS.Name = "txtMOS";
     this.txtMOS.Size = new System.Drawing.Size(14, 13);
     this.txtMOS.TabIndex = 25;
     this.txtMOS.Text = "0";
     //
     // txtMin
     //
     this.txtMin.AutoSize = true;
     this.txtMin.Enabled = false;
     this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMin.ForeColor = System.Drawing.Color.Black;
     this.txtMin.Location = new System.Drawing.Point(266, 175);
     this.txtMin.Name = "txtMin";
     this.txtMin.Size = new System.Drawing.Size(14, 13);
     this.txtMin.TabIndex = 25;
     this.txtMin.Text = "0";
     //
     // txtMax
     //
     this.txtMax.AutoSize = true;
     this.txtMax.Enabled = false;
     this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMax.ForeColor = System.Drawing.Color.Black;
     this.txtMax.Location = new System.Drawing.Point(266, 205);
     this.txtMax.Name = "txtMax";
     this.txtMax.Size = new System.Drawing.Size(14, 13);
     this.txtMax.TabIndex = 25;
     this.txtMax.Text = "0";
     //
     // txtReorderAmount
     //
     this.txtReorderAmount.AutoSize = true;
     this.txtReorderAmount.Enabled = false;
     this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtReorderAmount.ForeColor = System.Drawing.Color.Black;
     this.txtReorderAmount.Location = new System.Drawing.Point(266, 235);
     this.txtReorderAmount.Name = "txtReorderAmount";
     this.txtReorderAmount.Size = new System.Drawing.Size(14, 13);
     this.txtReorderAmount.TabIndex = 25;
     this.txtReorderAmount.Text = "0";
     //
     // txtExpiredAmount
     //
     this.txtExpiredAmount.AutoSize = true;
     this.txtExpiredAmount.Enabled = false;
     this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black;
     this.txtExpiredAmount.Location = new System.Drawing.Point(266, 265);
     this.txtExpiredAmount.Name = "txtExpiredAmount";
     this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13);
     this.txtExpiredAmount.TabIndex = 25;
     this.txtExpiredAmount.Text = "0";
     //
     // txtNearExp
     //
     this.txtNearExp.AutoSize = true;
     this.txtNearExp.Enabled = false;
     this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNearExp.ForeColor = System.Drawing.Color.Black;
     this.txtNearExp.Location = new System.Drawing.Point(266, 295);
     this.txtNearExp.Name = "txtNearExp";
     this.txtNearExp.Size = new System.Drawing.Size(14, 13);
     this.txtNearExp.TabIndex = 25;
     this.txtNearExp.Text = "0";
     //
     // lblLastRec
     //
     this.lblLastRec.AutoSize = true;
     this.lblLastRec.Enabled = false;
     this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastRec.ForeColor = System.Drawing.Color.Black;
     this.lblLastRec.Location = new System.Drawing.Point(266, 325);
     this.lblLastRec.Name = "lblLastRec";
     this.lblLastRec.Size = new System.Drawing.Size(14, 13);
     this.lblLastRec.TabIndex = 25;
     this.lblLastRec.Text = "0";
     //
     // label31
     //
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label31.Location = new System.Drawing.Point(136, 355);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(103, 13);
     this.label31.TabIndex = 22;
     this.label31.Text = "Last Issued Date";
     this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label32.Location = new System.Drawing.Point(122, 325);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(117, 13);
     this.label32.TabIndex = 23;
     this.label32.Text = "Last Received Date";
     this.label32.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lblstat
     //
     this.lblstat.AutoSize = true;
     this.lblstat.Enabled = false;
     this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstat.ForeColor = System.Drawing.Color.Black;
     this.lblstat.Location = new System.Drawing.Point(266, 55);
     this.lblstat.Name = "lblstat";
     this.lblstat.Size = new System.Drawing.Size(14, 13);
     this.lblstat.TabIndex = 21;
     this.lblstat.Text = "0";
     //
     // label30
     //
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label30.Location = new System.Drawing.Point(109, 55);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(130, 13);
     this.label30.TabIndex = 20;
     this.label30.Text = "Current Status";
     this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label9.Location = new System.Drawing.Point(136, 295);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(103, 13);
     this.label9.TabIndex = 17;
     this.label9.Text = "Near Expiry Amount";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(141, 265);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(98, 13);
     this.label8.TabIndex = 17;
     this.label8.Text = "Expired";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label7.Location = new System.Drawing.Point(79, 235);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(160, 13);
     this.label7.TabIndex = 17;
     this.label7.Text = "Reorder Amount";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location = new System.Drawing.Point(79, 145);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(160, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Months Of Stock";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(112, 205);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(127, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Maximum Value";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location = new System.Drawing.Point(91, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(148, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Minimum Value";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(0, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(239, 13);
     this.label3.TabIndex = 19;
     this.label3.Text = "Average Monthly Consumption";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(114, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Stock On Hand";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbBinCard
     //
     this.tbBinCard.Controls.Add(this.layoutControl2);
     this.tbBinCard.Name = "tbBinCard";
     this.tbBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbBinCard.Text = "Bin Card";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.printBinCard);
     this.layoutControl2.Controls.Add(this.label24);
     this.layoutControl2.Controls.Add(this.lkBinCardWarehouse);
     this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControl2.TabIndex = 107;
     this.layoutControl2.Text = "layoutControl2";
     //
     // printBinCard
     //
     this.printBinCard.BackColor = System.Drawing.Color.Empty;
     this.printBinCard.ForeColor = System.Drawing.Color.Empty;
     this.printBinCard.IsMetric = false;
     this.printBinCard.Location = new System.Drawing.Point(12, 60);
     this.printBinCard.Name = "printBinCard";
     this.printBinCard.Size = new System.Drawing.Size(1016, 449);
     this.printBinCard.TabIndex = 104;
     this.printBinCard.TooltipFont = new System.Drawing.Font("Tahoma", 8.25F);
     //
     // label24
     //
     this.label24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(12, 12);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(224, 20);
     this.label24.TabIndex = 104;
     this.label24.Text = "Electronic Bin Card ";
     //
     // lkBinCardWarehouse
     //
     this.lkBinCardWarehouse.Location = new System.Drawing.Point(298, 36);
     this.lkBinCardWarehouse.Name = "lkBinCardWarehouse";
     this.lkBinCardWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBinCardWarehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkBinCardWarehouse.Properties.DisplayMember = "Name";
     this.lkBinCardWarehouse.Properties.NullText = "Select Warehouse";
     this.lkBinCardWarehouse.Properties.ValueMember = "ID";
     this.lkBinCardWarehouse.Size = new System.Drawing.Size(129, 20);
     this.lkBinCardWarehouse.StyleController = this.layoutControl2;
     this.lkBinCardWarehouse.TabIndex = 106;
     this.lkBinCardWarehouse.EditValueChanged += new System.EventHandler(this.lkBinCardWarehouse_EditValueChanged);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem4,
     this.emptySpaceItem2,
     this.layoutControlItem3,
     this.emptySpaceItem3,
     this.emptySpaceItem5,
     this.layoutControlItem5});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(1040, 521);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.label24;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(228, 24);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(228, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(792, 24);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lkBinCardWarehouse;
     this.layoutControlItem3.CustomizationFormText = "Warehouse";
     this.layoutControlItem3.Location = new System.Drawing.Point(228, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(191, 24);
     this.layoutControlItem3.Text = "Warehouse";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 13);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(228, 24);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(419, 24);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(601, 24);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.printBinCard;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(1020, 453);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // tbClassicBinCard
     //
     this.tbClassicBinCard.Controls.Add(this.lkWarehouses);
     this.tbClassicBinCard.Controls.Add(this.lkYear);
     this.tbClassicBinCard.Controls.Add(this.lkProgramFilter);
     this.tbClassicBinCard.Controls.Add(this.btnExport);
     this.tbClassicBinCard.Controls.Add(this.transactionGrid);
     this.tbClassicBinCard.Controls.Add(this.label28);
     this.tbClassicBinCard.Controls.Add(this.xpButton1);
     this.tbClassicBinCard.Name = "tbClassicBinCard";
     this.tbClassicBinCard.Size = new System.Drawing.Size(1040, 521);
     this.tbClassicBinCard.Text = "Classic Bin Card";
     //
     // lkWarehouses
     //
     this.lkWarehouses.Location = new System.Drawing.Point(208, 41);
     this.lkWarehouses.Name = "lkWarehouses";
     this.lkWarehouses.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkWarehouses.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkWarehouses.Properties.DisplayMember = "Name";
     this.lkWarehouses.Properties.NullText = "Select Warehouse";
     this.lkWarehouses.Properties.ValueMember = "ID";
     this.lkWarehouses.Size = new System.Drawing.Size(209, 20);
     this.lkWarehouses.TabIndex = 105;
     this.lkWarehouses.EditValueChanged += new System.EventHandler(this.lkWarehouses_EditValueChanged);
     //
     // lkYear
     //
     this.lkYear.Location = new System.Drawing.Point(423, 42);
     this.lkYear.Name = "lkYear";
     this.lkYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Year", "Year")});
     this.lkYear.Properties.DisplayMember = "Year";
     this.lkYear.Properties.ValueMember = "Year";
     this.lkYear.Size = new System.Drawing.Size(100, 20);
     this.lkYear.TabIndex = 104;
     this.lkYear.EditValueChanged += new System.EventHandler(this.lkYear_EditValueChanged);
     //
     // lkProgramFilter
     //
     this.lkProgramFilter.Location = new System.Drawing.Point(529, 42);
     this.lkProgramFilter.Name = "lkProgramFilter";
     this.lkProgramFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkProgramFilter.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CompanyName", "Name")});
     this.lkProgramFilter.Properties.DisplayMember = "CompanyName";
     this.lkProgramFilter.Properties.NullText = "Select Program";
     this.lkProgramFilter.Properties.ValueMember = "ID";
     this.lkProgramFilter.Size = new System.Drawing.Size(209, 20);
     this.lkProgramFilter.TabIndex = 13;
     this.lkProgramFilter.Visible = false;
     this.lkProgramFilter.EditValueChanged += new System.EventHandler(this.LkProgramFilterEditValueChanged);
     //
     // transactionGrid
     //
     this.transactionGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.transactionGrid.ContextMenuStrip = this.contextMenuStrip1;
     this.transactionGrid.Location = new System.Drawing.Point(7, 68);
     this.transactionGrid.MainView = this.gridViewBinCard;
     this.transactionGrid.Name = "transactionGrid";
     this.transactionGrid.Size = new System.Drawing.Size(1032, 449);
     this.transactionGrid.TabIndex = 12;
     this.transactionGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewBinCard});
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tpDelete});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // tpDelete
     //
     this.tpDelete.Name = "tpDelete";
     this.tpDelete.Size = new System.Drawing.Size(107, 22);
     this.tpDelete.Text = "Delete";
     this.tpDelete.Click += new System.EventHandler(this.tpDelete_Click);
     //
     // gridViewBinCard
     //
     this.gridViewBinCard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colGRNF,
     this.colDocType,
     this.gridColumn15,
     this.colManuf,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.colUnitCost,
     this.colTotalCost,
     this.gridColumn24});
     this.gridViewBinCard.GridControl = this.transactionGrid;
     this.gridViewBinCard.Name = "gridViewBinCard";
     this.gridViewBinCard.OptionsBehavior.Editable = false;
     this.gridViewBinCard.OptionsCustomization.AllowSort = false;
     this.gridViewBinCard.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewBinCard.OptionsView.ShowGroupPanel = false;
     //
     // colGRNF
     //
     this.colGRNF.Caption = "GRNF";
     this.colGRNF.FieldName = "GRNF";
     this.colGRNF.Name = "colGRNF";
     this.colGRNF.Visible = true;
     this.colGRNF.VisibleIndex = 0;
     //
     // colDocType
     //
     this.colDocType.Caption = "Type";
     this.colDocType.FieldName = "DocType";
     this.colDocType.Name = "colDocType";
     this.colDocType.Visible = true;
     this.colDocType.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Reference No";
     this.gridColumn15.FieldName = "RefNo";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // colManuf
     //
     this.colManuf.Caption = "Manufacturer";
     this.colManuf.FieldName = "Manufacturer";
     this.colManuf.Name = "colManuf";
     this.colManuf.Visible = true;
     this.colManuf.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Date";
     this.gridColumn16.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn16.FieldName = "Date";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Batch No";
     this.gridColumn17.FieldName = "BatchNo";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Expiry Date";
     this.gridColumn18.DisplayFormat.FormatString = "MM/yyyy";
     this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn18.FieldName = "ExpDate";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 6;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Received";
     this.gridColumn19.DisplayFormat.FormatString = "#,##0";
     this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn19.FieldName = "Received";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 7;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Issued";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "Issued";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 8;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "Balance";
     this.gridColumn21.DisplayFormat.FormatString = "#,##0";
     this.gridColumn21.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn21.FieldName = "Balance";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 9;
     //
     // colUnitCost
     //
     this.colUnitCost.Caption = "Unit Cost";
     this.colUnitCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colUnitCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colUnitCost.FieldName = "UnitPrice";
     this.colUnitCost.Name = "colUnitCost";
     this.colUnitCost.Visible = true;
     this.colUnitCost.VisibleIndex = 10;
     //
     // colTotalCost
     //
     this.colTotalCost.Caption = "Total Cost";
     this.colTotalCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colTotalCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colTotalCost.FieldName = "TotalPrice";
     this.colTotalCost.Name = "colTotalCost";
     this.colTotalCost.Visible = true;
     this.colTotalCost.VisibleIndex = 11;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "To/From";
     this.gridColumn24.FieldName = "ToFrom";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 12;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(7, 15);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(200, 23);
     this.label28.TabIndex = 10;
     this.label28.Text = "Electronic Bin Card ";
     //
     // tbSOHTrend
     //
     this.tbSOHTrend.Controls.Add(this.groupSohDetail);
     this.tbSOHTrend.Controls.Add(this.lkShowTable);
     this.tbSOHTrend.Controls.Add(this.label29);
     this.tbSOHTrend.Controls.Add(this.chartBar);
     this.tbSOHTrend.Name = "tbSOHTrend";
     this.tbSOHTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHTrend.PageVisible = false;
     this.tbSOHTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHTrend.Text = "SOH Trend";
     //
     // groupSohDetail
     //
     this.groupSohDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupSohDetail.Location = new System.Drawing.Point(-1, 37);
     this.groupSohDetail.Name = "groupSohDetail";
     this.groupSohDetail.Size = new System.Drawing.Size(968, 496);
     this.groupSohDetail.TabIndex = 13;
     this.groupSohDetail.TabStop = false;
     this.groupSohDetail.Text = "Show trend by month";
     this.groupSohDetail.Visible = false;
     //
     // lkShowTable
     //
     this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkShowTable.AutoSize = true;
     this.lkShowTable.Location = new System.Drawing.Point(1094, 12);
     this.lkShowTable.Name = "lkShowTable";
     this.lkShowTable.Size = new System.Drawing.Size(72, 13);
     this.lkShowTable.TabIndex = 12;
     this.lkShowTable.TabStop = true;
     this.lkShowTable.Text = "Show Table";
     this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LkShowTableLinkClicked);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(7, 15);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(229, 23);
     this.label29.TabIndex = 11;
     this.label29.Text = "Trend - Stock On Hand";
     //
     // tbAMCTrend
     //
     this.tbAMCTrend.Controls.Add(this.lkDetailAmc);
     this.tbAMCTrend.Controls.Add(this.label34);
     this.tbAMCTrend.Controls.Add(this.chartAmc);
     this.tbAMCTrend.Name = "tbAMCTrend";
     this.tbAMCTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbAMCTrend.PageVisible = false;
     this.tbAMCTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbAMCTrend.Text = "AMC Trend";
     //
     // lkDetailAmc
     //
     this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailAmc.AutoSize = true;
     this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22);
     this.lkDetailAmc.Name = "lkDetailAmc";
     this.lkDetailAmc.Size = new System.Drawing.Size(72, 13);
     this.lkDetailAmc.TabIndex = 14;
     this.lkDetailAmc.TabStop = true;
     this.lkDetailAmc.Text = "Show Table";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(7, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(453, 23);
     this.label34.TabIndex = 12;
     this.label34.Text = "Trend - Average Monthly Consumption (AMC) ";
     //
     // chartAmc
     //
     this.chartAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartAmc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartAmc.Diagram = xyDiagram2;
     this.chartAmc.Location = new System.Drawing.Point(4, 58);
     this.chartAmc.Name = "chartAmc";
     this.chartAmc.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartAmc.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel4.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel4;
     series3.Name = "Series 1";
     sideBySideBarSeriesLabel5.LineVisible = true;
     series4.Label = sideBySideBarSeriesLabel5;
     series4.Name = "Series 2";
     this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3,
     series4};
     sideBySideBarSeriesLabel6.LineVisible = true;
     this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
     this.chartAmc.Size = new System.Drawing.Size(963, 452);
     this.chartAmc.TabIndex = 3;
     //
     // tbMOSTrend
     //
     this.tbMOSTrend.Controls.Add(this.lkDetailMos);
     this.tbMOSTrend.Controls.Add(this.label35);
     this.tbMOSTrend.Controls.Add(this.chartMOS);
     this.tbMOSTrend.Name = "tbMOSTrend";
     this.tbMOSTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbMOSTrend.PageVisible = false;
     this.tbMOSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbMOSTrend.Text = "MOS Trend";
     //
     // lkDetailMos
     //
     this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailMos.AutoSize = true;
     this.lkDetailMos.Location = new System.Drawing.Point(1100, 24);
     this.lkDetailMos.Name = "lkDetailMos";
     this.lkDetailMos.Size = new System.Drawing.Size(72, 13);
     this.lkDetailMos.TabIndex = 16;
     this.lkDetailMos.TabStop = true;
     this.lkDetailMos.Text = "Show Table";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(7, 15);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(248, 23);
     this.label35.TabIndex = 12;
     this.label35.Text = "Trend - Months of Stock ";
     //
     // chartMOS
     //
     this.chartMOS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMOS.Diagram = xyDiagram3;
     this.chartMOS.Location = new System.Drawing.Point(7, 48);
     this.chartMOS.Name = "chartMOS";
     this.chartMOS.PaletteName = "Palette 2";
     this.chartMOS.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54))))), System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))), System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))))}));
     this.chartMOS.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39))))), System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))), System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))))}));
     sideBySideBarSeriesLabel7.LineVisible = true;
     series5.Label = sideBySideBarSeriesLabel7;
     series5.Name = "Series 1";
     sideBySideBarSeriesLabel8.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel8;
     series6.Name = "Series 2";
     this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series5,
     series6};
     sideBySideBarSeriesLabel9.LineVisible = true;
     this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel9;
     this.chartMOS.Size = new System.Drawing.Size(1160, 452);
     this.chartMOS.TabIndex = 4;
     //
     // tbActivityTrend
     //
     this.tbActivityTrend.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbActivityTrend.Appearance.PageClient.Options.UseBackColor = true;
     this.tbActivityTrend.Controls.Add(this.label36);
     this.tbActivityTrend.Controls.Add(this.chartComp);
     this.tbActivityTrend.Name = "tbActivityTrend";
     this.tbActivityTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbActivityTrend.PageVisible = false;
     this.tbActivityTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbActivityTrend.Text = "Activity Trend";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(7, 15);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(164, 23);
     this.label36.TabIndex = 12;
     this.label36.Text = "Trend - Activity ";
     //
     // chartComp
     //
     this.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartComp.Diagram = xyDiagram4;
     this.chartComp.Location = new System.Drawing.Point(7, 48);
     this.chartComp.Name = "chartComp";
     this.chartComp.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartComp.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     sideBySideBarSeriesLabel10.LineVisible = true;
     series7.Label = sideBySideBarSeriesLabel10;
     series7.Name = "Series 1";
     sideBySideBarSeriesLabel11.LineVisible = true;
     series8.Label = sideBySideBarSeriesLabel11;
     series8.Name = "Series 2";
     this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series7,
     series8};
     sideBySideBarSeriesLabel12.LineVisible = true;
     this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel12;
     this.chartComp.Size = new System.Drawing.Size(967, 476);
     this.chartComp.TabIndex = 3;
     //
     // tbSSTrend
     //
     this.tbSSTrend.Controls.Add(this.label20);
     this.tbSSTrend.Controls.Add(this.lblTime);
     this.tbSSTrend.Controls.Add(this.lblCurStatus);
     this.tbSSTrend.Controls.Add(this.label19);
     this.tbSSTrend.Controls.Add(this.tableLayoutPanel1);
     this.tbSSTrend.Name = "tbSSTrend";
     this.tbSSTrend.PageVisible = false;
     this.tbSSTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbSSTrend.Text = "Stock Status Trend";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(35, 106);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(142, 16);
     this.label20.TabIndex = 1;
     this.label20.Text = "Trend (No. of times)";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(257, 68);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 1;
     //
     // lblCurStatus
     //
     this.lblCurStatus.AutoSize = true;
     this.lblCurStatus.Location = new System.Drawing.Point(150, 68);
     this.lblCurStatus.Name = "lblCurStatus";
     this.lblCurStatus.Size = new System.Drawing.Size(0, 13);
     this.lblCurStatus.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(45, 68);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(104, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Current Status : ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 277F));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 1);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(187, 1);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "3 Month";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(263, 1);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(52, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "6 Month";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(349, 1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "12 Month";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "Stock Out";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(4, 43);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 1;
     this.label15.Text = "Near Stock Out";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(4, 64);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(64, 13);
     this.label16.TabIndex = 1;
     this.label16.Text = "Below Min";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(4, 85);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(71, 13);
     this.label18.TabIndex = 1;
     this.label18.Text = "Over Stock";
     //
     // lblThreeStockout
     //
     this.lblThreeStockout.AutoSize = true;
     this.lblThreeStockout.Location = new System.Drawing.Point(187, 22);
     this.lblThreeStockout.Name = "lblThreeStockout";
     this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
     this.lblThreeStockout.TabIndex = 1;
     this.lblThreeStockout.Text = "0";
     //
     // lblSixStockOut
     //
     this.lblSixStockOut.AutoSize = true;
     this.lblSixStockOut.Location = new System.Drawing.Point(263, 22);
     this.lblSixStockOut.Name = "lblSixStockOut";
     this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblSixStockOut.TabIndex = 1;
     this.lblSixStockOut.Text = "0";
     //
     // lblTwelveStockOut
     //
     this.lblTwelveStockOut.AutoSize = true;
     this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22);
     this.lblTwelveStockOut.Name = "lblTwelveStockOut";
     this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveStockOut.TabIndex = 1;
     this.lblTwelveStockOut.Text = "0";
     //
     // lblThreeNearStock
     //
     this.lblThreeNearStock.AutoSize = true;
     this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43);
     this.lblThreeNearStock.Name = "lblThreeNearStock";
     this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeNearStock.TabIndex = 1;
     this.lblThreeNearStock.Text = "0";
     //
     // lblSixNearStock
     //
     this.lblSixNearStock.AutoSize = true;
     this.lblSixNearStock.Location = new System.Drawing.Point(263, 43);
     this.lblSixNearStock.Name = "lblSixNearStock";
     this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixNearStock.TabIndex = 1;
     this.lblSixNearStock.Text = "0";
     //
     // lblTwelveNear
     //
     this.lblTwelveNear.AutoSize = true;
     this.lblTwelveNear.Location = new System.Drawing.Point(349, 43);
     this.lblTwelveNear.Name = "lblTwelveNear";
     this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveNear.TabIndex = 1;
     this.lblTwelveNear.Text = "0";
     //
     // lblThreeBelowMin
     //
     this.lblThreeBelowMin.AutoSize = true;
     this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64);
     this.lblThreeBelowMin.Name = "lblThreeBelowMin";
     this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblThreeBelowMin.TabIndex = 1;
     this.lblThreeBelowMin.Text = "0";
     //
     // lblSixBelowMin
     //
     this.lblSixBelowMin.AutoSize = true;
     this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64);
     this.lblSixBelowMin.Name = "lblSixBelowMin";
     this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblSixBelowMin.TabIndex = 1;
     this.lblSixBelowMin.Text = "0";
     //
     // lblTwelveBelowMin
     //
     this.lblTwelveBelowMin.AutoSize = true;
     this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64);
     this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
     this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveBelowMin.TabIndex = 1;
     this.lblTwelveBelowMin.Text = "0";
     //
     // lblTwelveOverStock
     //
     this.lblTwelveOverStock.AutoSize = true;
     this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85);
     this.lblTwelveOverStock.Name = "lblTwelveOverStock";
     this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveOverStock.TabIndex = 1;
     this.lblTwelveOverStock.Text = "0";
     //
     // lblSixOverStock
     //
     this.lblSixOverStock.AutoSize = true;
     this.lblSixOverStock.Location = new System.Drawing.Point(263, 85);
     this.lblSixOverStock.Name = "lblSixOverStock";
     this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixOverStock.TabIndex = 1;
     this.lblSixOverStock.Text = "0";
     //
     // lblThreeOverStock
     //
     this.lblThreeOverStock.AutoSize = true;
     this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85);
     this.lblThreeOverStock.Name = "lblThreeOverStock";
     this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeOverStock.TabIndex = 1;
     this.lblThreeOverStock.Text = "0";
     //
     // tbTransactions
     //
     this.tbTransactions.Controls.Add(this.lblAvgIssues);
     this.tbTransactions.Controls.Add(this.lblAvgReceives);
     this.tbTransactions.Controls.Add(this.lblLastIssues);
     this.tbTransactions.Controls.Add(this.lblLastReceive);
     this.tbTransactions.Controls.Add(this.label23);
     this.tbTransactions.Controls.Add(this.label22);
     this.tbTransactions.Controls.Add(this.label21);
     this.tbTransactions.Controls.Add(this.label17);
     this.tbTransactions.Name = "tbTransactions";
     this.tbTransactions.PageVisible = false;
     this.tbTransactions.Size = new System.Drawing.Size(1040, 521);
     this.tbTransactions.Text = "Transaction";
     //
     // lblAvgIssues
     //
     this.lblAvgIssues.AutoSize = true;
     this.lblAvgIssues.Location = new System.Drawing.Point(357, 184);
     this.lblAvgIssues.Name = "lblAvgIssues";
     this.lblAvgIssues.Size = new System.Drawing.Size(14, 13);
     this.lblAvgIssues.TabIndex = 1;
     this.lblAvgIssues.Text = "0";
     this.lblAvgIssues.Visible = false;
     //
     // lblAvgReceives
     //
     this.lblAvgReceives.AutoSize = true;
     this.lblAvgReceives.Location = new System.Drawing.Point(357, 153);
     this.lblAvgReceives.Name = "lblAvgReceives";
     this.lblAvgReceives.Size = new System.Drawing.Size(14, 13);
     this.lblAvgReceives.TabIndex = 1;
     this.lblAvgReceives.Text = "0";
     this.lblAvgReceives.Visible = false;
     //
     // lblLastIssues
     //
     this.lblLastIssues.AutoSize = true;
     this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssues.Location = new System.Drawing.Point(353, 105);
     this.lblLastIssues.Name = "lblLastIssues";
     this.lblLastIssues.Size = new System.Drawing.Size(22, 23);
     this.lblLastIssues.TabIndex = 1;
     this.lblLastIssues.Text = "0";
     //
     // lblLastReceive
     //
     this.lblLastReceive.AutoSize = true;
     this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastReceive.Location = new System.Drawing.Point(353, 67);
     this.lblLastReceive.Name = "lblLastReceive";
     this.lblLastReceive.Size = new System.Drawing.Size(22, 23);
     this.lblLastReceive.TabIndex = 1;
     this.lblLastReceive.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(141, 182);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(210, 16);
     this.label23.TabIndex = 0;
     this.label23.Text = "AVG. no. of days b/n Issues : ";
     this.label23.Visible = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(125, 151);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(226, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "AVG. no. of days b/n Receives : ";
     this.label22.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(141, 105);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(214, 23);
     this.label21.TabIndex = 0;
     this.label21.Text = "Last Issued Date : ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(116, 67);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(239, 23);
     this.label17.TabIndex = 0;
     this.label17.Text = "Last Received Date : ";
     //
     // tbConsumptionTrend
     //
     this.tbConsumptionTrend.Controls.Add(this.lkDetailCons);
     this.tbConsumptionTrend.Controls.Add(this.label33);
     this.tbConsumptionTrend.Controls.Add(this.consuTrend);
     this.tbConsumptionTrend.Name = "tbConsumptionTrend";
     this.tbConsumptionTrend.Padding = new System.Windows.Forms.Padding(3);
     this.tbConsumptionTrend.PageVisible = false;
     this.tbConsumptionTrend.Size = new System.Drawing.Size(1040, 521);
     this.tbConsumptionTrend.Text = "Consumption Trend";
     //
     // lkDetailCons
     //
     this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailCons.AutoSize = true;
     this.lkDetailCons.Location = new System.Drawing.Point(1100, 17);
     this.lkDetailCons.Name = "lkDetailCons";
     this.lkDetailCons.Size = new System.Drawing.Size(72, 13);
     this.lkDetailCons.TabIndex = 16;
     this.lkDetailCons.TabStop = true;
     this.lkDetailCons.Text = "Show Table";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(7, 15);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(212, 23);
     this.label33.TabIndex = 12;
     this.label33.Text = "Trend - Consumption";
     //
     // consuTrend
     //
     this.consuTrend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.consuTrend.Diagram = xyDiagram5;
     this.consuTrend.Location = new System.Drawing.Point(10, 41);
     this.consuTrend.Name = "consuTrend";
     sideBySideBarSeriesLabel13.LineVisible = true;
     series9.Label = sideBySideBarSeriesLabel13;
     series9.Name = "Series 1";
     sideBySideBarSeriesLabel14.LineVisible = true;
     series10.Label = sideBySideBarSeriesLabel14;
     series10.Name = "Series 2";
     this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series9,
     series10};
     sideBySideBarSeriesLabel15.LineVisible = true;
     this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel15;
     this.consuTrend.Size = new System.Drawing.Size(955, 476);
     this.consuTrend.TabIndex = 3;
     //
     // tbStockExpiryStatus
     //
     this.tbStockExpiryStatus.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tbStockExpiryStatus.Appearance.PageClient.Options.UseBackColor = true;
     this.tbStockExpiryStatus.Controls.Add(this.chartPie);
     this.tbStockExpiryStatus.Name = "tbStockExpiryStatus";
     this.tbStockExpiryStatus.Padding = new System.Windows.Forms.Padding(3);
     this.tbStockExpiryStatus.PageVisible = false;
     this.tbStockExpiryStatus.Size = new System.Drawing.Size(1040, 521);
     this.tbStockExpiryStatus.Text = "Stock Expiry Status";
     //
     // chartPie
     //
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPie.Location = new System.Drawing.Point(3, 3);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73))))), System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))), System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series11.Label = pie3DSeriesLabel1;
     series11.Name = "Series 1";
     series11.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series11};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1034, 515);
     this.chartPie.TabIndex = 21;
     //
     // tbLogisticsSummary
     //
     this.tbLogisticsSummary.Controls.Add(this.layoutControl1);
     this.tbLogisticsSummary.Name = "tbLogisticsSummary";
     this.tbLogisticsSummary.Padding = new System.Windows.Forms.Padding(3);
     this.tbLogisticsSummary.PageVisible = false;
     this.tbLogisticsSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbLogisticsSummary.Text = "Logistics Summary";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lookUpEdit1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 3);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(45, 12);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(168, 20);
     this.lookUpEdit1.StyleController = this.layoutControl1;
     this.lookUpEdit1.TabIndex = 5;
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(12, 52);
     this.gridControl1.MainView = this.gridView3;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(1010, 451);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3});
     //
     // gridView3
     //
     this.gridView3.GridControl = this.gridControl1;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.emptySpaceItem1});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1034, 515);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "Text";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1014, 471);
     this.layoutControlItem1.Text = "Text";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lookUpEdit1;
     this.layoutControlItem2.CustomizationFormText = "Month";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(205, 24);
     this.layoutControlItem2.Text = "Month";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(30, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(205, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(809, 24);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // tbSOHLocation
     //
     this.tbSOHLocation.Controls.Add(this.gridLocations);
     this.tbSOHLocation.Name = "tbSOHLocation";
     this.tbSOHLocation.Padding = new System.Windows.Forms.Padding(3);
     this.tbSOHLocation.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHLocation.Text = "SOH Locations";
     //
     // gridLocations
     //
     this.gridLocations.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridLocations.Location = new System.Drawing.Point(3, 3);
     this.gridLocations.MainView = this.gridView1;
     this.gridLocations.Name = "gridLocations";
     this.gridLocations.Size = new System.Drawing.Size(1034, 515);
     this.gridLocations.TabIndex = 0;
     this.gridLocations.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn5,
     this.gridColumn2,
     this.colPalletNumber,
     this.colPalletLocation,
     this.gridColumn4});
     this.gridView1.GridControl = this.gridLocations;
     this.gridView1.GroupCount = 1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowFooter = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPalletLocation, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Receive Date";
     this.gridColumn1.FieldName = "EurDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 100;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Batch No";
     this.gridColumn3.FieldName = "BatchNo";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 4;
     this.gridColumn3.Width = 113;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Expiry Date";
     this.gridColumn5.FieldName = "ExpiryDate";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 227;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Balance";
     this.gridColumn2.FieldName = "Balance";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width = 184;
     //
     // colPalletNumber
     //
     this.colPalletNumber.Caption = "PalletNumber";
     this.colPalletNumber.FieldName = "PalletNo";
     this.colPalletNumber.Name = "colPalletNumber";
     this.colPalletNumber.Visible = true;
     this.colPalletNumber.VisibleIndex = 5;
     this.colPalletNumber.Width = 147;
     //
     // colPalletLocation
     //
     this.colPalletLocation.Caption = "Pallet Location";
     this.colPalletLocation.FieldName = "PalletLocation";
     this.colPalletLocation.Name = "colPalletLocation";
     this.colPalletLocation.OptionsColumn.AllowEdit = false;
     this.colPalletLocation.Visible = true;
     this.colPalletLocation.VisibleIndex = 6;
     this.colPalletLocation.Width = 182;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Manufacturer";
     this.gridColumn4.FieldName = "ManufacturerName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 199;
     //
     // tbSOHPriceSummary
     //
     this.tbSOHPriceSummary.Controls.Add(this.gridSOHSummary);
     this.tbSOHPriceSummary.Name = "tbSOHPriceSummary";
     this.tbSOHPriceSummary.Size = new System.Drawing.Size(1040, 521);
     this.tbSOHPriceSummary.Text = "SOH Price Summary";
     //
     // gridSOHSummary
     //
     this.gridSOHSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridSOHSummary.Location = new System.Drawing.Point(0, 0);
     this.gridSOHSummary.MainView = this.gridView4;
     this.gridSOHSummary.Name = "gridSOHSummary";
     this.gridSOHSummary.Size = new System.Drawing.Size(1040, 521);
     this.gridSOHSummary.TabIndex = 1;
     this.gridSOHSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumn13,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gridView4.GridControl = this.gridSOHSummary;
     this.gridView4.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")});
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowFooter = true;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Unit Cost";
     this.gridColumn14.FieldName = "Cost";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 97;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Supplier";
     this.gridColumn13.FieldName = "Supplier";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     this.gridColumn13.Width = 166;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Receive Date";
     this.gridColumn6.FieldName = "EurDate";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 90;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Batch No";
     this.gridColumn7.FieldName = "BatchNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width = 128;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Expiry Date";
     this.gridColumn8.FieldName = "ExpiryDate";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 1;
     this.gridColumn8.Width = 161;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Balance";
     this.gridColumn9.FieldName = "Balance";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 3;
     this.gridColumn9.Width = 102;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "PalletNumber";
     this.gridColumn10.FieldName = "PalletNo";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 7;
     this.gridColumn10.Width = 106;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Pallet Location";
     this.gridColumn11.FieldName = "PalletLocation";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 8;
     this.gridColumn11.Width = 157;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Manufacturer";
     this.gridColumn12.FieldName = "ManufacturerName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 5;
     this.gridColumn12.Width = 167;
     //
     // lblItemID
     //
     this.lblItemID.AutoSize = true;
     this.lblItemID.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemID.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.lblItemID.Location = new System.Drawing.Point(12, 36);
     this.lblItemID.Name = "lblItemID";
     this.lblItemID.Size = new System.Drawing.Size(0, 18);
     this.lblItemID.TabIndex = 26;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(973, 520);
     this.xtraTabPage1.Text = "xtraTabPage1";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Location = new System.Drawing.Point(748, 10);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 17;
     this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(962, 34);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartControl1.Location = new System.Drawing.Point(7, 25);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0]));
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel16.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16;
     this.chartControl1.Size = new System.Drawing.Size(974, 411);
     this.chartControl1.TabIndex = 2;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipTitle = "Item Name";
     //
     // txtitmName
     //
     this.txtitmName.AutoSize = true;
     this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtitmName.Location = new System.Drawing.Point(81, 12);
     this.txtitmName.Name = "txtitmName";
     this.txtitmName.Size = new System.Drawing.Size(0, 18);
     this.txtitmName.TabIndex = 100;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(71, 40);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(92, 13);
     this.label38.TabIndex = 101;
     this.label38.Text = "Unit of Issue : ";
     //
     // lblBUnit
     //
     this.lblBUnit.AutoSize = true;
     this.lblBUnit.Location = new System.Drawing.Point(168, 40);
     this.lblBUnit.Name = "lblBUnit";
     this.lblBUnit.Size = new System.Drawing.Size(0, 13);
     this.lblBUnit.TabIndex = 101;
     //
     // xpButton1
     //
     this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xpButton1.Image = ((System.Drawing.Image)(resources.GetObject("xpButton1.Image")));
     this.xpButton1.Location = new System.Drawing.Point(893, 38);
     this.xpButton1.Name = "xpButton1";
     this.xpButton1.Size = new System.Drawing.Size(75, 23);
     this.xpButton1.TabIndex = 15;
     this.xpButton1.Text = "Print";
     this.xpButton1.Click += new System.EventHandler(this.BtnPrintClicked);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(770, 38);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(106, 23);
     this.btnExport.TabIndex = 103;
     this.btnExport.Text = "Export Bin Card";
     this.btnExport.Click += new System.EventHandler(this.BtnExportClick);
     //
     // lblItemSerialNumber
     //
     this.lblItemSerialNumber.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.lblItemSerialNumber.Location = new System.Drawing.Point(287, 5);
     this.lblItemSerialNumber.Name = "lblItemSerialNumber";
     this.lblItemSerialNumber.Size = new System.Drawing.Size(132, 16);
     this.lblItemSerialNumber.TabIndex = 104;
     this.lblItemSerialNumber.Text = "Item Serial Number: ";
     //
     // ItemDetailReport
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1049, 614);
     this.Controls.Add(this.lblItemSerialNumber);
     this.Controls.Add(this.lblItemID);
     this.Controls.Add(this.lblBUnit);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.txtitmName);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ItemDetailReport";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Item Detail Reports";
     this.Load += new System.EventHandler(this.BinCardTransactionLoad);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tbSummary.ResumeLayout(false);
     this.tbSummary.PerformLayout();
     this.tbBinCard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     this.tbClassicBinCard.ResumeLayout(false);
     this.tbClassicBinCard.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).EndInit();
     this.tbSOHTrend.ResumeLayout(false);
     this.tbSOHTrend.PerformLayout();
     this.tbAMCTrend.ResumeLayout(false);
     this.tbAMCTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit();
     this.tbMOSTrend.ResumeLayout(false);
     this.tbMOSTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit();
     this.tbActivityTrend.ResumeLayout(false);
     this.tbActivityTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit();
     this.tbSSTrend.ResumeLayout(false);
     this.tbSSTrend.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tbTransactions.ResumeLayout(false);
     this.tbTransactions.PerformLayout();
     this.tbConsumptionTrend.ResumeLayout(false);
     this.tbConsumptionTrend.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit();
     this.tbStockExpiryStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.tbLogisticsSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.tbSOHLocation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tbSOHPriceSummary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #5
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </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.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView1   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel2  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions3 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PiePointOptions piePointOptions4 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView2   = new DevExpress.XtraCharts.PieSeriesView();
     this.grid             = new DevExpress.XtraGrid.GridControl();
     this.gridView         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.lblDate          = new DevExpress.XtraEditors.LabelControl();
     this.lupMemberType    = new DevExpress.XtraEditors.LookUpEdit();
     this.panelControl2    = new DevExpress.XtraEditors.PanelControl();
     this.chartControl1    = new DevExpress.XtraCharts.ChartControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).BeginInit();
     this.BottomPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lupMemberType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.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)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // BottomPanel
     //
     this.BottomPanel.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.BottomPanel.Appearance.Options.UseBackColor = true;
     this.BottomPanel.Location = new System.Drawing.Point(0, 554);
     this.BottomPanel.Size     = new System.Drawing.Size(988, 42);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.lupMemberType);
     this.panelControl1.Controls.Add(this.lblDate);
     this.panelControl1.Size     = new System.Drawing.Size(988, 42);
     this.panelControl1.TabIndex = 99;
     this.panelControl1.Controls.SetChildIndex(this.btnSelect, 0);
     this.panelControl1.Controls.SetChildIndex(this.lblDate, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupMemberType, 0);
     //
     // btnExecel
     //
     this.btnExecel.Click += new System.EventHandler(this.btnExecel_Click);
     //
     // btnPrint
     //
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnSelect
     //
     this.btnSelect.TabIndex = 1;
     this.btnSelect.Click   += new System.EventHandler(this.btnSelect_Click);
     //
     // grid
     //
     this.grid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grid.Location = new System.Drawing.Point(0, 42);
     this.grid.MainView = this.gridView;
     this.grid.Name     = "grid";
     this.grid.Size     = new System.Drawing.Size(423, 512);
     this.grid.TabIndex = 100;
     this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView
     });
     //
     // gridView
     //
     this.gridView.GridControl = this.grid;
     this.gridView.Name        = "gridView";
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(12, 12);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(48, 14);
     this.lblDate.TabIndex = 2;
     this.lblDate.Text     = "조회구분";
     //
     // lupMemberType
     //
     this.lupMemberType.EnterMoveNextControl = true;
     this.lupMemberType.Location             = new System.Drawing.Point(66, 9);
     this.lupMemberType.Name = "lupMemberType";
     this.lupMemberType.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(250)))), ((int)(((byte)(172)))));
     this.lupMemberType.Properties.Appearance.Options.UseBackColor = true;
     this.lupMemberType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lupMemberType.Size     = new System.Drawing.Size(130, 21);
     this.lupMemberType.TabIndex = 0;
     this.lupMemberType.Tag      = "Y";
     this.lupMemberType.Enter   += new System.EventHandler(this.Control_Enter);
     this.lupMemberType.Leave   += new System.EventHandler(this.Control_Leave);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.chartControl1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelControl2.Location = new System.Drawing.Point(429, 42);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(559, 512);
     this.panelControl2.TabIndex = 105;
     //
     // chartControl1
     //
     this.chartControl1.BackColor   = System.Drawing.Color.Transparent;
     simpleDiagram1.LayoutDirection = DevExpress.XtraCharts.LayoutDirection.Vertical;
     this.chartControl1.Diagram     = simpleDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Center;
     this.chartControl1.Legend.FillStyle.FillMode  = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl1.Location = new System.Drawing.Point(2, 2);
     this.chartControl1.Margin   = new System.Windows.Forms.Padding(0);
     this.chartControl1.Name     = "chartControl1";
     this.chartControl1.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     pieSeriesLabel1.LineVisible = true;
     pieSeriesLabel1.Position    = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     series1.Label = pieSeriesLabel1;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.LegendPointOptions = piePointOptions1;
     series1.Name = "Series 1";
     piePointOptions2.PercentOptions.ValueAsPercent = false;
     piePointOptions2.PointView      = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions            = piePointOptions2;
     series1.SeriesPointsSorting     = DevExpress.XtraCharts.SortingMode.Ascending;
     series1.SeriesPointsSortingKey  = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.SynchronizePointOptions = false;
     pieSeriesView1.ExplodeMode      = DevExpress.XtraCharts.PieExplodeMode.UsePoints;
     pieSeriesView1.Rotation         = 90;
     pieSeriesView1.RuntimeExploding = true;
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pieSeriesLabel2.LineVisible                               = true;
     this.chartControl1.SeriesTemplate.Label                   = pieSeriesLabel2;
     piePointOptions3.PercentOptions.ValueAsPercent            = false;
     this.chartControl1.SeriesTemplate.LegendPointOptions      = piePointOptions3;
     piePointOptions4.PercentOptions.ValueAsPercent            = false;
     this.chartControl1.SeriesTemplate.PointOptions            = piePointOptions4;
     this.chartControl1.SeriesTemplate.SynchronizePointOptions = false;
     pieSeriesView2.ExplodeMode             = DevExpress.XtraCharts.PieExplodeMode.UsePoints;
     pieSeriesView2.FillStyle.FillMode      = DevExpress.XtraCharts.FillMode.Solid;
     pieSeriesView2.Rotation                = 90;
     pieSeriesView2.RuntimeExploding        = false;
     this.chartControl1.SeriesTemplate.View = pieSeriesView2;
     this.chartControl1.Size                = new System.Drawing.Size(555, 508);
     this.chartControl1.TabIndex            = 0;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(423, 42);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(6, 512);
     this.splitterControl1.TabIndex = 106;
     this.splitterControl1.TabStop  = false;
     //
     // APRAS05
     //
     this.ClientSize = new System.Drawing.Size(988, 596);
     this.Controls.Add(this.grid);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.panelControl2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "APRAS05";
     this.Text            = "APRAS05 - 고객분포도현황";
     this.Load           += new System.EventHandler(this.frmSelect_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.APRAS05_KeyPress);
     this.Controls.SetChildIndex(this.BottomPanel, 0);
     this.Controls.SetChildIndex(this.panelControl1, 0);
     this.Controls.SetChildIndex(this.panelControl2, 0);
     this.Controls.SetChildIndex(this.splitterControl1, 0);
     this.Controls.SetChildIndex(this.grid, 0);
     ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).EndInit();
     this.BottomPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lupMemberType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.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)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.PointOptions             pointOptions3             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D1          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions1  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView1  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView2  = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.xscDashboard           = new DevExpress.XtraEditors.XtraScrollableControl();
     this.splDashboard           = new DevExpress.XtraEditors.SplitContainerControl();
     this.trlDashboard           = new DevExpress.XtraTreeList.TreeList();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.gbGraphical            = new DevExpress.XtraEditors.GroupControl();
     this.pnlBar            = new DevExpress.XtraEditors.PanelControl();
     this.barChartControl   = new DevExpress.XtraCharts.ChartControl();
     this.pnlPieChart       = new DevExpress.XtraEditors.PanelControl();
     this.pieChartControl   = new DevExpress.XtraCharts.ChartControl();
     this.groupControl2     = new DevExpress.XtraEditors.GroupControl();
     this.pnlPivot          = new DevExpress.XtraEditors.PanelControl();
     this.pgcDashboard      = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.grdDashboard      = new DevExpress.XtraGrid.GridControl();
     this.gridView1         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.clmEName          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clmValue          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnlDataGrid       = new DevExpress.XtraEditors.PanelControl();
     this.gridControl1      = new DevExpress.XtraGrid.GridControl();
     this.gdvData           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.xscDashboard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splDashboard)).BeginInit();
     this.splDashboard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trlDashboard)).BeginInit();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbGraphical)).BeginInit();
     this.gbGraphical.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).BeginInit();
     this.pnlBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlPieChart)).BeginInit();
     this.pnlPieChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pieChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlPivot)).BeginInit();
     this.pnlPivot.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pgcDashboard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDashboard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlDataGrid)).BeginInit();
     this.pnlDataGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdvData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     this.SuspendLayout();
     //
     // xscDashboard
     //
     this.xscDashboard.Controls.Add(this.splDashboard);
     this.xscDashboard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.xscDashboard.Location = new System.Drawing.Point(0, 0);
     this.xscDashboard.Name     = "xscDashboard";
     this.xscDashboard.Size     = new System.Drawing.Size(1132, 625);
     this.xscDashboard.TabIndex = 0;
     //
     // splDashboard
     //
     this.splDashboard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splDashboard.Location = new System.Drawing.Point(0, 0);
     this.splDashboard.Name     = "splDashboard";
     this.splDashboard.Panel1.Controls.Add(this.trlDashboard);
     this.splDashboard.Panel1.Text = "Panel1";
     this.splDashboard.Panel2.Controls.Add(this.xtraScrollableControl1);
     this.splDashboard.Panel2.Text      = "Panel2";
     this.splDashboard.Size             = new System.Drawing.Size(1132, 625);
     this.splDashboard.SplitterPosition = 225;
     this.splDashboard.TabIndex         = 0;
     this.splDashboard.Text             = "splitContainerControl1";
     //
     // trlDashboard
     //
     this.trlDashboard.AllowDrop = true;
     this.trlDashboard.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.trlDashboard.Location  = new System.Drawing.Point(0, 0);
     this.trlDashboard.Name      = "trlDashboard";
     this.trlDashboard.OptionsBehavior.DragNodes = true;
     this.trlDashboard.OptionsBehavior.Editable  = false;
     this.trlDashboard.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.trlDashboard.OptionsView.EnableAppearanceEvenRow          = true;
     this.trlDashboard.OptionsView.EnableAppearanceOddRow           = true;
     this.trlDashboard.Size        = new System.Drawing.Size(225, 625);
     this.trlDashboard.TabIndex    = 0;
     this.trlDashboard.MouseClick += new System.Windows.Forms.MouseEventHandler(this.trlDashboard_MouseClick);
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.gbGraphical);
     this.xtraScrollableControl1.Controls.Add(this.groupControl2);
     this.xtraScrollableControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraScrollableControl1.Name     = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size     = new System.Drawing.Size(902, 625);
     this.xtraScrollableControl1.TabIndex = 2;
     //
     // gbGraphical
     //
     this.gbGraphical.Controls.Add(this.pnlBar);
     this.gbGraphical.Controls.Add(this.pnlPieChart);
     this.gbGraphical.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbGraphical.Location = new System.Drawing.Point(0, 0);
     this.gbGraphical.Name     = "gbGraphical";
     this.gbGraphical.Size     = new System.Drawing.Size(902, 325);
     this.gbGraphical.TabIndex = 0;
     this.gbGraphical.Text     = "Graphical Representation";
     //
     // pnlBar
     //
     this.pnlBar.Controls.Add(this.barChartControl);
     this.pnlBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBar.Location = new System.Drawing.Point(468, 21);
     this.pnlBar.Name     = "pnlBar";
     this.pnlBar.Size     = new System.Drawing.Size(432, 302);
     this.pnlBar.TabIndex = 1;
     //
     // barChartControl
     //
     xyDiagram1.AxisX.Color = System.Drawing.Color.Transparent;
     xyDiagram1.AxisX.GridLines.MinorVisible   = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Underline);
     xyDiagram1.AxisX.Title.Text                 = "All Machine in this Plant";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     xyDiagram1.AxisX.Title.Visible              = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.Weight = 2D;
     this.barChartControl.Diagram  = xyDiagram1;
     this.barChartControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.barChartControl.IndicatorsPaletteName = "Palette 1";
     this.barChartControl.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.Red, System.Drawing.Color.Red),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))))
     }));
     this.barChartControl.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.barChartControl.Legend.MarkerSize         = new System.Drawing.Size(30, 16);
     this.barChartControl.Location    = new System.Drawing.Point(2, 2);
     this.barChartControl.Name        = "barChartControl";
     this.barChartControl.PaletteName = "Palette 1";
     this.barChartControl.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))))
     }));
     sideBySideBarSeriesLabel1.LineVisible = true;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.LegendPointOptions = pointOptions1;
     series1.LegendText         = "High Alarm";
     series1.Name = "Series 1";
     series1.SynchronizePointOptions             = false;
     sideBySideBarSeriesView1.BarWidth           = 1D;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     series1.View = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.LineVisible = true;
     pointOptions2.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     sideBySideBarSeriesLabel2.PointOptions = pointOptions2;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.LegendPointOptions = pointOptions3;
     series2.LegendText         = "Low Alarm";
     series2.Name = "Series 2";
     series2.SynchronizePointOptions   = false;
     sideBySideBarSeriesView2.BarWidth = 1D;
     series2.View = sideBySideBarSeriesView2;
     sideBySideBarSeriesLabel3.LineVisible = true;
     series3.Label      = sideBySideBarSeriesLabel3;
     series3.LegendText = "No Alarm";
     series3.Name       = "Series 3";
     sideBySideBarSeriesView3.BarWidth = 1D;
     series3.View = sideBySideBarSeriesView3;
     this.barChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     sideBySideBarSeriesLabel4.LineVisible           = true;
     this.barChartControl.SeriesTemplate.Label       = sideBySideBarSeriesLabel4;
     this.barChartControl.SideBySideBarDistanceFixed = 0;
     this.barChartControl.Size     = new System.Drawing.Size(428, 298);
     this.barChartControl.TabIndex = 0;
     this.barChartControl.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.barChartControl_CustomDrawSeriesPoint);
     //
     // pnlPieChart
     //
     this.pnlPieChart.Controls.Add(this.pieChartControl);
     this.pnlPieChart.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlPieChart.Location = new System.Drawing.Point(2, 21);
     this.pnlPieChart.Name     = "pnlPieChart";
     this.pnlPieChart.Size     = new System.Drawing.Size(466, 302);
     this.pnlPieChart.TabIndex = 0;
     //
     // pieChartControl
     //
     this.pieChartControl.BackColor = System.Drawing.Color.Transparent;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.pieChartControl.Diagram = simpleDiagram3D1;
     this.pieChartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.pieChartControl.IndicatorsPaletteName = "Palette 1";
     this.pieChartControl.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)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))))
     }));
     this.pieChartControl.Legend.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.pieChartControl.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.pieChartControl.Legend.TextColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.pieChartControl.Location    = new System.Drawing.Point(2, 2);
     this.pieChartControl.Name        = "pieChartControl";
     this.pieChartControl.PaletteName = "Palette 1";
     this.pieChartControl.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))))
     }));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView    = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series4.Label            = pie3DSeriesLabel1;
     series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series4.Name             = "Series 1";
     pie3DSeriesView1.PieFillStyle.FillMode = DevExpress.XtraCharts.FillMode3D.Solid;
     series4.View = pie3DSeriesView1;
     this.pieChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     pie3DSeriesLabel2.LineVisible             = true;
     this.pieChartControl.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.pieChartControl.SeriesTemplate.View  = pie3DSeriesView2;
     this.pieChartControl.Size     = new System.Drawing.Size(462, 298);
     this.pieChartControl.TabIndex = 0;
     this.pieChartControl.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.pieChartControl_CustomDrawSeriesPoint);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.pnlPivot);
     this.groupControl2.Controls.Add(this.pnlDataGrid);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl2.Location = new System.Drawing.Point(0, 331);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(902, 294);
     this.groupControl2.TabIndex = 1;
     this.groupControl2.Text     = "Data Representation";
     //
     // pnlPivot
     //
     this.pnlPivot.Controls.Add(this.pgcDashboard);
     this.pnlPivot.Controls.Add(this.grdDashboard);
     this.pnlPivot.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlPivot.Location = new System.Drawing.Point(468, 21);
     this.pnlPivot.Name     = "pnlPivot";
     this.pnlPivot.Size     = new System.Drawing.Size(432, 271);
     this.pnlPivot.TabIndex = 3;
     //
     // pgcDashboard
     //
     this.pgcDashboard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgcDashboard.Location = new System.Drawing.Point(2, 2);
     this.pgcDashboard.Name     = "pgcDashboard";
     this.pgcDashboard.Size     = new System.Drawing.Size(428, 267);
     this.pgcDashboard.TabIndex = 0;
     //
     // grdDashboard
     //
     this.grdDashboard.Location = new System.Drawing.Point(43, 59);
     this.grdDashboard.MainView = this.gridView1;
     this.grdDashboard.Name     = "grdDashboard";
     this.grdDashboard.Size     = new System.Drawing.Size(207, 157);
     this.grdDashboard.TabIndex = 0;
     this.grdDashboard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.clmEName,
         this.clmValue
     });
     this.gridView1.GridControl = this.grdDashboard;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // clmEName
     //
     this.clmEName.Caption = "Element Name";
     this.clmEName.Name    = "clmEName";
     this.clmEName.OptionsColumn.AllowEdit = false;
     this.clmEName.OptionsColumn.ReadOnly  = true;
     this.clmEName.Visible      = true;
     this.clmEName.VisibleIndex = 0;
     //
     // clmValue
     //
     this.clmValue.Caption = "Total Count";
     this.clmValue.Name    = "clmValue";
     this.clmValue.OptionsColumn.ReadOnly = true;
     this.clmValue.Visible      = true;
     this.clmValue.VisibleIndex = 1;
     //
     // pnlDataGrid
     //
     this.pnlDataGrid.Controls.Add(this.gridControl1);
     this.pnlDataGrid.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlDataGrid.Location = new System.Drawing.Point(2, 21);
     this.pnlDataGrid.Name     = "pnlDataGrid";
     this.pnlDataGrid.Size     = new System.Drawing.Size(466, 271);
     this.pnlDataGrid.TabIndex = 2;
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(2, 2);
     this.gridControl1.MainView = this.gdvData;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(462, 267);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gdvData
     });
     //
     // gdvData
     //
     this.gdvData.GridControl = this.gridControl1;
     this.gdvData.Name        = "gdvData";
     this.gdvData.OptionsBehavior.Editable   = false;
     this.gdvData.OptionsView.ShowFooter     = true;
     this.gdvData.OptionsView.ShowGroupPanel = false;
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Location = new System.Drawing.Point(2, 2);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.Size     = new System.Drawing.Size(426, 267);
     this.pivotGridControl1.TabIndex = 0;
     //
     // frmDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1132, 625);
     this.Controls.Add(this.xscDashboard);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "frmDashboard";
     this.ShowIcon    = false;
     this.Text        = "Dashboard";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDashboard_FormClosed);
     this.Load       += new System.EventHandler(this.frmDashboard_Load);
     this.xscDashboard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splDashboard)).EndInit();
     this.splDashboard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trlDashboard)).EndInit();
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbGraphical)).EndInit();
     this.gbGraphical.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).EndInit();
     this.pnlBar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barChartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlPieChart)).EndInit();
     this.pnlPieChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieChartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlPivot)).EndInit();
     this.pnlPivot.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pgcDashboard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDashboard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlDataGrid)).EndInit();
     this.pnlDataGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdvData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport));
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.chartBar = new DevExpress.XtraCharts.ChartControl();
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tabPage11 = new DevExpress.XtraTab.XtraTabPage();
     this.gridDispensaryView = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.lblItemID = new System.Windows.Forms.Label();
     this.lblLastIssue = new System.Windows.Forms.Label();
     this.txtSOH = new System.Windows.Forms.Label();
     this.txtAMC = new System.Windows.Forms.Label();
     this.txtMOS = new System.Windows.Forms.Label();
     this.txtMin = new System.Windows.Forms.Label();
     this.txtMax = new System.Windows.Forms.Label();
     this.txtReorderAmount = new System.Windows.Forms.Label();
     this.txtExpiredAmount = new System.Windows.Forms.Label();
     this.txtNearExp = new System.Windows.Forms.Label();
     this.txtFreeItem = new System.Windows.Forms.Label();
     this.txtRefrigerated = new System.Windows.Forms.Label();
     this.txtPediatric = new System.Windows.Forms.Label();
     this.lblLastRec = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lblstat = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.cboFiscalYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.gridItemsList = new DevExpress.XtraGrid.GridControl();
     this.gridItemListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.unitBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.txtBBalance = new DevExpress.XtraEditors.TextEdit();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.tabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.lkShowTable = new System.Windows.Forms.LinkLabel();
     this.label29 = new System.Windows.Forms.Label();
     this.tabPage9 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailCons = new System.Windows.Forms.LinkLabel();
     this.label33 = new System.Windows.Forms.Label();
     this.consuTrend = new DevExpress.XtraCharts.ChartControl();
     this.tabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailAmc = new System.Windows.Forms.LinkLabel();
     this.label34 = new System.Windows.Forms.Label();
     this.chartAmc = new DevExpress.XtraCharts.ChartControl();
     this.tabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailMos = new System.Windows.Forms.LinkLabel();
     this.label35 = new System.Windows.Forms.Label();
     this.chartMOS = new DevExpress.XtraCharts.ChartControl();
     this.tabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.label36 = new System.Windows.Forms.Label();
     this.chartComp = new DevExpress.XtraCharts.ChartControl();
     this.tabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.label20 = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.lblCurStatus = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblThreeStockout = new System.Windows.Forms.Label();
     this.lblSixStockOut = new System.Windows.Forms.Label();
     this.lblTwelveStockOut = new System.Windows.Forms.Label();
     this.lblThreeNearStock = new System.Windows.Forms.Label();
     this.lblSixNearStock = new System.Windows.Forms.Label();
     this.lblTwelveNear = new System.Windows.Forms.Label();
     this.lblThreeBelowMin = new System.Windows.Forms.Label();
     this.lblSixBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveOverStock = new System.Windows.Forms.Label();
     this.lblSixOverStock = new System.Windows.Forms.Label();
     this.lblThreeOverStock = new System.Windows.Forms.Label();
     this.tabPage8 = new DevExpress.XtraTab.XtraTabPage();
     this.lblAvgIssues = new System.Windows.Forms.Label();
     this.lblAvgReceives = new System.Windows.Forms.Label();
     this.lblLastIssues = new System.Windows.Forms.Label();
     this.lblLastReceive = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tabPage10 = new DevExpress.XtraTab.XtraTabPage();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.lblStatus = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.cboYear = new System.Windows.Forms.ComboBox();
     this.ckPast = new DevExpress.XtraEditors.CheckEdit();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.txtitmName = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.lblBUnit = new System.Windows.Forms.Label();
     this.cboDU = new System.Windows.Forms.ComboBox();
     this.xpButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.printingSystem2 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDispensaryView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboFiscalYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBBalance.Properties)).BeginInit();
     this.tabPage1.SuspendLayout();
     this.tabPage9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckPast.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn7.Caption = "Receive";
     this.gridColumn7.DisplayFormat.FormatString = "#,###";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Received";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.AllowMove = false;
     this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     this.gridColumn7.Width = 76;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn8.Caption = "Issue";
     this.gridColumn8.DisplayFormat.FormatString = "#,###";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "Issued";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.OptionsColumn.AllowMove = false;
     this.gridColumn8.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.OptionsFilter.AllowFilter = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 3;
     this.gridColumn8.Width = 61;
     //
     // txtItemName
     //
     this.txtItemName.Enabled = false;
     this.txtItemName.Location = new System.Drawing.Point(251, 24);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.txtItemName.Properties.Appearance.Options.UseBackColor = true;
     this.txtItemName.Properties.Appearance.Options.UseForeColor = true;
     this.txtItemName.Size = new System.Drawing.Size(900, 20);
     this.txtItemName.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(169, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Item Name";
     //
     // chartBar
     //
     this.chartBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBar.Diagram = xyDiagram1;
     this.chartBar.Location = new System.Drawing.Point(3, 38);
     this.chartBar.Name = "chartBar";
     this.chartBar.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel1.LineVisible = true;
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 3;
     sideBySideBarSeriesLabel1.PointOptions = pointOptions1;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name = "Series 2";
     this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBar.Size = new System.Drawing.Size(894, 487);
     this.chartBar.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Location = new System.Drawing.Point(1, 63);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tabPage11;
     this.tabControl1.Size = new System.Drawing.Size(908, 560);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabPage4,
     this.tabPage5,
     this.tabPage1,
     this.tabPage9,
     this.tabPage2,
     this.tabPage3,
     this.tabPage6,
     this.tabPage7,
     this.tabPage8,
     this.tabPage10,
     this.tabPage11});
     //
     // tabPage11
     //
     this.tabPage11.Controls.Add(this.gridDispensaryView);
     this.tabPage11.Name = "tabPage11";
     this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage11.PageVisible = false;
     this.tabPage11.Size = new System.Drawing.Size(902, 532);
     this.tabPage11.Text = "Dispensery Unit Balances";
     //
     // gridDispensaryView
     //
     this.gridDispensaryView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridDispensaryView.Location = new System.Drawing.Point(3, 3);
     this.gridDispensaryView.MainView = this.gridView1;
     this.gridDispensaryView.Name = "gridDispensaryView";
     this.gridDispensaryView.Size = new System.Drawing.Size(896, 526);
     this.gridDispensaryView.TabIndex = 0;
     this.gridDispensaryView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4});
     this.gridView1.GridControl = this.gridDispensaryView;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Store Name";
     this.gridColumn1.FieldName = "StoreName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 580;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "SOH";
     this.gridColumn2.FieldName = "SOH";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 98;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "MOS";
     this.gridColumn3.FieldName = "MOS";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 3;
     this.gridColumn3.Width = 100;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "AMC";
     this.gridColumn4.FieldName = "AMC";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 95;
     //
     // tabPage4
     //
     this.tabPage4.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage4.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage4.Controls.Add(this.lblItemID);
     this.tabPage4.Controls.Add(this.lblLastIssue);
     this.tabPage4.Controls.Add(this.txtSOH);
     this.tabPage4.Controls.Add(this.txtAMC);
     this.tabPage4.Controls.Add(this.txtMOS);
     this.tabPage4.Controls.Add(this.txtMin);
     this.tabPage4.Controls.Add(this.txtMax);
     this.tabPage4.Controls.Add(this.txtReorderAmount);
     this.tabPage4.Controls.Add(this.txtExpiredAmount);
     this.tabPage4.Controls.Add(this.txtNearExp);
     this.tabPage4.Controls.Add(this.txtFreeItem);
     this.tabPage4.Controls.Add(this.txtRefrigerated);
     this.tabPage4.Controls.Add(this.txtPediatric);
     this.tabPage4.Controls.Add(this.lblLastRec);
     this.tabPage4.Controls.Add(this.label31);
     this.tabPage4.Controls.Add(this.label32);
     this.tabPage4.Controls.Add(this.lblstat);
     this.tabPage4.Controls.Add(this.label30);
     this.tabPage4.Controls.Add(this.label9);
     this.tabPage4.Controls.Add(this.label8);
     this.tabPage4.Controls.Add(this.label7);
     this.tabPage4.Controls.Add(this.label1);
     this.tabPage4.Controls.Add(this.label6);
     this.tabPage4.Controls.Add(this.txtItemName);
     this.tabPage4.Controls.Add(this.label5);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.Controls.Add(this.label3);
     this.tabPage4.Controls.Add(this.label40);
     this.tabPage4.Controls.Add(this.label26);
     this.tabPage4.Controls.Add(this.label25);
     this.tabPage4.Controls.Add(this.label24);
     this.tabPage4.Controls.Add(this.label2);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(902, 532);
     this.tabPage4.Text = "Summary";
     //
     // lblItemID
     //
     this.lblItemID.AutoSize = true;
     this.lblItemID.Enabled = false;
     this.lblItemID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemID.ForeColor = System.Drawing.Color.Black;
     this.lblItemID.Location = new System.Drawing.Point(252, 473);
     this.lblItemID.Name = "lblItemID";
     this.lblItemID.Size = new System.Drawing.Size(14, 13);
     this.lblItemID.TabIndex = 26;
     this.lblItemID.Text = "0";
     //
     // lblLastIssue
     //
     this.lblLastIssue.AutoSize = true;
     this.lblLastIssue.Enabled = false;
     this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssue.ForeColor = System.Drawing.Color.Black;
     this.lblLastIssue.Location = new System.Drawing.Point(251, 355);
     this.lblLastIssue.Name = "lblLastIssue";
     this.lblLastIssue.Size = new System.Drawing.Size(14, 13);
     this.lblLastIssue.TabIndex = 24;
     this.lblLastIssue.Text = "0";
     //
     // txtSOH
     //
     this.txtSOH.AutoSize = true;
     this.txtSOH.Enabled = false;
     this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSOH.ForeColor = System.Drawing.Color.Black;
     this.txtSOH.Location = new System.Drawing.Point(251, 85);
     this.txtSOH.Name = "txtSOH";
     this.txtSOH.Size = new System.Drawing.Size(14, 13);
     this.txtSOH.TabIndex = 25;
     this.txtSOH.Text = "0";
     //
     // txtAMC
     //
     this.txtAMC.AutoSize = true;
     this.txtAMC.Enabled = false;
     this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAMC.ForeColor = System.Drawing.Color.Black;
     this.txtAMC.Location = new System.Drawing.Point(251, 115);
     this.txtAMC.Name = "txtAMC";
     this.txtAMC.Size = new System.Drawing.Size(14, 13);
     this.txtAMC.TabIndex = 25;
     this.txtAMC.Text = "0";
     //
     // txtMOS
     //
     this.txtMOS.AutoSize = true;
     this.txtMOS.Enabled = false;
     this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMOS.ForeColor = System.Drawing.Color.Black;
     this.txtMOS.Location = new System.Drawing.Point(251, 145);
     this.txtMOS.Name = "txtMOS";
     this.txtMOS.Size = new System.Drawing.Size(14, 13);
     this.txtMOS.TabIndex = 25;
     this.txtMOS.Text = "0";
     //
     // txtMin
     //
     this.txtMin.AutoSize = true;
     this.txtMin.Enabled = false;
     this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMin.ForeColor = System.Drawing.Color.Black;
     this.txtMin.Location = new System.Drawing.Point(251, 175);
     this.txtMin.Name = "txtMin";
     this.txtMin.Size = new System.Drawing.Size(14, 13);
     this.txtMin.TabIndex = 25;
     this.txtMin.Text = "0";
     //
     // txtMax
     //
     this.txtMax.AutoSize = true;
     this.txtMax.Enabled = false;
     this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMax.ForeColor = System.Drawing.Color.Black;
     this.txtMax.Location = new System.Drawing.Point(251, 205);
     this.txtMax.Name = "txtMax";
     this.txtMax.Size = new System.Drawing.Size(14, 13);
     this.txtMax.TabIndex = 25;
     this.txtMax.Text = "0";
     //
     // txtReorderAmount
     //
     this.txtReorderAmount.AutoSize = true;
     this.txtReorderAmount.Enabled = false;
     this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtReorderAmount.ForeColor = System.Drawing.Color.Black;
     this.txtReorderAmount.Location = new System.Drawing.Point(251, 235);
     this.txtReorderAmount.Name = "txtReorderAmount";
     this.txtReorderAmount.Size = new System.Drawing.Size(14, 13);
     this.txtReorderAmount.TabIndex = 25;
     this.txtReorderAmount.Text = "0";
     //
     // txtExpiredAmount
     //
     this.txtExpiredAmount.AutoSize = true;
     this.txtExpiredAmount.Enabled = false;
     this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black;
     this.txtExpiredAmount.Location = new System.Drawing.Point(251, 265);
     this.txtExpiredAmount.Name = "txtExpiredAmount";
     this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13);
     this.txtExpiredAmount.TabIndex = 25;
     this.txtExpiredAmount.Text = "0";
     //
     // txtNearExp
     //
     this.txtNearExp.AutoSize = true;
     this.txtNearExp.Enabled = false;
     this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNearExp.ForeColor = System.Drawing.Color.Black;
     this.txtNearExp.Location = new System.Drawing.Point(251, 295);
     this.txtNearExp.Name = "txtNearExp";
     this.txtNearExp.Size = new System.Drawing.Size(14, 13);
     this.txtNearExp.TabIndex = 25;
     this.txtNearExp.Text = "0";
     //
     // txtFreeItem
     //
     this.txtFreeItem.AutoSize = true;
     this.txtFreeItem.Enabled = false;
     this.txtFreeItem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFreeItem.ForeColor = System.Drawing.Color.Black;
     this.txtFreeItem.Location = new System.Drawing.Point(251, 385);
     this.txtFreeItem.Name = "txtFreeItem";
     this.txtFreeItem.Size = new System.Drawing.Size(22, 13);
     this.txtFreeItem.TabIndex = 25;
     this.txtFreeItem.Text = "No";
     //
     // txtRefrigerated
     //
     this.txtRefrigerated.AutoSize = true;
     this.txtRefrigerated.Enabled = false;
     this.txtRefrigerated.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRefrigerated.ForeColor = System.Drawing.Color.Black;
     this.txtRefrigerated.Location = new System.Drawing.Point(251, 415);
     this.txtRefrigerated.Name = "txtRefrigerated";
     this.txtRefrigerated.Size = new System.Drawing.Size(22, 13);
     this.txtRefrigerated.TabIndex = 25;
     this.txtRefrigerated.Text = "No";
     //
     // txtPediatric
     //
     this.txtPediatric.AutoSize = true;
     this.txtPediatric.Enabled = false;
     this.txtPediatric.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPediatric.ForeColor = System.Drawing.Color.Black;
     this.txtPediatric.Location = new System.Drawing.Point(251, 445);
     this.txtPediatric.Name = "txtPediatric";
     this.txtPediatric.Size = new System.Drawing.Size(22, 13);
     this.txtPediatric.TabIndex = 25;
     this.txtPediatric.Text = "No";
     this.txtPediatric.Visible = false;
     //
     // lblLastRec
     //
     this.lblLastRec.AutoSize = true;
     this.lblLastRec.Enabled = false;
     this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastRec.ForeColor = System.Drawing.Color.Black;
     this.lblLastRec.Location = new System.Drawing.Point(251, 325);
     this.lblLastRec.Name = "lblLastRec";
     this.lblLastRec.Size = new System.Drawing.Size(14, 13);
     this.lblLastRec.TabIndex = 25;
     this.lblLastRec.Text = "0";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label31.Location = new System.Drawing.Point(137, 355);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(103, 13);
     this.label31.TabIndex = 22;
     this.label31.Text = "Last Issued Date";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label32.Location = new System.Drawing.Point(123, 325);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(117, 13);
     this.label32.TabIndex = 23;
     this.label32.Text = "Last Received Date";
     //
     // lblstat
     //
     this.lblstat.AutoSize = true;
     this.lblstat.Enabled = false;
     this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstat.ForeColor = System.Drawing.Color.Black;
     this.lblstat.Location = new System.Drawing.Point(251, 55);
     this.lblstat.Name = "lblstat";
     this.lblstat.Size = new System.Drawing.Size(14, 13);
     this.lblstat.TabIndex = 21;
     this.lblstat.Text = "0";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label30.Location = new System.Drawing.Point(149, 55);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(91, 13);
     this.label30.TabIndex = 20;
     this.label30.Text = "Current Status";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label9.Location = new System.Drawing.Point(118, 295);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(122, 13);
     this.label9.TabIndex = 17;
     this.label9.Text = "Near Expiry Amount";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(190, 265);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 17;
     this.label8.Text = "Expired";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label7.Location = new System.Drawing.Point(139, 235);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(101, 13);
     this.label7.TabIndex = 17;
     this.label7.Text = "Reorder Amount";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location = new System.Drawing.Point(140, 145);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Months Of Stock";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(142, 205);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(98, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Maximum Value";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location = new System.Drawing.Point(146, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(94, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Minimum Value";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(58, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(182, 13);
     this.label3.TabIndex = 19;
     this.label3.Text = "Average Monthly Consumption";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label40.Location = new System.Drawing.Point(189, 473);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(52, 13);
     this.label40.TabIndex = 18;
     this.label40.Text = "Item ID";
     this.label40.Visible = false;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label26.Location = new System.Drawing.Point(138, 445);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(102, 13);
     this.label26.TabIndex = 18;
     this.label26.Text = "Is Pediatric Item";
     this.label26.Visible = false;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label25.Location = new System.Drawing.Point(116, 415);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(124, 13);
     this.label25.TabIndex = 18;
     this.label25.Text = "Is Refrigerated Item";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label24.Location = new System.Drawing.Point(162, 385);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(78, 13);
     this.label24.TabIndex = 18;
     this.label24.Text = "Is Free Item";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(148, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Stock On Hand";
     //
     // tabPage5
     //
     this.tabPage5.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage5.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage5.Controls.Add(this.cboFiscalYear);
     this.tabPage5.Controls.Add(this.labelControl1);
     this.tabPage5.Controls.Add(this.gridItemsList);
     this.tabPage5.Controls.Add(this.txtBBalance);
     this.tabPage5.Controls.Add(this.label28);
     this.tabPage5.Controls.Add(this.label27);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(902, 532);
     this.tabPage5.Text = "Bin Card";
     //
     // cboFiscalYear
     //
     this.cboFiscalYear.Location = new System.Drawing.Point(794, 41);
     this.cboFiscalYear.Name = "cboFiscalYear";
     this.cboFiscalYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboFiscalYear.Size = new System.Drawing.Size(100, 20);
     this.cboFiscalYear.TabIndex = 34;
     this.cboFiscalYear.SelectedIndexChanged += new System.EventHandler(this.cboFiscalYear_SelectedIndexChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(723, 44);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(51, 13);
     this.labelControl1.TabIndex = 33;
     this.labelControl1.Text = "Fiscal Year";
     //
     // gridItemsList
     //
     this.gridItemsList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridItemsList.Location = new System.Drawing.Point(11, 68);
     this.gridItemsList.MainView = this.gridItemListView;
     this.gridItemsList.Name = "gridItemsList";
     this.gridItemsList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemLookUpEdit1});
     this.gridItemsList.Size = new System.Drawing.Size(883, 449);
     this.gridItemsList.TabIndex = 32;
     this.gridItemsList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridItemListView});
     //
     // gridItemListView
     //
     this.gridItemListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colItemName,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn9,
     this.gridColumn5,
     this.gridColumn14,
     this.gridColumn15});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Honeydew;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.gridColumn7;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.NotEqual;
     styleFormatCondition1.Value1 = "";
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.White;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.gridColumn8;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.NotEqual;
     styleFormatCondition2.Value1 = "";
     this.gridItemListView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1,
     styleFormatCondition2});
     this.gridItemListView.GridControl = this.gridItemsList;
     this.gridItemListView.IndicatorWidth = 40;
     this.gridItemListView.Name = "gridItemListView";
     this.gridItemListView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridItemListView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridItemListView.OptionsDetail.EnableDetailToolTip = true;
     this.gridItemListView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.gridItemListView.OptionsDetail.SmartDetailHeight = true;
     this.gridItemListView.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridItemListView.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridItemListView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridItemListView.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridItemListView.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridItemListView.OptionsView.EnableAppearanceEvenRow = true;
     this.gridItemListView.OptionsView.EnableAppearanceOddRow = true;
     this.gridItemListView.OptionsView.ShowFooter = true;
     this.gridItemListView.OptionsView.ShowGroupPanel = false;
     this.gridItemListView.OptionsView.ShowIndicator = false;
     //
     // colItemName
     //
     this.colItemName.Caption = "Date";
     this.colItemName.FieldName = "Date";
     this.colItemName.Name = "colItemName";
     this.colItemName.OptionsColumn.AllowEdit = false;
     this.colItemName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.colItemName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.OptionsFilter.AllowFilter = false;
     this.colItemName.Visible = true;
     this.colItemName.VisibleIndex = 0;
     this.colItemName.Width = 65;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Ref no.";
     this.gridColumn6.FieldName = "RefNo";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.AllowMove = false;
     this.gridColumn6.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 1;
     this.gridColumn6.Width = 68;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn10.Caption = "Unit Price";
     this.gridColumn10.DisplayFormat.FormatString = "#,##0.#0";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName = "UnitPrice";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn10.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.OptionsFilter.AllowFilter = false;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 5;
     this.gridColumn10.Width = 59;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn11.Caption = "Balance";
     this.gridColumn11.DisplayFormat.FormatString = "#,##0";
     this.gridColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn11.FieldName = "Balance";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn11.OptionsColumn.ReadOnly = true;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     this.gridColumn11.Width = 69;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Batch No";
     this.gridColumn12.FieldName = "BatchNo";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn12.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 7;
     this.gridColumn12.Width = 86;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Expiry Date";
     this.gridColumn13.DisplayFormat.FormatString = "MMM dd,yyyy";
     this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn13.FieldName = "ExpDate";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn13.OptionsColumn.ReadOnly = true;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 8;
     this.gridColumn13.Width = 94;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "To / From";
     this.gridColumn9.FieldName = "ToFrom";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 9;
     this.gridColumn9.Width = 139;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Loss";
     this.gridColumn5.FieldName = "Loss";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Adjustment";
     this.gridColumn14.FieldName = "Adjustment";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Unit";
     this.gridColumn15.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.gridColumn15.FieldName = "UnitID";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsColumn.ReadOnly = true;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 4;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "Text", 32, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.repositoryItemLookUpEdit1.DataSource = this.unitBindingSource;
     this.repositoryItemLookUpEdit1.DisplayMember = "Text";
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "No Unit";
     this.repositoryItemLookUpEdit1.ValueMember = "ID";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueGrayed = false;
     //
     // txtBBalance
     //
     this.txtBBalance.EditValue = "0";
     this.txtBBalance.Location = new System.Drawing.Point(126, 41);
     this.txtBBalance.Name = "txtBBalance";
     this.txtBBalance.Properties.Appearance.BackColor = System.Drawing.SystemColors.Info;
     this.txtBBalance.Properties.Appearance.Options.UseBackColor = true;
     this.txtBBalance.Properties.ReadOnly = true;
     this.txtBBalance.Size = new System.Drawing.Size(167, 20);
     this.txtBBalance.TabIndex = 11;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(7, 15);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(200, 23);
     this.label28.TabIndex = 10;
     this.label28.Text = "Electronic Bin Card ";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(8, 44);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(112, 13);
     this.label27.TabIndex = 10;
     this.label27.Text = "Beginning Balance";
     //
     // tabPage1
     //
     this.tabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage1.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage1.Controls.Add(this.lkShowTable);
     this.tabPage1.Controls.Add(this.label29);
     this.tabPage1.Controls.Add(this.chartBar);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(902, 532);
     this.tabPage1.Text = "SOH Trend";
     //
     // lkShowTable
     //
     this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkShowTable.AutoSize = true;
     this.lkShowTable.Location = new System.Drawing.Point(1094, 12);
     this.lkShowTable.Name = "lkShowTable";
     this.lkShowTable.Size = new System.Drawing.Size(73, 13);
     this.lkShowTable.TabIndex = 12;
     this.lkShowTable.TabStop = true;
     this.lkShowTable.Text = "Show Table";
     this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkShowTable_LinkClicked);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(7, 12);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(231, 23);
     this.label29.TabIndex = 11;
     this.label29.Text = "Trend - Stock On Hand";
     //
     // tabPage9
     //
     this.tabPage9.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage9.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage9.Controls.Add(this.lkDetailCons);
     this.tabPage9.Controls.Add(this.label33);
     this.tabPage9.Controls.Add(this.consuTrend);
     this.tabPage9.Name = "tabPage9";
     this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size = new System.Drawing.Size(902, 532);
     this.tabPage9.Text = "Consumption Trend";
     //
     // lkDetailCons
     //
     this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailCons.AutoSize = true;
     this.lkDetailCons.Location = new System.Drawing.Point(1100, 17);
     this.lkDetailCons.Name = "lkDetailCons";
     this.lkDetailCons.Size = new System.Drawing.Size(73, 13);
     this.lkDetailCons.TabIndex = 16;
     this.lkDetailCons.TabStop = true;
     this.lkDetailCons.Text = "Show Table";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(7, 12);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(214, 23);
     this.label33.TabIndex = 12;
     this.label33.Text = "Trend - Consumption";
     //
     // consuTrend
     //
     this.consuTrend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.consuTrend.Diagram = xyDiagram2;
     this.consuTrend.Location = new System.Drawing.Point(3, 38);
     this.consuTrend.Name = "consuTrend";
     this.consuTrend.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel4.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel4;
     series3.Name = "Series 1";
     sideBySideBarSeriesLabel5.LineVisible = true;
     series4.Label = sideBySideBarSeriesLabel5;
     series4.Name = "Series 2";
     this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3,
     series4};
     sideBySideBarSeriesLabel6.LineVisible = true;
     this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
     this.consuTrend.Size = new System.Drawing.Size(901, 487);
     this.consuTrend.TabIndex = 3;
     //
     // tabPage2
     //
     this.tabPage2.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage2.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage2.Controls.Add(this.lkDetailAmc);
     this.tabPage2.Controls.Add(this.label34);
     this.tabPage2.Controls.Add(this.chartAmc);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(902, 532);
     this.tabPage2.Text = "AMC Trend";
     //
     // lkDetailAmc
     //
     this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailAmc.AutoSize = true;
     this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22);
     this.lkDetailAmc.Name = "lkDetailAmc";
     this.lkDetailAmc.Size = new System.Drawing.Size(73, 13);
     this.lkDetailAmc.TabIndex = 14;
     this.lkDetailAmc.TabStop = true;
     this.lkDetailAmc.Text = "Show Table";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(7, 12);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(455, 23);
     this.label34.TabIndex = 12;
     this.label34.Text = "Trend - Average Monthly Consumption (AMC) ";
     //
     // chartAmc
     //
     this.chartAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartAmc.Diagram = xyDiagram3;
     this.chartAmc.Location = new System.Drawing.Point(3, 38);
     this.chartAmc.Name = "chartAmc";
     this.chartAmc.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel7.LineVisible = true;
     series5.Label = sideBySideBarSeriesLabel7;
     series5.Name = "Series 1";
     sideBySideBarSeriesLabel8.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel8;
     series6.Name = "Series 2";
     this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series5,
     series6};
     sideBySideBarSeriesLabel9.LineVisible = true;
     this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel9;
     this.chartAmc.Size = new System.Drawing.Size(899, 487);
     this.chartAmc.TabIndex = 3;
     //
     // tabPage3
     //
     this.tabPage3.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage3.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage3.Controls.Add(this.lkDetailMos);
     this.tabPage3.Controls.Add(this.label35);
     this.tabPage3.Controls.Add(this.chartMOS);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(902, 532);
     this.tabPage3.Text = "MOS Trend";
     //
     // lkDetailMos
     //
     this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailMos.AutoSize = true;
     this.lkDetailMos.Location = new System.Drawing.Point(1100, 24);
     this.lkDetailMos.Name = "lkDetailMos";
     this.lkDetailMos.Size = new System.Drawing.Size(73, 13);
     this.lkDetailMos.TabIndex = 16;
     this.lkDetailMos.TabStop = true;
     this.lkDetailMos.Text = "Show Table";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(7, 12);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(250, 23);
     this.label35.TabIndex = 12;
     this.label35.Text = "Trend - Months of Stock ";
     //
     // chartMOS
     //
     this.chartMOS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMOS.Diagram = xyDiagram4;
     this.chartMOS.Location = new System.Drawing.Point(3, 38);
     this.chartMOS.Name = "chartMOS";
     this.chartMOS.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel10.LineVisible = true;
     series7.Label = sideBySideBarSeriesLabel10;
     series7.Name = "Series 1";
     sideBySideBarSeriesLabel11.LineVisible = true;
     series8.Label = sideBySideBarSeriesLabel11;
     series8.Name = "Series 2";
     this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series7,
     series8};
     sideBySideBarSeriesLabel12.LineVisible = true;
     this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel12;
     this.chartMOS.Size = new System.Drawing.Size(898, 490);
     this.chartMOS.TabIndex = 4;
     //
     // tabPage6
     //
     this.tabPage6.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage6.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage6.Controls.Add(this.label36);
     this.tabPage6.Controls.Add(this.chartComp);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(902, 532);
     this.tabPage6.Text = "Activity Trend";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(7, 12);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(166, 23);
     this.label36.TabIndex = 12;
     this.label36.Text = "Trend - Activity ";
     //
     // chartComp
     //
     this.chartComp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.chartComp.Diagram = xyDiagram5;
     this.chartComp.Location = new System.Drawing.Point(3, 38);
     this.chartComp.Name = "chartComp";
     this.chartComp.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel13.LineVisible = true;
     series9.Label = sideBySideBarSeriesLabel13;
     series9.Name = "Series 1";
     sideBySideBarSeriesLabel14.LineVisible = true;
     series10.Label = sideBySideBarSeriesLabel14;
     series10.Name = "Series 2";
     this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series9,
     series10};
     sideBySideBarSeriesLabel15.LineVisible = true;
     this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel15;
     this.chartComp.Size = new System.Drawing.Size(899, 487);
     this.chartComp.TabIndex = 3;
     //
     // tabPage7
     //
     this.tabPage7.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage7.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage7.Controls.Add(this.label20);
     this.tabPage7.Controls.Add(this.lblTime);
     this.tabPage7.Controls.Add(this.lblCurStatus);
     this.tabPage7.Controls.Add(this.label19);
     this.tabPage7.Controls.Add(this.tableLayoutPanel1);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.PageVisible = false;
     this.tabPage7.Size = new System.Drawing.Size(902, 532);
     this.tabPage7.Text = "Stock Status Trend";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(35, 106);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(143, 16);
     this.label20.TabIndex = 1;
     this.label20.Text = "Trend (No. of times)";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(257, 68);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 1;
     //
     // lblCurStatus
     //
     this.lblCurStatus.AutoSize = true;
     this.lblCurStatus.Location = new System.Drawing.Point(151, 68);
     this.lblCurStatus.Name = "lblCurStatus";
     this.lblCurStatus.Size = new System.Drawing.Size(0, 13);
     this.lblCurStatus.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(46, 68);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(104, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Current Status : ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 208F));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 1);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(187, 1);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "3 Month";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(263, 1);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(52, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "6 Month";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(349, 1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "12 Month";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "Stock Out";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(4, 43);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 1;
     this.label15.Text = "Near Stock Out";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(4, 64);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(64, 13);
     this.label16.TabIndex = 1;
     this.label16.Text = "Below Min";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(4, 85);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(71, 13);
     this.label18.TabIndex = 1;
     this.label18.Text = "Over Stock";
     //
     // lblThreeStockout
     //
     this.lblThreeStockout.AutoSize = true;
     this.lblThreeStockout.Location = new System.Drawing.Point(187, 22);
     this.lblThreeStockout.Name = "lblThreeStockout";
     this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
     this.lblThreeStockout.TabIndex = 1;
     this.lblThreeStockout.Text = "0";
     //
     // lblSixStockOut
     //
     this.lblSixStockOut.AutoSize = true;
     this.lblSixStockOut.Location = new System.Drawing.Point(263, 22);
     this.lblSixStockOut.Name = "lblSixStockOut";
     this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblSixStockOut.TabIndex = 1;
     this.lblSixStockOut.Text = "0";
     //
     // lblTwelveStockOut
     //
     this.lblTwelveStockOut.AutoSize = true;
     this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22);
     this.lblTwelveStockOut.Name = "lblTwelveStockOut";
     this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveStockOut.TabIndex = 1;
     this.lblTwelveStockOut.Text = "0";
     //
     // lblThreeNearStock
     //
     this.lblThreeNearStock.AutoSize = true;
     this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43);
     this.lblThreeNearStock.Name = "lblThreeNearStock";
     this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeNearStock.TabIndex = 1;
     this.lblThreeNearStock.Text = "0";
     //
     // lblSixNearStock
     //
     this.lblSixNearStock.AutoSize = true;
     this.lblSixNearStock.Location = new System.Drawing.Point(263, 43);
     this.lblSixNearStock.Name = "lblSixNearStock";
     this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixNearStock.TabIndex = 1;
     this.lblSixNearStock.Text = "0";
     //
     // lblTwelveNear
     //
     this.lblTwelveNear.AutoSize = true;
     this.lblTwelveNear.Location = new System.Drawing.Point(349, 43);
     this.lblTwelveNear.Name = "lblTwelveNear";
     this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveNear.TabIndex = 1;
     this.lblTwelveNear.Text = "0";
     //
     // lblThreeBelowMin
     //
     this.lblThreeBelowMin.AutoSize = true;
     this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64);
     this.lblThreeBelowMin.Name = "lblThreeBelowMin";
     this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblThreeBelowMin.TabIndex = 1;
     this.lblThreeBelowMin.Text = "0";
     //
     // lblSixBelowMin
     //
     this.lblSixBelowMin.AutoSize = true;
     this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64);
     this.lblSixBelowMin.Name = "lblSixBelowMin";
     this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblSixBelowMin.TabIndex = 1;
     this.lblSixBelowMin.Text = "0";
     //
     // lblTwelveBelowMin
     //
     this.lblTwelveBelowMin.AutoSize = true;
     this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64);
     this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
     this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveBelowMin.TabIndex = 1;
     this.lblTwelveBelowMin.Text = "0";
     //
     // lblTwelveOverStock
     //
     this.lblTwelveOverStock.AutoSize = true;
     this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85);
     this.lblTwelveOverStock.Name = "lblTwelveOverStock";
     this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveOverStock.TabIndex = 1;
     this.lblTwelveOverStock.Text = "0";
     //
     // lblSixOverStock
     //
     this.lblSixOverStock.AutoSize = true;
     this.lblSixOverStock.Location = new System.Drawing.Point(263, 85);
     this.lblSixOverStock.Name = "lblSixOverStock";
     this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixOverStock.TabIndex = 1;
     this.lblSixOverStock.Text = "0";
     //
     // lblThreeOverStock
     //
     this.lblThreeOverStock.AutoSize = true;
     this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85);
     this.lblThreeOverStock.Name = "lblThreeOverStock";
     this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeOverStock.TabIndex = 1;
     this.lblThreeOverStock.Text = "0";
     //
     // tabPage8
     //
     this.tabPage8.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage8.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage8.Controls.Add(this.lblAvgIssues);
     this.tabPage8.Controls.Add(this.lblAvgReceives);
     this.tabPage8.Controls.Add(this.lblLastIssues);
     this.tabPage8.Controls.Add(this.lblLastReceive);
     this.tabPage8.Controls.Add(this.label23);
     this.tabPage8.Controls.Add(this.label22);
     this.tabPage8.Controls.Add(this.label21);
     this.tabPage8.Controls.Add(this.label17);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Size = new System.Drawing.Size(902, 532);
     this.tabPage8.Text = "Transaction";
     //
     // lblAvgIssues
     //
     this.lblAvgIssues.AutoSize = true;
     this.lblAvgIssues.Location = new System.Drawing.Point(382, 195);
     this.lblAvgIssues.Name = "lblAvgIssues";
     this.lblAvgIssues.Size = new System.Drawing.Size(14, 13);
     this.lblAvgIssues.TabIndex = 1;
     this.lblAvgIssues.Text = "0";
     this.lblAvgIssues.Visible = false;
     //
     // lblAvgReceives
     //
     this.lblAvgReceives.AutoSize = true;
     this.lblAvgReceives.Location = new System.Drawing.Point(381, 165);
     this.lblAvgReceives.Name = "lblAvgReceives";
     this.lblAvgReceives.Size = new System.Drawing.Size(14, 13);
     this.lblAvgReceives.TabIndex = 1;
     this.lblAvgReceives.Text = "0";
     this.lblAvgReceives.Visible = false;
     //
     // lblLastIssues
     //
     this.lblLastIssues.AutoSize = true;
     this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssues.Location = new System.Drawing.Point(386, 111);
     this.lblLastIssues.Name = "lblLastIssues";
     this.lblLastIssues.Size = new System.Drawing.Size(22, 23);
     this.lblLastIssues.TabIndex = 1;
     this.lblLastIssues.Text = "0";
     //
     // lblLastReceive
     //
     this.lblLastReceive.AutoSize = true;
     this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastReceive.Location = new System.Drawing.Point(386, 78);
     this.lblLastReceive.Name = "lblLastReceive";
     this.lblLastReceive.Size = new System.Drawing.Size(22, 23);
     this.lblLastReceive.TabIndex = 1;
     this.lblLastReceive.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(169, 194);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(210, 16);
     this.label23.TabIndex = 0;
     this.label23.Text = "AVG. no. of days b/n Issues : ";
     this.label23.Visible = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(152, 162);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(226, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "AVG. no. of days b/n Receives : ";
     this.label22.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(165, 113);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(214, 23);
     this.label21.TabIndex = 0;
     this.label21.Text = "Last Issued Date : ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(141, 76);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(239, 23);
     this.label17.TabIndex = 0;
     this.label17.Text = "Last Received Date : ";
     //
     // tabPage10
     //
     this.tabPage10.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage10.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage10.Controls.Add(this.chartPie);
     this.tabPage10.Name = "tabPage10";
     this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size = new System.Drawing.Size(902, 532);
     this.tabPage10.Text = "Stock Expiry Status";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Chameleon";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPie.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartPie.Location = new System.Drawing.Point(3, 3);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 1";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(170)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(170)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(67)))), ((int)(((byte)(4))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(67)))), ((int)(((byte)(4)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(188)))), ((int)(((byte)(254))))), System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(188)))), ((int)(((byte)(254))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series11.Label = pie3DSeriesLabel1;
     series11.Name = "Series 1";
     series11.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series11};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(896, 526);
     this.chartPie.TabIndex = 21;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.Location = new System.Drawing.Point(286, 41);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(0, 13);
     this.lblStatus.TabIndex = 12;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(231, 41);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(56, 13);
     this.label37.TabIndex = 12;
     this.label37.Text = "Status : ";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location = new System.Drawing.Point(611, 10);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 17;
     this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(824, 34);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
     //
     // cboYear
     //
     this.cboYear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboYear.FormattingEnabled = true;
     this.cboYear.Location = new System.Drawing.Point(484, 36);
     this.cboYear.Name = "cboYear";
     this.cboYear.Size = new System.Drawing.Size(121, 21);
     this.cboYear.TabIndex = 21;
     this.cboYear.Visible = false;
     this.cboYear.SelectedValueChanged += new System.EventHandler(this.cboYear_SelectedValueChanged);
     //
     // ckPast
     //
     this.ckPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckPast.Location = new System.Drawing.Point(611, 40);
     this.ckPast.Name = "ckPast";
     this.ckPast.Properties.Caption = "Last 12 Month";
     this.ckPast.Size = new System.Drawing.Size(105, 19);
     this.ckPast.TabIndex = 22;
     this.ckPast.Visible = false;
     this.ckPast.CheckedChanged += new System.EventHandler(this.ckPast_CheckedChanged);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartControl1.Location = new System.Drawing.Point(7, 25);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel16.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16;
     this.chartControl1.Size = new System.Drawing.Size(974, 411);
     this.chartControl1.TabIndex = 2;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoc_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipTitle = "Item Name";
     //
     // txtitmName
     //
     this.txtitmName.AutoSize = true;
     this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtitmName.Location = new System.Drawing.Point(9, 12);
     this.txtitmName.Name = "txtitmName";
     this.txtitmName.Size = new System.Drawing.Size(0, 18);
     this.txtitmName.TabIndex = 100;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(9, 40);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(90, 13);
     this.label38.TabIndex = 101;
     this.label38.Text = "Basic Unit in : ";
     //
     // lblBUnit
     //
     this.lblBUnit.AutoSize = true;
     this.lblBUnit.Location = new System.Drawing.Point(96, 40);
     this.lblBUnit.Name = "lblBUnit";
     this.lblBUnit.Size = new System.Drawing.Size(0, 13);
     this.lblBUnit.TabIndex = 101;
     //
     // cboDU
     //
     this.cboDU.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboDU.DisplayMember = "Name";
     this.cboDU.FormattingEnabled = true;
     this.cboDU.Location = new System.Drawing.Point(357, 36);
     this.cboDU.Name = "cboDU";
     this.cboDU.Size = new System.Drawing.Size(121, 21);
     this.cboDU.TabIndex = 102;
     this.cboDU.ValueMember = "ID";
     this.cboDU.Visible = false;
     this.cboDU.SelectedValueChanged += new System.EventHandler(this.cboDU_SelectedValueChanged);
     //
     // xpButton1
     //
     this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xpButton1.Image = global::PharmInventory.Properties.Resources.printer;
     this.xpButton1.Location = new System.Drawing.Point(743, 34);
     this.xpButton1.Name = "xpButton1";
     this.xpButton1.Size = new System.Drawing.Size(75, 23);
     this.xpButton1.TabIndex = 15;
     this.xpButton1.Text = "Print";
     this.xpButton1.Click += new System.EventHandler(this.xpButton1_Click);
     //
     // printingSystem2
     //
     this.printingSystem2.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartComp;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem2;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem2;
     //
     // ItemDetailReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(912, 616);
     this.Controls.Add(this.cboDU);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.lblBUnit);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.txtitmName);
     this.Controls.Add(this.xpButton1);
     this.Controls.Add(this.ckPast);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.tabControl1);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ItemDetailReport";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Item Detail Reports";
     this.Load += new System.EventHandler(this.BinCardTransaction_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDispensaryView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboFiscalYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBBalance.Properties)).EndInit();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckPast.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions2          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle               chartTitle3               = new DevExpress.XtraCharts.ChartTitle();
     this.totalAmountSalesByYearBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
     this.totalAmountByProductByYearBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.bar3                 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.propertyGrid2        = new System.Windows.Forms.PropertyGrid();
     this.SeriesTemplate       = new System.Windows.Forms.Label();
     this.simpleButton2        = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // totalAmountSalesByYearBindingSource
     //
     this.totalAmountSalesByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountSalesByYear);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(537, 26);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(179, 23);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text     = "bind";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.DataSource    = this.totalAmountSalesByYearBindingSource;
     xyDiagram1.AxisX.Label.Angle     = 15;
     xyDiagram1.AxisX.Label.Staggered = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram            = xyDiagram1;
     this.chartControl1.Location           = new System.Drawing.Point(6, 20);
     this.chartControl1.Name               = "chartControl1";
     series1.ArgumentDataMember            = "Year";
     sideBySideBarSeriesLabel1.LineVisible = true;
     sideBySideBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Series 1";
     series1.SeriesPointsSorting           = DevExpress.XtraCharts.SortingMode.Ascending;
     series1.ValueDataMembersSerializable  = "TotalAmount";
     sideBySideBarSeriesLabel2.LineVisible = true;
     sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name  = "Series 2";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesLabel3.LineVisible = true;
     sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartControl1.Size     = new System.Drawing.Size(682, 254);
     this.chartControl1.TabIndex = 1;
     chartTitle1.Text            = "Sales amount by year";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
     //
     // chartControl2
     //
     this.chartControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl2.AppearanceName = "The Trees";
     this.chartControl2.DataSource     = this.totalAmountSalesByYearBindingSource;
     this.chartControl2.Location       = new System.Drawing.Point(6, 288);
     this.chartControl2.Name           = "chartControl2";
     series3.ArgumentDataMember        = "Year";
     series3.DataSource          = this.totalAmountSalesByYearBindingSource;
     pieSeriesLabel1.LineVisible = true;
     pieSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
     series3.Label = pieSeriesLabel1;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     series3.LegendPointOptions = piePointOptions1;
     series3.Name = "Year";
     series3.SeriesPointsSorting          = DevExpress.XtraCharts.SortingMode.Ascending;
     series3.SynchronizePointOptions      = false;
     series3.ValueDataMembersSerializable = "TotalAmount";
     pieSeriesView1.RuntimeExploding      = false;
     series3.View = pieSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControl2.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
     this.chartControl2.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pieSeriesLabel2.LineVisible = true;
     pieSeriesLabel2.OverlappingOptionsTypeName               = "OverlappingOptions";
     this.chartControl2.SeriesTemplate.Label                  = pieSeriesLabel2;
     piePointOptions2.ValueNumericOptions.Format              = DevExpress.XtraCharts.NumericFormat.Currency;
     piePointOptions2.ValueNumericOptions.Precision           = 8;
     this.chartControl2.SeriesTemplate.PointOptions           = piePointOptions2;
     this.chartControl2.SeriesTemplate.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     pieSeriesView2.RuntimeExploding        = false;
     this.chartControl2.SeriesTemplate.View = pieSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(682, 211);
     this.chartControl2.TabIndex = 2;
     chartTitle2.Text            = "Sales amount by year";
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     this.chartControl2.Click += new System.EventHandler(this.chartControl2_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.Location = new System.Drawing.Point(761, 55);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(296, 254);
     this.propertyGrid1.TabIndex = 3;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 55);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(704, 543);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.chartControl1);
     this.tabPage1.Controls.Add(this.chartControl2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(696, 517);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.chartControl3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(696, 517);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // chartControl3
     //
     this.chartControl3.DataSource = this.totalAmountByProductByYearBindingSource;
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl3.Diagram            = xyDiagram2;
     this.chartControl3.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl3.Location           = new System.Drawing.Point(3, 3);
     this.chartControl3.Name               = "chartControl3";
     this.chartControl3.PaletteName        = "Median";
     this.chartControl3.SeriesDataMember   = "Name";
     series4.ArgumentDataMember            = "Name";
     sideBySideBarSeriesLabel4.LineVisible = true;
     sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
     series4.Label = sideBySideBarSeriesLabel4;
     series4.Name  = "Series 2";
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartControl3.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
     this.chartControl3.SeriesTemplate.ArgumentDataMember = "Year";
     sideBySideBarSeriesLabel5.LineVisible = true;
     sideBySideBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
     this.chartControl3.SeriesTemplate.Label = sideBySideBarSeriesLabel5;
     this.chartControl3.SeriesTemplate.SeriesPointsSorting          = DevExpress.XtraCharts.SortingMode.Ascending;
     this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalAmount";
     this.chartControl3.Size     = new System.Drawing.Size(690, 511);
     this.chartControl3.TabIndex = 2;
     chartTitle3.Text            = "Sales Amount By Products";
     this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     this.chartControl3.Click += new System.EventHandler(this.chartControl3_Click);
     //
     // totalAmountByProductByYearBindingSource
     //
     this.totalAmountByProductByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountByProductByYear);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1,
         this.bar2,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form      = this;
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 0;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.Text      = "Tools";
     //
     // bar2
     //
     this.bar2.BarName                = "Main menu";
     this.bar2.DockCol                = 0;
     this.bar2.DockRow                = 0;
     this.bar2.DockStyle              = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // propertyGrid2
     //
     this.propertyGrid2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid2.Location = new System.Drawing.Point(761, 341);
     this.propertyGrid2.Name     = "propertyGrid2";
     this.propertyGrid2.Size     = new System.Drawing.Size(296, 172);
     this.propertyGrid2.TabIndex = 5;
     //
     // SeriesTemplate
     //
     this.SeriesTemplate.AutoSize  = true;
     this.SeriesTemplate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SeriesTemplate.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.SeriesTemplate.Location  = new System.Drawing.Point(758, 325);
     this.SeriesTemplate.Name      = "SeriesTemplate";
     this.SeriesTemplate.Size      = new System.Drawing.Size(98, 13);
     this.SeriesTemplate.TabIndex  = 6;
     this.SeriesTemplate.Text      = "Series Template";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(733, 26);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(179, 23);
     this.simpleButton2.TabIndex = 7;
     this.simpleButton2.Text     = "bind";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // FormChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1069, 610);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.SeriesTemplate);
     this.Controls.Add(this.propertyGrid2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormChart";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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 series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel3 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.RectangleGradientFillOptions rectangleGradientFillOptions2 = new DevExpress.XtraCharts.RectangleGradientFillOptions();
            DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel4 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView4 = new DevExpress.XtraCharts.PieSeriesView();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnExport = new System.Windows.Forms.Button();
            this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
            this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
            this.dtTo = new CalendarLib.DateTimePickerEx();
            this.dtFrom = new CalendarLib.DateTimePickerEx();
            this.printControl1 = new DevExpress.XtraPrinting.Control.PrintControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
            this.picLoading = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.gridTopFacilities = new DevExpress.XtraGrid.GridControl();
            this.gridViewTopFacilities = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnExportTopFacilities = new DevExpress.XtraEditors.SimpleButton();
            this.btnPrintTopFacilities = new DevExpress.XtraEditors.SimpleButton();
            this.dtFromTopFacilities = new CalendarLib.DateTimePickerEx();
            this.dtToTopFacilities = new CalendarLib.DateTimePickerEx();
            this.lkYear2 = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcProgress = new DevExpress.XtraLayout.LayoutControlItem();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
            this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
            this.gridTopItemReceivingFacilities = new DevExpress.XtraGrid.GridControl();
            this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.btnExportItems = new DevExpress.XtraEditors.SimpleButton();
            this.btnPrintItemReport = new DevExpress.XtraEditors.SimpleButton();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.gridItemList = new DevExpress.XtraGrid.GridControl();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
            this.lkYears = new DevExpress.XtraEditors.LookUpEdit();
            this.txtSelectedFacility = new DevExpress.XtraEditors.TextEdit();
            this.txtSearchFacility = new DevExpress.XtraEditors.TextEdit();
            this.gridFacilities = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridFacilityBreakdown = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnExportFacilitiyBreakdown = new DevExpress.XtraEditors.SimpleButton();
            this.btnPrintFacilityBreakdown = new DevExpress.XtraEditors.SimpleButton();
            this.dtFromFacilitySupply = new CalendarLib.DateTimePickerEx();
            this.dtToFacilitySupply = new CalendarLib.DateTimePickerEx();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.layoutControl5 = new DevExpress.XtraLayout.LayoutControl();
            this.lkStoreType = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
            ((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.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridTopFacilities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTopFacilities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkYear2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcProgress)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
            this.layoutControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridTopItemReceivingFacilities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
            this.layoutControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lkYears.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSelectedFacility.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSearchFacility.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFacilities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFacilityBreakdown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).BeginInit();
            this.layoutControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lkStoreType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.btnExport);
            this.layoutControl1.Controls.Add(this.btnPrint);
            this.layoutControl1.Controls.Add(this.btnRefresh);
            this.layoutControl1.Controls.Add(this.dtTo);
            this.layoutControl1.Controls.Add(this.dtFrom);
            this.layoutControl1.Controls.Add(this.printControl1);
            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(331, 224, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(919, 657);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnExport
            // 
            this.btnExport.Location = new System.Drawing.Point(786, 12);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(56, 22);
            this.btnExport.TabIndex = 9;
            this.btnExport.Text = "Export";
            this.btnExport.UseVisualStyleBackColor = true;
            this.btnExport.Click += new System.EventHandler(this.btnExp_Click);
            // 
            // btnPrint
            // 
            this.btnPrint.Location = new System.Drawing.Point(846, 12);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(61, 22);
            this.btnPrint.StyleController = this.layoutControl1;
            this.btnPrint.TabIndex = 8;
            this.btnPrint.Text = "Print";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // btnRefresh
            // 
            this.btnRefresh.Location = new System.Drawing.Point(721, 12);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(61, 22);
            this.btnRefresh.StyleController = this.layoutControl1;
            this.btnRefresh.TabIndex = 7;
            this.btnRefresh.Text = "Refresh";
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // dtTo
            // 
            this.dtTo.CalendarFont = new System.Drawing.Font("Nyala", 7.25F);
            this.dtTo.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtTo.DayOfWeekCharacters = 1;
            this.dtTo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtTo.Location = new System.Drawing.Point(616, 12);
            this.dtTo.Name = "dtTo";
            this.dtTo.PopUpFontSize = 8.25F;
            this.dtTo.Size = new System.Drawing.Size(101, 22);
            this.dtTo.TabIndex = 6;
            // 
            // dtFrom
            // 
            this.dtFrom.CalendarFont = new System.Drawing.Font("Nyala", 7.25F);
            this.dtFrom.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFrom.DayOfWeekCharacters = 1;
            this.dtFrom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFrom.Location = new System.Drawing.Point(480, 12);
            this.dtFrom.Name = "dtFrom";
            this.dtFrom.PopUpFontSize = 8.25F;
            this.dtFrom.Size = new System.Drawing.Size(101, 22);
            this.dtFrom.TabIndex = 5;
            // 
            // printControl1
            // 
            this.printControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.printControl1.AutoZoom = true;
            this.printControl1.BackColor = System.Drawing.Color.Empty;
            this.printControl1.ForeColor = System.Drawing.Color.Empty;
            this.printControl1.IsMetric = false;
            this.printControl1.Location = new System.Drawing.Point(12, 38);
            this.printControl1.Name = "printControl1";
            this.printControl1.Size = new System.Drawing.Size(895, 607);
            this.printControl1.TabIndex = 4;
            this.printControl1.TooltipFont = new System.Drawing.Font("Tahoma", 8.25F);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.emptySpaceItem2,
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.layoutControlItem30});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(919, 657);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.printControl1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(899, 611);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.dtFrom;
            this.layoutControlItem2.CustomizationFormText = "From:";
            this.layoutControlItem2.Location = new System.Drawing.Point(437, 0);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.Text = "From:";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(28, 13);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.dtTo;
            this.layoutControlItem3.CustomizationFormText = "To:";
            this.layoutControlItem3.Location = new System.Drawing.Point(573, 0);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "To:";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(28, 13);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(437, 26);
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.btnRefresh;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(709, 0);
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.btnPrint;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(834, 0);
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(55, 26);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // layoutControlItem30
            // 
            this.layoutControlItem30.Control = this.btnExport;
            this.layoutControlItem30.CustomizationFormText = "layoutControlItem30";
            this.layoutControlItem30.Location = new System.Drawing.Point(774, 0);
            this.layoutControlItem30.Name = "layoutControlItem30";
            this.layoutControlItem30.Size = new System.Drawing.Size(60, 26);
            this.layoutControlItem30.Text = "layoutControlItem30";
            this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem30.TextToControlDistance = 0;
            this.layoutControlItem30.TextVisible = false;
            // 
            // picLoading
            // 
            this.picLoading.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.picLoading.EditValue = global::HCMIS.Desktop.Properties.Resources.ajax_loader;
            this.picLoading.Location = new System.Drawing.Point(12, 406);
            this.picLoading.Name = "picLoading";
            this.picLoading.Size = new System.Drawing.Size(895, 239);
            this.picLoading.StyleController = this.layoutControl2;
            this.picLoading.TabIndex = 1;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.gridTopFacilities);
            this.layoutControl2.Controls.Add(this.btnExportTopFacilities);
            this.layoutControl2.Controls.Add(this.btnPrintTopFacilities);
            this.layoutControl2.Controls.Add(this.dtFromTopFacilities);
            this.layoutControl2.Controls.Add(this.picLoading);
            this.layoutControl2.Controls.Add(this.dtToTopFacilities);
            this.layoutControl2.Controls.Add(this.lkYear2);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem7,
            this.layoutControlItem6});
            this.layoutControl2.Location = new System.Drawing.Point(0, 0);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(964, 245, 250, 350);
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(919, 657);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // gridTopFacilities
            // 
            this.gridTopFacilities.Location = new System.Drawing.Point(12, 38);
            this.gridTopFacilities.MainView = this.gridViewTopFacilities;
            this.gridTopFacilities.Name = "gridTopFacilities";
            this.gridTopFacilities.Size = new System.Drawing.Size(895, 364);
            this.gridTopFacilities.TabIndex = 9;
            this.gridTopFacilities.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewTopFacilities});
            this.gridTopFacilities.DoubleClick += new System.EventHandler(this.gridTopFacilities_DoubleClick);
            // 
            // gridViewTopFacilities
            // 
            this.gridViewTopFacilities.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn20,
            this.gridColumn21,
            this.gridColumn22});
            this.gridViewTopFacilities.GridControl = this.gridTopFacilities;
            this.gridViewTopFacilities.Name = "gridViewTopFacilities";
            this.gridViewTopFacilities.OptionsBehavior.Editable = false;
            this.gridViewTopFacilities.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewTopFacilities.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "ID";
            this.gridColumn20.FieldName = "ID";
            this.gridColumn20.Name = "gridColumn20";
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "Facility Name";
            this.gridColumn21.FieldName = "FacilityName";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 0;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "No. Of Refills";
            this.gridColumn22.FieldName = "NumberOfRefills";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 1;
            // 
            // btnExportTopFacilities
            // 
            this.btnExportTopFacilities.Location = new System.Drawing.Point(781, 12);
            this.btnExportTopFacilities.Name = "btnExportTopFacilities";
            this.btnExportTopFacilities.Size = new System.Drawing.Size(61, 22);
            this.btnExportTopFacilities.StyleController = this.layoutControl2;
            this.btnExportTopFacilities.TabIndex = 8;
            this.btnExportTopFacilities.Text = "Export";
            this.btnExportTopFacilities.Click += new System.EventHandler(this.btnExportTopFacilities_Click);
            // 
            // btnPrintTopFacilities
            // 
            this.btnPrintTopFacilities.Image = global::HCMIS.Desktop.Properties.Resources.printer;
            this.btnPrintTopFacilities.Location = new System.Drawing.Point(846, 12);
            this.btnPrintTopFacilities.Name = "btnPrintTopFacilities";
            this.btnPrintTopFacilities.Size = new System.Drawing.Size(61, 22);
            this.btnPrintTopFacilities.StyleController = this.layoutControl2;
            this.btnPrintTopFacilities.TabIndex = 7;
            this.btnPrintTopFacilities.Text = "Print";
            this.btnPrintTopFacilities.Click += new System.EventHandler(this.btnPrintTopFacilities_Click);
            // 
            // dtFromTopFacilities
            // 
            this.dtFromTopFacilities.CalendarFont = new System.Drawing.Font("Nyala", 8F);
            this.dtFromTopFacilities.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFromTopFacilities.DayOfWeekCharacters = 1;
            this.dtFromTopFacilities.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFromTopFacilities.Location = new System.Drawing.Point(679, 12);
            this.dtFromTopFacilities.Name = "dtFromTopFacilities";
            this.dtFromTopFacilities.PopUpFontSize = 7F;
            this.dtFromTopFacilities.Size = new System.Drawing.Size(112, 22);
            this.dtFromTopFacilities.TabIndex = 6;
            this.dtFromTopFacilities.Value = new System.DateTime(2011, 5, 3, 0, 0, 0, 0);
            // 
            // dtToTopFacilities
            // 
            this.dtToTopFacilities.CalendarFont = new System.Drawing.Font("Nyala", 8F);
            this.dtToTopFacilities.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtToTopFacilities.DayOfWeekCharacters = 1;
            this.dtToTopFacilities.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtToTopFacilities.Location = new System.Drawing.Point(555, 12);
            this.dtToTopFacilities.Name = "dtToTopFacilities";
            this.dtToTopFacilities.PopUpFontSize = 7F;
            this.dtToTopFacilities.Size = new System.Drawing.Size(100, 22);
            this.dtToTopFacilities.TabIndex = 5;
            this.dtToTopFacilities.Value = new System.DateTime(2011, 5, 3, 0, 0, 0, 0);
            // 
            // lkYear2
            // 
            this.lkYear2.Location = new System.Drawing.Point(451, 12);
            this.lkYear2.Name = "lkYear2";
            this.lkYear2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkYear2.Properties.NullText = "";
            this.lkYear2.Size = new System.Drawing.Size(316, 20);
            this.lkYear2.StyleController = this.layoutControl2;
            this.lkYear2.TabIndex = 10;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.dtToTopFacilities;
            this.layoutControlItem7.CustomizationFormText = "To:";
            this.layoutControlItem7.Location = new System.Drawing.Point(511, 0);
            this.layoutControlItem7.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem7.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem7.Text = "From:";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem7.TextToControlDistance = 5;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.dtFromTopFacilities;
            this.layoutControlItem6.CustomizationFormText = "From:";
            this.layoutControlItem6.Location = new System.Drawing.Point(647, 0);
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem6.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem6.Text = "To:";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem6.TextToControlDistance = 5;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "Root";
            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem10,
            this.layoutControlItem11,
            this.emptySpaceItem8,
            this.emptySpaceItem1,
            this.layoutControlItem14,
            this.layoutControlItem20,
            this.lcProgress});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "Root";
            this.layoutControlGroup2.Size = new System.Drawing.Size(919, 657);
            this.layoutControlGroup2.Text = "Root";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.btnPrintTopFacilities;
            this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
            this.layoutControlItem10.Location = new System.Drawing.Point(834, 0);
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem10.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem10.Text = "layoutControlItem10";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextToControlDistance = 0;
            this.layoutControlItem10.TextVisible = false;
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.btnExportTopFacilities;
            this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
            this.layoutControlItem11.Location = new System.Drawing.Point(769, 0);
            this.layoutControlItem11.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem11.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem11.Text = "layoutControlItem11";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextToControlDistance = 0;
            this.layoutControlItem11.TextVisible = false;
            // 
            // emptySpaceItem8
            // 
            this.emptySpaceItem8.AllowHotTrack = false;
            this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
            this.emptySpaceItem8.Location = new System.Drawing.Point(759, 0);
            this.emptySpaceItem8.MaxSize = new System.Drawing.Size(10, 26);
            this.emptySpaceItem8.MinSize = new System.Drawing.Size(10, 26);
            this.emptySpaceItem8.Name = "emptySpaceItem8";
            this.emptySpaceItem8.Size = new System.Drawing.Size(10, 26);
            this.emptySpaceItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem8.Text = "emptySpaceItem8";
            this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(410, 26);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.gridTopFacilities;
            this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(899, 368);
            this.layoutControlItem14.Text = "layoutControlItem14";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem14.TextToControlDistance = 0;
            this.layoutControlItem14.TextVisible = false;
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.lkYear2;
            this.layoutControlItem20.CustomizationFormText = "Year:";
            this.layoutControlItem20.Location = new System.Drawing.Point(410, 0);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(349, 26);
            this.layoutControlItem20.Text = "Year:";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(26, 13);
            // 
            // lcProgress
            // 
            this.lcProgress.Control = this.picLoading;
            this.lcProgress.CustomizationFormText = "lcProgress";
            this.lcProgress.Location = new System.Drawing.Point(0, 394);
            this.lcProgress.Name = "lcProgress";
            this.lcProgress.Size = new System.Drawing.Size(899, 243);
            this.lcProgress.Text = "lcProgress";
            this.lcProgress.TextSize = new System.Drawing.Size(0, 0);
            this.lcProgress.TextToControlDistance = 0;
            this.lcProgress.TextVisible = false;
            this.lcProgress.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Location = new System.Drawing.Point(12, 36);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(925, 685);
            this.xtraTabControl1.TabIndex = 2;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage4,
            this.xtraTabPage2,
            this.xtraTabPage3});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.layoutControl2);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(919, 657);
            this.xtraTabPage1.Text = "Top Facilities";
            // 
            // xtraTabPage4
            // 
            this.xtraTabPage4.Controls.Add(this.layoutControl4);
            this.xtraTabPage4.Name = "xtraTabPage4";
            this.xtraTabPage4.Size = new System.Drawing.Size(919, 657);
            this.xtraTabPage4.Text = "Items Distributed";
            // 
            // layoutControl4
            // 
            this.layoutControl4.Controls.Add(this.gridTopItemReceivingFacilities);
            this.layoutControl4.Controls.Add(this.chartControl1);
            this.layoutControl4.Controls.Add(this.btnExportItems);
            this.layoutControl4.Controls.Add(this.btnPrintItemReport);
            this.layoutControl4.Controls.Add(this.textEdit1);
            this.layoutControl4.Controls.Add(this.gridItemList);
            this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl4.Location = new System.Drawing.Point(0, 0);
            this.layoutControl4.Name = "layoutControl4";
            this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(337, 138, 250, 350);
            this.layoutControl4.Root = this.layoutControlGroup4;
            this.layoutControl4.Size = new System.Drawing.Size(919, 657);
            this.layoutControl4.TabIndex = 12;
            this.layoutControl4.Text = "layoutControl4";
            // 
            // gridTopItemReceivingFacilities
            // 
            this.gridTopItemReceivingFacilities.Location = new System.Drawing.Point(691, 38);
            this.gridTopItemReceivingFacilities.MainView = this.gridView5;
            this.gridTopItemReceivingFacilities.Name = "gridTopItemReceivingFacilities";
            this.gridTopItemReceivingFacilities.Size = new System.Drawing.Size(216, 607);
            this.gridTopItemReceivingFacilities.TabIndex = 16;
            this.gridTopItemReceivingFacilities.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView5});
            // 
            // gridView5
            // 
            this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn19});
            this.gridView5.GridControl = this.gridTopItemReceivingFacilities;
            this.gridView5.Name = "gridView5";
            this.gridView5.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView5.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView5.OptionsBehavior.Editable = false;
            this.gridView5.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "No";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Width = 30;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "Facility Name";
            this.gridColumn18.FieldName = "FacilityName";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 0;
            this.gridColumn18.Width = 221;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "Packs Supplied";
            this.gridColumn19.FieldName = "Quantity";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 1;
            this.gridColumn19.Width = 59;
            // 
            // chartControl1
            // 
            this.chartControl1.Legend.Border.Visible = false;
            this.chartControl1.Legend.Shadow.Visible = true;
            this.chartControl1.Location = new System.Drawing.Point(213, 38);
            this.chartControl1.Name = "chartControl1";
            series2.ArgumentDataMember = "FacilityName";
            pieSeriesLabel3.Antialiasing = true;
            pieSeriesLabel3.Border.Visible = false;
            pieSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
            rectangleGradientFillOptions2.GradientMode = DevExpress.XtraCharts.RectangleGradientMode.BottomToTop;
            pieSeriesLabel3.FillStyle.Options = rectangleGradientFillOptions2;
            pieSeriesLabel3.LineVisible = true;
            piePointOptions2.PointView = DevExpress.XtraCharts.PointView.Argument;
            pieSeriesLabel3.PointOptions = piePointOptions2;
            pieSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
            pieSeriesLabel3.Shadow.Visible = true;
            series2.Label = pieSeriesLabel3;
            series2.LegendText = "FacilityName";
            series2.Name = "Series 1";
            series2.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series2.ShowInLegend = false;
            series2.TopNOptions.Mode = DevExpress.XtraCharts.TopNMode.ThresholdValue;
            series2.TopNOptions.ThresholdValue = 75D;
            series2.ValueDataMembersSerializable = "Quantity";
            pieSeriesView3.RuntimeExploding = false;
            series2.View = pieSeriesView3;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2};
            pieSeriesLabel4.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel4;
            pieSeriesView4.RuntimeExploding = false;
            this.chartControl1.SeriesTemplate.View = pieSeriesView4;
            this.chartControl1.Size = new System.Drawing.Size(474, 607);
            this.chartControl1.TabIndex = 15;
            // 
            // btnExportItems
            // 
            this.btnExportItems.Location = new System.Drawing.Point(781, 12);
            this.btnExportItems.Name = "btnExportItems";
            this.btnExportItems.Size = new System.Drawing.Size(61, 22);
            this.btnExportItems.StyleController = this.layoutControl4;
            this.btnExportItems.TabIndex = 14;
            this.btnExportItems.Text = "Export";
            this.btnExportItems.Click += new System.EventHandler(this.btnExportItems_Click);
            // 
            // btnPrintItemReport
            // 
            this.btnPrintItemReport.Image = global::HCMIS.Desktop.Properties.Resources.printer;
            this.btnPrintItemReport.Location = new System.Drawing.Point(846, 12);
            this.btnPrintItemReport.Name = "btnPrintItemReport";
            this.btnPrintItemReport.Size = new System.Drawing.Size(61, 22);
            this.btnPrintItemReport.StyleController = this.layoutControl4;
            this.btnPrintItemReport.TabIndex = 13;
            this.btnPrintItemReport.Text = "Print";
            this.btnPrintItemReport.Click += new System.EventHandler(this.btnPrintItemReport_Click);
            // 
            // textEdit1
            // 
            this.textEdit1.Location = new System.Drawing.Point(12, 38);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(197, 20);
            this.textEdit1.StyleController = this.layoutControl4;
            this.textEdit1.TabIndex = 12;
            // 
            // gridItemList
            // 
            this.gridItemList.Location = new System.Drawing.Point(12, 62);
            this.gridItemList.MainView = this.gridView4;
            this.gridItemList.Name = "gridItemList";
            this.gridItemList.Size = new System.Drawing.Size(197, 583);
            this.gridItemList.TabIndex = 11;
            this.gridItemList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView4});
            // 
            // gridView4
            // 
            this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn16});
            this.gridView4.GridControl = this.gridItemList;
            this.gridView4.Name = "gridView4";
            this.gridView4.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView4.OptionsBehavior.Editable = false;
            this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView4.OptionsView.ShowGroupPanel = false;
            this.gridView4.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView4_FocusedRowChanged);
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "Name";
            this.gridColumn16.FieldName = "FullItemName";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 0;
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.CustomizationFormText = "Root";
            this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup4.GroupBordersVisible = false;
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem21,
            this.layoutControlItem22,
            this.emptySpaceItem9,
            this.layoutControlItem23,
            this.layoutControlItem24,
            this.layoutControlItem25,
            this.layoutControlItem26});
            this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup4.Name = "Root";
            this.layoutControlGroup4.Size = new System.Drawing.Size(919, 657);
            this.layoutControlGroup4.Text = "Root";
            this.layoutControlGroup4.TextVisible = false;
            // 
            // layoutControlItem21
            // 
            this.layoutControlItem21.Control = this.gridItemList;
            this.layoutControlItem21.CustomizationFormText = "layoutControlItem21";
            this.layoutControlItem21.Location = new System.Drawing.Point(0, 50);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.Size = new System.Drawing.Size(201, 587);
            this.layoutControlItem21.Text = "layoutControlItem21";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem21.TextToControlDistance = 0;
            this.layoutControlItem21.TextVisible = false;
            // 
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.textEdit1;
            this.layoutControlItem22.CustomizationFormText = "layoutControlItem22";
            this.layoutControlItem22.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.Size = new System.Drawing.Size(201, 24);
            this.layoutControlItem22.Text = "layoutControlItem22";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem22.TextToControlDistance = 0;
            this.layoutControlItem22.TextVisible = false;
            // 
            // emptySpaceItem9
            // 
            this.emptySpaceItem9.AllowHotTrack = false;
            this.emptySpaceItem9.CustomizationFormText = "emptySpaceItem9";
            this.emptySpaceItem9.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem9.Name = "emptySpaceItem9";
            this.emptySpaceItem9.Size = new System.Drawing.Size(769, 26);
            this.emptySpaceItem9.Text = "emptySpaceItem9";
            this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem23
            // 
            this.layoutControlItem23.Control = this.btnPrintItemReport;
            this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
            this.layoutControlItem23.Location = new System.Drawing.Point(834, 0);
            this.layoutControlItem23.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem23.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem23.Text = "layoutControlItem23";
            this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem23.TextToControlDistance = 0;
            this.layoutControlItem23.TextVisible = false;
            // 
            // layoutControlItem24
            // 
            this.layoutControlItem24.Control = this.btnExportItems;
            this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
            this.layoutControlItem24.Location = new System.Drawing.Point(769, 0);
            this.layoutControlItem24.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem24.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem24.Text = "layoutControlItem24";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem24.TextToControlDistance = 0;
            this.layoutControlItem24.TextVisible = false;
            // 
            // layoutControlItem25
            // 
            this.layoutControlItem25.Control = this.chartControl1;
            this.layoutControlItem25.CustomizationFormText = "layoutControlItem25";
            this.layoutControlItem25.Location = new System.Drawing.Point(201, 26);
            this.layoutControlItem25.Name = "layoutControlItem25";
            this.layoutControlItem25.Size = new System.Drawing.Size(478, 611);
            this.layoutControlItem25.Text = "layoutControlItem25";
            this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem25.TextToControlDistance = 0;
            this.layoutControlItem25.TextVisible = false;
            // 
            // layoutControlItem26
            // 
            this.layoutControlItem26.Control = this.gridTopItemReceivingFacilities;
            this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
            this.layoutControlItem26.Location = new System.Drawing.Point(679, 26);
            this.layoutControlItem26.Name = "layoutControlItem26";
            this.layoutControlItem26.Size = new System.Drawing.Size(220, 611);
            this.layoutControlItem26.Text = "layoutControlItem26";
            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem26.TextToControlDistance = 0;
            this.layoutControlItem26.TextVisible = false;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.layoutControl3);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(919, 657);
            this.xtraTabPage2.Text = "Facility Supply Breakdown";
            // 
            // layoutControl3
            // 
            this.layoutControl3.Controls.Add(this.lkYears);
            this.layoutControl3.Controls.Add(this.txtSelectedFacility);
            this.layoutControl3.Controls.Add(this.txtSearchFacility);
            this.layoutControl3.Controls.Add(this.gridFacilities);
            this.layoutControl3.Controls.Add(this.gridFacilityBreakdown);
            this.layoutControl3.Controls.Add(this.btnExportFacilitiyBreakdown);
            this.layoutControl3.Controls.Add(this.btnPrintFacilityBreakdown);
            this.layoutControl3.Controls.Add(this.dtFromFacilitySupply);
            this.layoutControl3.Controls.Add(this.dtToFacilitySupply);
            this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl3.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem8,
            this.layoutControlItem9});
            this.layoutControl3.Location = new System.Drawing.Point(0, 0);
            this.layoutControl3.Name = "layoutControl3";
            this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(337, 232, 250, 350);
            this.layoutControl3.Root = this.layoutControlGroup3;
            this.layoutControl3.Size = new System.Drawing.Size(919, 657);
            this.layoutControl3.TabIndex = 0;
            this.layoutControl3.Text = "layoutControl3";
            // 
            // lkYears
            // 
            this.lkYears.Location = new System.Drawing.Point(679, 38);
            this.lkYears.Name = "lkYears";
            this.lkYears.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkYears.Properties.NullText = "";
            this.lkYears.Size = new System.Drawing.Size(70, 20);
            this.lkYears.StyleController = this.layoutControl3;
            this.lkYears.TabIndex = 13;
            // 
            // txtSelectedFacility
            // 
            this.txtSelectedFacility.Enabled = false;
            this.txtSelectedFacility.Location = new System.Drawing.Point(364, 38);
            this.txtSelectedFacility.Name = "txtSelectedFacility";
            this.txtSelectedFacility.Size = new System.Drawing.Size(227, 20);
            this.txtSelectedFacility.StyleController = this.layoutControl3;
            this.txtSelectedFacility.TabIndex = 12;
            // 
            // txtSearchFacility
            // 
            this.txtSearchFacility.Location = new System.Drawing.Point(12, 38);
            this.txtSearchFacility.Name = "txtSearchFacility";
            this.txtSearchFacility.Size = new System.Drawing.Size(264, 20);
            this.txtSearchFacility.StyleController = this.layoutControl3;
            this.txtSearchFacility.TabIndex = 11;
            this.txtSearchFacility.EditValueChanged += new System.EventHandler(this.txtSearchFacility_EditValueChanged);
            // 
            // gridFacilities
            // 
            this.gridFacilities.Location = new System.Drawing.Point(12, 62);
            this.gridFacilities.MainView = this.gridView3;
            this.gridFacilities.Name = "gridFacilities";
            this.gridFacilities.Size = new System.Drawing.Size(264, 583);
            this.gridFacilities.TabIndex = 10;
            this.gridFacilities.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            // 
            // gridView3
            // 
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2});
            this.gridView3.GridControl = this.gridFacilities;
            this.gridView3.GroupCount = 1;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView3.OptionsBehavior.Editable = false;
            this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            this.gridView3.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn2, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView3.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView3_FocusedRowChanged);
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Name";
            this.gridColumn1.FieldName = "Name";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Route";
            this.gridColumn2.FieldName = "RouteName";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            // 
            // gridFacilityBreakdown
            // 
            this.gridFacilityBreakdown.Location = new System.Drawing.Point(280, 62);
            this.gridFacilityBreakdown.MainView = this.gridView2;
            this.gridFacilityBreakdown.Name = "gridFacilityBreakdown";
            this.gridFacilityBreakdown.Size = new System.Drawing.Size(627, 583);
            this.gridFacilityBreakdown.TabIndex = 9;
            this.gridFacilityBreakdown.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13,
            this.gridColumn14,
            this.gridColumn15});
            this.gridView2.GridControl = this.gridFacilityBreakdown;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Item Name";
            this.gridColumn3.FieldName = "FullItemName";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 300;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "11";
            this.gridColumn4.FieldName = "11";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            this.gridColumn4.Width = 27;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "12";
            this.gridColumn5.FieldName = "12";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 2;
            this.gridColumn5.Width = 27;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "1";
            this.gridColumn6.FieldName = "1";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 3;
            this.gridColumn6.Width = 27;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "2";
            this.gridColumn7.FieldName = "2";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 4;
            this.gridColumn7.Width = 27;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "3";
            this.gridColumn8.FieldName = "3";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 5;
            this.gridColumn8.Width = 27;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "4";
            this.gridColumn9.FieldName = "4";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 6;
            this.gridColumn9.Width = 27;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "5";
            this.gridColumn10.FieldName = "5";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 7;
            this.gridColumn10.Width = 27;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "6";
            this.gridColumn11.FieldName = "6";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 8;
            this.gridColumn11.Width = 27;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "7";
            this.gridColumn12.FieldName = "7";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 9;
            this.gridColumn12.Width = 27;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "8";
            this.gridColumn13.FieldName = "8";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 10;
            this.gridColumn13.Width = 27;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "9";
            this.gridColumn14.FieldName = "9";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 11;
            this.gridColumn14.Width = 27;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "10";
            this.gridColumn15.FieldName = "10";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 12;
            this.gridColumn15.Width = 36;
            // 
            // btnExportFacilitiyBreakdown
            // 
            this.btnExportFacilitiyBreakdown.Location = new System.Drawing.Point(781, 12);
            this.btnExportFacilitiyBreakdown.Name = "btnExportFacilitiyBreakdown";
            this.btnExportFacilitiyBreakdown.Size = new System.Drawing.Size(61, 22);
            this.btnExportFacilitiyBreakdown.StyleController = this.layoutControl3;
            this.btnExportFacilitiyBreakdown.TabIndex = 8;
            this.btnExportFacilitiyBreakdown.Text = "Export";
            this.btnExportFacilitiyBreakdown.Click += new System.EventHandler(this.btnExportFacilitiyBreakdown_Click);
            // 
            // btnPrintFacilityBreakdown
            // 
            this.btnPrintFacilityBreakdown.Image = global::HCMIS.Desktop.Properties.Resources.printer;
            this.btnPrintFacilityBreakdown.Location = new System.Drawing.Point(846, 12);
            this.btnPrintFacilityBreakdown.Name = "btnPrintFacilityBreakdown";
            this.btnPrintFacilityBreakdown.Size = new System.Drawing.Size(61, 22);
            this.btnPrintFacilityBreakdown.StyleController = this.layoutControl3;
            this.btnPrintFacilityBreakdown.TabIndex = 7;
            this.btnPrintFacilityBreakdown.Text = "Print";
            this.btnPrintFacilityBreakdown.Click += new System.EventHandler(this.btnPrintFacilityBreakdown_Click);
            // 
            // dtFromFacilitySupply
            // 
            this.dtFromFacilitySupply.CalendarFont = new System.Drawing.Font("Nyala", 8F);
            this.dtFromFacilitySupply.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFromFacilitySupply.DayOfWeekCharacters = 1;
            this.dtFromFacilitySupply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtFromFacilitySupply.Location = new System.Drawing.Point(555, 12);
            this.dtFromFacilitySupply.Name = "dtFromFacilitySupply";
            this.dtFromFacilitySupply.PopUpFontSize = 7F;
            this.dtFromFacilitySupply.Size = new System.Drawing.Size(100, 22);
            this.dtFromFacilitySupply.TabIndex = 6;
            this.dtFromFacilitySupply.Value = new System.DateTime(2011, 5, 3, 0, 0, 0, 0);
            // 
            // dtToFacilitySupply
            // 
            this.dtToFacilitySupply.CalendarFont = new System.Drawing.Font("Nyala", 8F);
            this.dtToFacilitySupply.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtToFacilitySupply.DayOfWeekCharacters = 1;
            this.dtToFacilitySupply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            this.dtToFacilitySupply.Location = new System.Drawing.Point(543, 12);
            this.dtToFacilitySupply.Name = "dtToFacilitySupply";
            this.dtToFacilitySupply.PopUpFontSize = 7F;
            this.dtToFacilitySupply.Size = new System.Drawing.Size(112, 22);
            this.dtToFacilitySupply.TabIndex = 5;
            this.dtToFacilitySupply.Value = new System.DateTime(2011, 5, 3, 0, 0, 0, 0);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.dtFromFacilitySupply;
            this.layoutControlItem8.CustomizationFormText = "From:";
            this.layoutControlItem8.Location = new System.Drawing.Point(511, 0);
            this.layoutControlItem8.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem8.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = "From:";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem8.TextToControlDistance = 5;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.dtToFacilitySupply;
            this.layoutControlItem9.CustomizationFormText = "To:";
            this.layoutControlItem9.Location = new System.Drawing.Point(511, 0);
            this.layoutControlItem9.MaxSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem9.MinSize = new System.Drawing.Size(136, 26);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(136, 26);
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem9.Text = "To:";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem9.TextToControlDistance = 5;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "Root";
            this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup3.GroupBordersVisible = false;
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.emptySpaceItem7,
            this.layoutControlItem12,
            this.layoutControlItem13,
            this.emptySpaceItem4,
            this.layoutControlItem15,
            this.layoutControlItem16,
            this.layoutControlItem17,
            this.emptySpaceItem5,
            this.layoutControlItem18,
            this.layoutControlItem19});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "Root";
            this.layoutControlGroup3.Size = new System.Drawing.Size(919, 657);
            this.layoutControlGroup3.Text = "Root";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // emptySpaceItem7
            // 
            this.emptySpaceItem7.AllowHotTrack = false;
            this.emptySpaceItem7.CustomizationFormText = "emptySpaceItem7";
            this.emptySpaceItem7.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem7.Name = "emptySpaceItem7";
            this.emptySpaceItem7.Size = new System.Drawing.Size(498, 26);
            this.emptySpaceItem7.Text = "emptySpaceItem7";
            this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.btnPrintFacilityBreakdown;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(834, 0);
            this.layoutControlItem12.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem12.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem12.Text = "layoutControlItem12";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.btnExportFacilitiyBreakdown;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(769, 0);
            this.layoutControlItem13.MaxSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem13.MinSize = new System.Drawing.Size(65, 26);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(65, 26);
            this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem13.Text = "layoutControlItem13";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TextVisible = false;
            // 
            // emptySpaceItem4
            // 
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
            this.emptySpaceItem4.Location = new System.Drawing.Point(498, 0);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(271, 26);
            this.emptySpaceItem4.Text = "emptySpaceItem4";
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.gridFacilityBreakdown;
            this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
            this.layoutControlItem15.Location = new System.Drawing.Point(268, 50);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(631, 587);
            this.layoutControlItem15.Text = "layoutControlItem15";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem15.TextToControlDistance = 0;
            this.layoutControlItem15.TextVisible = false;
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.gridFacilities;
            this.layoutControlItem16.CustomizationFormText = "layoutControlItem16";
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 50);
            this.layoutControlItem16.MaxSize = new System.Drawing.Size(268, 0);
            this.layoutControlItem16.MinSize = new System.Drawing.Size(268, 24);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(268, 587);
            this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem16.Text = "layoutControlItem16";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem16.TextToControlDistance = 0;
            this.layoutControlItem16.TextVisible = false;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.txtSearchFacility;
            this.layoutControlItem17.CustomizationFormText = "layoutControlItem17";
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(268, 24);
            this.layoutControlItem17.Text = "layoutControlItem17";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem17.TextToControlDistance = 0;
            this.layoutControlItem17.TextVisible = false;
            // 
            // emptySpaceItem5
            // 
            this.emptySpaceItem5.AllowHotTrack = false;
            this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
            this.emptySpaceItem5.Location = new System.Drawing.Point(741, 26);
            this.emptySpaceItem5.Name = "emptySpaceItem5";
            this.emptySpaceItem5.Size = new System.Drawing.Size(158, 24);
            this.emptySpaceItem5.Text = "emptySpaceItem5";
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.txtSelectedFacility;
            this.layoutControlItem18.CustomizationFormText = "Selected Facility:";
            this.layoutControlItem18.Location = new System.Drawing.Point(268, 26);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(315, 24);
            this.layoutControlItem18.Text = "Selected Facility:";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(81, 13);
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.Control = this.lkYears;
            this.layoutControlItem19.CustomizationFormText = "Year:";
            this.layoutControlItem19.Location = new System.Drawing.Point(583, 26);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(158, 24);
            this.layoutControlItem19.Text = "Year:";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(81, 13);
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.layoutControl1);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(919, 657);
            this.xtraTabPage3.Text = "Distributed Amount";
            // 
            // layoutControl5
            // 
            this.layoutControl5.Controls.Add(this.lkStoreType);
            this.layoutControl5.Controls.Add(this.xtraTabControl1);
            this.layoutControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl5.Location = new System.Drawing.Point(0, 0);
            this.layoutControl5.Name = "layoutControl5";
            this.layoutControl5.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(755, 282, 250, 350);
            this.layoutControl5.Root = this.layoutControlGroup5;
            this.layoutControl5.Size = new System.Drawing.Size(949, 733);
            this.layoutControl5.TabIndex = 3;
            this.layoutControl5.Text = "layoutControl5";
            // 
            // lkStoreType
            // 
            this.lkStoreType.Location = new System.Drawing.Point(41, 12);
            this.lkStoreType.Name = "lkStoreType";
            this.lkStoreType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkStoreType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "TypeName")});
            this.lkStoreType.Properties.DisplayMember = "TypeName";
            this.lkStoreType.Properties.NullText = "Choose Mode";
            this.lkStoreType.Properties.ValueMember = "ID";
            this.lkStoreType.Size = new System.Drawing.Size(133, 20);
            this.lkStoreType.StyleController = this.layoutControl5;
            this.lkStoreType.TabIndex = 4;
            this.lkStoreType.EditValueChanged += new System.EventHandler(this.lkStoreType_EditValueChanged);
            // 
            // layoutControlGroup5
            // 
            this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
            this.layoutControlGroup5.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup5.GroupBordersVisible = false;
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem28,
            this.emptySpaceItem6,
            this.layoutControlItem29});
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup5.Name = "Root";
            this.layoutControlGroup5.Size = new System.Drawing.Size(949, 733);
            this.layoutControlGroup5.Text = "Root";
            this.layoutControlGroup5.TextVisible = false;
            // 
            // layoutControlItem28
            // 
            this.layoutControlItem28.Control = this.xtraTabControl1;
            this.layoutControlItem28.CustomizationFormText = "layoutControlItem28";
            this.layoutControlItem28.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem28.Name = "layoutControlItem28";
            this.layoutControlItem28.Size = new System.Drawing.Size(929, 689);
            this.layoutControlItem28.Text = "layoutControlItem28";
            this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem28.TextToControlDistance = 0;
            this.layoutControlItem28.TextVisible = false;
            // 
            // emptySpaceItem6
            // 
            this.emptySpaceItem6.AllowHotTrack = false;
            this.emptySpaceItem6.CustomizationFormText = "emptySpaceItem6";
            this.emptySpaceItem6.Location = new System.Drawing.Point(166, 0);
            this.emptySpaceItem6.Name = "emptySpaceItem6";
            this.emptySpaceItem6.Size = new System.Drawing.Size(763, 24);
            this.emptySpaceItem6.Text = "emptySpaceItem6";
            this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem29
            // 
            this.layoutControlItem29.Control = this.lkStoreType;
            this.layoutControlItem29.CustomizationFormText = "Mode";
            this.layoutControlItem29.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem29.Name = "layoutControlItem29";
            this.layoutControlItem29.Size = new System.Drawing.Size(166, 24);
            this.layoutControlItem29.Text = "Mode";
            this.layoutControlItem29.TextSize = new System.Drawing.Size(26, 13);
            // 
            // layoutControlItem27
            // 
            this.layoutControlItem27.CustomizationFormText = "layoutControlItem27";
            this.layoutControlItem27.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem27.Name = "layoutControlItem27";
            this.layoutControlItem27.Size = new System.Drawing.Size(0, 0);
            this.layoutControlItem27.Text = "layoutControlItem27";
            this.layoutControlItem27.TextSize = new System.Drawing.Size(50, 20);
            this.layoutControlItem27.TextToControlDistance = 5;
            // 
            // DistributionReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(949, 733);
            this.Controls.Add(this.layoutControl5);
            this.Name = "DistributionReport";
            this.Text = "Distribution Report";
            this.Load += new System.EventHandler(this.DistributionReport_Load);
            ((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.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridTopFacilities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTopFacilities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkYear2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcProgress)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
            this.layoutControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridTopItemReceivingFacilities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
            this.layoutControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lkYears.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSelectedFacility.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSearchFacility.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFacilities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFacilityBreakdown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).EndInit();
            this.layoutControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lkStoreType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).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()
 {
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn27 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn28 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn29 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn30 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn31 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn32 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn33 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn34 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn35 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn36 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn37 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn38 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn39 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevExpress.XtraCharts.Series          series3             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel5     = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions3    = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView5      = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel6     = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView6      = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle      chartTitle5         = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle      chartTitle6         = new DevExpress.XtraCharts.ChartTitle();
     this.sdgvEmails           = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.panelLoad            = new DevComponents.DotNetBar.PanelEx();
     this.panelLegends         = new System.Windows.Forms.Panel();
     this.chkSoft              = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkPassed            = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkNotChecked        = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkHard              = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.lblLegendNotChecked  = new DevComponents.DotNetBar.LabelX();
     this.pictureBoxNotChecked = new System.Windows.Forms.PictureBox();
     this.pictureBoxHard       = new System.Windows.Forms.PictureBox();
     this.pictureBoxSoft       = new System.Windows.Forms.PictureBox();
     this.lblLegendHard        = new DevComponents.DotNetBar.LabelX();
     this.pictureBoxPassed     = new System.Windows.Forms.PictureBox();
     this.lblLegendPassed      = new DevComponents.DotNetBar.LabelX();
     this.lblLegendSoft        = new DevComponents.DotNetBar.LabelX();
     this.txtImportPath        = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnLoad              = new DevComponents.DotNetBar.ButtonX();
     this.dtProcessDate        = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.txtSourceORAgent     = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnImport            = new DevComponents.DotNetBar.ButtonX();
     this.txtImportSource      = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.openFileEmails       = new System.Windows.Forms.OpenFileDialog();
     this.splitMain            = new System.Windows.Forms.SplitContainer();
     this.chartBounce          = new DevExpress.XtraCharts.ChartControl();
     this.panelLoad.SuspendLayout();
     this.panelLegends.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNotChecked)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSoft)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPassed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtProcessDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
     this.splitMain.Panel1.SuspendLayout();
     this.splitMain.Panel2.SuspendLayout();
     this.splitMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartBounce)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView6)).BeginInit();
     this.SuspendLayout();
     //
     // sdgvEmails
     //
     this.sdgvEmails.Dock = System.Windows.Forms.DockStyle.Fill;
     this.sdgvEmails.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.sdgvEmails.LicenseKey                            = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.sdgvEmails.Location                              = new System.Drawing.Point(0, 0);
     this.sdgvEmails.Name                                  = "sdgvEmails";
     this.sdgvEmails.PrimaryGrid.AllowEdit                 = false;
     this.sdgvEmails.PrimaryGrid.ColumnAutoSizeMode        = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     this.sdgvEmails.PrimaryGrid.ColumnHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.Select;
     gridColumn27.DataPropertyName                         = "Status";
     gridColumn27.EditorType                               = typeof(DevComponents.DotNetBar.SuperGrid.GridImageEditControl);
     gridColumn27.FillWeight                               = 30;
     gridColumn27.HeaderText                               = "Status";
     gridColumn27.MinimumWidth                             = 20;
     gridColumn27.Name       = "colStatus";
     gridColumn27.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridImageEditControl);
     gridColumn28.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn28.DataPropertyName             = "MASTER_ID";
     gridColumn28.EditorType   = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn28.FillWeight   = 30;
     gridColumn28.HeaderText   = "ComID";
     gridColumn28.MinimumWidth = 10;
     gridColumn28.Name         = "colMasterID";
     gridColumn29.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn29.DataPropertyName             = "CONTACT_ID_P";
     gridColumn29.EditorType   = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn29.FillWeight   = 30;
     gridColumn29.HeaderText   = "ConID";
     gridColumn29.MinimumWidth = 10;
     gridColumn29.Name         = "colContactID";
     gridColumn30.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn30.DataPropertyName             = "EMAIL";
     gridColumn30.EditorType   = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn30.FillWeight   = 130;
     gridColumn30.HeaderText   = "Email";
     gridColumn30.MinimumWidth = 100;
     gridColumn30.Name         = "colEmail";
     gridColumn31.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn31.DataPropertyName             = "EMAIL_SOURCE";
     gridColumn31.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn31.HeaderText = "Email Source";
     gridColumn31.Name       = "colSource";
     gridColumn32.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn32.DataPropertyName             = "DESCRIPTION";
     gridColumn32.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn32.FillWeight = 200;
     gridColumn32.HeaderText = "Description";
     gridColumn32.Name       = "colDescription";
     gridColumn33.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn33.DataPropertyName             = "DETAIL";
     gridColumn33.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn33.FillWeight = 200;
     gridColumn33.HeaderText = "Transcription";
     gridColumn33.Name       = "colDetails";
     gridColumn34.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn34.DataPropertyName             = "PROCESSED_SERVER";
     gridColumn34.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn34.HeaderText = "Server ID";
     gridColumn34.Name       = "colServer";
     gridColumn35.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn35.DataPropertyName             = "CREATED_BY";
     gridColumn35.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn35.HeaderText = "Agent";
     gridColumn35.Name       = "colCreatedBy";
     gridColumn36.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn36.DataPropertyName             = "CREATED_DATE";
     gridColumn36.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn36.HeaderText = "Date";
     gridColumn36.Name       = "colCreatedDate";
     gridColumn37.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn37.DataPropertyName             = "First_Name";
     gridColumn37.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn37.HeaderText = "First Name";
     gridColumn37.Name       = "colFirstName";
     gridColumn38.CellStyles.Default.TextColor = System.Drawing.Color.Black;
     gridColumn38.DataPropertyName             = "LAST_NAME";
     gridColumn38.EditorType       = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn38.HeaderText       = "Last Name";
     gridColumn38.Name             = "colLastName";
     gridColumn39.DataPropertyName = "Bounce";
     gridColumn39.EditorType       = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
     gridColumn39.HeaderText       = "Bounce";
     gridColumn39.Name             = "colBounce";
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn27);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn28);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn29);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn30);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn31);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn32);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn33);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn34);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn35);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn36);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn37);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn38);
     this.sdgvEmails.PrimaryGrid.Columns.Add(gridColumn39);
     this.sdgvEmails.PrimaryGrid.FocusCuesEnabled     = false;
     this.sdgvEmails.PrimaryGrid.MultiSelect          = false;
     this.sdgvEmails.PrimaryGrid.ReadOnly             = true;
     this.sdgvEmails.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
     this.sdgvEmails.PrimaryGrid.ShowRowHeaders       = false;
     this.sdgvEmails.Size                 = new System.Drawing.Size(763, 677);
     this.sdgvEmails.TabIndex             = 30;
     this.sdgvEmails.DataBindingComplete += new System.EventHandler <DevComponents.DotNetBar.SuperGrid.GridDataBindingCompleteEventArgs>(this.sdgvEmails_DataBindingComplete);
     this.sdgvEmails.RowDoubleClick      += new System.EventHandler <DevComponents.DotNetBar.SuperGrid.GridRowDoubleClickEventArgs>(this.sdgvEmails_RowDoubleClick);
     //
     // panelLoad
     //
     this.panelLoad.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelLoad.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelLoad.Controls.Add(this.panelLegends);
     this.panelLoad.Controls.Add(this.txtImportPath);
     this.panelLoad.Controls.Add(this.btnLoad);
     this.panelLoad.Controls.Add(this.dtProcessDate);
     this.panelLoad.Controls.Add(this.txtSourceORAgent);
     this.panelLoad.Controls.Add(this.btnImport);
     this.panelLoad.Controls.Add(this.txtImportSource);
     this.panelLoad.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelLoad.Dock            = System.Windows.Forms.DockStyle.Top;
     this.panelLoad.Location        = new System.Drawing.Point(0, 0);
     this.panelLoad.Name            = "panelLoad";
     this.panelLoad.Size            = new System.Drawing.Size(1276, 60);
     this.panelLoad.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelLoad.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelLoad.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelLoad.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelLoad.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelLoad.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelLoad.Style.GradientAngle = 90;
     this.panelLoad.TabIndex            = 2;
     //
     // panelLegends
     //
     this.panelLegends.Controls.Add(this.chkSoft);
     this.panelLegends.Controls.Add(this.chkPassed);
     this.panelLegends.Controls.Add(this.chkNotChecked);
     this.panelLegends.Controls.Add(this.chkHard);
     this.panelLegends.Controls.Add(this.lblLegendNotChecked);
     this.panelLegends.Controls.Add(this.pictureBoxNotChecked);
     this.panelLegends.Controls.Add(this.pictureBoxHard);
     this.panelLegends.Controls.Add(this.pictureBoxSoft);
     this.panelLegends.Controls.Add(this.lblLegendHard);
     this.panelLegends.Controls.Add(this.pictureBoxPassed);
     this.panelLegends.Controls.Add(this.lblLegendPassed);
     this.panelLegends.Controls.Add(this.lblLegendSoft);
     this.panelLegends.Location = new System.Drawing.Point(9, 8);
     this.panelLegends.Name     = "panelLegends";
     this.panelLegends.Size     = new System.Drawing.Size(239, 44);
     this.panelLegends.TabIndex = 20;
     //
     // chkSoft
     //
     //
     //
     //
     this.chkSoft.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkSoft.Checked         = true;
     this.chkSoft.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkSoft.CheckValue      = "Y";
     this.chkSoft.Location        = new System.Drawing.Point(3, 22);
     this.chkSoft.Name            = "chkSoft";
     this.chkSoft.Size            = new System.Drawing.Size(15, 15);
     this.chkSoft.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkSoft.TabIndex        = 1;
     this.chkSoft.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
     //
     // chkPassed
     //
     //
     //
     //
     this.chkPassed.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkPassed.Location        = new System.Drawing.Point(119, 2);
     this.chkPassed.Name            = "chkPassed";
     this.chkPassed.Size            = new System.Drawing.Size(15, 15);
     this.chkPassed.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkPassed.TabIndex        = 2;
     this.chkPassed.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
     //
     // chkNotChecked
     //
     //
     //
     //
     this.chkNotChecked.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNotChecked.Location        = new System.Drawing.Point(119, 21);
     this.chkNotChecked.Name            = "chkNotChecked";
     this.chkNotChecked.Size            = new System.Drawing.Size(15, 15);
     this.chkNotChecked.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNotChecked.TabIndex        = 3;
     this.chkNotChecked.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
     //
     // chkHard
     //
     //
     //
     //
     this.chkHard.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkHard.Checked         = true;
     this.chkHard.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkHard.CheckValue      = "Y";
     this.chkHard.Location        = new System.Drawing.Point(3, 2);
     this.chkHard.Name            = "chkHard";
     this.chkHard.Size            = new System.Drawing.Size(15, 15);
     this.chkHard.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkHard.TabIndex        = 0;
     this.chkHard.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
     //
     // lblLegendNotChecked
     //
     this.lblLegendNotChecked.AutoSize = true;
     //
     //
     //
     this.lblLegendNotChecked.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblLegendNotChecked.Location = new System.Drawing.Point(154, 22);
     this.lblLegendNotChecked.Name     = "lblLegendNotChecked";
     this.lblLegendNotChecked.Size     = new System.Drawing.Size(64, 15);
     this.lblLegendNotChecked.TabIndex = 18;
     this.lblLegendNotChecked.Text     = "Not checked";
     this.lblLegendNotChecked.Click   += new System.EventHandler(this.lblLegendNotChecked_Click);
     //
     // pictureBoxNotChecked
     //
     this.pictureBoxNotChecked.Image    = global::GCC.Properties.Resources.Grey_Ball_icon__2_;
     this.pictureBoxNotChecked.Location = new System.Drawing.Point(134, 20);
     this.pictureBoxNotChecked.Name     = "pictureBoxNotChecked";
     this.pictureBoxNotChecked.Size     = new System.Drawing.Size(19, 18);
     this.pictureBoxNotChecked.TabIndex = 17;
     this.pictureBoxNotChecked.TabStop  = false;
     this.pictureBoxNotChecked.Click   += new System.EventHandler(this.pictureBoxNotChecked_Click);
     //
     // pictureBoxHard
     //
     this.pictureBoxHard.Image    = global::GCC.Properties.Resources.Red_Ball_icon;
     this.pictureBoxHard.Location = new System.Drawing.Point(18, 1);
     this.pictureBoxHard.Name     = "pictureBoxHard";
     this.pictureBoxHard.Size     = new System.Drawing.Size(19, 18);
     this.pictureBoxHard.TabIndex = 9;
     this.pictureBoxHard.TabStop  = false;
     this.pictureBoxHard.Click   += new System.EventHandler(this.pictureBoxHard_Click);
     //
     // pictureBoxSoft
     //
     this.pictureBoxSoft.Image    = global::GCC.Properties.Resources.Blue_Ball_icon;
     this.pictureBoxSoft.Location = new System.Drawing.Point(18, 21);
     this.pictureBoxSoft.Name     = "pictureBoxSoft";
     this.pictureBoxSoft.Size     = new System.Drawing.Size(19, 18);
     this.pictureBoxSoft.TabIndex = 10;
     this.pictureBoxSoft.TabStop  = false;
     this.pictureBoxSoft.Click   += new System.EventHandler(this.pictureBoxSoft_Click);
     //
     // lblLegendHard
     //
     this.lblLegendHard.AutoSize = true;
     //
     //
     //
     this.lblLegendHard.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblLegendHard.Location = new System.Drawing.Point(38, 1);
     this.lblLegendHard.Name     = "lblLegendHard";
     this.lblLegendHard.Size     = new System.Drawing.Size(67, 15);
     this.lblLegendHard.TabIndex = 16;
     this.lblLegendHard.Text     = "Hard Bounce";
     this.lblLegendHard.Click   += new System.EventHandler(this.lblLegendHard_Click);
     //
     // pictureBoxPassed
     //
     this.pictureBoxPassed.Image    = global::GCC.Properties.Resources.Green_Ball_icon;
     this.pictureBoxPassed.Location = new System.Drawing.Point(134, 1);
     this.pictureBoxPassed.Name     = "pictureBoxPassed";
     this.pictureBoxPassed.Size     = new System.Drawing.Size(19, 18);
     this.pictureBoxPassed.TabIndex = 12;
     this.pictureBoxPassed.TabStop  = false;
     this.pictureBoxPassed.Click   += new System.EventHandler(this.pictureBoxPassed_Click);
     //
     // lblLegendPassed
     //
     this.lblLegendPassed.AutoSize = true;
     //
     //
     //
     this.lblLegendPassed.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblLegendPassed.Location = new System.Drawing.Point(154, 3);
     this.lblLegendPassed.Name     = "lblLegendPassed";
     this.lblLegendPassed.Size     = new System.Drawing.Size(39, 15);
     this.lblLegendPassed.TabIndex = 15;
     this.lblLegendPassed.Text     = "Passed";
     this.lblLegendPassed.Click   += new System.EventHandler(this.lblLegendPassed_Click);
     //
     // lblLegendSoft
     //
     this.lblLegendSoft.AutoSize = true;
     //
     //
     //
     this.lblLegendSoft.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblLegendSoft.Location = new System.Drawing.Point(38, 22);
     this.lblLegendSoft.Name     = "lblLegendSoft";
     this.lblLegendSoft.Size     = new System.Drawing.Size(62, 15);
     this.lblLegendSoft.TabIndex = 14;
     this.lblLegendSoft.Text     = "Soft Bounce";
     this.lblLegendSoft.Click   += new System.EventHandler(this.lblLegendSoft_Click);
     //
     // txtImportPath
     //
     //
     //
     //
     this.txtImportPath.Border.Class         = "TextBoxBorder";
     this.txtImportPath.Border.CornerType    = DevComponents.DotNetBar.eCornerType.Square;
     this.txtImportPath.ButtonCustom.Visible = true;
     this.txtImportPath.Location             = new System.Drawing.Point(12, 7);
     this.txtImportPath.Name               = "txtImportPath";
     this.txtImportPath.PreventEnterBeep   = true;
     this.txtImportPath.Size               = new System.Drawing.Size(137, 20);
     this.txtImportPath.TabIndex           = 8;
     this.txtImportPath.WatermarkBehavior  = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
     this.txtImportPath.WatermarkText      = "Select Emails to Import";
     this.txtImportPath.ButtonCustomClick += new System.EventHandler(this.txtImportPath_ButtonCustomClick);
     //
     // btnLoad
     //
     this.btnLoad.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLoad.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLoad.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLoad.Location       = new System.Drawing.Point(1191, 7);
     this.btnLoad.Name           = "btnLoad";
     this.btnLoad.Size           = new System.Drawing.Size(75, 46);
     this.btnLoad.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLoad.TabIndex       = 6;
     this.btnLoad.Text           = "Load";
     this.btnLoad.Click         += new System.EventHandler(this.btnLoad_Click);
     //
     // dtProcessDate
     //
     this.dtProcessDate.AllowEmptyState = false;
     this.dtProcessDate.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dtProcessDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtProcessDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtProcessDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtProcessDate.ButtonDropDown.Visible     = true;
     this.dtProcessDate.IsPopupCalendarOpen        = false;
     this.dtProcessDate.Location = new System.Drawing.Point(1060, 7);
     //
     //
     //
     this.dtProcessDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtProcessDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtProcessDate.MonthCalendar.CalendarDimensions         = new System.Drawing.Size(1, 1);
     this.dtProcessDate.MonthCalendar.ClearButtonVisible         = true;
     //
     //
     //
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtProcessDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtProcessDate.MonthCalendar.DisplayMonth       = new System.DateTime(2015, 10, 1, 0, 0, 0, 0);
     this.dtProcessDate.MonthCalendar.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.dtProcessDate.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtProcessDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtProcessDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtProcessDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtProcessDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtProcessDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtProcessDate.MonthCalendar.TodayButtonVisible = true;
     this.dtProcessDate.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtProcessDate.Name     = "dtProcessDate";
     this.dtProcessDate.Size     = new System.Drawing.Size(122, 20);
     this.dtProcessDate.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtProcessDate.TabIndex = 4;
     //
     // txtSourceORAgent
     //
     this.txtSourceORAgent.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSourceORAgent.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txtSourceORAgent.Border.Class          = "TextBoxBorder";
     this.txtSourceORAgent.Border.CornerType     = DevComponents.DotNetBar.eCornerType.Square;
     this.txtSourceORAgent.ButtonCustom.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtSourceORAgent.ButtonCustom.Visible  = true;
     this.txtSourceORAgent.ButtonCustom2.Image   = global::GCC.Properties.Resources.Actions_application_exit_icon;
     this.txtSourceORAgent.ButtonCustom2.Visible = true;
     this.txtSourceORAgent.Location            = new System.Drawing.Point(1060, 32);
     this.txtSourceORAgent.Name                = "txtSourceORAgent";
     this.txtSourceORAgent.PreventEnterBeep    = true;
     this.txtSourceORAgent.ReadOnly            = true;
     this.txtSourceORAgent.Size                = new System.Drawing.Size(122, 22);
     this.txtSourceORAgent.TabIndex            = 5;
     this.txtSourceORAgent.WatermarkBehavior   = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
     this.txtSourceORAgent.WatermarkText       = "Select Source";
     this.txtSourceORAgent.ButtonCustomClick  += new System.EventHandler(this.txtSourceORAgent_ButtonCustomClick);
     this.txtSourceORAgent.ButtonCustom2Click += new System.EventHandler(this.txtSourceORAgent_ButtonCustom2Click);
     //
     // btnImport
     //
     this.btnImport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnImport.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnImport.Location       = new System.Drawing.Point(158, 7);
     this.btnImport.Name           = "btnImport";
     this.btnImport.Size           = new System.Drawing.Size(75, 46);
     this.btnImport.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnImport.TabIndex       = 10;
     this.btnImport.Text           = "Import\r\nEmails";
     this.btnImport.Click         += new System.EventHandler(this.btnImport_Click);
     //
     // txtImportSource
     //
     //
     //
     //
     this.txtImportSource.Border.Class         = "TextBoxBorder";
     this.txtImportSource.Border.CornerType    = DevComponents.DotNetBar.eCornerType.Square;
     this.txtImportSource.ButtonCustom.Visible = true;
     this.txtImportSource.Location             = new System.Drawing.Point(12, 32);
     this.txtImportSource.Name               = "txtImportSource";
     this.txtImportSource.PreventEnterBeep   = true;
     this.txtImportSource.Size               = new System.Drawing.Size(137, 20);
     this.txtImportSource.TabIndex           = 9;
     this.txtImportSource.WatermarkBehavior  = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
     this.txtImportSource.WatermarkText      = "Enter or Select Source";
     this.txtImportSource.ButtonCustomClick += new System.EventHandler(this.txtImportSource_ButtonCustomClick);
     //
     // openFileEmails
     //
     this.openFileEmails.Filter = "CSV file (*.csv)|*.csv";
     this.openFileEmails.Title  = "Select CSV file with column EMAIL";
     //
     // splitMain
     //
     this.splitMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitMain.Location = new System.Drawing.Point(0, 60);
     this.splitMain.Name     = "splitMain";
     //
     // splitMain.Panel1
     //
     this.splitMain.Panel1.Controls.Add(this.sdgvEmails);
     //
     // splitMain.Panel2
     //
     this.splitMain.Panel2.Controls.Add(this.chartBounce);
     this.splitMain.Size             = new System.Drawing.Size(1276, 677);
     this.splitMain.SplitterDistance = 763;
     this.splitMain.TabIndex         = 4;
     //
     // chartBounce
     //
     this.chartBounce.BackColor            = System.Drawing.Color.Transparent;
     this.chartBounce.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartBounce.Legend.Visible       = false;
     this.chartBounce.Location             = new System.Drawing.Point(0, 0);
     this.chartBounce.LookAndFeel.SkinName = "Office 2010 Blue";
     this.chartBounce.LookAndFeel.UseDefaultLookAndFeel = false;
     this.chartBounce.Name        = "chartBounce";
     this.chartBounce.PaletteName = "Bounce";
     this.chartBounce.PaletteRepository.Add("Bounce", new DevExpress.XtraCharts.Palette("Bounce", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(129)))), ((int)(((byte)(189))))), System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(90)))), ((int)(((byte)(136)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(52)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(89))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(137)))), ((int)(((byte)(56)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))), System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(69)))), ((int)(((byte)(115)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Silver, System.Drawing.Color.Silver)
     }));
     pieSeriesLabel5.LineVisible = true;
     piePointOptions3.PercentOptions.ValueAsPercent = false;
     piePointOptions3.PointView   = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     pieSeriesLabel5.PointOptions = piePointOptions3;
     series3.Label = pieSeriesLabel5;
     series3.Name  = "Series";
     pieSeriesView5.RuntimeExploding = false;
     series3.View = pieSeriesView5;
     this.chartBounce.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     pieSeriesLabel6.LineVisible           = true;
     this.chartBounce.SeriesTemplate.Label = pieSeriesLabel6;
     pieSeriesView6.RuntimeExploding       = false;
     this.chartBounce.SeriesTemplate.View  = pieSeriesView6;
     this.chartBounce.Size     = new System.Drawing.Size(509, 677);
     this.chartBounce.TabIndex = 5;
     this.chartBounce.TabStop  = false;
     chartTitle5.Text          = "Bounce Status";
     chartTitle6.Alignment     = System.Drawing.StringAlignment.Near;
     chartTitle6.Font          = new System.Drawing.Font("Tahoma", 9F);
     chartTitle6.Text          = "Total Emails : 0";
     this.chartBounce.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle5,
         chartTitle6
     });
     //
     // frmEmailChecks
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1276, 737);
     this.Controls.Add(this.splitMain);
     this.Controls.Add(this.panelLoad);
     this.Name        = "frmEmailChecks";
     this.Text        = "Email Check";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmEmailChecks_Load);
     this.panelLoad.ResumeLayout(false);
     this.panelLegends.ResumeLayout(false);
     this.panelLegends.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNotChecked)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSoft)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPassed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtProcessDate)).EndInit();
     this.splitMain.Panel1.ResumeLayout(false);
     this.splitMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
     this.splitMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBounce)).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 simpleDiagram3 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel5 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions3 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("Akurat", new object[] {
            ((object)(30D))}, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("Tidak Akurat", new object[] {
            ((object)(30D))}, 1);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView5 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel6 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView6 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram4 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel7 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions4 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("Akurat", new object[] {
            ((object)(30D))}, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("Tidak Akurat", new object[] {
            ((object)(30D))}, 1);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView7 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel8 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView8 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.lblAkurasiRBFNN = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.chartRBFNN = new DevExpress.XtraCharts.ChartControl();
            this.lstDataRBFNN = new System.Windows.Forms.ListView();
            this.clmNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmPanjangSepal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmLebarSepal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmPanjangPetal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmLebarPetal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmY1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmY2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmY1out = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmY2out = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.txtLogGA = new DevExpress.XtraEditors.MemoEdit();
            this.lblAkurasiGA = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.chartRBFNNwithGA = new DevExpress.XtraCharts.ChartControl();
            this.lstDataGA = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnBack = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartRBFNN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView6)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogGA.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartRBFNNwithGA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView8)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.xtraTabControl1.Location = new System.Drawing.Point(10, 11);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1060, 571);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.lblAkurasiRBFNN);
            this.xtraTabPage1.Controls.Add(this.label1);
            this.xtraTabPage1.Controls.Add(this.chartRBFNN);
            this.xtraTabPage1.Controls.Add(this.lstDataRBFNN);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1058, 546);
            this.xtraTabPage1.Text = "RBFNN";
            // 
            // lblAkurasiRBFNN
            // 
            this.lblAkurasiRBFNN.AutoSize = true;
            this.lblAkurasiRBFNN.Location = new System.Drawing.Point(920, 310);
            this.lblAkurasiRBFNN.Name = "lblAkurasiRBFNN";
            this.lblAkurasiRBFNN.Size = new System.Drawing.Size(35, 13);
            this.lblAkurasiRBFNN.TabIndex = 4;
            this.lblAkurasiRBFNN.Text = "label2";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(866, 310);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "Akurasi :";
            // 
            // chartRBFNN
            // 
            this.chartRBFNN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chartRBFNN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            simpleDiagram3.CustomPanel = null;
            simpleDiagram3.EqualPieSize = false;
            this.chartRBFNN.Diagram = simpleDiagram3;
            this.chartRBFNN.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.chartRBFNN.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.chartRBFNN.Legend.Direction = DevExpress.XtraCharts.LegendDirection.RightToLeft;
            this.chartRBFNN.Legend.EquallySpacedItems = false;
            this.chartRBFNN.Location = new System.Drawing.Point(869, 8);
            this.chartRBFNN.Name = "chartRBFNN";
            pieSeriesLabel5.LineVisible = true;
            piePointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            pieSeriesLabel5.PointOptions = piePointOptions3;
            series3.Label = pieSeriesLabel5;
            series3.Name = "Series";
            series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint5,
            seriesPoint6});
            pieSeriesView5.RuntimeExploding = false;
            series3.View = pieSeriesView5;
            this.chartRBFNN.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3};
            pieSeriesLabel6.LineVisible = true;
            this.chartRBFNN.SeriesTemplate.Label = pieSeriesLabel6;
            pieSeriesView6.RuntimeExploding = false;
            this.chartRBFNN.SeriesTemplate.View = pieSeriesView6;
            this.chartRBFNN.Size = new System.Drawing.Size(182, 287);
            this.chartRBFNN.TabIndex = 2;
            chartTitle3.Text = "Chart Keakuratan RBNFF";
            this.chartRBFNN.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            // 
            // lstDataRBFNN
            // 
            this.lstDataRBFNN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.lstDataRBFNN.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clmNo,
            this.clmName,
            this.clmPanjangSepal,
            this.clmLebarSepal,
            this.clmPanjangPetal,
            this.clmLebarPetal,
            this.clmY1,
            this.clmY2,
            this.clmY1out,
            this.clmY2out,
            this.clmStatus});
            this.lstDataRBFNN.Location = new System.Drawing.Point(8, 8);
            this.lstDataRBFNN.Name = "lstDataRBFNN";
            this.lstDataRBFNN.Size = new System.Drawing.Size(846, 527);
            this.lstDataRBFNN.TabIndex = 1;
            this.lstDataRBFNN.UseCompatibleStateImageBehavior = false;
            this.lstDataRBFNN.View = System.Windows.Forms.View.Details;
            // 
            // clmNo
            // 
            this.clmNo.Text = "No";
            this.clmNo.Width = 50;
            // 
            // clmName
            // 
            this.clmName.Text = "Nama";
            this.clmName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmName.Width = 100;
            // 
            // clmPanjangSepal
            // 
            this.clmPanjangSepal.Text = "Panjang Sepal";
            this.clmPanjangSepal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmPanjangSepal.Width = 100;
            // 
            // clmLebarSepal
            // 
            this.clmLebarSepal.Text = "Lebar Sepal";
            this.clmLebarSepal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmLebarSepal.Width = 100;
            // 
            // clmPanjangPetal
            // 
            this.clmPanjangPetal.Text = "Panjang Petal";
            this.clmPanjangPetal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmPanjangPetal.Width = 100;
            // 
            // clmLebarPetal
            // 
            this.clmLebarPetal.Text = "Lebar Petal";
            this.clmLebarPetal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmLebarPetal.Width = 100;
            // 
            // clmY1
            // 
            this.clmY1.Text = "y1";
            this.clmY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmY1.Width = 80;
            // 
            // clmY2
            // 
            this.clmY2.Text = "y2";
            this.clmY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clmY2.Width = 80;
            // 
            // clmY1out
            // 
            this.clmY1out.Text = "Y1";
            // 
            // clmY2out
            // 
            this.clmY2out.Text = "Y2";
            // 
            // clmStatus
            // 
            this.clmStatus.Text = "Status";
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.txtLogGA);
            this.xtraTabPage2.Controls.Add(this.lblAkurasiGA);
            this.xtraTabPage2.Controls.Add(this.label3);
            this.xtraTabPage2.Controls.Add(this.chartRBFNNwithGA);
            this.xtraTabPage2.Controls.Add(this.lstDataGA);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1058, 546);
            this.xtraTabPage2.Text = "RBFNN with GA";
            // 
            // txtLogGA
            // 
            this.txtLogGA.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtLogGA.Location = new System.Drawing.Point(869, 350);
            this.txtLogGA.Name = "txtLogGA";
            this.txtLogGA.Size = new System.Drawing.Size(182, 185);
            this.txtLogGA.TabIndex = 7;
            // 
            // lblAkurasiGA
            // 
            this.lblAkurasiGA.AutoSize = true;
            this.lblAkurasiGA.Location = new System.Drawing.Point(920, 310);
            this.lblAkurasiGA.Name = "lblAkurasiGA";
            this.lblAkurasiGA.Size = new System.Drawing.Size(35, 13);
            this.lblAkurasiGA.TabIndex = 6;
            this.lblAkurasiGA.Text = "label2";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(866, 310);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(48, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "Akurasi :";
            // 
            // chartRBFNNwithGA
            // 
            this.chartRBFNNwithGA.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chartRBFNNwithGA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            simpleDiagram4.CustomPanel = null;
            simpleDiagram4.EqualPieSize = false;
            this.chartRBFNNwithGA.Diagram = simpleDiagram4;
            this.chartRBFNNwithGA.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.chartRBFNNwithGA.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.chartRBFNNwithGA.Legend.Direction = DevExpress.XtraCharts.LegendDirection.RightToLeft;
            this.chartRBFNNwithGA.Legend.EquallySpacedItems = false;
            this.chartRBFNNwithGA.Location = new System.Drawing.Point(869, 8);
            this.chartRBFNNwithGA.Name = "chartRBFNNwithGA";
            this.chartRBFNNwithGA.PaletteName = "Apex";
            pieSeriesLabel7.LineVisible = true;
            piePointOptions4.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            pieSeriesLabel7.PointOptions = piePointOptions4;
            series4.Label = pieSeriesLabel7;
            series4.Name = "Series";
            series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint7,
            seriesPoint8});
            pieSeriesView7.RuntimeExploding = false;
            series4.View = pieSeriesView7;
            this.chartRBFNNwithGA.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4};
            pieSeriesLabel8.LineVisible = true;
            this.chartRBFNNwithGA.SeriesTemplate.Label = pieSeriesLabel8;
            pieSeriesView8.RuntimeExploding = false;
            this.chartRBFNNwithGA.SeriesTemplate.View = pieSeriesView8;
            this.chartRBFNNwithGA.Size = new System.Drawing.Size(182, 287);
            this.chartRBFNNwithGA.TabIndex = 3;
            chartTitle4.Text = "Chart Keakuratan RBNFF with AG";
            this.chartRBFNNwithGA.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle4});
            // 
            // lstDataGA
            // 
            this.lstDataGA.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.lstDataGA.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11});
            this.lstDataGA.Location = new System.Drawing.Point(8, 8);
            this.lstDataGA.Name = "lstDataGA";
            this.lstDataGA.Size = new System.Drawing.Size(846, 527);
            this.lstDataGA.TabIndex = 2;
            this.lstDataGA.UseCompatibleStateImageBehavior = false;
            this.lstDataGA.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "No";
            this.columnHeader1.Width = 50;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Nama";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width = 100;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Panjang Sepal";
            this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader3.Width = 100;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Lebar Sepal";
            this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader4.Width = 100;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Panjang Petal";
            this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader5.Width = 100;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Lebar Petal";
            this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader6.Width = 100;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "y1";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader7.Width = 80;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "y2";
            this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader8.Width = 80;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "Y1";
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "Y2";
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "Status";
            // 
            // btnBack
            // 
            this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBack.Location = new System.Drawing.Point(994, 588);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(75, 23);
            this.btnBack.TabIndex = 1;
            this.btnBack.Text = "<< Back";
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // ucResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.xtraTabControl1);
            this.Name = "ucResult";
            this.Size = new System.Drawing.Size(1084, 619);
            this.Load += new System.EventHandler(this.ucResult_Load);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartRBFNN)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            this.xtraTabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogGA.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartRBFNNwithGA)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #12
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.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView1   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel2  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView2   = new DevExpress.XtraCharts.PieSeriesView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.gridControl2    = new DevExpress.XtraGrid.GridControl();
     this.gridView2       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.chartControl1   = new DevExpress.XtraCharts.ChartControl();
     this.ButtonExport    = new System.Windows.Forms.Button();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.gridView1       = new DevExpress.XtraGrid.Views.Grid.GridView();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((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)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ButtonExport);
     this.splitContainer1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(813, 471);
     this.splitContainer1.SplitterDistance = 271;
     this.splitContainer1.TabIndex         = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.gridControl2);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.chartControl1);
     this.splitContainer2.Size             = new System.Drawing.Size(271, 471);
     this.splitContainer2.SplitterDistance = 90;
     this.splitContainer2.TabIndex         = 0;
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(271, 90);
     this.gridControl2.TabIndex = 0;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     //
     // chartControl1
     //
     simpleDiagram1.EqualPieSize = false;
     this.chartControl1.Diagram  = simpleDiagram1;
     this.chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location = new System.Drawing.Point(0, 0);
     this.chartControl1.Name     = "chartControl1";
     piePointOptions1.Pattern    = "\"{A}: {VP:p0}\"";
     piePointOptions1.PointView  = DevExpress.XtraCharts.PointView.Argument;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pieSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pieSeriesLabel1;
     series1.Name  = "Series 1";
     pieSeriesView1.RuntimeExploding = false;
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
     pieSeriesLabel2.PointOptions            = piePointOptions2;
     this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
     pieSeriesView2.RuntimeExploding         = false;
     this.chartControl1.SeriesTemplate.View  = pieSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(271, 377);
     this.chartControl1.TabIndex = 0;
     //
     // ButtonExport
     //
     this.ButtonExport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonExport.Location = new System.Drawing.Point(451, 3);
     this.ButtonExport.Name     = "ButtonExport";
     this.ButtonExport.Size     = new System.Drawing.Size(75, 23);
     this.ButtonExport.TabIndex = 1;
     this.ButtonExport.Text     = "导出";
     this.ButtonExport.UseVisualStyleBackColor = true;
     this.ButtonExport.Click += new System.EventHandler(this.ButtonExport_Click);
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(538, 471);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // FRMInsideInspectionReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(813, 471);
     this.Controls.Add(this.splitContainer1);
     this.Name  = "FRMInsideInspectionReport";
     this.Text  = "对齐分析报告";
     this.Load += new System.EventHandler(this.FRMInsideInspectionReport_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((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)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.inventoryChart  = new DevExpress.XtraCharts.ChartControl();
     this.bOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(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
     //
     this.inventoryChart.DataSource             = this.bOBindingSource;
     xyDiagram1.AxisX.Range.AlwaysShowZeroLevel = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.AlwaysShowZeroLevel  = true;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.inventoryChart.Diagram = xyDiagram1;
     this.inventoryChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.inventoryChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.inventoryChart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.inventoryChart.Location          = new System.Drawing.Point(0, 0);
     this.inventoryChart.Name              = "inventoryChart";
     series1.ArgumentDataMember            = "CategoryItems.CategoryName";
     series1.ArgumentScaleType             = DevExpress.XtraCharts.ScaleType.Qualitative;
     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;
     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);
     //
     // bOBindingSource
     //
     this.bOBindingSource.DataSource = typeof(InventoryChart.BO);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(686, 441);
     this.Controls.Add(this.inventoryChart);
     this.Name  = "Form1";
     this.Text  = "Inventory Chart";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(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);
 }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D1          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel1         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView1          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel2         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView2          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D2          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel3         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions2          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView3          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel4         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView4          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
     this.gridControl1     = new DevExpress.XtraGrid.GridControl();
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl2    = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
     this.chKH             = new DevExpress.XtraCharts.ChartControl();
     this.chHH             = new DevExpress.XtraCharts.ChartControl();
     this.panelControl4    = new DevExpress.XtraEditors.PanelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
     this.ChDTCP           = new DevExpress.XtraCharts.ChartControl();
     this.panelControl3    = new DevExpress.XtraEditors.PanelControl();
     this.Ngayct2          = new CBSControls.VDateEdit();
     this.Ngayct1          = new CBSControls.VDateEdit();
     this.labelControl5    = new DevExpress.XtraEditors.LabelControl();
     this.lb5           = new DevExpress.XtraEditors.LabelControl();
     this.cbThu         = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cbKY          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chKH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chHH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChDTCP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbThu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbKY.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gridControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelControl1.Location = new System.Drawing.Point(0, 69);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(6);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(556, 1048);
     this.panelControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6);
     this.gridControl1.Location = new System.Drawing.Point(2, 2);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Margin   = new System.Windows.Forms.Padding(6);
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(552, 1044);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsView.ColumnAutoWidth         = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow  = true;
     this.gridView1.OptionsView.ShowDetailButtons       = false;
     this.gridView1.OptionsView.ShowFooter     = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Tên phí";
     this.gridColumn1.FieldName    = "tenphi";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 154;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Phát sinh nợ";
     this.gridColumn2.DisplayFormat.FormatString = "### ### ### ##0";
     this.gridColumn2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "psno";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "psno", "{0:### ### ### ##0}")
     });
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 91;
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(556, 69);
     this.splitterControl1.Margin   = new System.Windows.Forms.Padding(6);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 1048);
     this.splitterControl1.TabIndex = 1;
     this.splitterControl1.TabStop  = false;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.splitterControl2);
     this.panelControl2.Controls.Add(this.chKH);
     this.panelControl2.Controls.Add(this.chHH);
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Controls.Add(this.splitterControl3);
     this.panelControl2.Controls.Add(this.ChDTCP);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(561, 69);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(6);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1893, 1048);
     this.panelControl2.TabIndex = 2;
     //
     // splitterControl2
     //
     this.splitterControl2.Location = new System.Drawing.Point(956, 523);
     this.splitterControl2.Margin   = new System.Windows.Forms.Padding(6);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(5, 523);
     this.splitterControl2.TabIndex = 4;
     this.splitterControl2.TabStop  = false;
     //
     // chKH
     //
     this.chKH.AppearanceName = "Northern Lights";
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chKH.Diagram     = simpleDiagram3D1;
     this.chKH.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chKH.Location    = new System.Drawing.Point(956, 523);
     this.chKH.Margin      = new System.Windows.Forms.Padding(6);
     this.chKH.Name        = "chKH";
     this.chKH.PaletteName = "Palette 1";
     this.chKH.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22))))), System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))), System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))))
     }));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name  = "DTKH";
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     series1.PointOptions         = piePointOptions1;
     series1.View                 = pie3DSeriesView1;
     this.chKH.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pie3DSeriesLabel2.LineVisible  = true;
     this.chKH.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chKH.SeriesTemplate.View  = pie3DSeriesView2;
     this.chKH.Size     = new System.Drawing.Size(935, 523);
     this.chKH.TabIndex = 3;
     //
     // chHH
     //
     this.chHH.AppearanceName = "Northern Lights";
     simpleDiagram3D2.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chHH.Diagram     = simpleDiagram3D2;
     this.chHH.Dock        = System.Windows.Forms.DockStyle.Left;
     this.chHH.Location    = new System.Drawing.Point(2, 523);
     this.chHH.Margin      = new System.Windows.Forms.Padding(6);
     this.chHH.Name        = "chHH";
     this.chHH.PaletteName = "Palette 1";
     this.chHH.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(255)))), ((int)(((byte)(147)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(117)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(147)))), ((int)(((byte)(206)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105))))), System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(92)))), ((int)(((byte)(105)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22))))), System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(157)))), ((int)(((byte)(22)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))), System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(117)))), ((int)(((byte)(11))))))
     }));
     pie3DSeriesLabel3.LineVisible = true;
     series2.Label = pie3DSeriesLabel3;
     series2.Name  = "DTHH";
     piePointOptions2.PercentOptions.ValueAsPercent = false;
     piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions2.ValueNumericOptions.Precision = 0;
     series2.PointOptions         = piePointOptions2;
     series2.View                 = pie3DSeriesView3;
     this.chHH.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     pie3DSeriesLabel4.LineVisible  = true;
     this.chHH.SeriesTemplate.Label = pie3DSeriesLabel4;
     this.chHH.SeriesTemplate.View  = pie3DSeriesView4;
     this.chHH.Size     = new System.Drawing.Size(954, 523);
     this.chHH.TabIndex = 1;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.labelControl4);
     this.panelControl4.Controls.Add(this.labelControl3);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(2, 488);
     this.panelControl4.Margin   = new System.Windows.Forms.Padding(6);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(1889, 35);
     this.panelControl4.TabIndex = 2;
     //
     // labelControl4
     //
     this.labelControl4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.labelControl4.Location = new System.Drawing.Point(1489, 2);
     this.labelControl4.Margin   = new System.Windows.Forms.Padding(6);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(398, 25);
     this.labelControl4.TabIndex = 4;
     this.labelControl4.Text     = "Biểu đồ doanh thu theo nhóm khách hàng";
     //
     // labelControl3
     //
     this.labelControl3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.labelControl3.Location = new System.Drawing.Point(2, 2);
     this.labelControl3.Margin   = new System.Windows.Forms.Padding(6);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(384, 25);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "Biểu đồ doanh thu theo nhóm hàng hóa ";
     //
     // splitterControl3
     //
     this.splitterControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl3.Location = new System.Drawing.Point(2, 483);
     this.splitterControl3.Margin   = new System.Windows.Forms.Padding(6);
     this.splitterControl3.Name     = "splitterControl3";
     this.splitterControl3.Size     = new System.Drawing.Size(1889, 5);
     this.splitterControl3.TabIndex = 5;
     this.splitterControl3.TabStop  = false;
     //
     // ChDTCP
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Angle              = -45;
     xyDiagram1.AxisY.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.NumericOptions.Precision = 0;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChDTCP.Diagram  = xyDiagram1;
     this.ChDTCP.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ChDTCP.Location = new System.Drawing.Point(2, 2);
     this.ChDTCP.Margin   = new System.Windows.Forms.Padding(6);
     this.ChDTCP.Name     = "ChDTCP";
     sideBySideBarSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel1.LineVisible        = true;
     series3.Label = sideBySideBarSeriesLabel1;
     series3.Name  = "DOANHTHU";
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 0;
     series3.PointOptions = pointOptions1;
     sideBySideBarSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     sideBySideBarSeriesLabel2.LineVisible        = true;
     sideBySideBarSeriesLabel2.Shadow.Size        = 10;
     series4.Label = sideBySideBarSeriesLabel2;
     series4.Name  = "CHIPHI";
     pointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions2.ValueNumericOptions.Precision = 0;
     series4.PointOptions           = pointOptions2;
     this.ChDTCP.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.ChDTCP.SeriesTemplate.Label      = sideBySideBarSeriesLabel3;
     this.ChDTCP.Size     = new System.Drawing.Size(1889, 481);
     this.ChDTCP.TabIndex = 0;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.Ngayct2);
     this.panelControl3.Controls.Add(this.Ngayct1);
     this.panelControl3.Controls.Add(this.labelControl5);
     this.panelControl3.Controls.Add(this.lb5);
     this.panelControl3.Controls.Add(this.cbThu);
     this.panelControl3.Controls.Add(this.cbKY);
     this.panelControl3.Controls.Add(this.labelControl2);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(6);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(2454, 69);
     this.panelControl3.TabIndex = 3;
     //
     // Ngayct2
     //
     this.Ngayct2.EditValue            = null;
     this.Ngayct2.EnterMoveNextControl = true;
     this.Ngayct2.Location             = new System.Drawing.Point(978, 17);
     this.Ngayct2.Margin = new System.Windows.Forms.Padding(6);
     this.Ngayct2.Name   = "Ngayct2";
     this.Ngayct2.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.Ngayct2.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Ngayct2.Properties.Appearance.Options.UseBackColor = true;
     this.Ngayct2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Ngayct2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Ngayct2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.Ngayct2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.Ngayct2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.Ngayct2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.Ngayct2.Properties.ReadOnly = true;
     this.Ngayct2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.Ngayct2.Size     = new System.Drawing.Size(208, 30);
     this.Ngayct2.TabIndex = 9;
     //
     // Ngayct1
     //
     this.Ngayct1.EditValue            = null;
     this.Ngayct1.EnterMoveNextControl = true;
     this.Ngayct1.Location             = new System.Drawing.Point(606, 17);
     this.Ngayct1.Margin = new System.Windows.Forms.Padding(6);
     this.Ngayct1.Name   = "Ngayct1";
     this.Ngayct1.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.Ngayct1.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Ngayct1.Properties.Appearance.Options.UseBackColor = true;
     this.Ngayct1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Ngayct1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Ngayct1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.Ngayct1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.Ngayct1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.Ngayct1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.Ngayct1.Properties.ReadOnly = true;
     this.Ngayct1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.Ngayct1.Size     = new System.Drawing.Size(200, 30);
     this.Ngayct1.TabIndex = 8;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(840, 15);
     this.labelControl5.Margin   = new System.Windows.Forms.Padding(6);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(97, 25);
     this.labelControl5.TabIndex = 5;
     this.labelControl5.Text     = "Đến ngày:";
     //
     // lb5
     //
     this.lb5.Location = new System.Drawing.Point(506, 15);
     this.lb5.Margin   = new System.Windows.Forms.Padding(6);
     this.lb5.Name     = "lb5";
     this.lb5.Size     = new System.Drawing.Size(84, 25);
     this.lb5.TabIndex = 4;
     this.lb5.Text     = "Từ ngày:";
     //
     // cbThu
     //
     this.cbThu.Location = new System.Drawing.Point(372, 15);
     this.cbThu.Margin   = new System.Windows.Forms.Padding(6);
     this.cbThu.Name     = "cbThu";
     this.cbThu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbThu.Properties.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4"
     });
     this.cbThu.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbThu.Size                  = new System.Drawing.Size(120, 32);
     this.cbThu.TabIndex              = 3;
     this.cbThu.SelectedIndexChanged += new System.EventHandler(this.cbThu_SelectedIndexChanged);
     //
     // cbKY
     //
     this.cbKY.Location = new System.Drawing.Point(188, 15);
     this.cbKY.Margin   = new System.Windows.Forms.Padding(6);
     this.cbKY.Name     = "cbKY";
     this.cbKY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbKY.Properties.Items.AddRange(new object[] {
         "Tháng",
         "Quý"
     });
     this.cbKY.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbKY.Size                  = new System.Drawing.Size(172, 32);
     this.cbKY.TabIndex              = 2;
     this.cbKY.SelectedIndexChanged += new System.EventHandler(this.cbKY_SelectedIndexChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(1308, 21);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(6);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(269, 25);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "Biểu đồ doanh thu - Chi phí ";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(44, 15);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(6);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(105, 25);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Kỳ kế toán:";
     //
     // StartUp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2454, 1117);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControl3);
     this.Margin      = new System.Windows.Forms.Padding(6);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "StartUp";
     this.Text        = "StartUp";
     this.Load       += new System.EventHandler(this.StartUp_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chKH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chHH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChDTCP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngayct1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbThu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbKY.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D3 = new DevExpress.XtraCharts.SimpleDiagram3D();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel5 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions piePointOptions3 = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView5 = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel6 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
            DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView6 = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions5 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView9 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView10 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView11 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView12 = new DevExpress.XtraCharts.LineSeriesView();
            this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.lstDetail = new DevExpress.XtraGrid.GridControl();
            this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.linkLabel20 = new System.Windows.Forms.LinkLabel();
            this.linkLabel22 = new System.Windows.Forms.LinkLabel();
            this.linkLabel18 = new System.Windows.Forms.LinkLabel();
            this.linkLabel19 = new System.Windows.Forms.LinkLabel();
            this.label41 = new System.Windows.Forms.Label();
            this.label64 = new System.Windows.Forms.Label();
            this.label66 = new System.Windows.Forms.Label();
            this.label43 = new System.Windows.Forms.Label();
            this.label53 = new System.Windows.Forms.Label();
            this.label63 = new System.Windows.Forms.Label();
            this.label65 = new System.Windows.Forms.Label();
            this.label54 = new System.Windows.Forms.Label();
            this.lblFreeStock = new System.Windows.Forms.Label();
            this.label56 = new System.Windows.Forms.Label();
            this.label62 = new System.Windows.Forms.Label();
            this.lblNoECLS = new System.Windows.Forms.Label();
            this.label61 = new System.Windows.Forms.Label();
            this.lblEclsStock = new System.Windows.Forms.Label();
            this.label59 = new System.Windows.Forms.Label();
            this.lblVitalStock = new System.Windows.Forms.Label();
            this.label37 = new System.Windows.Forms.Label();
            this.dtDate = new CalendarLib.DateTimePickerEx();
            this.listPediatric = new System.Windows.Forms.LinkLabel();
            this.listRefrigerated = new System.Windows.Forms.LinkLabel();
            this.listFree = new System.Windows.Forms.LinkLabel();
            this.listNotEDL = new System.Windows.Forms.LinkLabel();
            this.listAll = new System.Windows.Forms.LinkLabel();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblPediatric = new System.Windows.Forms.Label();
            this.lblRefrigerated = new System.Windows.Forms.Label();
            this.lblFree = new System.Windows.Forms.Label();
            this.lblNotEDL = new System.Windows.Forms.Label();
            this.lblAll = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.listStatused = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ckExclude = new DevExpress.XtraEditors.CheckEdit();
            this.chartPie = new DevExpress.XtraCharts.ChartControl();
            this.listBelowMin = new System.Windows.Forms.LinkLabel();
            this.listBelowEOP = new System.Windows.Forms.LinkLabel();
            this.listOverstock = new System.Windows.Forms.LinkLabel();
            this.label69 = new System.Windows.Forms.Label();
            this.listNearEOP = new System.Windows.Forms.LinkLabel();
            this.label67 = new System.Windows.Forms.Label();
            this.listStockOut = new System.Windows.Forms.LinkLabel();
            this.label17 = new System.Windows.Forms.Label();
            this.lblBelowMin = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.lblBelowEOP = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.lblOverStocked = new System.Windows.Forms.Label();
            this.lblNearEOP = new System.Windows.Forms.Label();
            this.lblStockOut = new System.Windows.Forms.Label();
            this.lblInStock = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.listInStock = new System.Windows.Forms.LinkLabel();
            this.tabPage7 = new DevExpress.XtraTab.XtraTabPage();
            this.listStatusTrend = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.linkLabel7 = new System.Windows.Forms.LinkLabel();
            this.linkLabel6 = new System.Windows.Forms.LinkLabel();
            this.label20 = new System.Windows.Forms.Label();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.label21 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.lblThreeStockout = new System.Windows.Forms.Label();
            this.lblSixStockOut = new System.Windows.Forms.Label();
            this.lblTwelveStockOut = new System.Windows.Forms.Label();
            this.lblThreeNearStock = new System.Windows.Forms.Label();
            this.lblSixNearStock = new System.Windows.Forms.Label();
            this.lblTwelveNear = new System.Windows.Forms.Label();
            this.lblThreeBelowMin = new System.Windows.Forms.Label();
            this.lblSixBelowMin = new System.Windows.Forms.Label();
            this.lblTwelveBelowMin = new System.Windows.Forms.Label();
            this.lblTwelveOverStock = new System.Windows.Forms.Label();
            this.lblSixOverStock = new System.Windows.Forms.Label();
            this.lblThreeOverStock = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.lblThreeNever = new System.Windows.Forms.Label();
            this.lblSixNever = new System.Windows.Forms.Label();
            this.lblTwelveNever = new System.Windows.Forms.Label();
            this.label35 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.label34 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.lblFreeStockedout = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.lblVitalStockedout = new System.Windows.Forms.Label();
            this.tabPage8 = new DevExpress.XtraTab.XtraTabPage();
            this.listReceiveSum = new DevExpress.XtraGrid.GridControl();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chartReceiveCost = new DevExpress.XtraCharts.ChartControl();
            this.linkLabel10 = new System.Windows.Forms.LinkLabel();
            this.linkLabel9 = new System.Windows.Forms.LinkLabel();
            this.linkLabel8 = new System.Windows.Forms.LinkLabel();
            this.label16 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.lblNeverRecived = new System.Windows.Forms.Label();
            this.lblRecDays = new System.Windows.Forms.Label();
            this.lblLastReceived = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label38 = new System.Windows.Forms.Label();
            this.tabPage9 = new DevExpress.XtraTab.XtraTabPage();
            this.listIssued = new DevExpress.XtraGrid.GridControl();
            this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chartIssueCost = new DevExpress.XtraCharts.ChartControl();
            this.linkLabel21 = new System.Windows.Forms.LinkLabel();
            this.lblNeverIssued = new System.Windows.Forms.Label();
            this.label60 = new System.Windows.Forms.Label();
            this.linkLabel16 = new System.Windows.Forms.LinkLabel();
            this.linkLabel17 = new System.Windows.Forms.LinkLabel();
            this.label52 = new System.Windows.Forms.Label();
            this.lblIssuedDays = new System.Windows.Forms.Label();
            this.lblLastIssued = new System.Windows.Forms.Label();
            this.label57 = new System.Windows.Forms.Label();
            this.label58 = new System.Windows.Forms.Label();
            this.cboStores = new System.Windows.Forms.ComboBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel3 = new System.Windows.Forms.LinkLabel();
            this.linkLabel4 = new System.Windows.Forms.LinkLabel();
            this.linkLabel5 = new System.Windows.Forms.LinkLabel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.linkLabel11 = new System.Windows.Forms.LinkLabel();
            this.linkLabel12 = new System.Windows.Forms.LinkLabel();
            this.linkLabel13 = new System.Windows.Forms.LinkLabel();
            this.linkLabel14 = new System.Windows.Forms.LinkLabel();
            this.linkLabel15 = new System.Windows.Forms.LinkLabel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.label44 = new System.Windows.Forms.Label();
            this.label45 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.label47 = new System.Windows.Forms.Label();
            this.label48 = new System.Windows.Forms.Label();
            this.label49 = new System.Windows.Forms.Label();
            this.label50 = new System.Windows.Forms.Label();
            this.label51 = new System.Windows.Forms.Label();
            this.xpButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
            this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lstDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listStatused)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckExclude.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView6)).BeginInit();
            this.tabPage7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listStatusTrend)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.tabPage8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listReceiveSum)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).BeginInit();
            this.tabPage9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listIssued)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartIssueCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.tabControl1.Location = new System.Drawing.Point(3, 34);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabPage = this.tabPage1;
            this.tabControl1.Size = new System.Drawing.Size(1061, 544);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabPage1,
            this.tabPage3,
            this.tabPage7,
            this.tabPage8,
            this.tabPage9});
            this.tabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControl1_SelectedPageChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
            this.tabPage1.Appearance.PageClient.Options.UseBackColor = true;
            this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.tabPage1.Controls.Add(this.lstDetail);
            this.tabPage1.Controls.Add(this.linkLabel20);
            this.tabPage1.Controls.Add(this.linkLabel22);
            this.tabPage1.Controls.Add(this.linkLabel18);
            this.tabPage1.Controls.Add(this.linkLabel19);
            this.tabPage1.Controls.Add(this.label41);
            this.tabPage1.Controls.Add(this.label64);
            this.tabPage1.Controls.Add(this.label66);
            this.tabPage1.Controls.Add(this.label43);
            this.tabPage1.Controls.Add(this.label53);
            this.tabPage1.Controls.Add(this.label63);
            this.tabPage1.Controls.Add(this.label65);
            this.tabPage1.Controls.Add(this.label54);
            this.tabPage1.Controls.Add(this.lblFreeStock);
            this.tabPage1.Controls.Add(this.label56);
            this.tabPage1.Controls.Add(this.label62);
            this.tabPage1.Controls.Add(this.lblNoECLS);
            this.tabPage1.Controls.Add(this.label61);
            this.tabPage1.Controls.Add(this.lblEclsStock);
            this.tabPage1.Controls.Add(this.label59);
            this.tabPage1.Controls.Add(this.lblVitalStock);
            this.tabPage1.Controls.Add(this.label37);
            this.tabPage1.Controls.Add(this.dtDate);
            this.tabPage1.Controls.Add(this.listPediatric);
            this.tabPage1.Controls.Add(this.listRefrigerated);
            this.tabPage1.Controls.Add(this.listFree);
            this.tabPage1.Controls.Add(this.listNotEDL);
            this.tabPage1.Controls.Add(this.listAll);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.lblPediatric);
            this.tabPage1.Controls.Add(this.lblRefrigerated);
            this.tabPage1.Controls.Add(this.lblFree);
            this.tabPage1.Controls.Add(this.lblNotEDL);
            this.tabPage1.Controls.Add(this.lblAll);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.PageVisible = false;
            this.tabPage1.Size = new System.Drawing.Size(1055, 516);
            this.tabPage1.Text = "Inventory";
            // 
            // lstDetail
            // 
            this.lstDetail.Location = new System.Drawing.Point(-44, -45);
            this.lstDetail.MainView = this.gridView6;
            this.lstDetail.Name = "lstDetail";
            this.lstDetail.Size = new System.Drawing.Size(639, 492);
            this.lstDetail.TabIndex = 39;
            this.lstDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView6});
            // 
            // gridView6
            // 
            this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn12,
            this.gridColumn13});
            this.gridView6.GridControl = this.lstDetail;
            this.gridView6.Name = "gridView6";
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "Stock Code";
            this.gridColumn12.FieldName = "StockCode";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 0;
            this.gridColumn12.Width = 110;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "Item Name";
            this.gridColumn13.FieldName = "FullItemName";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 1;
            this.gridColumn13.Width = 503;
            // 
            // linkLabel20
            // 
            this.linkLabel20.AutoSize = true;
            this.linkLabel20.Location = new System.Drawing.Point(304, 181);
            this.linkLabel20.Name = "linkLabel20";
            this.linkLabel20.Size = new System.Drawing.Size(23, 13);
            this.linkLabel20.TabIndex = 36;
            this.linkLabel20.TabStop = true;
            this.linkLabel20.Text = "list";
            this.linkLabel20.Visible = false;
            this.linkLabel20.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel20_LinkClicked);
            // 
            // linkLabel22
            // 
            this.linkLabel22.AutoSize = true;
            this.linkLabel22.Location = new System.Drawing.Point(304, 351);
            this.linkLabel22.Name = "linkLabel22";
            this.linkLabel22.Size = new System.Drawing.Size(23, 13);
            this.linkLabel22.TabIndex = 36;
            this.linkLabel22.TabStop = true;
            this.linkLabel22.Text = "list";
            this.linkLabel22.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel22_LinkClicked);
            // 
            // linkLabel18
            // 
            this.linkLabel18.AutoSize = true;
            this.linkLabel18.Location = new System.Drawing.Point(304, 327);
            this.linkLabel18.Name = "linkLabel18";
            this.linkLabel18.Size = new System.Drawing.Size(23, 13);
            this.linkLabel18.TabIndex = 36;
            this.linkLabel18.TabStop = true;
            this.linkLabel18.Text = "list";
            this.linkLabel18.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel18_LinkClicked);
            // 
            // linkLabel19
            // 
            this.linkLabel19.AutoSize = true;
            this.linkLabel19.Location = new System.Drawing.Point(304, 299);
            this.linkLabel19.Name = "linkLabel19";
            this.linkLabel19.Size = new System.Drawing.Size(23, 13);
            this.linkLabel19.TabIndex = 37;
            this.linkLabel19.TabStop = true;
            this.linkLabel19.Text = "list";
            this.linkLabel19.Visible = false;
            this.linkLabel19.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel19_LinkClicked);
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Location = new System.Drawing.Point(226, 299);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(0, 13);
            this.label41.TabIndex = 32;
            this.label41.Visible = false;
            // 
            // label64
            // 
            this.label64.AutoSize = true;
            this.label64.Location = new System.Drawing.Point(250, 181);
            this.label64.Name = "label64";
            this.label64.Size = new System.Drawing.Size(0, 13);
            this.label64.TabIndex = 33;
            // 
            // label66
            // 
            this.label66.AutoSize = true;
            this.label66.Location = new System.Drawing.Point(226, 351);
            this.label66.Name = "label66";
            this.label66.Size = new System.Drawing.Size(0, 13);
            this.label66.TabIndex = 33;
            // 
            // label43
            // 
            this.label43.AutoSize = true;
            this.label43.Location = new System.Drawing.Point(226, 327);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(0, 13);
            this.label43.TabIndex = 33;
            // 
            // label53
            // 
            this.label53.AutoSize = true;
            this.label53.Location = new System.Drawing.Point(143, 299);
            this.label53.Name = "label53";
            this.label53.Size = new System.Drawing.Size(0, 13);
            this.label53.TabIndex = 34;
            this.label53.Visible = false;
            // 
            // label63
            // 
            this.label63.AutoSize = true;
            this.label63.Location = new System.Drawing.Point(143, 181);
            this.label63.Name = "label63";
            this.label63.Size = new System.Drawing.Size(0, 13);
            this.label63.TabIndex = 35;
            // 
            // label65
            // 
            this.label65.AutoSize = true;
            this.label65.Location = new System.Drawing.Point(143, 351);
            this.label65.Name = "label65";
            this.label65.Size = new System.Drawing.Size(0, 13);
            this.label65.TabIndex = 35;
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(143, 327);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(0, 13);
            this.label54.TabIndex = 35;
            // 
            // lblFreeStock
            // 
            this.lblFreeStock.AutoSize = true;
            this.lblFreeStock.Location = new System.Drawing.Point(236, 299);
            this.lblFreeStock.Name = "lblFreeStock";
            this.lblFreeStock.Size = new System.Drawing.Size(14, 13);
            this.lblFreeStock.TabIndex = 29;
            this.lblFreeStock.Text = "0";
            this.lblFreeStock.Visible = false;
            // 
            // label56
            // 
            this.label56.AutoSize = true;
            this.label56.Location = new System.Drawing.Point(38, 299);
            this.label56.Name = "label56";
            this.label56.Size = new System.Drawing.Size(192, 13);
            this.label56.TabIndex = 28;
            this.label56.Text = "No. of Free Items Stocked out : ";
            this.label56.Visible = false;
            // 
            // label62
            // 
            this.label62.AutoSize = true;
            this.label62.Location = new System.Drawing.Point(38, 181);
            this.label62.Name = "label62";
            this.label62.Size = new System.Drawing.Size(125, 13);
            this.label62.TabIndex = 30;
            this.label62.Text = "No. of ECLS Items : ";
            this.label62.Visible = false;
            // 
            // lblNoECLS
            // 
            this.lblNoECLS.AutoSize = true;
            this.lblNoECLS.Location = new System.Drawing.Point(177, 181);
            this.lblNoECLS.Name = "lblNoECLS";
            this.lblNoECLS.Size = new System.Drawing.Size(14, 13);
            this.lblNoECLS.TabIndex = 31;
            this.lblNoECLS.Text = "0";
            this.lblNoECLS.Visible = false;
            // 
            // label61
            // 
            this.label61.AutoSize = true;
            this.label61.Location = new System.Drawing.Point(38, 351);
            this.label61.Name = "label61";
            this.label61.Size = new System.Drawing.Size(197, 13);
            this.label61.TabIndex = 30;
            this.label61.Text = "No. of ECLS Items Stocked out : ";
            // 
            // lblEclsStock
            // 
            this.lblEclsStock.AutoSize = true;
            this.lblEclsStock.Location = new System.Drawing.Point(236, 351);
            this.lblEclsStock.Name = "lblEclsStock";
            this.lblEclsStock.Size = new System.Drawing.Size(14, 13);
            this.lblEclsStock.TabIndex = 31;
            this.lblEclsStock.Text = "0";
            // 
            // label59
            // 
            this.label59.AutoSize = true;
            this.label59.Location = new System.Drawing.Point(38, 327);
            this.label59.Name = "label59";
            this.label59.Size = new System.Drawing.Size(192, 13);
            this.label59.TabIndex = 30;
            this.label59.Text = "No. of Vital Items Stocked out : ";
            // 
            // lblVitalStock
            // 
            this.lblVitalStock.AutoSize = true;
            this.lblVitalStock.Location = new System.Drawing.Point(236, 327);
            this.lblVitalStock.Name = "lblVitalStock";
            this.lblVitalStock.Size = new System.Drawing.Size(14, 13);
            this.lblVitalStock.TabIndex = 31;
            this.lblVitalStock.Text = "0";
            // 
            // label37
            // 
            this.label37.AutoSize = true;
            this.label37.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label37.Location = new System.Drawing.Point(26, 257);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(364, 13);
            this.label37.TabIndex = 27;
            this.label37.Text = "___________________________________________________";
            // 
            // dtDate
            // 
            this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
            this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
            this.dtDate.CustomFormat = "dd/MM/ yy";
            this.dtDate.DayOfWeekCharacters = 2;
            this.dtDate.ForeColor = System.Drawing.Color.Black;
            this.dtDate.Location = new System.Drawing.Point(106, 20);
            this.dtDate.Name = "dtDate";
            this.dtDate.PopUpFontSize = 9.75F;
            this.dtDate.Size = new System.Drawing.Size(114, 20);
            this.dtDate.TabIndex = 16;
            this.dtDate.Value = new System.DateTime(2008, 10, 3, 0, 0, 0, 0);
            this.dtDate.Visible = false;
            // 
            // listPediatric
            // 
            this.listPediatric.AutoSize = true;
            this.listPediatric.Location = new System.Drawing.Point(304, 244);
            this.listPediatric.Name = "listPediatric";
            this.listPediatric.Size = new System.Drawing.Size(23, 13);
            this.listPediatric.TabIndex = 2;
            this.listPediatric.TabStop = true;
            this.listPediatric.Text = "list";
            this.listPediatric.Visible = false;
            this.listPediatric.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listPediatric_LinkClicked);
            // 
            // listRefrigerated
            // 
            this.listRefrigerated.AutoSize = true;
            this.listRefrigerated.Location = new System.Drawing.Point(304, 155);
            this.listRefrigerated.Name = "listRefrigerated";
            this.listRefrigerated.Size = new System.Drawing.Size(23, 13);
            this.listRefrigerated.TabIndex = 2;
            this.listRefrigerated.TabStop = true;
            this.listRefrigerated.Text = "list";
            this.listRefrigerated.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listRefrigerated_LinkClicked);
            // 
            // listFree
            // 
            this.listFree.AutoSize = true;
            this.listFree.Location = new System.Drawing.Point(304, 128);
            this.listFree.Name = "listFree";
            this.listFree.Size = new System.Drawing.Size(23, 13);
            this.listFree.TabIndex = 2;
            this.listFree.TabStop = true;
            this.listFree.Text = "list";
            this.listFree.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listFree_LinkClicked);
            // 
            // listNotEDL
            // 
            this.listNotEDL.AutoSize = true;
            this.listNotEDL.Location = new System.Drawing.Point(304, 101);
            this.listNotEDL.Name = "listNotEDL";
            this.listNotEDL.Size = new System.Drawing.Size(23, 13);
            this.listNotEDL.TabIndex = 2;
            this.listNotEDL.TabStop = true;
            this.listNotEDL.Text = "list";
            this.listNotEDL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listNotEDL_LinkClicked);
            // 
            // listAll
            // 
            this.listAll.AutoSize = true;
            this.listAll.Location = new System.Drawing.Point(304, 74);
            this.listAll.Name = "listAll";
            this.listAll.Size = new System.Drawing.Size(23, 13);
            this.listAll.TabIndex = 2;
            this.listAll.TabStop = true;
            this.listAll.Text = "list";
            this.listAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listAll_LinkClicked);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(38, 244);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(106, 13);
            this.label5.TabIndex = 0;
            this.label5.Text = "Pediatric Items : ";
            this.label5.Visible = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(38, 155);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(91, 13);
            this.label4.TabIndex = 0;
            this.label4.Text = "Refrigerated : ";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(38, 128);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(82, 13);
            this.label3.TabIndex = 0;
            this.label3.Text = "Free Items : ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(38, 101);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(112, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Items Not in EDL :";
            // 
            // lblPediatric
            // 
            this.lblPediatric.AutoSize = true;
            this.lblPediatric.Location = new System.Drawing.Point(177, 244);
            this.lblPediatric.Name = "lblPediatric";
            this.lblPediatric.Size = new System.Drawing.Size(14, 13);
            this.lblPediatric.TabIndex = 0;
            this.lblPediatric.Text = "0";
            this.lblPediatric.Visible = false;
            // 
            // lblRefrigerated
            // 
            this.lblRefrigerated.AutoSize = true;
            this.lblRefrigerated.Location = new System.Drawing.Point(177, 155);
            this.lblRefrigerated.Name = "lblRefrigerated";
            this.lblRefrigerated.Size = new System.Drawing.Size(14, 13);
            this.lblRefrigerated.TabIndex = 0;
            this.lblRefrigerated.Text = "0";
            // 
            // lblFree
            // 
            this.lblFree.AutoSize = true;
            this.lblFree.Location = new System.Drawing.Point(177, 128);
            this.lblFree.Name = "lblFree";
            this.lblFree.Size = new System.Drawing.Size(14, 13);
            this.lblFree.TabIndex = 0;
            this.lblFree.Text = "0";
            // 
            // lblNotEDL
            // 
            this.lblNotEDL.AutoSize = true;
            this.lblNotEDL.Location = new System.Drawing.Point(177, 101);
            this.lblNotEDL.Name = "lblNotEDL";
            this.lblNotEDL.Size = new System.Drawing.Size(14, 13);
            this.lblNotEDL.TabIndex = 0;
            this.lblNotEDL.Text = "0";
            // 
            // lblAll
            // 
            this.lblAll.AutoSize = true;
            this.lblAll.Location = new System.Drawing.Point(177, 74);
            this.lblAll.Name = "lblAll";
            this.lblAll.Size = new System.Drawing.Size(14, 13);
            this.lblAll.TabIndex = 0;
            this.lblAll.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(38, 74);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "All Items :";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // tabPage3
            // 
            this.tabPage3.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
            this.tabPage3.Appearance.PageClient.Options.UseBackColor = true;
            this.tabPage3.Controls.Add(this.listStatused);
            this.tabPage3.Controls.Add(this.ckExclude);
            this.tabPage3.Controls.Add(this.chartPie);
            this.tabPage3.Controls.Add(this.listBelowMin);
            this.tabPage3.Controls.Add(this.listBelowEOP);
            this.tabPage3.Controls.Add(this.listOverstock);
            this.tabPage3.Controls.Add(this.label69);
            this.tabPage3.Controls.Add(this.listNearEOP);
            this.tabPage3.Controls.Add(this.label67);
            this.tabPage3.Controls.Add(this.listStockOut);
            this.tabPage3.Controls.Add(this.label17);
            this.tabPage3.Controls.Add(this.lblBelowMin);
            this.tabPage3.Controls.Add(this.label18);
            this.tabPage3.Controls.Add(this.lblBelowEOP);
            this.tabPage3.Controls.Add(this.label19);
            this.tabPage3.Controls.Add(this.lblOverStocked);
            this.tabPage3.Controls.Add(this.lblNearEOP);
            this.tabPage3.Controls.Add(this.lblStockOut);
            this.tabPage3.Controls.Add(this.lblInStock);
            this.tabPage3.Controls.Add(this.label25);
            this.tabPage3.Controls.Add(this.listInStock);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(1055, 516);
            this.tabPage3.Text = "Stock Status Summary";
            // 
            // listStatused
            // 
            this.listStatused.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listStatused.Location = new System.Drawing.Point(416, 14);
            this.listStatused.MainView = this.gridView2;
            this.listStatused.Name = "listStatused";
            this.listStatused.Size = new System.Drawing.Size(629, 468);
            this.listStatused.TabIndex = 39;
            this.listStatused.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4});
            this.gridView2.GridControl = this.listStatused;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Stock Code";
            this.gridColumn3.FieldName = "StockCode";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 102;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Item Name";
            this.gridColumn4.FieldName = "FullItemName";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            this.gridColumn4.Width = 537;
            // 
            // ckExclude
            // 
            this.ckExclude.EditValue = true;
            this.ckExclude.Location = new System.Drawing.Point(38, 22);
            this.ckExclude.Name = "ckExclude";
            this.ckExclude.Properties.Caption = "Exclude Never Received Items";
            this.ckExclude.Size = new System.Drawing.Size(201, 19);
            this.ckExclude.TabIndex = 28;
            this.ckExclude.CheckedChanged += new System.EventHandler(this.ckExclude_CheckedChanged);
            // 
            // chartPie
            // 
            simpleDiagram3D3.RotationMatrixSerializable = "0.721958041191101;-0.528816044330597;0.446248203516006;0;0.691937506198883;0.5492" +
    "16389656067;-0.46860808134079;0;0.00272014550864697;0.647088348865509;0.76241779" +
    "3273926;0;0;0;0;1";
            this.chartPie.Diagram = simpleDiagram3D3;
            this.chartPie.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.chartPie.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.chartPie.Legend.EquallySpacedItems = false;
            this.chartPie.Location = new System.Drawing.Point(8, 207);
            this.chartPie.Name = "chartPie";
            this.chartPie.PaletteName = "Palette 1";
            this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
            this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
            pie3DSeriesLabel5.LineVisible = true;
            piePointOptions3.PointView = DevExpress.XtraCharts.PointView.SeriesName;
            piePointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            pie3DSeriesLabel5.PointOptions = piePointOptions3;
            series7.Label = pie3DSeriesLabel5;
            series7.Name = "Series 1";
            series7.View = pie3DSeriesView5;
            this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series7};
            pie3DSeriesLabel6.LineVisible = true;
            this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel6;
            this.chartPie.SeriesTemplate.View = pie3DSeriesView6;
            this.chartPie.Size = new System.Drawing.Size(397, 272);
            this.chartPie.TabIndex = 19;
            // 
            // listBelowMin
            // 
            this.listBelowMin.AutoSize = true;
            this.listBelowMin.Location = new System.Drawing.Point(299, 176);
            this.listBelowMin.Name = "listBelowMin";
            this.listBelowMin.Size = new System.Drawing.Size(23, 13);
            this.listBelowMin.TabIndex = 13;
            this.listBelowMin.TabStop = true;
            this.listBelowMin.Text = "list";
            this.listBelowMin.Visible = false;
            this.listBelowMin.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel24_LinkClicked);
            // 
            // listBelowEOP
            // 
            this.listBelowEOP.AutoSize = true;
            this.listBelowEOP.Location = new System.Drawing.Point(299, 152);
            this.listBelowEOP.Name = "listBelowEOP";
            this.listBelowEOP.Size = new System.Drawing.Size(23, 13);
            this.listBelowEOP.TabIndex = 13;
            this.listBelowEOP.TabStop = true;
            this.listBelowEOP.Text = "list";
            this.listBelowEOP.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel23_LinkClicked);
            // 
            // listOverstock
            // 
            this.listOverstock.AutoSize = true;
            this.listOverstock.Location = new System.Drawing.Point(299, 128);
            this.listOverstock.Name = "listOverstock";
            this.listOverstock.Size = new System.Drawing.Size(23, 13);
            this.listOverstock.TabIndex = 13;
            this.listOverstock.TabStop = true;
            this.listOverstock.Text = "list";
            this.listOverstock.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listOverstock_LinkClicked);
            // 
            // label69
            // 
            this.label69.AutoSize = true;
            this.label69.Location = new System.Drawing.Point(61, 176);
            this.label69.Name = "label69";
            this.label69.Size = new System.Drawing.Size(126, 13);
            this.label69.TabIndex = 12;
            this.label69.Text = "Number Below Min : ";
            this.label69.Visible = false;
            // 
            // listNearEOP
            // 
            this.listNearEOP.AutoSize = true;
            this.listNearEOP.Location = new System.Drawing.Point(299, 104);
            this.listNearEOP.Name = "listNearEOP";
            this.listNearEOP.Size = new System.Drawing.Size(23, 13);
            this.listNearEOP.TabIndex = 17;
            this.listNearEOP.TabStop = true;
            this.listNearEOP.Text = "list";
            this.listNearEOP.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listNearEOP_LinkClicked);
            // 
            // label67
            // 
            this.label67.AutoSize = true;
            this.label67.Location = new System.Drawing.Point(57, 152);
            this.label67.Name = "label67";
            this.label67.Size = new System.Drawing.Size(130, 13);
            this.label67.TabIndex = 12;
            this.label67.Text = "Number Below EOP : ";
            // 
            // listStockOut
            // 
            this.listStockOut.AutoSize = true;
            this.listStockOut.Location = new System.Drawing.Point(299, 80);
            this.listStockOut.Name = "listStockOut";
            this.listStockOut.Size = new System.Drawing.Size(23, 13);
            this.listStockOut.TabIndex = 16;
            this.listStockOut.TabStop = true;
            this.listStockOut.Text = "list";
            this.listStockOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listStockOut_LinkClicked);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(45, 128);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(142, 13);
            this.label17.TabIndex = 12;
            this.label17.Text = "Number of Overstock : ";
            // 
            // lblBelowMin
            // 
            this.lblBelowMin.AutoSize = true;
            this.lblBelowMin.Location = new System.Drawing.Point(194, 176);
            this.lblBelowMin.Name = "lblBelowMin";
            this.lblBelowMin.Size = new System.Drawing.Size(14, 13);
            this.lblBelowMin.TabIndex = 6;
            this.lblBelowMin.Text = "0";
            this.lblBelowMin.Visible = false;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(64, 104);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(123, 13);
            this.label18.TabIndex = 10;
            this.label18.Text = "Number Near EOP : ";
            // 
            // lblBelowEOP
            // 
            this.lblBelowEOP.AutoSize = true;
            this.lblBelowEOP.Location = new System.Drawing.Point(194, 152);
            this.lblBelowEOP.Name = "lblBelowEOP";
            this.lblBelowEOP.Size = new System.Drawing.Size(14, 13);
            this.lblBelowEOP.TabIndex = 6;
            this.lblBelowEOP.Text = "0";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(48, 80);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(139, 13);
            this.label19.TabIndex = 4;
            this.label19.Text = "Number Stocked Out : ";
            // 
            // lblOverStocked
            // 
            this.lblOverStocked.AutoSize = true;
            this.lblOverStocked.Location = new System.Drawing.Point(194, 128);
            this.lblOverStocked.Name = "lblOverStocked";
            this.lblOverStocked.Size = new System.Drawing.Size(14, 13);
            this.lblOverStocked.TabIndex = 6;
            this.lblOverStocked.Text = "0";
            // 
            // lblNearEOP
            // 
            this.lblNearEOP.AutoSize = true;
            this.lblNearEOP.Location = new System.Drawing.Point(194, 104);
            this.lblNearEOP.Name = "lblNearEOP";
            this.lblNearEOP.Size = new System.Drawing.Size(14, 13);
            this.lblNearEOP.TabIndex = 9;
            this.lblNearEOP.Text = "0";
            // 
            // lblStockOut
            // 
            this.lblStockOut.AutoSize = true;
            this.lblStockOut.Location = new System.Drawing.Point(194, 80);
            this.lblStockOut.Name = "lblStockOut";
            this.lblStockOut.Size = new System.Drawing.Size(14, 13);
            this.lblStockOut.TabIndex = 8;
            this.lblStockOut.Text = "0";
            // 
            // lblInStock
            // 
            this.lblInStock.AutoSize = true;
            this.lblInStock.Location = new System.Drawing.Point(194, 56);
            this.lblInStock.Name = "lblInStock";
            this.lblInStock.Size = new System.Drawing.Size(14, 13);
            this.lblInStock.TabIndex = 7;
            this.lblInStock.Text = "0";
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(76, 56);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(111, 13);
            this.label25.TabIndex = 5;
            this.label25.Text = "Number in Stock :";
            // 
            // listInStock
            // 
            this.listInStock.AutoSize = true;
            this.listInStock.Location = new System.Drawing.Point(299, 56);
            this.listInStock.Name = "listInStock";
            this.listInStock.Size = new System.Drawing.Size(23, 13);
            this.listInStock.TabIndex = 15;
            this.listInStock.TabStop = true;
            this.listInStock.Text = "list";
            this.listInStock.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.listInStock_LinkClicked);
            // 
            // tabPage7
            // 
            this.tabPage7.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
            this.tabPage7.Appearance.PageClient.Options.UseBackColor = true;
            this.tabPage7.Controls.Add(this.listStatusTrend);
            this.tabPage7.Controls.Add(this.linkLabel7);
            this.tabPage7.Controls.Add(this.linkLabel6);
            this.tabPage7.Controls.Add(this.label20);
            this.tabPage7.Controls.Add(this.tableLayoutPanel1);
            this.tabPage7.Controls.Add(this.label35);
            this.tabPage7.Controls.Add(this.label32);
            this.tabPage7.Controls.Add(this.label34);
            this.tabPage7.Controls.Add(this.label31);
            this.tabPage7.Controls.Add(this.lblFreeStockedout);
            this.tabPage7.Controls.Add(this.label33);
            this.tabPage7.Controls.Add(this.label30);
            this.tabPage7.Controls.Add(this.lblVitalStockedout);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.PageVisible = false;
            this.tabPage7.Size = new System.Drawing.Size(1055, 516);
            this.tabPage7.Text = "Stock Status Trend";
            // 
            // listStatusTrend
            // 
            this.listStatusTrend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listStatusTrend.Location = new System.Drawing.Point(416, 16);
            this.listStatusTrend.MainView = this.gridView3;
            this.listStatusTrend.Name = "listStatusTrend";
            this.listStatusTrend.Size = new System.Drawing.Size(629, 463);
            this.listStatusTrend.TabIndex = 40;
            this.listStatusTrend.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            // 
            // gridView3
            // 
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn5,
            this.gridColumn6});
            this.gridView3.GridControl = this.listStatusTrend;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsBehavior.Editable = false;
            this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "Stock Code";
            this.gridColumn5.FieldName = "StockCode";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 0;
            this.gridColumn5.Width = 106;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Item Name";
            this.gridColumn6.FieldName = "FullItemName";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 1;
            this.gridColumn6.Width = 533;
            // 
            // linkLabel7
            // 
            this.linkLabel7.AutoSize = true;
            this.linkLabel7.Location = new System.Drawing.Point(282, 92);
            this.linkLabel7.Name = "linkLabel7";
            this.linkLabel7.Size = new System.Drawing.Size(23, 13);
            this.linkLabel7.TabIndex = 21;
            this.linkLabel7.TabStop = true;
            this.linkLabel7.Text = "list";
            this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
            // 
            // linkLabel6
            // 
            this.linkLabel6.AutoSize = true;
            this.linkLabel6.Location = new System.Drawing.Point(282, 64);
            this.linkLabel6.Name = "linkLabel6";
            this.linkLabel6.Size = new System.Drawing.Size(23, 13);
            this.linkLabel6.TabIndex = 21;
            this.linkLabel6.TabStop = true;
            this.linkLabel6.Text = "list";
            this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label20.Location = new System.Drawing.Point(27, 192);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(144, 16);
            this.label20.TabIndex = 4;
            this.label20.Text = "Trend (No. of Items)";
            this.label20.Visible = false;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel1.ColumnCount = 4;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 129F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 73F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 223F));
            this.tableLayoutPanel1.Controls.Add(this.label21, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.label22, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.label23, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.label24, 3, 0);
            this.tableLayoutPanel1.Controls.Add(this.label26, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.label27, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.label28, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.label29, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
            this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
            this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
            this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
            this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.label39, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.lblThreeNever, 1, 5);
            this.tableLayoutPanel1.Controls.Add(this.lblSixNever, 2, 5);
            this.tableLayoutPanel1.Controls.Add(this.lblTwelveNever, 3, 5);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(23, 222);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 6;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(352, 124);
            this.tableLayoutPanel1.TabIndex = 2;
            this.tableLayoutPanel1.Visible = false;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(4, 1);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(0, 13);
            this.label21.TabIndex = 0;
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(134, 1);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(52, 13);
            this.label22.TabIndex = 1;
            this.label22.Text = "3 Month";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(208, 1);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(52, 13);
            this.label23.TabIndex = 1;
            this.label23.Text = "6 Month";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(275, 1);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(59, 13);
            this.label24.TabIndex = 1;
            this.label24.Text = "12 Month";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(4, 22);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(63, 13);
            this.label26.TabIndex = 1;
            this.label26.Text = "Stock Out";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(4, 43);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(94, 13);
            this.label27.TabIndex = 1;
            this.label27.Text = "Near Stock Out";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(4, 64);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(64, 13);
            this.label28.TabIndex = 1;
            this.label28.Text = "Below Min";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(4, 85);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(71, 13);
            this.label29.TabIndex = 1;
            this.label29.Text = "Over Stock";
            // 
            // lblThreeStockout
            // 
            this.lblThreeStockout.AutoSize = true;
            this.lblThreeStockout.Location = new System.Drawing.Point(134, 22);
            this.lblThreeStockout.Name = "lblThreeStockout";
            this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
            this.lblThreeStockout.TabIndex = 1;
            this.lblThreeStockout.Text = "0";
            // 
            // lblSixStockOut
            // 
            this.lblSixStockOut.AutoSize = true;
            this.lblSixStockOut.Location = new System.Drawing.Point(208, 22);
            this.lblSixStockOut.Name = "lblSixStockOut";
            this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
            this.lblSixStockOut.TabIndex = 1;
            this.lblSixStockOut.Text = "0";
            // 
            // lblTwelveStockOut
            // 
            this.lblTwelveStockOut.AutoSize = true;
            this.lblTwelveStockOut.Location = new System.Drawing.Point(275, 22);
            this.lblTwelveStockOut.Name = "lblTwelveStockOut";
            this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
            this.lblTwelveStockOut.TabIndex = 1;
            this.lblTwelveStockOut.Text = "0";
            // 
            // lblThreeNearStock
            // 
            this.lblThreeNearStock.AutoSize = true;
            this.lblThreeNearStock.Location = new System.Drawing.Point(134, 43);
            this.lblThreeNearStock.Name = "lblThreeNearStock";
            this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
            this.lblThreeNearStock.TabIndex = 1;
            this.lblThreeNearStock.Text = "0";
            // 
            // lblSixNearStock
            // 
            this.lblSixNearStock.AutoSize = true;
            this.lblSixNearStock.Location = new System.Drawing.Point(208, 43);
            this.lblSixNearStock.Name = "lblSixNearStock";
            this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
            this.lblSixNearStock.TabIndex = 1;
            this.lblSixNearStock.Text = "0";
            // 
            // lblTwelveNear
            // 
            this.lblTwelveNear.AutoSize = true;
            this.lblTwelveNear.Location = new System.Drawing.Point(275, 43);
            this.lblTwelveNear.Name = "lblTwelveNear";
            this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
            this.lblTwelveNear.TabIndex = 1;
            this.lblTwelveNear.Text = "0";
            // 
            // lblThreeBelowMin
            // 
            this.lblThreeBelowMin.AutoSize = true;
            this.lblThreeBelowMin.Location = new System.Drawing.Point(134, 64);
            this.lblThreeBelowMin.Name = "lblThreeBelowMin";
            this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
            this.lblThreeBelowMin.TabIndex = 1;
            this.lblThreeBelowMin.Text = "0";
            // 
            // lblSixBelowMin
            // 
            this.lblSixBelowMin.AutoSize = true;
            this.lblSixBelowMin.Location = new System.Drawing.Point(208, 64);
            this.lblSixBelowMin.Name = "lblSixBelowMin";
            this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
            this.lblSixBelowMin.TabIndex = 1;
            this.lblSixBelowMin.Text = "0";
            // 
            // lblTwelveBelowMin
            // 
            this.lblTwelveBelowMin.AutoSize = true;
            this.lblTwelveBelowMin.Location = new System.Drawing.Point(275, 64);
            this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
            this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
            this.lblTwelveBelowMin.TabIndex = 1;
            this.lblTwelveBelowMin.Text = "0";
            // 
            // lblTwelveOverStock
            // 
            this.lblTwelveOverStock.AutoSize = true;
            this.lblTwelveOverStock.Location = new System.Drawing.Point(275, 85);
            this.lblTwelveOverStock.Name = "lblTwelveOverStock";
            this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
            this.lblTwelveOverStock.TabIndex = 1;
            this.lblTwelveOverStock.Text = "0";
            // 
            // lblSixOverStock
            // 
            this.lblSixOverStock.AutoSize = true;
            this.lblSixOverStock.Location = new System.Drawing.Point(208, 85);
            this.lblSixOverStock.Name = "lblSixOverStock";
            this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
            this.lblSixOverStock.TabIndex = 1;
            this.lblSixOverStock.Text = "0";
            // 
            // lblThreeOverStock
            // 
            this.lblThreeOverStock.AutoSize = true;
            this.lblThreeOverStock.Location = new System.Drawing.Point(134, 85);
            this.lblThreeOverStock.Name = "lblThreeOverStock";
            this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
            this.lblThreeOverStock.TabIndex = 1;
            this.lblThreeOverStock.Text = "0";
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(4, 106);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(97, 13);
            this.label39.TabIndex = 1;
            this.label39.Text = "Never Received";
            // 
            // lblThreeNever
            // 
            this.lblThreeNever.AutoSize = true;
            this.lblThreeNever.Location = new System.Drawing.Point(134, 106);
            this.lblThreeNever.Name = "lblThreeNever";
            this.lblThreeNever.Size = new System.Drawing.Size(14, 13);
            this.lblThreeNever.TabIndex = 1;
            this.lblThreeNever.Text = "0";
            // 
            // lblSixNever
            // 
            this.lblSixNever.AutoSize = true;
            this.lblSixNever.Location = new System.Drawing.Point(208, 106);
            this.lblSixNever.Name = "lblSixNever";
            this.lblSixNever.Size = new System.Drawing.Size(14, 13);
            this.lblSixNever.TabIndex = 1;
            this.lblSixNever.Text = "0";
            // 
            // lblTwelveNever
            // 
            this.lblTwelveNever.AutoSize = true;
            this.lblTwelveNever.Location = new System.Drawing.Point(275, 106);
            this.lblTwelveNever.Name = "lblTwelveNever";
            this.lblTwelveNever.Size = new System.Drawing.Size(14, 13);
            this.lblTwelveNever.TabIndex = 1;
            this.lblTwelveNever.Text = "0";
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(247, 64);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(0, 13);
            this.label35.TabIndex = 5;
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Location = new System.Drawing.Point(247, 92);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(0, 13);
            this.label32.TabIndex = 5;
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Location = new System.Drawing.Point(141, 64);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(0, 13);
            this.label34.TabIndex = 6;
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(141, 92);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(0, 13);
            this.label31.TabIndex = 6;
            // 
            // lblFreeStockedout
            // 
            this.lblFreeStockedout.AutoSize = true;
            this.lblFreeStockedout.Location = new System.Drawing.Point(247, 64);
            this.lblFreeStockedout.Name = "lblFreeStockedout";
            this.lblFreeStockedout.Size = new System.Drawing.Size(14, 13);
            this.lblFreeStockedout.TabIndex = 3;
            this.lblFreeStockedout.Text = "0";
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(36, 64);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(192, 13);
            this.label33.TabIndex = 3;
            this.label33.Text = "No. of Free Items Stocked out : ";
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(36, 92);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(192, 13);
            this.label30.TabIndex = 3;
            this.label30.Text = "No. of Vital Items Stocked out : ";
            // 
            // lblVitalStockedout
            // 
            this.lblVitalStockedout.AutoSize = true;
            this.lblVitalStockedout.Location = new System.Drawing.Point(247, 92);
            this.lblVitalStockedout.Name = "lblVitalStockedout";
            this.lblVitalStockedout.Size = new System.Drawing.Size(14, 13);
            this.lblVitalStockedout.TabIndex = 3;
            this.lblVitalStockedout.Text = "0";
            // 
            // tabPage8
            // 
            this.tabPage8.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
            this.tabPage8.Appearance.PageClient.Options.UseBackColor = true;
            this.tabPage8.Controls.Add(this.listReceiveSum);
            this.tabPage8.Controls.Add(this.chartReceiveCost);
            this.tabPage8.Controls.Add(this.linkLabel10);
            this.tabPage8.Controls.Add(this.linkLabel9);
            this.tabPage8.Controls.Add(this.linkLabel8);
            this.tabPage8.Controls.Add(this.label16);
            this.tabPage8.Controls.Add(this.label36);
            this.tabPage8.Controls.Add(this.lblNeverRecived);
            this.tabPage8.Controls.Add(this.lblRecDays);
            this.tabPage8.Controls.Add(this.lblLastReceived);
            this.tabPage8.Controls.Add(this.label42);
            this.tabPage8.Controls.Add(this.label40);
            this.tabPage8.Controls.Add(this.label38);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Size = new System.Drawing.Size(1055, 516);
            this.tabPage8.Text = "Receive Summary";
            this.tabPage8.Click += new System.EventHandler(this.tabPage8_Click);
            // 
            // listReceiveSum
            // 
            this.listReceiveSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listReceiveSum.Location = new System.Drawing.Point(416, 20);
            this.listReceiveSum.MainView = this.gridView4;
            this.listReceiveSum.Name = "listReceiveSum";
            this.listReceiveSum.Size = new System.Drawing.Size(629, 465);
            this.listReceiveSum.TabIndex = 40;
            this.listReceiveSum.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView4});
            // 
            // gridView4
            // 
            this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn7,
            this.gridColumn8});
            this.gridView4.GridControl = this.listReceiveSum;
            this.gridView4.Name = "gridView4";
            this.gridView4.OptionsBehavior.Editable = false;
            this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView4.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Stock Code";
            this.gridColumn7.FieldName = "StockCode";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 0;
            this.gridColumn7.Width = 130;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Item Name";
            this.gridColumn8.FieldName = "FullItemName";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 1;
            this.gridColumn8.Width = 509;
            // 
            // chartReceiveCost
            // 
            xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
            this.chartReceiveCost.Diagram = xyDiagram5;
            this.chartReceiveCost.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartReceiveCost.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
            this.chartReceiveCost.Legend.EquallySpacedItems = false;
            this.chartReceiveCost.Location = new System.Drawing.Point(17, 207);
            this.chartReceiveCost.Name = "chartReceiveCost";
            this.chartReceiveCost.PaletteName = "Palette 1";
            this.chartReceiveCost.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
            pointSeriesLabel9.LineVisible = true;
            pointOptions5.PointView = DevExpress.XtraCharts.PointView.SeriesName;
            pointOptions5.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            pointSeriesLabel9.PointOptions = pointOptions5;
            series8.Label = pointSeriesLabel9;
            series8.Name = "Series 1";
            series8.View = lineSeriesView9;
            this.chartReceiveCost.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series8};
            pointSeriesLabel10.LineVisible = true;
            this.chartReceiveCost.SeriesTemplate.Label = pointSeriesLabel10;
            this.chartReceiveCost.SeriesTemplate.View = lineSeriesView10;
            this.chartReceiveCost.Size = new System.Drawing.Size(393, 272);
            this.chartReceiveCost.TabIndex = 28;
            this.chartReceiveCost.Visible = false;
            // 
            // linkLabel10
            // 
            this.linkLabel10.AutoSize = true;
            this.linkLabel10.Location = new System.Drawing.Point(225, 122);
            this.linkLabel10.Name = "linkLabel10";
            this.linkLabel10.Size = new System.Drawing.Size(23, 13);
            this.linkLabel10.TabIndex = 22;
            this.linkLabel10.TabStop = true;
            this.linkLabel10.Text = "list";
            this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked);
            // 
            // linkLabel9
            // 
            this.linkLabel9.AutoSize = true;
            this.linkLabel9.Location = new System.Drawing.Point(36, 183);
            this.linkLabel9.Name = "linkLabel9";
            this.linkLabel9.Size = new System.Drawing.Size(176, 13);
            this.linkLabel9.TabIndex = 20;
            this.linkLabel9.TabStop = true;
            this.linkLabel9.Text = "Top 10 Least Received Items ";
            this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
            // 
            // linkLabel8
            // 
            this.linkLabel8.AutoSize = true;
            this.linkLabel8.Location = new System.Drawing.Point(36, 154);
            this.linkLabel8.Name = "linkLabel8";
            this.linkLabel8.Size = new System.Drawing.Size(172, 13);
            this.linkLabel8.TabIndex = 20;
            this.linkLabel8.TabStop = true;
            this.linkLabel8.Text = "Top 10 Most Received Items ";
            this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(262, 71);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(0, 13);
            this.label16.TabIndex = 9;
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(141, 71);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(0, 13);
            this.label36.TabIndex = 10;
            // 
            // lblNeverRecived
            // 
            this.lblNeverRecived.AutoSize = true;
            this.lblNeverRecived.Location = new System.Drawing.Point(192, 122);
            this.lblNeverRecived.Name = "lblNeverRecived";
            this.lblNeverRecived.Size = new System.Drawing.Size(14, 13);
            this.lblNeverRecived.TabIndex = 7;
            this.lblNeverRecived.Text = "0";
            // 
            // lblRecDays
            // 
            this.lblRecDays.AutoSize = true;
            this.lblRecDays.Location = new System.Drawing.Point(192, 95);
            this.lblRecDays.Name = "lblRecDays";
            this.lblRecDays.Size = new System.Drawing.Size(14, 13);
            this.lblRecDays.TabIndex = 7;
            this.lblRecDays.Text = "0";
            // 
            // lblLastReceived
            // 
            this.lblLastReceived.AutoSize = true;
            this.lblLastReceived.Location = new System.Drawing.Point(192, 71);
            this.lblLastReceived.Name = "lblLastReceived";
            this.lblLastReceived.Size = new System.Drawing.Size(14, 13);
            this.lblLastReceived.TabIndex = 7;
            this.lblLastReceived.Text = "0";
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Location = new System.Drawing.Point(36, 122);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(143, 13);
            this.label42.TabIndex = 8;
            this.label42.Text = "Never Received Items :";
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Location = new System.Drawing.Point(36, 95);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(112, 13);
            this.label40.TabIndex = 8;
            this.label40.Text = "No of Days since :";
            // 
            // label38
            // 
            this.label38.AutoSize = true;
            this.label38.Location = new System.Drawing.Point(36, 71);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(119, 13);
            this.label38.TabIndex = 8;
            this.label38.Text = "Last Receive Date :";
            // 
            // tabPage9
            // 
            this.tabPage9.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
            this.tabPage9.Appearance.PageClient.Options.UseBackColor = true;
            this.tabPage9.Controls.Add(this.listIssued);
            this.tabPage9.Controls.Add(this.chartIssueCost);
            this.tabPage9.Controls.Add(this.linkLabel21);
            this.tabPage9.Controls.Add(this.lblNeverIssued);
            this.tabPage9.Controls.Add(this.label60);
            this.tabPage9.Controls.Add(this.linkLabel16);
            this.tabPage9.Controls.Add(this.linkLabel17);
            this.tabPage9.Controls.Add(this.label52);
            this.tabPage9.Controls.Add(this.lblIssuedDays);
            this.tabPage9.Controls.Add(this.lblLastIssued);
            this.tabPage9.Controls.Add(this.label57);
            this.tabPage9.Controls.Add(this.label58);
            this.tabPage9.Name = "tabPage9";
            this.tabPage9.Size = new System.Drawing.Size(1055, 516);
            this.tabPage9.Text = "Issue Summary";
            // 
            // listIssued
            // 
            this.listIssued.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listIssued.Location = new System.Drawing.Point(416, 18);
            this.listIssued.MainView = this.gridView5;
            this.listIssued.Name = "listIssued";
            this.listIssued.Size = new System.Drawing.Size(629, 467);
            this.listIssued.TabIndex = 41;
            this.listIssued.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView5});
            // 
            // gridView5
            // 
            this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn9,
            this.gridColumn10});
            this.gridView5.GridControl = this.listIssued;
            this.gridView5.Name = "gridView5";
            this.gridView5.OptionsBehavior.Editable = false;
            this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView5.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Stock Code";
            this.gridColumn9.FieldName = "StockCode";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 0;
            this.gridColumn9.Width = 101;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "Item Name";
            this.gridColumn10.FieldName = "FullItemName";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 1;
            this.gridColumn10.Width = 538;
            // 
            // chartIssueCost
            // 
            xyDiagram6.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram6.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram6.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            this.chartIssueCost.Diagram = xyDiagram6;
            this.chartIssueCost.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartIssueCost.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
            this.chartIssueCost.Legend.EquallySpacedItems = false;
            this.chartIssueCost.Location = new System.Drawing.Point(8, 213);
            this.chartIssueCost.Name = "chartIssueCost";
            this.chartIssueCost.PaletteName = "Palette 1";
            this.chartIssueCost.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
            pointSeriesLabel11.LineVisible = true;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.SeriesName;
            pointOptions6.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            pointSeriesLabel11.PointOptions = pointOptions6;
            series9.Label = pointSeriesLabel11;
            series9.Name = "Series 1";
            series9.View = lineSeriesView11;
            this.chartIssueCost.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series9};
            pointSeriesLabel12.LineVisible = true;
            this.chartIssueCost.SeriesTemplate.Label = pointSeriesLabel12;
            this.chartIssueCost.SeriesTemplate.View = lineSeriesView12;
            this.chartIssueCost.Size = new System.Drawing.Size(402, 272);
            this.chartIssueCost.TabIndex = 38;
            this.chartIssueCost.Visible = false;
            // 
            // linkLabel21
            // 
            this.linkLabel21.AutoSize = true;
            this.linkLabel21.Location = new System.Drawing.Point(276, 128);
            this.linkLabel21.Name = "linkLabel21";
            this.linkLabel21.Size = new System.Drawing.Size(23, 13);
            this.linkLabel21.TabIndex = 37;
            this.linkLabel21.TabStop = true;
            this.linkLabel21.Text = "list";
            this.linkLabel21.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel21_LinkClicked);
            // 
            // lblNeverIssued
            // 
            this.lblNeverIssued.AutoSize = true;
            this.lblNeverIssued.Location = new System.Drawing.Point(244, 128);
            this.lblNeverIssued.Name = "lblNeverIssued";
            this.lblNeverIssued.Size = new System.Drawing.Size(14, 13);
            this.lblNeverIssued.TabIndex = 35;
            this.lblNeverIssued.Text = "0";
            // 
            // label60
            // 
            this.label60.AutoSize = true;
            this.label60.Location = new System.Drawing.Point(36, 128);
            this.label60.Name = "label60";
            this.label60.Size = new System.Drawing.Size(208, 13);
            this.label60.TabIndex = 36;
            this.label60.Text = "Received But Never Issued Items :";
            // 
            // linkLabel16
            // 
            this.linkLabel16.AutoSize = true;
            this.linkLabel16.Location = new System.Drawing.Point(36, 193);
            this.linkLabel16.Name = "linkLabel16";
            this.linkLabel16.Size = new System.Drawing.Size(162, 13);
            this.linkLabel16.TabIndex = 29;
            this.linkLabel16.TabStop = true;
            this.linkLabel16.Text = "Top 10 Least Issued Items ";
            this.linkLabel16.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel16_LinkClicked);
            // 
            // linkLabel17
            // 
            this.linkLabel17.AutoSize = true;
            this.linkLabel17.Location = new System.Drawing.Point(36, 164);
            this.linkLabel17.Name = "linkLabel17";
            this.linkLabel17.Size = new System.Drawing.Size(158, 13);
            this.linkLabel17.TabIndex = 28;
            this.linkLabel17.TabStop = true;
            this.linkLabel17.Text = "Top 10 Most Issued Items ";
            this.linkLabel17.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel17_LinkClicked);
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(141, 74);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(0, 13);
            this.label52.TabIndex = 27;
            // 
            // lblIssuedDays
            // 
            this.lblIssuedDays.AutoSize = true;
            this.lblIssuedDays.Location = new System.Drawing.Point(244, 98);
            this.lblIssuedDays.Name = "lblIssuedDays";
            this.lblIssuedDays.Size = new System.Drawing.Size(14, 13);
            this.lblIssuedDays.TabIndex = 21;
            this.lblIssuedDays.Text = "0";
            // 
            // lblLastIssued
            // 
            this.lblLastIssued.AutoSize = true;
            this.lblLastIssued.Location = new System.Drawing.Point(244, 74);
            this.lblLastIssued.Name = "lblLastIssued";
            this.lblLastIssued.Size = new System.Drawing.Size(14, 13);
            this.lblLastIssued.TabIndex = 22;
            this.lblLastIssued.Text = "0";
            // 
            // label57
            // 
            this.label57.AutoSize = true;
            this.label57.Location = new System.Drawing.Point(36, 98);
            this.label57.Name = "label57";
            this.label57.Size = new System.Drawing.Size(112, 13);
            this.label57.TabIndex = 25;
            this.label57.Text = "No of Days since :";
            // 
            // label58
            // 
            this.label58.AutoSize = true;
            this.label58.Location = new System.Drawing.Point(36, 74);
            this.label58.Name = "label58";
            this.label58.Size = new System.Drawing.Size(105, 13);
            this.label58.TabIndex = 24;
            this.label58.Text = "Last Issue Date :";
            // 
            // cboStores
            // 
            this.cboStores.DisplayMember = "StoreName";
            this.cboStores.FormattingEnabled = true;
            this.cboStores.Location = new System.Drawing.Point(3, 7);
            this.cboStores.Name = "cboStores";
            this.cboStores.Size = new System.Drawing.Size(121, 21);
            this.cboStores.TabIndex = 20;
            this.cboStores.ValueMember = "ID";
            this.cboStores.SelectedValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(305, 182);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(19, 13);
            this.linkLabel1.TabIndex = 2;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "list";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Location = new System.Drawing.Point(305, 155);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(19, 13);
            this.linkLabel2.TabIndex = 2;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "list";
            // 
            // linkLabel3
            // 
            this.linkLabel3.AutoSize = true;
            this.linkLabel3.Location = new System.Drawing.Point(305, 128);
            this.linkLabel3.Name = "linkLabel3";
            this.linkLabel3.Size = new System.Drawing.Size(19, 13);
            this.linkLabel3.TabIndex = 2;
            this.linkLabel3.TabStop = true;
            this.linkLabel3.Text = "list";
            // 
            // linkLabel4
            // 
            this.linkLabel4.AutoSize = true;
            this.linkLabel4.Location = new System.Drawing.Point(305, 101);
            this.linkLabel4.Name = "linkLabel4";
            this.linkLabel4.Size = new System.Drawing.Size(19, 13);
            this.linkLabel4.TabIndex = 2;
            this.linkLabel4.TabStop = true;
            this.linkLabel4.Text = "list";
            // 
            // linkLabel5
            // 
            this.linkLabel5.AutoSize = true;
            this.linkLabel5.Location = new System.Drawing.Point(305, 74);
            this.linkLabel5.Name = "linkLabel5";
            this.linkLabel5.Size = new System.Drawing.Size(19, 13);
            this.linkLabel5.TabIndex = 2;
            this.linkLabel5.TabStop = true;
            this.linkLabel5.Text = "list";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.listView1);
            this.groupBox1.Location = new System.Drawing.Point(457, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(682, 463);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(3, 16);
            this.listView1.Name = "listView1";
            this.listView1.ShowItemToolTips = true;
            this.listView1.Size = new System.Drawing.Size(676, 444);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "No.";
            this.columnHeader5.Width = 34;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Stock Code";
            this.columnHeader6.Width = 98;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Item Name";
            this.columnHeader7.Width = 393;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Unit";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(39, 182);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(85, 13);
            this.label6.TabIndex = 0;
            this.label6.Text = "Pediatric Items : ";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(39, 155);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(74, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "Refrigerated : ";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(39, 128);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 13);
            this.label8.TabIndex = 0;
            this.label8.Text = "Free Items : ";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(39, 101);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(93, 13);
            this.label9.TabIndex = 0;
            this.label9.Text = "Items Not in EDL :";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(167, 155);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(0, 13);
            this.label10.TabIndex = 0;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(167, 182);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(0, 13);
            this.label11.TabIndex = 0;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(167, 128);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(0, 13);
            this.label12.TabIndex = 0;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(167, 101);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(0, 13);
            this.label13.TabIndex = 0;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(167, 74);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(0, 13);
            this.label14.TabIndex = 0;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(39, 74);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(52, 13);
            this.label15.TabIndex = 0;
            this.label15.Text = "All Items :";
            // 
            // linkLabel11
            // 
            this.linkLabel11.AutoSize = true;
            this.linkLabel11.Location = new System.Drawing.Point(98, 169);
            this.linkLabel11.Name = "linkLabel11";
            this.linkLabel11.Size = new System.Drawing.Size(150, 13);
            this.linkLabel11.TabIndex = 20;
            this.linkLabel11.TabStop = true;
            this.linkLabel11.Text = "Top 10 Least Received Items ";
            // 
            // linkLabel12
            // 
            this.linkLabel12.AutoSize = true;
            this.linkLabel12.Location = new System.Drawing.Point(98, 140);
            this.linkLabel12.Name = "linkLabel12";
            this.linkLabel12.Size = new System.Drawing.Size(147, 13);
            this.linkLabel12.TabIndex = 20;
            this.linkLabel12.TabStop = true;
            this.linkLabel12.Text = "Top 10 Most Received Items ";
            // 
            // linkLabel13
            // 
            this.linkLabel13.AutoSize = true;
            this.linkLabel13.Location = new System.Drawing.Point(259, 99);
            this.linkLabel13.Name = "linkLabel13";
            this.linkLabel13.Size = new System.Drawing.Size(19, 13);
            this.linkLabel13.TabIndex = 20;
            this.linkLabel13.TabStop = true;
            this.linkLabel13.Text = "list";
            // 
            // linkLabel14
            // 
            this.linkLabel14.AutoSize = true;
            this.linkLabel14.Location = new System.Drawing.Point(259, 72);
            this.linkLabel14.Name = "linkLabel14";
            this.linkLabel14.Size = new System.Drawing.Size(19, 13);
            this.linkLabel14.TabIndex = 20;
            this.linkLabel14.TabStop = true;
            this.linkLabel14.Text = "list";
            // 
            // linkLabel15
            // 
            this.linkLabel15.AutoSize = true;
            this.linkLabel15.Location = new System.Drawing.Point(259, 48);
            this.linkLabel15.Name = "linkLabel15";
            this.linkLabel15.Size = new System.Drawing.Size(19, 13);
            this.linkLabel15.TabIndex = 20;
            this.linkLabel15.TabStop = true;
            this.linkLabel15.Text = "list";
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.listView2);
            this.groupBox2.Location = new System.Drawing.Point(462, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(682, 463);
            this.groupBox2.TabIndex = 19;
            this.groupBox2.TabStop = false;
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader17,
            this.columnHeader18,
            this.columnHeader19,
            this.columnHeader20});
            this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView2.FullRowSelect = true;
            this.listView2.GridLines = true;
            this.listView2.Location = new System.Drawing.Point(3, 16);
            this.listView2.Name = "listView2";
            this.listView2.ShowItemToolTips = true;
            this.listView2.Size = new System.Drawing.Size(676, 444);
            this.listView2.TabIndex = 0;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader17
            // 
            this.columnHeader17.Text = "No.";
            this.columnHeader17.Width = 34;
            // 
            // columnHeader18
            // 
            this.columnHeader18.Text = "Stock Code";
            this.columnHeader18.Width = 98;
            // 
            // columnHeader19
            // 
            this.columnHeader19.Text = "Item Name";
            this.columnHeader19.Width = 393;
            // 
            // columnHeader20
            // 
            this.columnHeader20.Text = "Unit";
            // 
            // label44
            // 
            this.label44.AutoSize = true;
            this.label44.Location = new System.Drawing.Point(309, 48);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(0, 13);
            this.label44.TabIndex = 9;
            // 
            // label45
            // 
            this.label45.AutoSize = true;
            this.label45.Location = new System.Drawing.Point(203, 48);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(0, 13);
            this.label45.TabIndex = 10;
            // 
            // label46
            // 
            this.label46.AutoSize = true;
            this.label46.Location = new System.Drawing.Point(238, 72);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(13, 13);
            this.label46.TabIndex = 7;
            this.label46.Text = "0";
            // 
            // label47
            // 
            this.label47.AutoSize = true;
            this.label47.Location = new System.Drawing.Point(238, 99);
            this.label47.Name = "label47";
            this.label47.Size = new System.Drawing.Size(13, 13);
            this.label47.TabIndex = 7;
            this.label47.Text = "0";
            // 
            // label48
            // 
            this.label48.AutoSize = true;
            this.label48.Location = new System.Drawing.Point(238, 48);
            this.label48.Name = "label48";
            this.label48.Size = new System.Drawing.Size(13, 13);
            this.label48.TabIndex = 7;
            this.label48.Text = "0";
            // 
            // label49
            // 
            this.label49.AutoSize = true;
            this.label49.Location = new System.Drawing.Point(98, 99);
            this.label49.Name = "label49";
            this.label49.Size = new System.Drawing.Size(119, 13);
            this.label49.TabIndex = 8;
            this.label49.Text = "Never Received Items :";
            // 
            // label50
            // 
            this.label50.AutoSize = true;
            this.label50.Location = new System.Drawing.Point(98, 72);
            this.label50.Name = "label50";
            this.label50.Size = new System.Drawing.Size(94, 13);
            this.label50.TabIndex = 8;
            this.label50.Text = "No of Days since :";
            // 
            // label51
            // 
            this.label51.AutoSize = true;
            this.label51.Location = new System.Drawing.Point(98, 48);
            this.label51.Name = "label51";
            this.label51.Size = new System.Drawing.Size(102, 13);
            this.label51.TabIndex = 8;
            this.label51.Text = "Last Receive Date :";
            // 
            // xpButton2
            // 
            this.xpButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.xpButton2.Image = global::PharmInventory.Properties.Resources.MS_Excel;
            this.xpButton2.Location = new System.Drawing.Point(944, 7);
            this.xpButton2.Name = "xpButton2";
            this.xpButton2.Size = new System.Drawing.Size(92, 23);
            this.xpButton2.TabIndex = 28;
            this.xpButton2.Text = "Export";
            this.xpButton2.Visible = false;
            this.xpButton2.Click += new System.EventHandler(this.xpButton2_Click);
            // 
            // lkCategory
            // 
            this.lkCategory.Location = new System.Drawing.Point(134, 9);
            this.lkCategory.Name = "lkCategory";
            this.lkCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkCategory.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
            this.lkCategory.Properties.DisplayMember = "Name";
            this.lkCategory.Properties.NullText = "";
            this.lkCategory.Properties.ValueMember = "ID";
            this.lkCategory.Size = new System.Drawing.Size(181, 20);
            this.lkCategory.TabIndex = 29;
            this.lkCategory.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
            // 
            // cboYear
            // 
            this.cboYear.Location = new System.Drawing.Point(321, 8);
            this.cboYear.Name = "cboYear";
            this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "Year")});
            this.cboYear.Properties.DisplayMember = "year";
            this.cboYear.Properties.NullText = "";
            this.cboYear.Properties.ValueMember = "year";
            this.cboYear.Size = new System.Drawing.Size(73, 20);
            this.cboYear.TabIndex = 29;
            this.cboYear.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
            // 
            // GeneralReport
            // 
            this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1061, 580);
            this.Controls.Add(this.cboYear);
            this.Controls.Add(this.lkCategory);
            this.Controls.Add(this.xpButton2);
            this.Controls.Add(this.cboStores);
            this.Controls.Add(this.tabControl1);
            this.Name = "GeneralReport";
            this.Text = "GeneralReport";
            this.Load += new System.EventHandler(this.GeneralReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lstDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listStatused)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckExclude.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
            this.tabPage7.ResumeLayout(false);
            this.tabPage7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listStatusTrend)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listReceiveSum)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).EndInit();
            this.tabPage9.ResumeLayout(false);
            this.tabPage9.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listIssued)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartIssueCost)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #16
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          simpleDiagram3D3          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel5         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions4          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions5          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView5          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel6         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView6          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SimpleDiagram3D          simpleDiagram3D4          = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel7         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions6          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView7          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel         pie3DSeriesLabel8         = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView          pie3DSeriesView8          = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
     this.tbGetData        = new DevExpress.XtraEditors.SimpleButton();
     this.ckCAuto          = new CBSControls.VCheckEdit();
     this.vDateEdit2       = new CBSControls.VDateEdit();
     this.vDateEdit1       = new CBSControls.VDateEdit();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1    = new DevExpress.XtraEditors.LabelControl();
     this.TabControl       = new DevExpress.XtraTab.XtraTabControl();
     this.tbSumary         = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl8    = new DevExpress.XtraEditors.PanelControl();
     this.ChartDSNam       = new DevExpress.XtraCharts.ChartControl();
     this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
     this.ChartDSTungay    = new DevExpress.XtraCharts.ChartControl();
     this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
     this.ChartDSThang     = new DevExpress.XtraCharts.ChartControl();
     this.panelControl2    = new DevExpress.XtraEditors.PanelControl();
     this.tbGetSumary      = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl7    = new DevExpress.XtraEditors.PanelControl();
     this.lbLastTT         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7    = new DevExpress.XtraEditors.LabelControl();
     this.lbLastSale       = new DevExpress.XtraEditors.LabelControl();
     this.lbLastGD         = new DevExpress.XtraEditors.LabelControl();
     this.lbTrangThaiKH    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.tbHistory        = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl3    = new DevExpress.XtraEditors.PanelControl();
     this.btEdit           = new DevExpress.XtraEditors.SimpleButton();
     this.btNew            = new DevExpress.XtraEditors.SimpleButton();
     this.btGetHistory     = new DevExpress.XtraEditors.SimpleButton();
     this.tbOrder          = new DevExpress.XtraTab.XtraTabPage();
     this.pOrder           = new DevExpress.XtraEditors.PanelControl();
     this.panelControl6    = new DevExpress.XtraEditors.PanelControl();
     this.btGetOrder       = new DevExpress.XtraEditors.SimpleButton();
     this.tbSale           = new DevExpress.XtraTab.XtraTabPage();
     this.pSales           = new DevExpress.XtraEditors.PanelControl();
     this.panelControl4    = new DevExpress.XtraEditors.PanelControl();
     this.btSales          = new DevExpress.XtraEditors.SimpleButton();
     this.tbCongno         = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl5    = new DevExpress.XtraEditors.PanelControl();
     this.btGetCongno      = new DevExpress.XtraEditors.SimpleButton();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl9    = new DevExpress.XtraEditors.PanelControl();
     this.pCongno          = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckCAuto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabControl)).BeginInit();
     this.TabControl.SuspendLayout();
     this.tbSumary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSNam)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSTungay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSThang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     this.tbHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.tbOrder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     this.tbSale.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     this.tbCongno.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCongno)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.tbGetData);
     this.panelControl1.Controls.Add(this.ckCAuto);
     this.panelControl1.Controls.Add(this.vDateEdit2);
     this.panelControl1.Controls.Add(this.vDateEdit1);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(2239, 79);
     this.panelControl1.TabIndex = 0;
     //
     // tbGetData
     //
     this.tbGetData.Location = new System.Drawing.Point(724, 21);
     this.tbGetData.Name     = "tbGetData";
     this.tbGetData.Size     = new System.Drawing.Size(235, 34);
     this.tbGetData.TabIndex = 5;
     this.tbGetData.Text     = "Lấy dữ liệu";
     this.tbGetData.Click   += new System.EventHandler(this.tbGetData_Click);
     //
     // ckCAuto
     //
     this.ckCAuto.Location           = new System.Drawing.Point(990, 25);
     this.ckCAuto.Name               = "ckCAuto";
     this.ckCAuto.Properties.Caption = "Tự động load dữ liệu";
     this.ckCAuto.Size               = new System.Drawing.Size(273, 30);
     this.ckCAuto.TabIndex           = 4;
     //
     // vDateEdit2
     //
     this.vDateEdit2.EditValue            = null;
     this.vDateEdit2.EnterMoveNextControl = true;
     this.vDateEdit2.Location             = new System.Drawing.Point(477, 19);
     this.vDateEdit2.Name = "vDateEdit2";
     this.vDateEdit2.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.vDateEdit2.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.vDateEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.vDateEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.vDateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.vDateEdit2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.vDateEdit2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.vDateEdit2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.vDateEdit2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.vDateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.vDateEdit2.Size              = new System.Drawing.Size(172, 30);
     this.vDateEdit2.TabIndex          = 3;
     this.vDateEdit2.EditValueChanged += new System.EventHandler(this.vDateEdit2_EditValueChanged);
     //
     // vDateEdit1
     //
     this.vDateEdit1.EditValue            = null;
     this.vDateEdit1.EnterMoveNextControl = true;
     this.vDateEdit1.Location             = new System.Drawing.Point(149, 19);
     this.vDateEdit1.Name = "vDateEdit1";
     this.vDateEdit1.Properties.AllowNullInput                  = DevExpress.Utils.DefaultBoolean.True;
     this.vDateEdit1.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.vDateEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.vDateEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.vDateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.vDateEdit1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.vDateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.vDateEdit1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.vDateEdit1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.vDateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.vDateEdit1.Size              = new System.Drawing.Size(181, 30);
     this.vDateEdit1.TabIndex          = 2;
     this.vDateEdit1.EditValueChanged += new System.EventHandler(this.vDateEdit1_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(358, 24);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(94, 25);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "đến ngày:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(37, 25);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(84, 25);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Từ ngày:";
     //
     // TabControl
     //
     this.TabControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.TabControl.Location        = new System.Drawing.Point(468, 79);
     this.TabControl.Name            = "TabControl";
     this.TabControl.SelectedTabPage = this.tbSumary;
     this.TabControl.Size            = new System.Drawing.Size(1771, 1182);
     this.TabControl.TabIndex        = 2;
     this.TabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tbSumary,
         this.tbHistory,
         this.tbOrder,
         this.tbSale,
         this.tbCongno
     });
     //
     // tbSumary
     //
     this.tbSumary.Controls.Add(this.panelControl8);
     this.tbSumary.Controls.Add(this.panelControl2);
     this.tbSumary.Controls.Add(this.panelControl7);
     this.tbSumary.Name = "tbSumary";
     this.tbSumary.Size = new System.Drawing.Size(1765, 1144);
     this.tbSumary.Text = "Tổng quát";
     //
     // panelControl8
     //
     this.panelControl8.Controls.Add(this.ChartDSNam);
     this.panelControl8.Controls.Add(this.splitterControl2);
     this.panelControl8.Controls.Add(this.ChartDSTungay);
     this.panelControl8.Controls.Add(this.splitterControl3);
     this.panelControl8.Controls.Add(this.ChartDSThang);
     this.panelControl8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl8.Location = new System.Drawing.Point(0, 148);
     this.panelControl8.Name     = "panelControl8";
     this.panelControl8.Size     = new System.Drawing.Size(1765, 912);
     this.panelControl8.TabIndex = 2;
     //
     // ChartDSNam
     //
     simpleDiagram3D3.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.ChartDSNam.Diagram       = simpleDiagram3D3;
     this.ChartDSNam.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ChartDSNam.Location      = new System.Drawing.Point(1024, 394);
     this.ChartDSNam.Name          = "ChartDSNam";
     pie3DSeriesLabel5.LineVisible = true;
     series4.Label = pie3DSeriesLabel5;
     piePointOptions4.PercentOptions.ValueAsPercent = false;
     piePointOptions4.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series4.LegendPointOptions = piePointOptions4;
     series4.Name = "DSTungay";
     piePointOptions5.PercentOptions.ValueAsPercent = false;
     piePointOptions5.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions5.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions5.ValueNumericOptions.Precision = 0;
     series4.PointOptions            = piePointOptions5;
     series4.SynchronizePointOptions = false;
     series4.View = pie3DSeriesView5;
     this.ChartDSNam.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     pie3DSeriesLabel6.LineVisible        = true;
     this.ChartDSNam.SeriesTemplate.Label = pie3DSeriesLabel6;
     this.ChartDSNam.SeriesTemplate.View  = pie3DSeriesView6;
     this.ChartDSNam.Size     = new System.Drawing.Size(739, 516);
     this.ChartDSNam.TabIndex = 2;
     //
     // splitterControl2
     //
     this.splitterControl2.Location = new System.Drawing.Point(1019, 394);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(5, 516);
     this.splitterControl2.TabIndex = 3;
     this.splitterControl2.TabStop  = false;
     //
     // ChartDSTungay
     //
     simpleDiagram3D4.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.ChartDSTungay.Diagram    = simpleDiagram3D4;
     this.ChartDSTungay.Dock       = System.Windows.Forms.DockStyle.Left;
     this.ChartDSTungay.Location   = new System.Drawing.Point(2, 394);
     this.ChartDSTungay.Name       = "ChartDSTungay";
     pie3DSeriesLabel7.LineVisible = true;
     series5.Label = pie3DSeriesLabel7;
     series5.Name  = "DSTungay";
     piePointOptions6.ArgumentNumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions6.ArgumentNumericOptions.Precision  = 0;
     piePointOptions6.PercentOptions.PercentageAccuracy = 1;
     piePointOptions6.PercentOptions.ValueAsPercent     = false;
     piePointOptions6.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions6.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions6.ValueNumericOptions.Precision = 0;
     series5.PointOptions        = piePointOptions6;
     series5.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
     series5.View = pie3DSeriesView7;
     this.ChartDSTungay.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5
     };
     pie3DSeriesLabel8.LineVisible           = true;
     this.ChartDSTungay.SeriesTemplate.Label = pie3DSeriesLabel8;
     this.ChartDSTungay.SeriesTemplate.View  = pie3DSeriesView8;
     this.ChartDSTungay.Size     = new System.Drawing.Size(1017, 516);
     this.ChartDSTungay.TabIndex = 1;
     //
     // splitterControl3
     //
     this.splitterControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl3.Location = new System.Drawing.Point(2, 389);
     this.splitterControl3.Name     = "splitterControl3";
     this.splitterControl3.Size     = new System.Drawing.Size(1761, 5);
     this.splitterControl3.TabIndex = 4;
     this.splitterControl3.TabStop  = false;
     //
     // ChartDSThang
     //
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram2.AxisY.NumericOptions.Precision   = 0;
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartDSThang.Diagram             = xyDiagram2;
     this.ChartDSThang.Dock                = System.Windows.Forms.DockStyle.Top;
     this.ChartDSThang.Location            = new System.Drawing.Point(2, 2);
     this.ChartDSThang.Name                = "ChartDSThang";
     sideBySideBarSeriesLabel3.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel3;
     series6.Name  = "Doanh số hàng tháng";
     pointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions2.ValueNumericOptions.Precision = 0;
     series6.PointOptions = pointOptions2;
     this.ChartDSThang.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series6
     };
     sideBySideBarSeriesLabel4.LineVisible  = true;
     this.ChartDSThang.SeriesTemplate.Label = sideBySideBarSeriesLabel4;
     this.ChartDSThang.Size     = new System.Drawing.Size(1761, 387);
     this.ChartDSThang.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.tbGetSumary);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(0, 1060);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1765, 84);
     this.panelControl2.TabIndex = 0;
     //
     // tbGetSumary
     //
     this.tbGetSumary.Location = new System.Drawing.Point(53, 26);
     this.tbGetSumary.Name     = "tbGetSumary";
     this.tbGetSumary.Size     = new System.Drawing.Size(235, 34);
     this.tbGetSumary.TabIndex = 6;
     this.tbGetSumary.Text     = "Lấy dữ liệu";
     this.tbGetSumary.Click   += new System.EventHandler(this.tbGetSumary_Click);
     //
     // panelControl7
     //
     this.panelControl7.Controls.Add(this.lbLastTT);
     this.panelControl7.Controls.Add(this.labelControl7);
     this.panelControl7.Controls.Add(this.lbLastSale);
     this.panelControl7.Controls.Add(this.lbLastGD);
     this.panelControl7.Controls.Add(this.lbTrangThaiKH);
     this.panelControl7.Controls.Add(this.labelControl5);
     this.panelControl7.Controls.Add(this.labelControl4);
     this.panelControl7.Controls.Add(this.labelControl3);
     this.panelControl7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl7.Location = new System.Drawing.Point(0, 0);
     this.panelControl7.Name     = "panelControl7";
     this.panelControl7.Size     = new System.Drawing.Size(1765, 148);
     this.panelControl7.TabIndex = 1;
     //
     // lbLastTT
     //
     this.lbLastTT.Appearance.Font = new System.Drawing.Font("Tahoma", 7.875F, System.Drawing.FontStyle.Bold);
     this.lbLastTT.Location        = new System.Drawing.Point(811, 60);
     this.lbLastTT.Name            = "lbLastTT";
     this.lbLastTT.Size            = new System.Drawing.Size(140, 25);
     this.lbLastTT.TabIndex        = 7;
     this.lbLastTT.Text            = "labelControl6";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(527, 60);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(247, 25);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text     = "Lần thanh toán cuối cùng:";
     //
     // lbLastSale
     //
     this.lbLastSale.Appearance.Font = new System.Drawing.Font("Tahoma", 7.875F, System.Drawing.FontStyle.Bold);
     this.lbLastSale.Location        = new System.Drawing.Point(811, 20);
     this.lbLastSale.Name            = "lbLastSale";
     this.lbLastSale.Size            = new System.Drawing.Size(140, 25);
     this.lbLastSale.TabIndex        = 5;
     this.lbLastSale.Text            = "labelControl6";
     //
     // lbLastGD
     //
     this.lbLastGD.Appearance.Font = new System.Drawing.Font("Tahoma", 7.875F, System.Drawing.FontStyle.Bold);
     this.lbLastGD.Location        = new System.Drawing.Point(342, 60);
     this.lbLastGD.Name            = "lbLastGD";
     this.lbLastGD.Size            = new System.Drawing.Size(140, 25);
     this.lbLastGD.TabIndex        = 4;
     this.lbLastGD.Text            = "labelControl6";
     //
     // lbTrangThaiKH
     //
     this.lbTrangThaiKH.Appearance.Font = new System.Drawing.Font("Tahoma", 7.875F, System.Drawing.FontStyle.Bold);
     this.lbTrangThaiKH.Location        = new System.Drawing.Point(342, 20);
     this.lbTrangThaiKH.Name            = "lbTrangThaiKH";
     this.lbTrangThaiKH.Size            = new System.Drawing.Size(140, 25);
     this.lbTrangThaiKH.TabIndex        = 3;
     this.lbTrangThaiKH.Text            = "labelControl6";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(527, 20);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(229, 25);
     this.labelControl5.TabIndex = 2;
     this.labelControl5.Text     = "Lần đặt hàng cuối cùng:";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(58, 60);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(230, 25);
     this.labelControl4.TabIndex = 1;
     this.labelControl4.Text     = "Lần giao dịch cuối cùng:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(58, 20);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(220, 25);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Trạng thái khách hàng:";
     //
     // tbHistory
     //
     this.tbHistory.Controls.Add(this.panelControl3);
     this.tbHistory.Name = "tbHistory";
     this.tbHistory.Size = new System.Drawing.Size(1765, 1144);
     this.tbHistory.Text = "Lịch sử giao dịch";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btEdit);
     this.panelControl3.Controls.Add(this.btNew);
     this.panelControl3.Controls.Add(this.btGetHistory);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(0, 1054);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(1765, 90);
     this.panelControl3.TabIndex = 1;
     //
     // btEdit
     //
     this.btEdit.Location = new System.Drawing.Point(684, 25);
     this.btEdit.Name     = "btEdit";
     this.btEdit.Size     = new System.Drawing.Size(235, 34);
     this.btEdit.TabIndex = 9;
     this.btEdit.Text     = "Sửa";
     this.btEdit.Click   += new System.EventHandler(this.btEdit_Click);
     //
     // btNew
     //
     this.btNew.Location = new System.Drawing.Point(408, 25);
     this.btNew.Name     = "btNew";
     this.btNew.Size     = new System.Drawing.Size(235, 34);
     this.btNew.TabIndex = 8;
     this.btNew.Text     = "Thêm";
     this.btNew.Click   += new System.EventHandler(this.btNew_Click);
     //
     // btGetHistory
     //
     this.btGetHistory.Location = new System.Drawing.Point(98, 25);
     this.btGetHistory.Name     = "btGetHistory";
     this.btGetHistory.Size     = new System.Drawing.Size(235, 34);
     this.btGetHistory.TabIndex = 7;
     this.btGetHistory.Text     = "Lấy dữ liệu";
     this.btGetHistory.Click   += new System.EventHandler(this.btGetHistory_Click);
     //
     // tbOrder
     //
     this.tbOrder.Controls.Add(this.pOrder);
     this.tbOrder.Controls.Add(this.panelControl6);
     this.tbOrder.Name = "tbOrder";
     this.tbOrder.Size = new System.Drawing.Size(1765, 1144);
     this.tbOrder.Text = "Đặt hàng";
     //
     // pOrder
     //
     this.pOrder.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pOrder.Location = new System.Drawing.Point(0, 0);
     this.pOrder.Name     = "pOrder";
     this.pOrder.Size     = new System.Drawing.Size(1765, 1054);
     this.pOrder.TabIndex = 2;
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.btGetOrder);
     this.panelControl6.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl6.Location = new System.Drawing.Point(0, 1054);
     this.panelControl6.Name     = "panelControl6";
     this.panelControl6.Size     = new System.Drawing.Size(1765, 90);
     this.panelControl6.TabIndex = 1;
     //
     // btGetOrder
     //
     this.btGetOrder.Location = new System.Drawing.Point(71, 35);
     this.btGetOrder.Name     = "btGetOrder";
     this.btGetOrder.Size     = new System.Drawing.Size(235, 34);
     this.btGetOrder.TabIndex = 8;
     this.btGetOrder.Text     = "Lấy dữ liệu";
     this.btGetOrder.Click   += new System.EventHandler(this.btGetOrder_Click);
     //
     // tbSale
     //
     this.tbSale.Controls.Add(this.pSales);
     this.tbSale.Controls.Add(this.panelControl4);
     this.tbSale.Name = "tbSale";
     this.tbSale.Size = new System.Drawing.Size(1765, 1144);
     this.tbSale.Text = "Bán hàng";
     //
     // pSales
     //
     this.pSales.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pSales.Location = new System.Drawing.Point(0, 0);
     this.pSales.Name     = "pSales";
     this.pSales.Size     = new System.Drawing.Size(1765, 1054);
     this.pSales.TabIndex = 3;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btSales);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl4.Location = new System.Drawing.Point(0, 1054);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(1765, 90);
     this.panelControl4.TabIndex = 1;
     //
     // btSales
     //
     this.btSales.Location = new System.Drawing.Point(145, 28);
     this.btSales.Name     = "btSales";
     this.btSales.Size     = new System.Drawing.Size(235, 34);
     this.btSales.TabIndex = 9;
     this.btSales.Text     = "Lấy dữ liệu";
     this.btSales.Click   += new System.EventHandler(this.btSales_Click);
     //
     // tbCongno
     //
     this.tbCongno.Controls.Add(this.pCongno);
     this.tbCongno.Controls.Add(this.panelControl5);
     this.tbCongno.Name = "tbCongno";
     this.tbCongno.Size = new System.Drawing.Size(1765, 1144);
     this.tbCongno.Text = "Báo cáo công nợ";
     //
     // panelControl5
     //
     this.panelControl5.Controls.Add(this.btGetCongno);
     this.panelControl5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl5.Location = new System.Drawing.Point(0, 1054);
     this.panelControl5.Name     = "panelControl5";
     this.panelControl5.Size     = new System.Drawing.Size(1765, 90);
     this.panelControl5.TabIndex = 1;
     //
     // btGetCongno
     //
     this.btGetCongno.Location = new System.Drawing.Point(107, 27);
     this.btGetCongno.Name     = "btGetCongno";
     this.btGetCongno.Size     = new System.Drawing.Size(235, 34);
     this.btGetCongno.TabIndex = 10;
     this.btGetCongno.Text     = "Lấy dữ liệu";
     this.btGetCongno.Click   += new System.EventHandler(this.GetCongno_Click);
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(468, 79);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 1182);
     this.splitterControl1.TabIndex = 3;
     this.splitterControl1.TabStop  = false;
     //
     // panelControl9
     //
     this.panelControl9.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelControl9.Location = new System.Drawing.Point(0, 79);
     this.panelControl9.Name     = "panelControl9";
     this.panelControl9.Size     = new System.Drawing.Size(468, 1182);
     this.panelControl9.TabIndex = 4;
     //
     // pCongno
     //
     this.pCongno.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pCongno.Location = new System.Drawing.Point(0, 0);
     this.pCongno.Name     = "pCongno";
     this.pCongno.Size     = new System.Drawing.Size(1765, 1054);
     this.pCongno.TabIndex = 2;
     //
     // fKHManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2239, 1261);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.TabControl);
     this.Controls.Add(this.panelControl9);
     this.Controls.Add(this.panelControl1);
     this.Name  = "fKHManage";
     this.Text  = "Quản lý thông tin khách hàng";
     this.Load += new System.EventHandler(this.fKHManage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckCAuto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabControl)).EndInit();
     this.TabControl.ResumeLayout(false);
     this.tbSumary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSNam)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSTungay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartDSThang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     this.panelControl7.PerformLayout();
     this.tbHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.tbOrder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     this.tbSale.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.tbCongno.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCongno)).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.Series          series1          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView1   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView2   = new DevExpress.XtraCharts.PieSeriesView();
     this.Detail     = new DevExpress.XtraReports.UI.DetailBand();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart1   = new DevExpress.XtraReports.UI.XRChart();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.Height = 388;
     this.Detail.Name   = "Detail";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabTitle
     });
     this.PageHeader.Height = 67;
     this.PageHeader.Name   = "PageHeader";
     //
     // PageFooter
     //
     this.PageFooter.Height = 30;
     this.PageFooter.Name   = "PageFooter";
     //
     // xrLabTitle
     //
     this.xrLabTitle.Font     = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabTitle.Location = new System.Drawing.Point(0, 8);
     this.xrLabTitle.Name     = "xrLabTitle";
     this.xrLabTitle.Padding  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabTitle.ParentStyleUsing.UseFont = false;
     this.xrLabTitle.Size          = new System.Drawing.Size(650, 59);
     this.xrLabTitle.Text          = "ÖжÏͳ¼Æ";
     this.xrLabTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrChart1
     //
     this.xrChart1.Location = new System.Drawing.Point(8, 25);
     this.xrChart1.Name     = "xrChart1";
     this.xrChart1.ParentStyleUsing.UseBackColor   = false;
     this.xrChart1.ParentStyleUsing.UseBorderColor = false;
     this.xrChart1.ParentStyleUsing.UseBorders     = false;
     series1.Name = "Series 1";
     series1.View = pieSeriesView1;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.HiddenSerializableString      = "to be serialized";
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     series1.PointOptions             = piePointOptions1;
     series1.PointOptionsTypeName     = "PiePointOptions";
     series1.SeriesPointsSorting      = DevExpress.XtraCharts.SortingMode.Descending;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.xrChart1.SeriesTemplate.View = pieSeriesView2;
     this.xrChart1.SeriesTemplate.PointOptionsTypeName = "PiePointOptions";
     this.xrChart1.Size = new System.Drawing.Size(634, 333);
     //
     // XrPause
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.PageHeader,
         this.PageFooter
     });
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            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.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.cmbTezgah = new DevExpress.XtraEditors.LookUpEdit();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.cmbBakimYili = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.hideContainerRight = new DevExpress.XtraBars.Docking.AutoHideContainer();
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTezgah.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbBakimYili.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.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)(sideBySideBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.hideContainerRight.SuspendLayout();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.cmbTezgah);
            this.layoutControl1.Controls.Add(this.radioGroup1);
            this.layoutControl1.Controls.Add(this.cmbBakimYili);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(764, 357, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1137, 92);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // cmbTezgah
            // 
            this.cmbTezgah.Location = new System.Drawing.Point(853, 27);
            this.cmbTezgah.Name = "cmbTezgah";
            this.cmbTezgah.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbTezgah.Properties.Appearance.Options.UseFont = true;
            this.cmbTezgah.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbTezgah.Properties.AppearanceDropDown.ForeColor = System.Drawing.Color.Black;
            this.cmbTezgah.Properties.AppearanceDropDown.Options.UseFont = true;
            this.cmbTezgah.Properties.AppearanceDropDown.Options.UseForeColor = true;
            this.cmbTezgah.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbTezgah.Properties.AppearanceDropDownHeader.ForeColor = System.Drawing.Color.Maroon;
            this.cmbTezgah.Properties.AppearanceDropDownHeader.Options.UseFont = true;
            this.cmbTezgah.Properties.AppearanceDropDownHeader.Options.UseForeColor = true;
            this.cmbTezgah.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbTezgah.Properties.NullText = "Hangi tezgahın grafiğini istiyorsunuz ?";
            this.cmbTezgah.Size = new System.Drawing.Size(257, 26);
            this.cmbTezgah.StyleController = this.layoutControl1;
            this.cmbTezgah.TabIndex = 9;
            this.cmbTezgah.EditValueChanged += new System.EventHandler(this.cmbTezgah_EditValueChanged);
            // 
            // radioGroup1
            // 
            this.radioGroup1.Location = new System.Drawing.Point(107, 22);
            this.radioGroup1.Name = "radioGroup1";
            this.radioGroup1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.radioGroup1.Properties.Appearance.Options.UseFont = true;
            this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Yıl", "Yıl Bazlı"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Tezgah", "Tezgah Bazlı")});
            this.radioGroup1.Size = new System.Drawing.Size(231, 48);
            this.radioGroup1.StyleController = this.layoutControl1;
            this.radioGroup1.TabIndex = 8;
            this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
            // 
            // cmbBakimYili
            // 
            this.cmbBakimYili.Location = new System.Drawing.Point(452, 27);
            this.cmbBakimYili.Name = "cmbBakimYili";
            this.cmbBakimYili.Properties.AccessibleName = "cmbBakimYili";
            this.cmbBakimYili.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbBakimYili.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.cmbBakimYili.Properties.Appearance.Options.UseFont = true;
            this.cmbBakimYili.Properties.Appearance.Options.UseForeColor = true;
            this.cmbBakimYili.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbBakimYili.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.cmbBakimYili.Properties.AppearanceDisabled.Options.UseFont = true;
            this.cmbBakimYili.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.cmbBakimYili.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbBakimYili.Properties.AppearanceDropDown.ForeColor = System.Drawing.Color.Black;
            this.cmbBakimYili.Properties.AppearanceDropDown.Options.UseFont = true;
            this.cmbBakimYili.Properties.AppearanceDropDown.Options.UseForeColor = true;
            this.cmbBakimYili.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("Tahoma", 12F);
            this.cmbBakimYili.Properties.AppearanceDropDownHeader.ForeColor = System.Drawing.Color.Maroon;
            this.cmbBakimYili.Properties.AppearanceDropDownHeader.Options.UseFont = true;
            this.cmbBakimYili.Properties.AppearanceDropDownHeader.Options.UseForeColor = true;
            this.cmbBakimYili.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbBakimYili.Properties.NullText = "Hangi yılın grafiğini istiyorsunuz ?";
            this.cmbBakimYili.Size = new System.Drawing.Size(282, 26);
            this.cmbBakimYili.StyleController = this.layoutControl1;
            this.cmbBakimYili.TabIndex = 6;
            this.cmbBakimYili.EditValueChanged += new System.EventHandler(this.cmbBakimYili_EditValueChanged);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem4,
            this.layoutControlItem5});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(1137, 92);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.layoutControlItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Maroon;
            this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem1.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem1.Control = this.cmbBakimYili;
            this.layoutControlItem1.CustomizationFormText = "Bakım Yılı";
            this.layoutControlItem1.Location = new System.Drawing.Point(340, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(401, 72);
            this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(15, 15, 15, 15);
            this.layoutControlItem1.Text = "Bakım Yılı";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(81, 19);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Maroon;
            this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem4.Control = this.radioGroup1;
            this.layoutControlItem4.CustomizationFormText = "Grafik Türü";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(340, 72);
            this.layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
            this.layoutControlItem4.Text = "Grafik Türü";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(81, 19);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Maroon;
            this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem5.Control = this.cmbTezgah;
            this.layoutControlItem5.CustomizationFormText = "Tezgah";
            this.layoutControlItem5.Location = new System.Drawing.Point(741, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(376, 72);
            this.layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(15, 15, 15, 15);
            this.layoutControlItem5.Text = "Tezgah";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(81, 19);
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.chartControl1);
            this.panelControl3.Controls.Add(this.chartControl2);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl3.Location = new System.Drawing.Point(0, 92);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(1137, 584);
            this.panelControl3.TabIndex = 12;
            // 
            // chartControl1
            // 
            this.chartControl1.AppearanceNameSerializable = "In A Fog";
            this.chartControl1.BackColor = System.Drawing.Color.Silver;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.EquallySpacedItems = false;
            this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 12F);
            this.chartControl1.Location = new System.Drawing.Point(2, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.PaletteName = "Oriel";
            pieSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            pieSeriesLabel1.LineVisible = true;
            piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
            piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            piePointOptions1.ValueNumericOptions.Precision = 0;
            pieSeriesLabel1.PointOptions = piePointOptions1;
            pieSeriesLabel1.TextColor = System.Drawing.Color.Black;
            series1.Label = pieSeriesLabel1;
            series1.Name = "Series 1";
            pieSeriesView1.ExplodedDistancePercentage = 17D;
            pieSeriesView1.RuntimeExploding = false;
            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(1133, 580);
            this.chartControl1.TabIndex = 13;
            chartTitle1.Text = "";
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // chartControl2
            // 
            this.chartControl2.BackColor = System.Drawing.Color.Silver;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 10F);
            xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Silver;
            this.chartControl2.Diagram = xyDiagram1;
            this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl2.Legend.Font = new System.Drawing.Font("Tahoma", 12F);
            this.chartControl2.Legend.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.chartControl2.Location = new System.Drawing.Point(2, 2);
            this.chartControl2.Name = "chartControl2";
            sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 12F);
            sideBySideBarSeriesLabel1.LineVisible = true;
            sideBySideBarSeriesLabel1.TextColor = System.Drawing.Color.Maroon;
            series2.Label = sideBySideBarSeriesLabel1;
            series2.Name = "Series 1";
            sideBySideBarSeriesView1.BarWidth = 0.4D;
            sideBySideBarSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            sideBySideBarSeriesView1.Transparency = ((byte)(1));
            series2.View = sideBySideBarSeriesView1;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2};
            sideBySideBarSeriesLabel2.LineVisible = true;
            this.chartControl2.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            this.chartControl2.SideBySideBarDistanceVariable = 0.1D;
            this.chartControl2.SideBySideEqualBarWidth = true;
            this.chartControl2.Size = new System.Drawing.Size(1133, 580);
            this.chartControl2.TabIndex = 12;
            chartTitle2.Text = "***";
            this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            // 
            // dockManager1
            // 
            this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
            this.hideContainerRight});
            this.dockManager1.AutoHideSpeed = 2;
            this.dockManager1.DockingOptions.HideImmediatelyOnAutoHide = true;
            this.dockManager1.Form = this;
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // hideContainerRight
            // 
            this.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.hideContainerRight.Controls.Add(this.dockPanel1);
            this.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.hideContainerRight.Font = new System.Drawing.Font("Tahoma", 12F);
            this.hideContainerRight.ForeColor = System.Drawing.Color.Maroon;
            this.hideContainerRight.Location = new System.Drawing.Point(1137, 0);
            this.hideContainerRight.Name = "hideContainerRight";
            this.hideContainerRight.Size = new System.Drawing.Size(19, 676);
            // 
            // dockPanel1
            // 
            this.dockPanel1.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
            this.dockPanel1.Appearance.ForeColor = System.Drawing.Color.Maroon;
            this.dockPanel1.Appearance.Options.UseFont = true;
            this.dockPanel1.Appearance.Options.UseForeColor = true;
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.dockPanel1.Font = new System.Drawing.Font("Tahoma", 12F);
            this.dockPanel1.ForeColor = System.Drawing.Color.Maroon;
            this.dockPanel1.ID = new System.Guid("04b70631-3a35-4770-97de-76042c89bf0c");
            this.dockPanel1.Location = new System.Drawing.Point(0, 0);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.OriginalSize = new System.Drawing.Size(452, 200);
            this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.dockPanel1.SavedIndex = 0;
            this.dockPanel1.Size = new System.Drawing.Size(452, 676);
            this.dockPanel1.TabStop = false;
            this.dockPanel1.Text = "Tablo";
            this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.gridControl1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(444, 649);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(444, 649);
            this.gridControl1.TabIndex = 12;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.FocusedRow.Options.UseFont = true;
            this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Appearance.Row.Options.UseForeColor = true;
            this.gridView1.Appearance.TopNewRow.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridView1.Appearance.TopNewRow.ForeColor = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.TopNewRow.Options.UseFont = true;
            this.gridView1.Appearance.TopNewRow.Options.UseForeColor = true;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // BakimRaporlari
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1156, 676);
            this.Controls.Add(this.panelControl3);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.hideContainerRight);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "BakimRaporlari";
            this.Text = "Bakım Raporları";
            this.Load += new System.EventHandler(this.BakimRaporlari_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.cmbTezgah.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbBakimYili.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((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)(sideBySideBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.hideContainerRight.ResumeLayout(false);
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.Series          series1          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel1  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView1   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView2   = new DevExpress.XtraCharts.PieSeriesView();
     this.chartDataPairBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.chartControl1        = new DevExpress.XtraCharts.ChartControl();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.showPropertiesItem   = new DevExpress.XtraBars.BarButtonItem();
     this.reloadItem           = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1           = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chartDataPairBindingSource)).BeginInit();
     ((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();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // chartDataPairBindingSource
     //
     this.chartDataPairBindingSource.DataSource = typeof(ChartDataPair);
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName              = "Pastel Kit";
     this.chartControl1.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible              = false;
     this.chartControl1.Location                    = new System.Drawing.Point(0, 0);
     this.chartControl1.Margin                      = new System.Windows.Forms.Padding(4);
     this.chartControl1.Name                        = "chartControl1";
     piePointOptions1.HiddenSerializableString      = "to be serialized";
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView                     = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions                     = piePointOptions1;
     series1.PointOptionsTypeName             = "PiePointOptions";
     pieSeriesLabel1.LineLength               = 15;
     pieSeriesLabel1.HiddenSerializableString = "to be serialized";
     series1.Label = pieSeriesLabel1;
     series1.ArgumentDataMember = "Id";
     series1.View = pieSeriesView1;
     series1.ValueDataMembersSerializable = "Value";
     series1.Name       = "Series 1";
     series1.DataSource = this.chartDataPairBindingSource;
     this.chartControl1.Series.AddRange(new DevExpress.XtraCharts.Series[] {
         series1
     });
     this.chartControl1.SeriesTemplate.PointOptionsTypeName = "PiePointOptions";
     this.chartControl1.SeriesTemplate.View = pieSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(400, 369);
     this.chartControl1.TabIndex = 0;
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.showPropertiesItem,
         this.reloadItem
     });
     this.barManager1.MaxItemId = 4;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
     //
     // showPropertiesItem
     //
     this.showPropertiesItem.Caption    = "Eigenschaften...";
     this.showPropertiesItem.Glyph      = global::_4screen.CSB.Monitor.Properties.Resources.chart_pie_edit;
     this.showPropertiesItem.Id         = 0;
     this.showPropertiesItem.Name       = "showPropertiesItem";
     this.showPropertiesItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPropertyItemClick);
     //
     // reloadItem
     //
     this.reloadItem.Caption    = "Aktualisieren";
     this.reloadItem.Glyph      = global::_4screen.CSB.Monitor.Properties.Resources.arrow_refresh;
     this.reloadItem.Id         = 3;
     this.reloadItem.Name       = "reloadItem";
     this.reloadItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnReloadItemClick);
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.showPropertiesItem),
         new DevExpress.XtraBars.LinkPersistInfo(this.reloadItem)
     });
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // MonitorControlStatistics
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoScrollMinSize   = new System.Drawing.Size(200, 200);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "MonitorControlStatistics";
     this.barManager1.SetPopupContextMenu(this, this.popupMenu1);
     this.Size = new System.Drawing.Size(400, 369);
     ((System.ComponentModel.ISupportInitialize)(this.chartDataPairBindingSource)).EndInit();
     ((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();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.Series          series2          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel3  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions3 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PiePointOptions piePointOptions4 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView3   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel  pieSeriesLabel4  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView   pieSeriesView4   = new DevExpress.XtraCharts.PieSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.BackColor             = System.Drawing.Color.Transparent;
     this.chartControl1.BorderOptions.Color   = System.Drawing.Color.Transparent;
     this.chartControl1.BorderOptions.Visible = false;
     this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
     this.chartControl1.Location        = new System.Drawing.Point(0, 0);
     this.chartControl1.Name            = "chartControl1";
     pieSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pieSeriesLabel3.LineVisible        = true;
     pieSeriesLabel3.Position           = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     series2.Label = pieSeriesLabel3;
     piePointOptions3.PointView = DevExpress.XtraCharts.PointView.Argument;
     series2.LegendPointOptions = piePointOptions3;
     series2.Name = "Series";
     piePointOptions4.PercentOptions.ValueAsPercent = false;
     series2.PointOptions            = piePointOptions4;
     series2.SynchronizePointOptions = false;
     pieSeriesView3.RuntimeExploding = false;
     series2.View = pieSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     pieSeriesLabel4.LineVisible             = true;
     this.chartControl1.SeriesTemplate.Label = pieSeriesLabel4;
     pieSeriesView4.RuntimeExploding         = false;
     this.chartControl1.SeriesTemplate.View  = pieSeriesView4;
     this.chartControl1.Size     = new System.Drawing.Size(317, 221);
     this.chartControl1.TabIndex = 2;
     //
     // PieChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.chartControl1);
     this.Name = "PieChart";
     this.Size = new System.Drawing.Size(317, 221);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.SimpleDiagram3D  simpleDiagram3D3  = new DevExpress.XtraCharts.SimpleDiagram3D();
            DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel5 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
            DevExpress.XtraCharts.PiePointOptions  piePointOptions3  = new DevExpress.XtraCharts.PiePointOptions();
            DevExpress.XtraCharts.SeriesPoint      seriesPoint19     = new DevExpress.XtraCharts.SeriesPoint(11, new object[] {
                ((object)(10))
            }, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(12, new object[] {
                ((object)(20))
            }, 1);
            DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(13, new object[] {
                ((object)(5))
            }, 3);
            DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(14, new object[] {
                ((object)(8))
            }, 4);
            DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(15, new object[] {
                ((object)(10))
            }, 5);
            DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(16, new object[] {
                ((object)(20))
            }, 6);
            DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(17, new object[] {
                ((object)(25))
            }, 7);
            DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(18, new object[] {
                ((object)(10))
            }, 8);
            DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(19, new object[] {
                ((object)(10))
            }, 9);
            DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView5  = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel6 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
            DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView6  = new DevExpress.XtraCharts.Pie3DSeriesView();
            DevExpress.XtraCharts.ChartTitle       chartTitle3       = new DevExpress.XtraCharts.ChartTitle();
            this.groupBox1       = new System.Windows.Forms.GroupBox();
            this.dtEnd           = new System.Windows.Forms.DateTimePicker();
            this.label1          = new System.Windows.Forms.Label();
            this.label6          = new System.Windows.Forms.Label();
            this.dtBeginDate     = new System.Windows.Forms.DateTimePicker();
            this.nineCBSmallDept = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
            this.label3          = new System.Windows.Forms.Label();
            this.chartControl1   = new DevExpress.XtraCharts.ChartControl();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView6)).BeginInit();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.dtEnd);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.dtBeginDate);
            this.groupBox1.Controls.Add(this.nineCBSmallDept);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(772, 67);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "分析条件";
            //
            // dtEnd
            //
            this.dtEnd.CustomFormat = "yyyy-MM-dd";
            this.dtEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtEnd.Location     = new System.Drawing.Point(411, 20);
            this.dtEnd.Name         = "dtEnd";
            this.dtEnd.Size         = new System.Drawing.Size(101, 21);
            this.dtEnd.TabIndex     = 17;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(382, 23);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(23, 12);
            this.label1.TabIndex = 16;
            this.label1.Text     = "至 ";
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(202, 23);
            this.label6.Name     = "label6";
            this.label6.Size     = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 15;
            this.label6.Text     = "分析日期:";
            //
            // dtBeginDate
            //
            this.dtBeginDate.CustomFormat = "yyyy-MM-dd";
            this.dtBeginDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtBeginDate.Location     = new System.Drawing.Point(275, 18);
            this.dtBeginDate.Name         = "dtBeginDate";
            this.dtBeginDate.Size         = new System.Drawing.Size(101, 21);
            this.dtBeginDate.TabIndex     = 8;
            //
            // nineCBSmallDept
            //
            this.nineCBSmallDept.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.nineCBSmallDept.DropDownHeight     = 424;
            this.nineCBSmallDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.nineCBSmallDept.FormattingEnabled  = true;
            this.nineCBSmallDept.IntegralHeight     = false;
            this.nineCBSmallDept.IsEnter2Tab        = false;
            this.nineCBSmallDept.IsFlat             = false;
            this.nineCBSmallDept.IsLike             = true;
            this.nineCBSmallDept.IsListOnly         = false;
            this.nineCBSmallDept.IsPopForm          = true;
            this.nineCBSmallDept.IsShowCustomerList = false;
            this.nineCBSmallDept.IsShowID           = false;
            this.nineCBSmallDept.Location           = new System.Drawing.Point(58, 20);
            this.nineCBSmallDept.Name             = "nineCBSmallDept";
            this.nineCBSmallDept.PopForm          = null;
            this.nineCBSmallDept.ShowCustomerList = false;

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

        }
Beispiel #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.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.PiePointOptions          piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2  = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2   = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1      = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(RepDeductPointPie));
     this.PieChart      = new DevExpress.XtraCharts.ChartControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.PieChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).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.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // PieChart
     //
     this.PieChart.AppearanceNameSerializable = "In A Fog";
     simpleDiagram1.EqualPieSize = false;
     this.PieChart.Diagram       = simpleDiagram1;
     this.PieChart.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.PieChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
     this.PieChart.Legend.Border.Color        = System.Drawing.Color.Gray;
     this.PieChart.Legend.EquallySpacedItems  = false;
     this.PieChart.Location     = new System.Drawing.Point(2, 2);
     this.PieChart.Name         = "PieChart";
     this.PieChart.PaletteName  = "Chameleon";
     pieSeriesLabel1.LineLength = 5;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
     pieSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pieSeriesLabel1;
     series1.Name  = "Pieview";
     pieSeriesView1.RuntimeExploding = false;
     series1.View = pieSeriesView1;
     this.PieChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.PieChart.SeriesTemplate.ArgumentDataMember = "DeductPointResult";
     piePointOptions2.ValueNumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.General;
     pieSeriesLabel2.PointOptions                 = piePointOptions2;
     this.PieChart.SeriesTemplate.Label           = pieSeriesLabel2;
     this.PieChart.SeriesTemplate.SummaryFunction = "COUNT()";
     pieSeriesView2.RuntimeExploding              = false;
     this.PieChart.SeriesTemplate.View            = pieSeriesView2;
     this.PieChart.Size     = new System.Drawing.Size(1366, 746);
     this.PieChart.TabIndex = 0;
     chartTitle1.Indent     = 6;
     chartTitle1.Text       = "科室病历失分统计";
     chartTitle1.TextColor  = System.Drawing.Color.Teal;
     this.PieChart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // panelControl1
     //
     this.panelControl1.AutoSize = true;
     this.panelControl1.Controls.Add(this.PieChart);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1370, 750);
     this.panelControl1.TabIndex = 0;
     //
     // RepDeductPointPie
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 750);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RepDeductPointPie";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "科室病历失分统计";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.RepDeductPointPie_Load);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((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.PieChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.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.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.nineCBSmallDept.FormattingEnabled  = true;
     this.nineCBSmallDept.IntegralHeight     = false;
     this.nineCBSmallDept.IsEnter2Tab        = false;
     this.nineCBSmallDept.IsFlat             = false;
     this.nineCBSmallDept.IsLike             = true;
     this.nineCBSmallDept.IsListOnly         = false;
     this.nineCBSmallDept.IsPopForm          = true;
     this.nineCBSmallDept.IsShowCustomerList = false;
     this.nineCBSmallDept.IsShowID           = false;
     this.nineCBSmallDept.Location           = new System.Drawing.Point(58, 20);
     this.nineCBSmallDept.Name             = "nineCBSmallDept";
     this.nineCBSmallDept.PopForm          = null;
     this.nineCBSmallDept.ShowCustomerList = false;
     this.nineCBSmallDept.ShowID           = false;
     this.nineCBSmallDept.Size             = new System.Drawing.Size(121, 20);
     this.nineCBSmallDept.Style            = NineVigor.FrameWork.WinForms.Controls.StyleType.Flat;
     this.nineCBSmallDept.TabIndex         = 6;
     this.nineCBSmallDept.Tag        = "";
     this.nineCBSmallDept.ToolBarUse = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 25);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "部门:";
     //
     // chartControl1
     //
     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;
     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(282, 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(282, 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(490, 452);
     this.chartControl2.TabIndex = 7;
     //
     // ucInMainPatientFeeType
     //
     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  = "ucInMainPatientFeeType";
     this.Size  = new System.Drawing.Size(772, 519);
     this.Load += new System.EventHandler(this.ucInProofIfno_Load);
     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);
 }
Beispiel #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HuiZongProjectForm));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("分部分项合计", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("措施项目合计", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("其他项目合计", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("规费", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("税金", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("劳保费用", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("安全文明施工费", new object[] {
         ((object)(0))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions3             = new DevExpress.XtraCharts.PointOptions();
     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.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.SeriesPoint     seriesPoint8     = new DevExpress.XtraCharts.SeriesPoint("分部分项合计", new object[] {
         ((object)(0))
     }, 0);
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("措施项目合计", new object[] {
         ((object)(0))
     }, 2);
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("其他项目合计", new object[] {
         ((object)(0))
     }, 3);
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("规费", new object[] {
         ((object)(0))
     }, 4);
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("税金", new object[] {
         ((object)(0))
     }, 5);
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("劳保费用", new object[] {
         ((object)(0))
     }, 6);
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("安全文明施工费", new object[] {
         ((object)(0))
     }, 7);
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView1  = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView2  = new DevExpress.XtraCharts.PieSeriesView();
     this.splitContainerControl1  = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeListEx1             = new GOLDSOFT.QDJJ.CTRL.TreeListEx();
     this.treeListColumn1         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn4         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn5         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCalcEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.treeListColumn6         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn7         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn8         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn9         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn10        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn11        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn12        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn13        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn14        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.柱状图                  = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1         = new DevExpress.XtraTab.XtraTabPage();
     this.chartControl1        = new DevExpress.XtraCharts.ChartControl();
     this.xtraTabPage2         = new DevExpress.XtraTab.XtraTabPage();
     this.chartControl2        = new DevExpress.XtraCharts.ChartControl();
     this.popupMenu1           = new DevExpress.XtraBars.PopupMenu(this.components);
     this.RasieColumns         = new DevExpress.XtraBars.BarButtonItem();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar3                 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeListEx1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.柱状图)).BeginInit();
     this.柱状图.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).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.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeListEx1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.柱状图);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(875, 380);
     this.splitContainerControl1.SplitterPosition = 223;
     this.splitContainerControl1.TabIndex         = 2;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // treeListEx1
     //
     this.treeListEx1.AllowDoubleEdit = false;
     this.treeListEx1.AllowSort       = false;
     this.treeListEx1.CheckNodes      = ((System.Collections.ArrayList)(resources.GetObject("treeListEx1.CheckNodes")));
     this.treeListEx1.ClickCount      = 0;
     this.treeListEx1.ColumnColor     = null;
     this.treeListEx1.ColumnLayout    = null;
     this.treeListEx1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn2,
         this.treeListColumn3,
         this.treeListColumn4,
         this.treeListColumn5,
         this.treeListColumn6,
         this.treeListColumn7,
         this.treeListColumn8,
         this.treeListColumn9,
         this.treeListColumn10,
         this.treeListColumn11,
         this.treeListColumn12,
         this.treeListColumn13,
         this.treeListColumn14
     });
     this.treeListEx1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.treeListEx1.KeyFieldName = "Key";
     this.treeListEx1.Location     = new System.Drawing.Point(0, 0);
     this.treeListEx1.ModelName    = "";
     this.treeListEx1.Name         = "treeListEx1";
     this.treeListEx1.OptionsBehavior.ImmediateEditor     = false;
     this.treeListEx1.OptionsBehavior.ShowEditorOnMouseUp = true;
     this.treeListEx1.OptionsView.AutoWidth = false;
     this.treeListEx1.OptionsView.EnableAppearanceEvenRow = true;
     this.treeListEx1.OptionsView.EnableAppearanceOddRow  = true;
     this.treeListEx1.ParentFieldName = "PKey";
     this.treeListEx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCalcEdit1
     });
     this.treeListEx1.SchemeColor          = null;
     this.treeListEx1.Size                 = new System.Drawing.Size(875, 223);
     this.treeListEx1.TabIndex             = 0;
     this.treeListEx1.MouseUp             += new System.Windows.Forms.MouseEventHandler(this.treeListEx1_MouseUp);
     this.treeListEx1.CustomDrawNodeCell  += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.treeListEx1_CustomDrawNodeCell);
     this.treeListEx1.FocusedNodeChanged  += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListEx1_FocusedNodeChanged);
     this.treeListEx1.KeyPress            += new System.Windows.Forms.KeyPressEventHandler(this.treeListEx1_KeyPress);
     this.treeListEx1.GetNodeDisplayValue += new DevExpress.XtraTreeList.GetNodeDisplayValueEventHandler(this.treeListEx1_GetNodeDisplayValue);
     //
     // treeListColumn1
     //
     this.treeListColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn1.Caption   = "序号";
     this.treeListColumn1.FieldName = "序号";
     this.treeListColumn1.Name      = "treeListColumn1";
     this.treeListColumn1.OptionsColumn.AllowEdit = false;
     this.treeListColumn1.OptionsColumn.AllowSort = false;
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width        = 60;
     //
     // treeListColumn2
     //
     this.treeListColumn2.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn2.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.treeListColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn2.Caption   = "工程代号";
     this.treeListColumn2.FieldName = "CODE";
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.OptionsColumn.AllowSort = false;
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 1;
     this.treeListColumn2.Width        = 80;
     //
     // treeListColumn3
     //
     this.treeListColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn3.Caption   = "工程名称";
     this.treeListColumn3.FieldName = "Name";
     this.treeListColumn3.Name      = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.AllowEdit = false;
     this.treeListColumn3.OptionsColumn.AllowSort = false;
     this.treeListColumn3.Visible      = true;
     this.treeListColumn3.VisibleIndex = 2;
     this.treeListColumn3.Width        = 120;
     //
     // treeListColumn4
     //
     this.treeListColumn4.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn4.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn4.Caption   = "专业";
     this.treeListColumn4.FieldName = "PrfType";
     this.treeListColumn4.Name      = "treeListColumn4";
     this.treeListColumn4.OptionsColumn.AllowEdit = false;
     this.treeListColumn4.OptionsColumn.AllowSort = false;
     this.treeListColumn4.Visible      = true;
     this.treeListColumn4.VisibleIndex = 3;
     this.treeListColumn4.Width        = 80;
     //
     // treeListColumn5
     //
     this.treeListColumn5.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn5.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn5.Caption    = "建筑面积";
     this.treeListColumn5.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn5.FieldName  = "建筑面积";
     this.treeListColumn5.Name       = "treeListColumn5";
     this.treeListColumn5.OptionsColumn.AllowEdit = false;
     this.treeListColumn5.OptionsColumn.AllowSort = false;
     this.treeListColumn5.Visible      = true;
     this.treeListColumn5.VisibleIndex = 4;
     this.treeListColumn5.Width        = 80;
     //
     // repositoryItemCalcEdit1
     //
     this.repositoryItemCalcEdit1.AutoHeight = false;
     this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCalcEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemCalcEdit1.Mask.EditMask            = "############0.##";
     this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
     //
     // treeListColumn6
     //
     this.treeListColumn6.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn6.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn6.Caption    = "分部分项工程费";
     this.treeListColumn6.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn6.FieldName  = "分部分项工程费";
     this.treeListColumn6.Name       = "treeListColumn6";
     this.treeListColumn6.OptionsColumn.AllowEdit = false;
     this.treeListColumn6.OptionsColumn.AllowSort = false;
     this.treeListColumn6.Visible      = true;
     this.treeListColumn6.VisibleIndex = 5;
     this.treeListColumn6.Width        = 100;
     //
     // treeListColumn7
     //
     this.treeListColumn7.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn7.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn7.Caption    = "措施项目费";
     this.treeListColumn7.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn7.FieldName  = "措施项目费";
     this.treeListColumn7.Name       = "treeListColumn7";
     this.treeListColumn7.OptionsColumn.AllowEdit = false;
     this.treeListColumn7.OptionsColumn.AllowSort = false;
     this.treeListColumn7.Visible      = true;
     this.treeListColumn7.VisibleIndex = 6;
     this.treeListColumn7.Width        = 100;
     //
     // treeListColumn8
     //
     this.treeListColumn8.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn8.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn8.Caption    = "其他项目费";
     this.treeListColumn8.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn8.FieldName  = "其他项目费";
     this.treeListColumn8.Name       = "treeListColumn8";
     this.treeListColumn8.OptionsColumn.AllowEdit = false;
     this.treeListColumn8.OptionsColumn.AllowSort = false;
     this.treeListColumn8.Visible      = true;
     this.treeListColumn8.VisibleIndex = 7;
     this.treeListColumn8.Width        = 100;
     //
     // treeListColumn9
     //
     this.treeListColumn9.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn9.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn9.Caption    = "规费";
     this.treeListColumn9.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn9.FieldName  = "规费";
     this.treeListColumn9.Name       = "treeListColumn9";
     this.treeListColumn9.OptionsColumn.AllowEdit = false;
     this.treeListColumn9.OptionsColumn.AllowSort = false;
     this.treeListColumn9.Visible      = true;
     this.treeListColumn9.VisibleIndex = 8;
     this.treeListColumn9.Width        = 100;
     //
     // treeListColumn10
     //
     this.treeListColumn10.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn10.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn10.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn10.Caption    = "税金";
     this.treeListColumn10.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn10.FieldName  = "税金";
     this.treeListColumn10.Name       = "treeListColumn10";
     this.treeListColumn10.OptionsColumn.AllowEdit = false;
     this.treeListColumn10.OptionsColumn.AllowSort = false;
     this.treeListColumn10.Visible      = true;
     this.treeListColumn10.VisibleIndex = 9;
     this.treeListColumn10.Width        = 100;
     //
     // treeListColumn11
     //
     this.treeListColumn11.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn11.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn11.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn11.Caption    = "工程总造价";
     this.treeListColumn11.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn11.FieldName  = "工程总造价";
     this.treeListColumn11.Name       = "treeListColumn11";
     this.treeListColumn11.OptionsColumn.AllowEdit = false;
     this.treeListColumn11.OptionsColumn.AllowSort = false;
     this.treeListColumn11.Visible      = true;
     this.treeListColumn11.VisibleIndex = 10;
     this.treeListColumn11.Width        = 100;
     //
     // treeListColumn12
     //
     this.treeListColumn12.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn12.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn12.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn12.Caption    = "单位造价";
     this.treeListColumn12.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn12.FieldName  = "单位造价";
     this.treeListColumn12.Name       = "treeListColumn12";
     this.treeListColumn12.OptionsColumn.AllowEdit = false;
     this.treeListColumn12.OptionsColumn.AllowSort = false;
     this.treeListColumn12.Visible      = true;
     this.treeListColumn12.VisibleIndex = 11;
     this.treeListColumn12.Width        = 100;
     //
     // treeListColumn13
     //
     this.treeListColumn13.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn13.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn13.Caption    = "安全文明施工费";
     this.treeListColumn13.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn13.FieldName  = "安全文明施工费";
     this.treeListColumn13.Name       = "treeListColumn13";
     this.treeListColumn13.OptionsColumn.AllowEdit = false;
     this.treeListColumn13.OptionsColumn.AllowSort = false;
     this.treeListColumn13.Visible      = true;
     this.treeListColumn13.VisibleIndex = 12;
     this.treeListColumn13.Width        = 100;
     //
     // treeListColumn14
     //
     this.treeListColumn14.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn14.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Far;
     this.treeListColumn14.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn14.Caption    = "占总价比(%)";
     this.treeListColumn14.ColumnEdit = this.repositoryItemCalcEdit1;
     this.treeListColumn14.FieldName  = "占总价比(%)";
     this.treeListColumn14.Name       = "treeListColumn14";
     this.treeListColumn14.OptionsColumn.AllowEdit = false;
     this.treeListColumn14.OptionsColumn.AllowSort = false;
     this.treeListColumn14.Visible      = true;
     this.treeListColumn14.VisibleIndex = 13;
     this.treeListColumn14.Width        = 100;
     //
     // 柱状图
     //
     this.柱状图.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.柱状图.Location        = new System.Drawing.Point(3, -1);
     this.柱状图.Name            = "柱状图";
     this.柱状图.SelectedTabPage = this.xtraTabPage1;
     this.柱状图.Size            = new System.Drawing.Size(872, 152);
     this.柱状图.TabIndex        = 0;
     this.柱状图.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.chartControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(865, 122);
     this.xtraTabPage1.Text = "柱状图";
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.AppearanceName      = "Light";
     this.chartControl1.BorderOptions.Color = System.Drawing.Color.Transparent;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Currency;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Location           = new System.Drawing.Point(54, -6);
     this.chartControl1.Name               = "chartControl1";
     this.chartControl1.PaletteName        = "Oriel";
     sideBySideBarSeriesLabel1.LineVisible = true;
     series1.Label = sideBySideBarSeriesLabel1;
     pointOptions1.ArgumentNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ArgumentNumericOptions.Precision = 0;
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Currency;
     pointOptions1.ValueNumericOptions.Precision = 0;
     series1.LegendPointOptions = pointOptions1;
     pointOptions2.ValueNumericOptions.Precision = 0;
     series1.PointOptions = pointOptions2;
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7
     });
     series1.SeriesPointsSortingKey        = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.SynchronizePointOptions       = false;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     sideBySideBarSeriesLabel2.LineVisible          = true;
     this.chartControl1.SeriesTemplate.Label        = sideBySideBarSeriesLabel2;
     pointOptions3.ArgumentNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Currency;
     this.chartControl1.SeriesTemplate.PointOptions = pointOptions3;
     this.chartControl1.Size     = new System.Drawing.Size(865, 122);
     this.chartControl1.TabIndex = 24;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.chartControl2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(865, 122);
     this.xtraTabPage2.Text = "饼型图";
     //
     // chartControl2
     //
     this.chartControl2.AppearanceName      = "Light";
     this.chartControl2.BorderOptions.Color = System.Drawing.Color.Transparent;
     this.chartControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Location    = new System.Drawing.Point(0, 0);
     this.chartControl2.Name        = "chartControl2";
     this.chartControl2.PaletteName = "Oriel";
     pieSeriesLabel1.LineVisible    = true;
     series2.Label = pieSeriesLabel1;
     piePointOptions1.ArgumentNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ArgumentNumericOptions.Precision = 0;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Percent;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     series2.LegendPointOptions = piePointOptions1;
     series2.Name = "Series 1";
     piePointOptions2.PercentOptions.ValueAsPercent = false;
     piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions2.ValueNumericOptions.Precision = 0;
     series2.PointOptions = piePointOptions2;
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14
     });
     series2.SeriesPointsSortingKey            = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series2.SynchronizePointOptions           = false;
     pieSeriesView1.ExplodedDistancePercentage = 11;
     pieSeriesView1.RuntimeExploding           = false;
     series2.View = pieSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl2.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pieSeriesLabel2.LineVisible             = true;
     this.chartControl2.SeriesTemplate.Label = pieSeriesLabel2;
     pieSeriesView2.RuntimeExploding         = false;
     this.chartControl2.SeriesTemplate.View  = pieSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(865, 122);
     this.chartControl2.TabIndex = 24;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.RasieColumns)
     });
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // RasieColumns
     //
     this.RasieColumns.Caption    = "显示/隐藏列";
     this.RasieColumns.Id         = 0;
     this.RasieColumns.Name       = "RasieColumns";
     this.RasieColumns.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.RasieColumns_ItemClick);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.RasieColumns
     });
     this.barManager1.MaxItemId = 1;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // HuiZongProjectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(875, 402);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name      = "HuiZongProjectForm";
     this.Tag       = "项目汇总分析";
     this.Text      = "汇总分析";
     this.Load     += new System.EventHandler(this.HuiZongProjectForm_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HuiZongProjectForm_KeyPress);
     this.Controls.SetChildIndex(this.barDockControlTop, 0);
     this.Controls.SetChildIndex(this.barDockControlBottom, 0);
     this.Controls.SetChildIndex(this.barDockControlRight, 0);
     this.Controls.SetChildIndex(this.barDockControlLeft, 0);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     this.Controls.SetChildIndex(this.functionList1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeListEx1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.柱状图)).EndInit();
     this.柱状图.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new System.Windows.Forms.ComboBox();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.btnPrint = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Location = new System.Drawing.Point(26, 48);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     series1.PointOptions = piePointOptions1;
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1104, 442);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.DisplayMember = "StoreName";
     this.cboStores.FormattingEnabled = true;
     this.cboStores.Location = new System.Drawing.Point(904, 18);
     this.cboStores.Name = "cboStores";
     this.cboStores.Size = new System.Drawing.Size(121, 21);
     this.cboStores.TabIndex = 21;
     this.cboStores.ValueMember = "ID";
     this.cboStores.SelectedValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location = new System.Drawing.Point(738, 20);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(427, 245);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(300, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 25;
     this.progressBar1.UseWaitCursor = true;
     this.progressBar1.Value = 1;
     this.progressBar1.Visible = false;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::HCMIS.Desktop.Properties.Resources.printer;
     this.btnPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.Location = new System.Drawing.Point(1065, 18);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(65, 22);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // GeneralExpiryChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1155, 513);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Controls.Add(this.chartPie);
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D  simpleDiagram3D1  = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions1  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions2  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView1  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions3  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView2  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.Detail               = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin            = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrChart1             = new DevExpress.XtraReports.UI.XRChart();
     this.sistemasRevisadosDS1 = new BPMO.SDNI.Mantenimiento.Reportes.DA.SistemasRevisadosDS();
     this.GroupFooter1         = new DevExpress.XtraReports.UI.GroupFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sistemasRevisadosDS1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 0F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 250.8332F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.AppearanceNameSerializable = "Pastel Kit";
     this.xrChart1.BackColor   = System.Drawing.Color.White;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataMember  = "ServicioMantenimiento";
     this.xrChart1.DataSource  = this.sistemasRevisadosDS1;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.xrChart1.Diagram       = simpleDiagram3D1;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(24.58334F, 0F);
     this.xrChart1.Name          = "xrChart1";
     series1.ArgumentDataMember  = "NombreSistema";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.Qualitative;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pie3DSeriesLabel1;
     piePointOptions2.PointView = DevExpress.XtraCharts.PointView.Argument;
     piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     series1.LegendPointOptions = piePointOptions2;
     series1.Name                      = "Sistemas";
     series1.SummaryFunction           = "SUM([NumeroPosiciones])";
     series1.SynchronizePointOptions   = false;
     pie3DSeriesView1.SizeAsPercentage = 100D;
     series1.View                      = pie3DSeriesView1;
     this.xrChart1.SeriesSerializable  = new DevExpress.XtraCharts.Series[] {
         series1
     };
     piePointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
     pie3DSeriesLabel2.PointOptions     = piePointOptions3;
     this.xrChart1.SeriesTemplate.Label = pie3DSeriesLabel2;
     pie3DSeriesView2.SizeAsPercentage  = 100D;
     this.xrChart1.SeriesTemplate.View  = pie3DSeriesView2;
     this.xrChart1.SizeF = new System.Drawing.SizeF(725.83F, 550F);
     this.xrChart1.StylePriority.UseBackColor = false;
     chartTitle1.Text = "Sistemas Revisados\r\n";
     this.xrChart1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.xrChart1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrChart1_BeforePrint);
     //
     // sistemasRevisadosDS1
     //
     this.sistemasRevisadosDS1.DataSetName             = "SistemasRevisadosDS";
     this.sistemasRevisadosDS1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.GroupFooter1.HeightF = 552.9166F;
     this.GroupFooter1.Name    = "GroupFooter1";
     //
     // SistemasRevisadosGraficaRPT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupFooter1
     });
     this.DataMember = "ServicioMantenimiento";
     this.DataSource = this.sistemasRevisadosDS1;
     this.Margins    = new System.Drawing.Printing.Margins(40, 36, 0, 251);
     this.Version    = "13.2";
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sistemasRevisadosDS1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Beispiel #28
0
                /// <summary> 
                /// Required method for Designer support - do not modify 
                /// the contents of this method with the code editor.
                /// </summary>
                private void InitializeComponent()
                {
                        DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
                        DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("a", new object[] {
            ((object)(30))}, 0);
                        DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("b", new object[] {
            ((object)(50))}, 1);
                        DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("c", new object[] {
            ((object)(66))}, 2);
                        DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
                        DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
                        DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
                        DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
                        DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
                        DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions();
                        DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
                        this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
                        ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // chartControl1
                        // 
                        this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
                        this.chartControl1.Location = new System.Drawing.Point(0, 0);
                        this.chartControl1.Name = "chartControl1";
                        series1.Name = "Series 1";
                        series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
                        pieSeriesView1.Rotation = 10;
                        pieSeriesView1.RuntimeExploding = true;
                        series1.View = pieSeriesView1;
                        pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
                        pieSeriesLabel1.ColumnIndent = 1;
                        pieSeriesLabel1.HiddenSerializableString = "to be serialized";
                        series1.Label = pieSeriesLabel1;
                        //piePointOptions1.PercentOptions.ValuePercentPrecision = 4;
                        piePointOptions1.PercentOptions.PercentageAccuracy = 4;
                        piePointOptions1.HiddenSerializableString = "to be serialized";
                        piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
                        piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
                        series1.PointOptions = piePointOptions1;
                        series1.PointOptionsTypeName = "PiePointOptions";
                        series2.Name = "Series 2";
                        series2.View = pieSeriesView2;
                        piePointOptions2.HiddenSerializableString = "to be serialized";
                        piePointOptions2.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
                        series2.PointOptions = piePointOptions2;
                        series2.PointOptionsTypeName = "PiePointOptions";
                        this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
                        this.chartControl1.SeriesTemplate.View = pieSeriesView3;
                        this.chartControl1.SeriesTemplate.PointOptionsTypeName = "PiePointOptions";
                        this.chartControl1.Size = new System.Drawing.Size(692, 408);
                        this.chartControl1.TabIndex = 1;
                        this.chartControl1.ObjectSelected += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectSelected);
                        // 
                        // ChartUC_Pie
                        // 
                        this.Appearance.BackColor = System.Drawing.Color.Transparent;
                        this.Appearance.Options.UseBackColor = true;
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
                        this.Controls.Add(this.chartControl1);
                        this.Name = "ChartUC_Pie";
                        this.Size = new System.Drawing.Size(692, 408);
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
                        this.ResumeLayout(false);

                }
Beispiel #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D  simpleDiagram3D1  = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions  piePointOptions1  = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView1  = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView  pie3DSeriesView2  = new DevExpress.XtraCharts.Pie3DSeriesView();
     this.linkLabel1     = new System.Windows.Forms.LinkLabel();
     this.linkLabel2     = new System.Windows.Forms.LinkLabel();
     this.linkLabel3     = new System.Windows.Forms.LinkLabel();
     this.linkLabel4     = new System.Windows.Forms.LinkLabel();
     this.linkLabel5     = new System.Windows.Forms.LinkLabel();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader5  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.label9         = new System.Windows.Forms.Label();
     this.label10        = new System.Windows.Forms.Label();
     this.label11        = new System.Windows.Forms.Label();
     this.label12        = new System.Windows.Forms.Label();
     this.label13        = new System.Windows.Forms.Label();
     this.label14        = new System.Windows.Forms.Label();
     this.label15        = new System.Windows.Forms.Label();
     this.linkLabel11    = new System.Windows.Forms.LinkLabel();
     this.linkLabel12    = new System.Windows.Forms.LinkLabel();
     this.linkLabel13    = new System.Windows.Forms.LinkLabel();
     this.linkLabel14    = new System.Windows.Forms.LinkLabel();
     this.linkLabel15    = new System.Windows.Forms.LinkLabel();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.listView2      = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44        = new System.Windows.Forms.Label();
     this.label45        = new System.Windows.Forms.Label();
     this.label46        = new System.Windows.Forms.Label();
     this.label47        = new System.Windows.Forms.Label();
     this.label48        = new System.Windows.Forms.Label();
     this.label49        = new System.Windows.Forms.Label();
     this.label50        = new System.Windows.Forms.Label();
     this.label51        = new System.Windows.Forms.Label();
     this.chartPie       = new DevExpress.XtraCharts.ChartControl();
     this.cboStores      = new System.Windows.Forms.ComboBox();
     this.dtDate         = new CalendarLib.DateTimePickerEx();
     this.printDoc       = new System.Drawing.Printing.PrintDocument();
     this.printDialog1   = new System.Windows.Forms.PrintDialog();
     this.progressBar1   = new System.Windows.Forms.ProgressBar();
     this.btnPrint       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name     = "linkLabel1";
     this.linkLabel1.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop  = true;
     this.linkLabel1.Text     = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name     = "linkLabel2";
     this.linkLabel2.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop  = true;
     this.linkLabel2.Text     = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name     = "linkLabel3";
     this.linkLabel3.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop  = true;
     this.linkLabel3.Text     = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name     = "linkLabel4";
     this.linkLabel4.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop  = true;
     this.linkLabel4.Text     = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name     = "linkLabel5";
     this.linkLabel5.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop  = true;
     this.linkLabel5.Text     = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.GridLines        = true;
     this.listView1.Location         = new System.Drawing.Point(3, 16);
     this.listView1.Name             = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text     = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name     = "linkLabel11";
     this.linkLabel11.Size     = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop  = true;
     this.linkLabel11.Text     = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name     = "linkLabel12";
     this.linkLabel12.Size     = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop  = true;
     this.linkLabel12.Text     = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name     = "linkLabel13";
     this.linkLabel13.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop  = true;
     this.linkLabel13.Text     = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name     = "linkLabel14";
     this.linkLabel14.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop  = true;
     this.linkLabel14.Text     = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name     = "linkLabel15";
     this.linkLabel15.Size     = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop  = true;
     this.linkLabel15.Text     = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader17,
         this.columnHeader18,
         this.columnHeader19,
         this.columnHeader20
     });
     this.listView2.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect    = true;
     this.listView2.GridLines        = true;
     this.listView2.Location         = new System.Drawing.Point(3, 16);
     this.listView2.Name             = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size             = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex         = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text  = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text  = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text  = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name     = "label44";
     this.label44.Size     = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name     = "label45";
     this.label45.Size     = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name     = "label46";
     this.label46.Size     = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text     = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name     = "label47";
     this.label47.Size     = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text     = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name     = "label48";
     this.label48.Size     = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text     = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name     = "label49";
     this.label49.Size     = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text     = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name     = "label50";
     this.label50.Size     = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text     = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name     = "label51";
     this.label51.Size     = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text     = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.chartPie.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible         = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram     = simpleDiagram3D1;
     this.chartPie.Location    = new System.Drawing.Point(26, 48);
     this.chartPie.Name        = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))
     }));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))
     }));
     pie3DSeriesLabel1.LineVisible = true;
     series1.Label = pie3DSeriesLabel1;
     series1.Name  = "Series 1";
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     series1.PointOptions             = piePointOptions1;
     series1.View                     = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pie3DSeriesLabel2.LineVisible      = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View  = pie3DSeriesView2;
     this.chartPie.Size     = new System.Drawing.Size(1104, 442);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.DisplayMember     = "StoreName";
     this.cboStores.FormattingEnabled = true;
     this.cboStores.Location          = new System.Drawing.Point(904, 18);
     this.cboStores.Name                  = "cboStores";
     this.cboStores.Size                  = new System.Drawing.Size(121, 21);
     this.cboStores.TabIndex              = 21;
     this.cboStores.ValueMember           = "ID";
     this.cboStores.SelectedValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // dtDate
     //
     this.dtDate.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont        = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.CustomFormat        = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location            = new System.Drawing.Point(738, 20);
     this.dtDate.Name          = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size          = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex      = 22;
     this.dtDate.Value         = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible       = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // progressBar1
     //
     this.progressBar1.Location      = new System.Drawing.Point(427, 245);
     this.progressBar1.Minimum       = 1;
     this.progressBar1.Name          = "progressBar1";
     this.progressBar1.Size          = new System.Drawing.Size(300, 23);
     this.progressBar1.Style         = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex      = 25;
     this.progressBar1.UseWaitCursor = true;
     this.progressBar1.Value         = 1;
     this.progressBar1.Visible       = false;
     //
     // btnPrint
     //
     this.btnPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image      = global::HCMIS.Desktop.Properties.Resources.printer;
     this.btnPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.Location   = new System.Drawing.Point(1065, 18);
     this.btnPrint.Name       = "btnPrint";
     this.btnPrint.Size       = new System.Drawing.Size(65, 22);
     this.btnPrint.TabIndex   = 24;
     this.btnPrint.Text       = "Print";
     this.btnPrint.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // GeneralExpiryChart
     //
     this.Appearance.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1155, 513);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Controls.Add(this.chartPie);
     this.Name  = "GeneralExpiryChart";
     this.Text  = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram3D       simpleDiagram3D1       = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Doughnut3DSeriesLabel doughnut3DSeriesLabel1 = new DevExpress.XtraCharts.Doughnut3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions       piePointOptions1       = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView1  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     DevExpress.XtraCharts.Doughnut3DSeriesLabel doughnut3DSeriesLabel2 = new DevExpress.XtraCharts.Doughnut3DSeriesLabel();
     DevExpress.XtraCharts.Doughnut3DSeriesView  doughnut3DSeriesView2  = new DevExpress.XtraCharts.Doughnut3DSeriesView();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrChart2     = new DevExpress.XtraReports.UI.XRChart();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF = 611.6011F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StylePriority.UseTextAlignment = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 30F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 30F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart2
     });
     this.ReportHeader.HeightF = 611F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrChart2
     //
     this.xrChart2.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrChart2.BorderColor                   = System.Drawing.Color.Black;
     this.xrChart2.Borders                       = DevExpress.XtraPrinting.BorderSide.None;
     simpleDiagram3D1.PerspectiveEnabled         = false;
     simpleDiagram3D1.RotationMatrixSerializable = "0.579403144131448;0.582793684297382;-0.569774971470039;0;-0.630086505007572;0.763" +
                                                   "720221865782;0.140436529865369;0;0.516994190274843;0.277638153459439;0.809712333" +
                                                   "465223;0;0;0;0;1";
     this.xrChart2.Diagram = simpleDiagram3D1;
     this.xrChart2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.xrChart2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
     this.xrChart2.Legend.EquallySpacedItems  = false;
     this.xrChart2.LocationFloat                 = new DevExpress.Utils.PointFloat(300F, 0F);
     this.xrChart2.Name                          = "xrChart2";
     doughnut3DSeriesLabel1.Font                 = new System.Drawing.Font("Tahoma", 10F);
     doughnut3DSeriesLabel1.LineVisible          = true;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     doughnut3DSeriesLabel1.PointOptions         = piePointOptions1;
     doughnut3DSeriesLabel1.Position             = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     series1.Label = doughnut3DSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = doughnut3DSeriesView1;
     this.xrChart2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     doughnut3DSeriesLabel2.LineVisible = true;
     this.xrChart2.SeriesTemplate.Label = doughnut3DSeriesLabel2;
     this.xrChart2.SeriesTemplate.View  = doughnut3DSeriesView2;
     this.xrChart2.SizeF = new System.Drawing.SizeF(500F, 611F);
     //
     // rpthongkedoanhthu
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(30, 30, 30, 30);
     this.PageHeight = 827;
     this.PageWidth  = 1169;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Version    = "12.2";
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnut3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Beispiel #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.DoughnutSeriesLabel      doughnutSeriesLabel1      = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.DoughnutSeriesView       doughnutSeriesView1       = new DevExpress.XtraCharts.DoughnutSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaResult_Form));
     this.chartControl1    = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2    = new DevExpress.XtraCharts.ChartControl();
     this.bt_imageExport01 = new System.Windows.Forms.Button();
     this.bt_imageExport02 = new System.Windows.Forms.Button();
     this.panel2           = new System.Windows.Forms.Panel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel4           = new System.Windows.Forms.Panel();
     this.panel3           = new System.Windows.Forms.Panel();
     this.button_cancle    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
     this.chartControl1.CrosshairOptions.ValueLineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
     this.chartControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location                 = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                     = "chartControl1";
     this.chartControl1.SeriesSerializable       = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel1.LineVisible       = true;
     pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.General;
     sideBySideBarSeriesLabel1.PointOptions      = pointOptions1;
     this.chartControl1.SeriesTemplate.Label     = sideBySideBarSeriesLabel1;
     this.chartControl1.Size                     = new System.Drawing.Size(484, 293);
     this.chartControl1.TabIndex                 = 0;
     //
     // chartControl2
     //
     this.chartControl2.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
     this.chartControl2.CrosshairOptions.ValueLineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
     this.chartControl2.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Location                    = new System.Drawing.Point(0, 0);
     this.chartControl2.Name                        = "chartControl2";
     this.chartControl2.SeriesSerializable          = new DevExpress.XtraCharts.Series[0];
     doughnutSeriesLabel1.LineVisible               = true;
     piePointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.General;
     doughnutSeriesLabel1.PointOptions              = piePointOptions1;
     this.chartControl2.SeriesTemplate.Label        = doughnutSeriesLabel1;
     doughnutSeriesView1.RuntimeExploding           = false;
     this.chartControl2.SeriesTemplate.View         = doughnutSeriesView1;
     this.chartControl2.Size                        = new System.Drawing.Size(484, 293);
     this.chartControl2.TabIndex                    = 0;
     //
     // bt_imageExport01
     //
     this.bt_imageExport01.Location = new System.Drawing.Point(11, 305);
     this.bt_imageExport01.Name     = "bt_imageExport01";
     this.bt_imageExport01.Size     = new System.Drawing.Size(138, 30);
     this.bt_imageExport01.TabIndex = 1;
     this.bt_imageExport01.Text     = "直方图图片输出";
     this.bt_imageExport01.UseVisualStyleBackColor = true;
     this.bt_imageExport01.Click += new System.EventHandler(this.bt_imageExport01_Click);
     //
     // bt_imageExport02
     //
     this.bt_imageExport02.Location = new System.Drawing.Point(819, 305);
     this.bt_imageExport02.Name     = "bt_imageExport02";
     this.bt_imageExport02.Size     = new System.Drawing.Size(138, 30);
     this.bt_imageExport02.TabIndex = 1;
     this.bt_imageExport02.Text     = "饼图图片输出";
     this.bt_imageExport02.UseVisualStyleBackColor = true;
     this.bt_imageExport02.Click += new System.EventHandler(this.bt_imageExport02_Click);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Controls.Add(this.bt_imageExport02);
     this.panel2.Controls.Add(this.button_cancle);
     this.panel2.Controls.Add(this.bt_imageExport01);
     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(970, 347);
     this.panel2.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(968, 293);
     this.panel1.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.chartControl2);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(484, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(484, 293);
     this.panel4.TabIndex = 1;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.chartControl1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(484, 293);
     this.panel3.TabIndex = 0;
     //
     // button_cancle
     //
     this.button_cancle.Location = new System.Drawing.Point(414, 305);
     this.button_cancle.Name     = "button_cancle";
     this.button_cancle.Size     = new System.Drawing.Size(138, 30);
     this.button_cancle.TabIndex = 1;
     this.button_cancle.Text     = "关闭";
     this.button_cancle.UseVisualStyleBackColor = true;
     this.button_cancle.Click += new System.EventHandler(this.button_cancle_Click);
     //
     // EvaResult_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(970, 347);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EvaResult_Form";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "统计分析";
     this.Load           += new System.EventHandler(this.Statistics_Form_Load);
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }