Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPivotGrid.PivotGridCustomTotal pivotGridCustomTotal1 = new DevExpress.XtraPivotGrid.PivotGridCustomTotal();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     this.pivotGridField6 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.GridInstructorFee = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField5 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.GridInstructorFee)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridField6
     //
     this.pivotGridField6.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField6.AreaIndex = 2;
     this.pivotGridField6.Caption = "Standing Inst. Fees";
     this.pivotGridField6.CustomTotals.AddRange(new DevExpress.XtraPivotGrid.PivotGridCustomTotal[] {
                                                                                                        pivotGridCustomTotal1});
     this.pivotGridField6.FieldName = "mStandinInstructorFees";
     this.pivotGridField6.Name = "pivotGridField6";
     this.pivotGridField6.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.CustomTotals;
     this.pivotGridField6.Width = 110;
     //
     // GridInstructorFee
     //
     this.GridInstructorFee.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridInstructorFee.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
                                                                                              this.pivotGridField1,
                                                                                              this.pivotGridField2,
                                                                                              this.pivotGridField3,
                                                                                              this.pivotGridField4,
                                                                                              this.pivotGridField5,
                                                                                              this.pivotGridField6});
     pivotGridGroup1.Fields.Add(this.pivotGridField6);
     this.GridInstructorFee.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
                                                                                              pivotGridGroup1});
     this.GridInstructorFee.Location = new System.Drawing.Point(8, 24);
     this.GridInstructorFee.Name = "GridInstructorFee";
     this.GridInstructorFee.OptionsCustomization.AllowDrag = false;
     this.GridInstructorFee.OptionsCustomization.AllowExpand = false;
     this.GridInstructorFee.OptionsCustomization.AllowFilter = false;
     this.GridInstructorFee.OptionsCustomization.AllowSort = false;
     this.GridInstructorFee.OptionsView.ShowDataHeaders = false;
     this.GridInstructorFee.OptionsView.ShowFilterHeaders = false;
     this.GridInstructorFee.OptionsView.ShowRowTotals = false;
     this.GridInstructorFee.OptionsView.ShowTotalsForSingleValues = true;
     this.GridInstructorFee.Size = new System.Drawing.Size(760, 376);
     this.GridInstructorFee.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 1;
     this.pivotGridField1.Caption = "Instructor Id";
     this.pivotGridField1.FieldName = "InstructorId";
     this.pivotGridField1.Name = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption = "Instructor Name";
     this.pivotGridField2.FieldName = "strEmployeeName";
     this.pivotGridField2.Name = "pivotGridField2";
     this.pivotGridField2.Width = 150;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption = "Branch";
     this.pivotGridField3.FieldName = "strBranchCode";
     this.pivotGridField3.Name = "pivotGridField3";
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.Caption = "# of Class";
     this.pivotGridField4.FieldName = "strBranchCode";
     this.pivotGridField4.Name = "pivotGridField4";
     this.pivotGridField4.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     this.pivotGridField4.Width = 80;
     //
     // pivotGridField5
     //
     this.pivotGridField5.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField5.AreaIndex = 0;
     this.pivotGridField5.Caption = "Total Fee";
     this.pivotGridField5.FieldName = "mInstructorFees";
     this.pivotGridField5.Name = "pivotGridField5";
     this.pivotGridField5.Width = 80;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(8, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(160, 23);
     this.label1.TabIndex = 2;
     this.label1.Text = "Instructor Fees";
     //
     // RPInstructorFees
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(792, 461);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GridInstructorFee);
     this.Name = "RPInstructorFees";
     this.Text = "Instructors Fee Summary Report";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.RPInstructorFees_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridInstructorFee)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPivotGrid.PivotGridCustomTotal pivotGridCustomTotal1 = new DevExpress.XtraPivotGrid.PivotGridCustomTotal();
     DevExpress.XtraPivotGrid.PivotGridGroup       pivotGridGroup1       = new DevExpress.XtraPivotGrid.PivotGridGroup();
     this.pivotGridField6   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.GridInstructorFee = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField5   = new DevExpress.XtraPivotGrid.PivotGridField();
     this.label1            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.GridInstructorFee)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridField6
     //
     this.pivotGridField6.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField6.AreaIndex = 2;
     this.pivotGridField6.Caption   = "Standing Inst. Fees";
     this.pivotGridField6.CustomTotals.AddRange(new DevExpress.XtraPivotGrid.PivotGridCustomTotal[] {
         pivotGridCustomTotal1
     });
     this.pivotGridField6.FieldName        = "mStandinInstructorFees";
     this.pivotGridField6.Name             = "pivotGridField6";
     this.pivotGridField6.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.CustomTotals;
     this.pivotGridField6.Width            = 110;
     //
     // GridInstructorFee
     //
     this.GridInstructorFee.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridInstructorFee.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField4,
         this.pivotGridField5,
         this.pivotGridField6
     });
     pivotGridGroup1.Fields.Add(this.pivotGridField6);
     this.GridInstructorFee.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
         pivotGridGroup1
     });
     this.GridInstructorFee.Location = new System.Drawing.Point(8, 24);
     this.GridInstructorFee.Name     = "GridInstructorFee";
     this.GridInstructorFee.OptionsCustomization.AllowDrag        = false;
     this.GridInstructorFee.OptionsCustomization.AllowExpand      = false;
     this.GridInstructorFee.OptionsCustomization.AllowFilter      = false;
     this.GridInstructorFee.OptionsCustomization.AllowSort        = false;
     this.GridInstructorFee.OptionsView.ShowDataHeaders           = false;
     this.GridInstructorFee.OptionsView.ShowFilterHeaders         = false;
     this.GridInstructorFee.OptionsView.ShowRowTotals             = false;
     this.GridInstructorFee.OptionsView.ShowTotalsForSingleValues = true;
     this.GridInstructorFee.Size     = new System.Drawing.Size(760, 376);
     this.GridInstructorFee.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 1;
     this.pivotGridField1.Caption   = "Instructor Id";
     this.pivotGridField1.FieldName = "InstructorId";
     this.pivotGridField1.Name      = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption   = "Instructor Name";
     this.pivotGridField2.FieldName = "strEmployeeName";
     this.pivotGridField2.Name      = "pivotGridField2";
     this.pivotGridField2.Width     = 150;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption   = "Branch";
     this.pivotGridField3.FieldName = "strBranchCode";
     this.pivotGridField3.Name      = "pivotGridField3";
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area        = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex   = 1;
     this.pivotGridField4.Caption     = "# of Class";
     this.pivotGridField4.FieldName   = "strBranchCode";
     this.pivotGridField4.Name        = "pivotGridField4";
     this.pivotGridField4.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     this.pivotGridField4.Width       = 80;
     //
     // pivotGridField5
     //
     this.pivotGridField5.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField5.AreaIndex = 0;
     this.pivotGridField5.Caption   = "Total Fee";
     this.pivotGridField5.FieldName = "mInstructorFees";
     this.pivotGridField5.Name      = "pivotGridField5";
     this.pivotGridField5.Width     = 80;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(8, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Instructor Fees";
     //
     // RPInstructorFees
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 461);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GridInstructorFee);
     this.Name        = "RPInstructorFees";
     this.Text        = "Instructors Fee Summary Report";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.RPInstructorFees_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridInstructorFee)).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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RPIncomeAnalysis));
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup2 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup3 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup4 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     this.CurrentGridIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pv2NettAmount = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField7 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField8 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.v2TargetAmount = new DevExpress.XtraPivotGrid.PivotGridField();
     this.TargetPercent = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DayMonthEnd = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DayAvg = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField14 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.colTest = new DevExpress.XtraPivotGrid.PivotGridField();
     this.label63 = new System.Windows.Forms.Label();
     this.cmbCategory = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink3 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink4 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.hyperLinkEdit1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PrevGridIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.vTargetAmt = new DevExpress.XtraPivotGrid.PivotGridField();
     this.TargetAmt = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField13 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.TestTargetAmt = new DevExpress.XtraPivotGrid.PivotGridField();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.hyperLinkEdit2 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_Del = new DevExpress.XtraEditors.SimpleButton();
     this.pvGrandTotal10Days = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField16 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField17 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.ThirdGridIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField11 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField12 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.cmbMonth = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.CurrentGridIncomeAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevGridIncomeAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pvGrandTotal10Days)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ThirdGridIncomeAnalysis)).BeginInit();
     this.SuspendLayout();
     //
     // CurrentGridIncomeAnalysis
     //
     this.CurrentGridIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.CurrentGridIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pv2NettAmount,
     this.pivotGridField7,
     this.pivotGridField8,
     this.v2TargetAmount,
     this.TargetPercent,
     this.DayMonthEnd,
     this.DayAvg,
     this.pivotGridField14,
     this.colTest});
     this.CurrentGridIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup1});
     this.CurrentGridIncomeAnalysis.Location = new System.Drawing.Point(0, 271);
     this.CurrentGridIncomeAnalysis.Name = "CurrentGridIncomeAnalysis";
     this.CurrentGridIncomeAnalysis.OptionsCustomization.AllowDrag = false;
     this.CurrentGridIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.CurrentGridIncomeAnalysis.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.CurrentGridIncomeAnalysis.OptionsDataField.AreaIndex = 1;
     this.CurrentGridIncomeAnalysis.OptionsPrint.UsePrintAppearance = true;
     this.CurrentGridIncomeAnalysis.OptionsView.ShowDataHeaders = false;
     this.CurrentGridIncomeAnalysis.OptionsView.ShowFilterHeaders = false;
     this.CurrentGridIncomeAnalysis.OptionsView.ShowRowGrandTotals = false;
     this.CurrentGridIncomeAnalysis.Size = new System.Drawing.Size(960, 156);
     this.CurrentGridIncomeAnalysis.TabIndex = 1;
     this.CurrentGridIncomeAnalysis.Click += new System.EventHandler(this.CurrentGridIncomeAnalysis_Click);
     this.CurrentGridIncomeAnalysis.CustomSummary += new DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventHandler(this.CurrentGridIncomeAnalysis_CustomSummary);
     //
     // pv2NettAmount
     //
     this.pv2NettAmount.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pv2NettAmount.AreaIndex = 0;
     this.pv2NettAmount.Caption = "Branch Sales";
     this.pv2NettAmount.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pv2NettAmount.FieldName = "mNettAmount";
     this.pv2NettAmount.Name = "pv2NettAmount";
     this.pv2NettAmount.TotalCellFormat.FormatString = "f2";
     this.pv2NettAmount.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pv2NettAmount.TotalValueFormat.FormatString = "f2";
     this.pv2NettAmount.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pv2NettAmount.ValueFormat.FormatString = "f2";
     this.pv2NettAmount.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pv2NettAmount.Width = 80;
     //
     // pivotGridField7
     //
     this.pivotGridField7.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField7.AreaIndex = 0;
     this.pivotGridField7.Caption = "Branch";
     this.pivotGridField7.FieldName = "strBranchCode";
     this.pivotGridField7.Name = "pivotGridField7";
     this.pivotGridField7.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField7.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField7.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField7.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField7.Width = 80;
     //
     // pivotGridField8
     //
     this.pivotGridField8.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField8.AreaIndex = 1;
     this.pivotGridField8.Caption = "Branch Sales";
     this.pivotGridField8.FieldName = "mTotalAmount";
     this.pivotGridField8.Name = "pivotGridField8";
     this.pivotGridField8.Visible = false;
     this.pivotGridField8.Width = 80;
     //
     // v2TargetAmount
     //
     this.v2TargetAmount.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.v2TargetAmount.AreaIndex = 2;
     this.v2TargetAmount.Caption = "Amount - Target";
     this.v2TargetAmount.Name = "v2TargetAmount";
     this.v2TargetAmount.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     this.v2TargetAmount.UnboundFieldName = "pv2TargetAmount";
     this.v2TargetAmount.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // TargetPercent
     //
     this.TargetPercent.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.TargetPercent.AreaIndex = 2;
     this.TargetPercent.Caption = "% of Target";
     this.TargetPercent.CellFormat.FormatString = "p";
     this.TargetPercent.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetPercent.Name = "TargetPercent";
     this.TargetPercent.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentVariation;
     this.TargetPercent.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     this.TargetPercent.TotalCellFormat.FormatString = "p";
     this.TargetPercent.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetPercent.TotalValueFormat.FormatString = "p";
     this.TargetPercent.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetPercent.ValueFormat.FormatString = "p";
     this.TargetPercent.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetPercent.Visible = false;
     //
     // DayMonthEnd
     //
     this.DayMonthEnd.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.DayMonthEnd.AreaIndex = 3;
     this.DayMonthEnd.Caption = "Days To Month End";
     this.DayMonthEnd.Name = "DayMonthEnd";
     this.DayMonthEnd.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Min;
     //
     // DayAvg
     //
     this.DayAvg.Appearance.ValueTotal.ForeColor = System.Drawing.Color.Black;
     this.DayAvg.Appearance.ValueTotal.Options.UseForeColor = true;
     this.DayAvg.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.DayAvg.AreaIndex = 4;
     this.DayAvg.Caption = "Daily Average";
     this.DayAvg.Name = "DayAvg";
     this.DayAvg.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     this.DayAvg.TotalCellFormat.FormatString = "f2";
     this.DayAvg.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.DayAvg.TotalValueFormat.FormatString = "f2";
     this.DayAvg.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.DayAvg.UnboundFieldName = "DailyAvg";
     this.DayAvg.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.DayAvg.ValueFormat.FormatString = "f2";
     this.DayAvg.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // pivotGridField14
     //
     this.pivotGridField14.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField14.AreaIndex = 0;
     this.pivotGridField14.Caption = "Month";
     this.pivotGridField14.FieldName = "dtMonth";
     this.pivotGridField14.Name = "pivotGridField14";
     this.pivotGridField14.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField14.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField14.Width = 80;
     //
     // colTest
     //
     this.colTest.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.colTest.AreaIndex = 1;
     this.colTest.Caption = "% of Target";
     this.colTest.CellFormat.FormatString = "P";
     this.colTest.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colTest.Name = "colTest";
     this.colTest.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     //
     // label63
     //
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(547, 10);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(56, 16);
     this.label63.TabIndex = 36;
     this.label63.Text = "Category";
     //
     // cmbCategory
     //
     this.cmbCategory.EditValue = "cbGIROStatus";
     this.cmbCategory.Location = new System.Drawing.Point(608, 8);
     this.cmbCategory.Name = "cmbCategory";
     this.cmbCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbCategory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cmbCategory.Size = new System.Drawing.Size(200, 20);
     this.cmbCategory.TabIndex = 35;
     this.cmbCategory.SelectedValueChanged += new System.EventHandler(this.cmbCategory_SelectedValueChanged);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(0, 253);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 38;
     this.label2.Text = "Current Month Sales";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(168, 432);
     this.PRINT1.Name = "PRINT1";
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 139;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printableComponentLink2,
     this.printableComponentLink3,
     this.printableComponentLink4});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.CurrentGridIncomeAnalysis;
     this.printableComponentLink1.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "\r\nCurrent Month Sales Report",
         "Income Analysis Report",
         "[Date Printed][Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink2.ImageStream")));
     this.printableComponentLink2.Landscape = true;
     this.printableComponentLink2.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink2.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "Previus Two Month Sales Report",
         "",
         "[Date Printed][Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink2.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink2.PrintingSystem = this.printingSystem1;
     this.printableComponentLink2.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink3
     //
     this.printableComponentLink3.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink3.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink3.ImageStream")));
     this.printableComponentLink3.Landscape = true;
     this.printableComponentLink3.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink3.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "Previous 10 Days Sales Report",
         "",
         "[Date Printed][Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink3.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink3.PrintingSystem = this.printingSystem1;
     this.printableComponentLink3.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink4
     //
     this.printableComponentLink4.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink4.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink4.ImageStream")));
     this.printableComponentLink4.Landscape = true;
     this.printableComponentLink4.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink4.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "Previous 10 Days Sales Report",
         "",
         "[Date Printed][Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink4.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink4.PrintingSystem = this.printingSystem1;
     this.printableComponentLink4.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // hyperLinkEdit1
     //
     this.hyperLinkEdit1.EditValue = "PRINT";
     this.hyperLinkEdit1.Location = new System.Drawing.Point(120, 253);
     this.hyperLinkEdit1.Name = "hyperLinkEdit1";
     this.hyperLinkEdit1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.hyperLinkEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.hyperLinkEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.hyperLinkEdit1.Size = new System.Drawing.Size(40, 18);
     this.hyperLinkEdit1.TabIndex = 140;
     this.hyperLinkEdit1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.hyperLinkEdit1_OpenLink);
     //
     // PrevGridIncomeAnalysis
     //
     this.PrevGridIncomeAnalysis.AppearancePrint.Cell.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.Cell.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.CustomTotalCell.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.CustomTotalCell.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValue.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValue.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValueGrandTotal.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValueGrandTotal.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValueTotal.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.FieldValueTotal.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.FilterSeparator.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.FilterSeparator.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.GrandTotalCell.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.GrandTotalCell.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.Lines.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.Lines.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.AppearancePrint.TotalCell.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrevGridIncomeAnalysis.AppearancePrint.TotalCell.Options.UseFont = true;
     this.PrevGridIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.PrevGridIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField1,
     this.pivotGridField3,
     this.pivotGridField4,
     this.vTargetAmt,
     this.TargetAmt,
     this.pivotGridField13,
     this.TestTargetAmt});
     this.PrevGridIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup2});
     this.PrevGridIncomeAnalysis.Location = new System.Drawing.Point(-8, 450);
     this.PrevGridIncomeAnalysis.Name = "PrevGridIncomeAnalysis";
     this.PrevGridIncomeAnalysis.OptionsBehavior.ApplyBestFitOnFieldDragging = true;
     this.PrevGridIncomeAnalysis.OptionsCustomization.AllowDrag = false;
     this.PrevGridIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.PrevGridIncomeAnalysis.OptionsCustomization.AllowHideFields = DevExpress.XtraPivotGrid.AllowHideFieldsType.Never;
     this.PrevGridIncomeAnalysis.OptionsCustomization.AllowSort = false;
     this.PrevGridIncomeAnalysis.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.PrevGridIncomeAnalysis.OptionsDataField.AreaIndex = 1;
     this.PrevGridIncomeAnalysis.OptionsPrint.PrintDataHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.PrevGridIncomeAnalysis.OptionsPrint.PrintFilterHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.PrevGridIncomeAnalysis.OptionsPrint.UsePrintAppearance = true;
     this.PrevGridIncomeAnalysis.OptionsView.ShowDataHeaders = false;
     this.PrevGridIncomeAnalysis.OptionsView.ShowFilterHeaders = false;
     this.PrevGridIncomeAnalysis.OptionsView.ShowFilterSeparatorBar = false;
     this.PrevGridIncomeAnalysis.OptionsView.ShowRowGrandTotals = false;
     this.PrevGridIncomeAnalysis.Size = new System.Drawing.Size(960, 176);
     this.PrevGridIncomeAnalysis.TabIndex = 142;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption = "Branch Sales";
     this.pivotGridField1.ExpandedInFieldsGroup = false;
     this.pivotGridField1.FieldName = "mNettAmount";
     this.pivotGridField1.MinWidth = 80;
     this.pivotGridField1.Name = "pivotGridField1";
     this.pivotGridField1.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.True;
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.TotalCellFormat.FormatString = "f2";
     this.pivotGridField1.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField1.TotalValueFormat.FormatString = "f2";
     this.pivotGridField1.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField1.ValueFormat.FormatString = "f2";
     this.pivotGridField1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField1.Width = 80;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption = "Branch";
     this.pivotGridField3.FieldName = "strBranchCode";
     this.pivotGridField3.MinWidth = 10;
     this.pivotGridField3.Name = "pivotGridField3";
     this.pivotGridField3.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField3.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.True;
     this.pivotGridField3.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField3.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField3.Width = 80;
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.FieldName = "mTotalAmount";
     this.pivotGridField4.Name = "pivotGridField4";
     this.pivotGridField4.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField4.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField4.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField4.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField4.TotalCellFormat.FormatString = "f2";
     this.pivotGridField4.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField4.TotalValueFormat.FormatString = "f2";
     this.pivotGridField4.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField4.ValueFormat.FormatString = "f2";
     this.pivotGridField4.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField4.Visible = false;
     this.pivotGridField4.Width = 80;
     //
     // vTargetAmt
     //
     this.vTargetAmt.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.vTargetAmt.AreaIndex = 1;
     this.vTargetAmt.Caption = "Target Amount";
     this.vTargetAmt.Name = "vTargetAmt";
     this.vTargetAmt.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.vTargetAmt.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.vTargetAmt.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.vTargetAmt.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.vTargetAmt.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     this.vTargetAmt.TotalCellFormat.FormatString = "f2";
     this.vTargetAmt.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.vTargetAmt.TotalValueFormat.FormatString = "f2";
     this.vTargetAmt.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.vTargetAmt.UnboundFieldName = "gvTargetAmt";
     this.vTargetAmt.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.vTargetAmt.ValueFormat.FormatString = "f2";
     this.vTargetAmt.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // TargetAmt
     //
     this.TargetAmt.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.TargetAmt.AreaIndex = 2;
     this.TargetAmt.Caption = "Amount > Target";
     this.TargetAmt.Name = "TargetAmt";
     this.TargetAmt.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     this.TargetAmt.TotalValueFormat.FormatString = "f2";
     this.TargetAmt.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetAmt.UnboundFieldName = "TargetAmount";
     this.TargetAmt.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.TargetAmt.ValueFormat.FormatString = "f2";
     this.TargetAmt.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.TargetAmt.Width = 90;
     //
     // pivotGridField13
     //
     this.pivotGridField13.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField13.AreaIndex = 0;
     this.pivotGridField13.Caption = "Month";
     this.pivotGridField13.FieldName = "dtMonth";
     this.pivotGridField13.Name = "pivotGridField13";
     this.pivotGridField13.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField13.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField13.Width = 80;
     //
     // TestTargetAmt
     //
     this.TestTargetAmt.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.TestTargetAmt.AreaIndex = 1;
     this.TestTargetAmt.FieldName = "TargetAmount";
     this.TestTargetAmt.Name = "TestTargetAmt";
     this.TestTargetAmt.Visible = false;
     this.TestTargetAmt.Width = 90;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(-1, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(136, 16);
     this.label3.TabIndex = 143;
     this.label3.Text = "Previous 10  Days Sales";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(0, 432);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 16);
     this.label1.TabIndex = 144;
     this.label1.Text = "Selected Month:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // hyperLinkEdit2
     //
     this.hyperLinkEdit2.EditValue = "PRINT";
     this.hyperLinkEdit2.Location = new System.Drawing.Point(199, 8);
     this.hyperLinkEdit2.Name = "hyperLinkEdit2";
     this.hyperLinkEdit2.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.hyperLinkEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.hyperLinkEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.hyperLinkEdit2.Size = new System.Drawing.Size(40, 18);
     this.hyperLinkEdit2.TabIndex = 147;
     //
     // btn_Add
     //
     this.btn_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Add.Appearance.Options.UseFont = true;
     this.btn_Add.Appearance.Options.UseTextOptions = true;
     this.btn_Add.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btn_Add.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btn_Add.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btn_Add.ImageIndex = 0;
     this.btn_Add.ImageList = this.imageList1;
     this.btn_Add.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btn_Add.Location = new System.Drawing.Point(135, 8);
     this.btn_Add.Name = "btn_Add";
     this.btn_Add.Size = new System.Drawing.Size(32, 16);
     this.btn_Add.TabIndex = 146;
     this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
     //
     // btn_Del
     //
     this.btn_Del.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Del.Appearance.Options.UseFont = true;
     this.btn_Del.Appearance.Options.UseTextOptions = true;
     this.btn_Del.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btn_Del.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btn_Del.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btn_Del.ImageIndex = 1;
     this.btn_Del.ImageList = this.imageList1;
     this.btn_Del.Location = new System.Drawing.Point(168, 8);
     this.btn_Del.Name = "btn_Del";
     this.btn_Del.Size = new System.Drawing.Size(24, 16);
     this.btn_Del.TabIndex = 145;
     this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
     //
     // pvGrandTotal10Days
     //
     this.pvGrandTotal10Days.Cursor = System.Windows.Forms.Cursors.Default;
     this.pvGrandTotal10Days.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField16,
     this.pivotGridField17});
     this.pvGrandTotal10Days.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup3});
     this.pvGrandTotal10Days.Location = new System.Drawing.Point(0, 32);
     this.pvGrandTotal10Days.Name = "pvGrandTotal10Days";
     this.pvGrandTotal10Days.OptionsCustomization.AllowDrag = false;
     this.pvGrandTotal10Days.OptionsCustomization.AllowExpand = false;
     this.pvGrandTotal10Days.OptionsCustomization.AllowSort = false;
     this.pvGrandTotal10Days.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.pvGrandTotal10Days.OptionsDataField.AreaIndex = 1;
     this.pvGrandTotal10Days.OptionsView.ShowDataHeaders = false;
     this.pvGrandTotal10Days.OptionsView.ShowFilterHeaders = false;
     this.pvGrandTotal10Days.OptionsView.ShowRowGrandTotals = false;
     this.pvGrandTotal10Days.Size = new System.Drawing.Size(960, 200);
     this.pvGrandTotal10Days.TabIndex = 150;
     //
     // pivotGridField16
     //
     this.pivotGridField16.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField16.AreaIndex = 0;
     this.pivotGridField16.Caption = "Nett Amount";
     this.pivotGridField16.FieldName = "mNettAmount";
     this.pivotGridField16.Name = "pivotGridField16";
     //
     // pivotGridField17
     //
     this.pivotGridField17.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField17.AreaIndex = 0;
     this.pivotGridField17.Caption = "Branch";
     this.pivotGridField17.FieldName = "strBranchCode";
     this.pivotGridField17.Name = "pivotGridField17";
     this.pivotGridField17.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField17.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField17.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField17.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // ThirdGridIncomeAnalysis
     //
     this.ThirdGridIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.ThirdGridIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField11,
     this.pivotGridField12,
     this.pivotGridField9});
     this.ThirdGridIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup4});
     this.ThirdGridIncomeAnalysis.Location = new System.Drawing.Point(0, 27);
     this.ThirdGridIncomeAnalysis.Name = "ThirdGridIncomeAnalysis";
     this.ThirdGridIncomeAnalysis.OptionsCustomization.AllowDrag = false;
     this.ThirdGridIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.ThirdGridIncomeAnalysis.OptionsCustomization.AllowSort = false;
     this.ThirdGridIncomeAnalysis.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.ThirdGridIncomeAnalysis.OptionsDataField.AreaIndex = 1;
     this.ThirdGridIncomeAnalysis.OptionsView.ShowDataHeaders = false;
     this.ThirdGridIncomeAnalysis.OptionsView.ShowFilterHeaders = false;
     this.ThirdGridIncomeAnalysis.OptionsView.ShowRowGrandTotals = false;
     this.ThirdGridIncomeAnalysis.Size = new System.Drawing.Size(960, 224);
     this.ThirdGridIncomeAnalysis.TabIndex = 151;
     //
     // pivotGridField11
     //
     this.pivotGridField11.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField11.AreaIndex = 0;
     this.pivotGridField11.Caption = "Nett Amount";
     this.pivotGridField11.FieldName = "mNettAmount";
     this.pivotGridField11.Name = "pivotGridField11";
     this.pivotGridField11.Width = 90;
     //
     // pivotGridField12
     //
     this.pivotGridField12.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField12.AreaIndex = 0;
     this.pivotGridField12.Caption = "Branch";
     this.pivotGridField12.FieldName = "strBranchCode";
     this.pivotGridField12.Name = "pivotGridField12";
     this.pivotGridField12.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Width = 90;
     //
     // pivotGridField9
     //
     this.pivotGridField9.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField9.AreaIndex = 0;
     this.pivotGridField9.Caption = "Date";
     this.pivotGridField9.FieldName = "dtDate";
     this.pivotGridField9.Name = "pivotGridField9";
     this.pivotGridField9.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.ValueFormat.FormatString = "d";
     this.pivotGridField9.ValueFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.pivotGridField9.Width = 80;
     //
     // cmbMonth
     //
     this.cmbMonth.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12"});
     this.cmbMonth.Location = new System.Drawing.Point(440, 5);
     this.cmbMonth.Name = "cmbMonth";
     this.cmbMonth.Size = new System.Drawing.Size(104, 21);
     this.cmbMonth.TabIndex = 152;
     this.cmbMonth.Text = "-Select Month-";
     this.cmbMonth.SelectedIndexChanged += new System.EventHandler(this.cmbMonth_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(392, 10);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(40, 16);
     this.label4.TabIndex = 153;
     this.label4.Text = "Month";
     //
     // RPIncomeAnalysis
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(994, 688);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbMonth);
     this.Controls.Add(this.hyperLinkEdit2);
     this.Controls.Add(this.btn_Add);
     this.Controls.Add(this.btn_Del);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.PrevGridIncomeAnalysis);
     this.Controls.Add(this.hyperLinkEdit1);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label63);
     this.Controls.Add(this.cmbCategory);
     this.Controls.Add(this.CurrentGridIncomeAnalysis);
     this.Controls.Add(this.ThirdGridIncomeAnalysis);
     this.Controls.Add(this.pvGrandTotal10Days);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RPIncomeAnalysis";
     this.Padding = new System.Windows.Forms.Padding(0, 0, 0, 50);
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Income Analysis Report";
     this.TopMost = true;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.ShowReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.CurrentGridIncomeAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevGridIncomeAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pvGrandTotal10Days)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ThirdGridIncomeAnalysis)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPivotGrid.PivotGridGroup        pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(AllIncomeAnalysis));
     this.pivotGridField10          = new DevExpress.XtraPivotGrid.PivotGridField();
     this.GridAllIncome             = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1           = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2           = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3           = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DateRangeTo               = new DevExpress.XtraEditors.DateEdit();
     this.label1                    = new System.Windows.Forms.Label();
     this.DateTo                    = new System.Windows.Forms.Label();
     this.DateFrom                  = new DevExpress.XtraEditors.DateEdit();
     this.label3                    = new System.Windows.Forms.Label();
     this.PrevTenDaysIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField11          = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField12          = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9           = new DevExpress.XtraPivotGrid.PivotGridField();
     this.printingSystem1           = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1   = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2   = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.PRINT1                    = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT2                    = new DevExpress.XtraEditors.HyperLinkEdit();
     this.pivotGridField4           = new DevExpress.XtraPivotGrid.PivotGridField();
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridField10
     //
     this.pivotGridField10.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField10.AreaIndex = 0;
     this.pivotGridField10.Caption   = "Category";
     this.pivotGridField10.FieldName = "strDescription";
     this.pivotGridField10.Name      = "pivotGridField10";
     this.pivotGridField10.Width     = 120;
     //
     // GridAllIncome
     //
     this.GridAllIncome.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridAllIncome.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField4
     });
     this.GridAllIncome.Location = new System.Drawing.Point(0, 40);
     this.GridAllIncome.Name     = "GridAllIncome";
     this.GridAllIncome.OptionsView.ShowDataHeaders   = false;
     this.GridAllIncome.OptionsView.ShowFilterHeaders = false;
     this.GridAllIncome.Size     = new System.Drawing.Size(960, 288);
     this.GridAllIncome.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area                = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField1.AreaIndex           = 0;
     this.pivotGridField1.Caption             = "Branch";
     this.pivotGridField1.FieldName           = "strBranchCode";
     this.pivotGridField1.Name                = "pivotGridField1";
     this.pivotGridField1.Options.AllowDrag   = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowSort   = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption   = "Category";
     this.pivotGridField2.FieldName = "strDescription";
     this.pivotGridField2.Name      = "pivotGridField2";
     this.pivotGridField2.Width     = 120;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption   = "Nett Amount";
     this.pivotGridField3.FieldName = "mNettAmount";
     this.pivotGridField3.Name      = "pivotGridField3";
     //
     // DateRangeTo
     //
     this.DateRangeTo.EditValue = null;
     this.DateRangeTo.Location  = new System.Drawing.Point(216, 8);
     this.DateRangeTo.Name      = "DateRangeTo";
     this.DateRangeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DateRangeTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.DateRangeTo.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateRangeTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateRangeTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.DateRangeTo.Size              = new System.Drawing.Size(100, 20);
     this.DateRangeTo.TabIndex          = 2;
     this.DateRangeTo.EditValueChanged += new System.EventHandler(this.DateRangeTo_EditValueChanged);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "From";
     //
     // DateTo
     //
     this.DateTo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTo.Location = new System.Drawing.Point(176, 8);
     this.DateTo.Name     = "DateTo";
     this.DateTo.Size     = new System.Drawing.Size(24, 16);
     this.DateTo.TabIndex = 4;
     this.DateTo.Text     = "To";
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location  = new System.Drawing.Point(48, 8);
     this.DateFrom.Name      = "DateFrom";
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DateFrom.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.DateFrom.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateFrom.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.DateFrom.Size              = new System.Drawing.Size(100, 20);
     this.DateFrom.TabIndex          = 5;
     this.DateFrom.EditValueChanged += new System.EventHandler(this.DateFrom_EditValueChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(8, 336);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(144, 24);
     this.label3.TabIndex  = 41;
     this.label3.Text      = "Previous 10  Days Sales";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrevTenDaysIncomeAnalysis
     //
     this.PrevTenDaysIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.PrevTenDaysIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField11,
         this.pivotGridField10,
         this.pivotGridField12,
         this.pivotGridField9
     });
     pivotGridGroup1.Fields.Add(this.pivotGridField10);
     pivotGridGroup1.Hierarchy = null;
     this.PrevTenDaysIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
         pivotGridGroup1
     });
     this.PrevTenDaysIncomeAnalysis.Location = new System.Drawing.Point(0, 360);
     this.PrevTenDaysIncomeAnalysis.Name     = "PrevTenDaysIncomeAnalysis";
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowDrag   = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowSort   = false;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.Area            = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.AreaIndex       = 1;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowDataHeaders      = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowFilterHeaders    = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowRowGrandTotals   = false;
     this.PrevTenDaysIncomeAnalysis.Size     = new System.Drawing.Size(960, 200);
     this.PrevTenDaysIncomeAnalysis.TabIndex = 40;
     //
     // pivotGridField11
     //
     this.pivotGridField11.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField11.AreaIndex = 0;
     this.pivotGridField11.Caption   = "Nett Amount";
     this.pivotGridField11.FieldName = "SalesAmount";
     this.pivotGridField11.Name      = "pivotGridField11";
     //
     // pivotGridField12
     //
     this.pivotGridField12.Area                = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField12.AreaIndex           = 0;
     this.pivotGridField12.Caption             = "Branch";
     this.pivotGridField12.FieldName           = "strBranchCode";
     this.pivotGridField12.Name                = "pivotGridField12";
     this.pivotGridField12.Options.AllowDrag   = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowSort   = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField9
     //
     this.pivotGridField9.Area                     = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField9.AreaIndex                = 1;
     this.pivotGridField9.Caption                  = "Date";
     this.pivotGridField9.FieldName                = "dtDate";
     this.pivotGridField9.Name                     = "pivotGridField9";
     this.pivotGridField9.Options.AllowDrag        = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowExpand      = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowFilter      = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowSort        = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.ValueFormat.FormatString = "d";
     this.pivotGridField9.ValueFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
         this.printableComponentLink1,
         this.printableComponentLink2
     });
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component        = this.GridAllIncome;
     this.printableComponentLink1.CustomPaperSize  = new System.Drawing.Size(0, 0);
     this.printableComponentLink1.ImageStream      = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageStream")));
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report",
         "",
         "[Date Printed] [Time Printed]"
     }, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"
     }, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem           = this.printingSystem1;
     this.printableComponentLink1.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.Component        = this.PrevTenDaysIncomeAnalysis;
     this.printableComponentLink2.CustomPaperSize  = new System.Drawing.Size(0, 0);
     this.printableComponentLink2.ImageStream      = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink2.ImageStream")));
     this.printableComponentLink2.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report - Previous 10 Days Sales",
         "",
         "[Date Printed] [Time Printed]"
     }, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"
     }, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink2.PrintingSystem           = this.printingSystem1;
     this.printableComponentLink2.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location  = new System.Drawing.Point(328, 8);
     this.PRINT1.Name      = "PRINT1";
     this.PRINT1.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size      = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex  = 140;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // PRINT2
     //
     this.PRINT2.EditValue = "PRINT";
     this.PRINT2.Location  = new System.Drawing.Point(168, 336);
     this.PRINT2.Name      = "PRINT2";
     this.PRINT2.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.PRINT2.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT2.Size      = new System.Drawing.Size(40, 18);
     this.PRINT2.TabIndex  = 141;
     this.PRINT2.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT2_OpenLink);
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.Name      = "pivotGridField4";
     //
     // AllIncomeAnalysis
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(767, 173);
     this.Controls.Add(this.PRINT2);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.PrevTenDaysIncomeAnalysis);
     this.Controls.Add(this.DateFrom);
     this.Controls.Add(this.DateTo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DateRangeTo);
     this.Controls.Add(this.GridAllIncome);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "AllIncomeAnalysis";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "All Income Analysis";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.AllIncomeAnalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AllIncomeAnalysis));
     this.pivotGridField10 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.GridAllIncome = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DateRangeTo = new DevExpress.XtraEditors.DateEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.DateTo = new System.Windows.Forms.Label();
     this.DateFrom = new DevExpress.XtraEditors.DateEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.PrevTenDaysIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField11 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField12 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT2 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridField10
     //
     this.pivotGridField10.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField10.AreaIndex = 0;
     this.pivotGridField10.Caption = "Category";
     this.pivotGridField10.FieldName = "strDescription";
     this.pivotGridField10.Name = "pivotGridField10";
     this.pivotGridField10.Width = 120;
     //
     // GridAllIncome
     //
     this.GridAllIncome.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridAllIncome.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField1,
     this.pivotGridField2,
     this.pivotGridField3,
     this.pivotGridField4});
     this.GridAllIncome.Location = new System.Drawing.Point(0, 40);
     this.GridAllIncome.Name = "GridAllIncome";
     this.GridAllIncome.OptionsView.ShowDataHeaders = false;
     this.GridAllIncome.OptionsView.ShowFilterHeaders = false;
     this.GridAllIncome.Size = new System.Drawing.Size(960, 288);
     this.GridAllIncome.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption = "Branch";
     this.pivotGridField1.FieldName = "strBranchCode";
     this.pivotGridField1.Name = "pivotGridField1";
     this.pivotGridField1.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption = "Category";
     this.pivotGridField2.FieldName = "strDescription";
     this.pivotGridField2.Name = "pivotGridField2";
     this.pivotGridField2.Width = 120;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption = "Nett Amount";
     this.pivotGridField3.FieldName = "mNettAmount";
     this.pivotGridField3.Name = "pivotGridField3";
     //
     // DateRangeTo
     //
     this.DateRangeTo.EditValue = null;
     this.DateRangeTo.Location = new System.Drawing.Point(216, 8);
     this.DateRangeTo.Name = "DateRangeTo";
     this.DateRangeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateRangeTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateRangeTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateRangeTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateRangeTo.Size = new System.Drawing.Size(100, 20);
     this.DateRangeTo.TabIndex = 2;
     this.DateRangeTo.EditValueChanged += new System.EventHandler(this.DateRangeTo_EditValueChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "From";
     //
     // DateTo
     //
     this.DateTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTo.Location = new System.Drawing.Point(176, 8);
     this.DateTo.Name = "DateTo";
     this.DateTo.Size = new System.Drawing.Size(24, 16);
     this.DateTo.TabIndex = 4;
     this.DateTo.Text = "To";
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location = new System.Drawing.Point(48, 8);
     this.DateFrom.Name = "DateFrom";
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateFrom.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateFrom.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateFrom.Size = new System.Drawing.Size(100, 20);
     this.DateFrom.TabIndex = 5;
     this.DateFrom.EditValueChanged += new System.EventHandler(this.DateFrom_EditValueChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 336);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 24);
     this.label3.TabIndex = 41;
     this.label3.Text = "Previous 10  Days Sales";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrevTenDaysIncomeAnalysis
     //
     this.PrevTenDaysIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.PrevTenDaysIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField11,
     this.pivotGridField10,
     this.pivotGridField12,
     this.pivotGridField9});
     pivotGridGroup1.Fields.Add(this.pivotGridField10);
     pivotGridGroup1.Hierarchy = null;
     this.PrevTenDaysIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup1});
     this.PrevTenDaysIncomeAnalysis.Location = new System.Drawing.Point(0, 360);
     this.PrevTenDaysIncomeAnalysis.Name = "PrevTenDaysIncomeAnalysis";
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowDrag = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowSort = false;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.AreaIndex = 1;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowDataHeaders = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowFilterHeaders = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowRowGrandTotals = false;
     this.PrevTenDaysIncomeAnalysis.Size = new System.Drawing.Size(960, 200);
     this.PrevTenDaysIncomeAnalysis.TabIndex = 40;
     //
     // pivotGridField11
     //
     this.pivotGridField11.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField11.AreaIndex = 0;
     this.pivotGridField11.Caption = "Nett Amount";
     this.pivotGridField11.FieldName = "SalesAmount";
     this.pivotGridField11.Name = "pivotGridField11";
     //
     // pivotGridField12
     //
     this.pivotGridField12.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField12.AreaIndex = 0;
     this.pivotGridField12.Caption = "Branch";
     this.pivotGridField12.FieldName = "strBranchCode";
     this.pivotGridField12.Name = "pivotGridField12";
     this.pivotGridField12.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField9
     //
     this.pivotGridField9.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField9.AreaIndex = 1;
     this.pivotGridField9.Caption = "Date";
     this.pivotGridField9.FieldName = "dtDate";
     this.pivotGridField9.Name = "pivotGridField9";
     this.pivotGridField9.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.ValueFormat.FormatString = "d";
     this.pivotGridField9.ValueFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printableComponentLink2});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.GridAllIncome;
     this.printableComponentLink1.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageStream")));
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report",
         "",
         "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.Component = this.PrevTenDaysIncomeAnalysis;
     this.printableComponentLink2.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink2.ImageStream")));
     this.printableComponentLink2.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report - Previous 10 Days Sales",
         "",
         "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink2.PrintingSystem = this.printingSystem1;
     this.printableComponentLink2.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(328, 8);
     this.PRINT1.Name = "PRINT1";
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 140;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // PRINT2
     //
     this.PRINT2.EditValue = "PRINT";
     this.PRINT2.Location = new System.Drawing.Point(168, 336);
     this.PRINT2.Name = "PRINT2";
     this.PRINT2.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT2.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT2.Size = new System.Drawing.Size(40, 18);
     this.PRINT2.TabIndex = 141;
     this.PRINT2.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT2_OpenLink);
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.Name = "pivotGridField4";
     //
     // AllIncomeAnalysis
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(767, 173);
     this.Controls.Add(this.PRINT2);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.PrevTenDaysIncomeAnalysis);
     this.Controls.Add(this.DateFrom);
     this.Controls.Add(this.DateTo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DateRangeTo);
     this.Controls.Add(this.GridAllIncome);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "AllIncomeAnalysis";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "All Income Analysis";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.AllIncomeAnalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).EndInit();
     this.ResumeLayout(false);
 }