Esempio n. 1
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();
            this.gridControl = new DevExpress.XtraGrid.GridControl();
            this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.mvvmContext = new DevExpress.Utils.MVVM.MVVMContext(this.components);
            this.labelControl = new DevExpress.XtraEditors.LabelControl();
            this.windowsUIButtonPanel = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.layoutControl = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.itemLabel = new DevExpress.XtraLayout.LayoutControlItem();
            this.itemGrid = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).BeginInit();
            this.layoutControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).BeginInit();
            this.SuspendLayout();
            //
            // windowsUIButtonPanel
            //
            this.windowsUIButtonPanel.AppearanceButton.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
            this.windowsUIButtonPanel.AppearanceButton.Hovered.FontSizeDelta = -1;
            this.windowsUIButtonPanel.AppearanceButton.Hovered.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
            this.windowsUIButtonPanel.AppearanceButton.Hovered.Options.UseBackColor = true;
            this.windowsUIButtonPanel.AppearanceButton.Hovered.Options.UseFont = true;
            this.windowsUIButtonPanel.AppearanceButton.Hovered.Options.UseForeColor = true;
            this.windowsUIButtonPanel.AppearanceButton.Normal.FontSizeDelta = -1;
            this.windowsUIButtonPanel.AppearanceButton.Normal.Options.UseFont = true;
            this.windowsUIButtonPanel.AppearanceButton.Pressed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(159)))), ((int)(((byte)(159)))));
            this.windowsUIButtonPanel.AppearanceButton.Pressed.FontSizeDelta = -1;
            this.windowsUIButtonPanel.AppearanceButton.Pressed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(159)))), ((int)(((byte)(159)))));
            this.windowsUIButtonPanel.AppearanceButton.Pressed.Options.UseBackColor = true;
            this.windowsUIButtonPanel.AppearanceButton.Pressed.Options.UseFont = true;
            this.windowsUIButtonPanel.AppearanceButton.Pressed.Options.UseForeColor = true;
            this.windowsUIButtonPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
            this.windowsUIButtonPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.windowsUIButtonPanel.EnableImageTransparency = true;
            this.windowsUIButtonPanel.ForeColor = System.Drawing.Color.White;
            this.windowsUIButtonPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.windowsUIButtonPanel.Name = "windowsUIButtonPanel";
            this.windowsUIButtonPanel.Text = "windowsUIButtonPanel";
            this.windowsUIButtonPanel.UseButtonBackgroundImages = false;
            this.windowsUIButtonPanel.MinimumSize = new System.Drawing.Size(60, 60);
            this.windowsUIButtonPanel.MaximumSize = new System.Drawing.Size(0, 60);
                                                                this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUIButton("New", null, "New;Size32x32;GrayScaled"));

                                this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUIButton("Edit", null, "Edit;Size32x32;GrayScaled"));

                                this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUIButton("Delete", null, "Edit/Delete;Size32x32;GrayScaled"));

                                        this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUIButton("Refresh", null, "Refresh;Size32x32;GrayScaled"));

            this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUISeparator());
            this.windowsUIButtonPanel.Buttons.Add(new DevExpress.XtraBars.Docking2010.WindowsUIButton("Print", null, "Preview;Size32x32;GrayScaled"));
            //
            // labelControl
            //
            this.labelControl.AllowHtmlString = true;
            this.labelControl.Appearance.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelControl.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
            this.labelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.labelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
            this.labelControl.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelControl.Name = "labelControl";
            this.labelControl.Padding = new System.Windows.Forms.Padding(0, 3, 13, 6);
            this.labelControl.Text = "CustomersAttachment";
            //
            // gridControl
            //
            this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl.Location = new System.Drawing.Point(5, 116);
            this.gridControl.MainView = this.gridView;
            this.gridControl.Name = "gridControl";
            this.gridControl.Size = new System.Drawing.Size(779, 311);
            this.gridControl.TabIndex = 2;
            this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView});
            //
            // gridView
            //
            this.gridView.GridControl = this.gridControl;
            this.gridView.Name = "gridView";
            this.gridView.OptionsBehavior.Editable = false;
            this.gridView.OptionsCustomization.AllowColumnMoving = false;
            this.gridView.OptionsCustomization.AllowGroup = false;
            this.gridView.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView.OptionsMenu.EnableColumnMenu = false;
            this.gridView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView.OptionsView.ShowGroupPanel = false;
            this.gridView.OptionsView.ShowIndicator = false;
            this.customersAttachmentCollectionViewBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.customersAttachmentCollectionViewBindingSource.DataSource = typeof(Building_Managment.MyCode.CustomersAttachment);
            this.gridControl.DataSource = customersAttachmentCollectionViewBindingSource;

            DevExpress.XtraGrid.Extensions.PopulateColumnsParameters parameters = new DevExpress.XtraGrid.Extensions.PopulateColumnsParameters();
                        //
            //Customer
            //
            DevExpress.XtraGrid.Extensions.PopulateColumnParameters CustomerPopulateColumnParameters = new DevExpress.XtraGrid.Extensions.PopulateColumnParameters();
            CustomerPopulateColumnParameters.FieldName = "Customer";
            CustomerPopulateColumnParameters.Path = "Customer.CustomerName";
            parameters.CustomColumnParameters.Add(CustomerPopulateColumnParameters);
                        DevExpress.XtraGrid.Extensions.PopulateColumnParameters CustomerPopulateColumnParameters_NotGenerate = new DevExpress.XtraGrid.Extensions.PopulateColumnParameters();
            CustomerPopulateColumnParameters_NotGenerate.FieldName = "CustomerID";
            CustomerPopulateColumnParameters_NotGenerate.ColumnVisible = false;
            parameters.CustomColumnParameters.Add(CustomerPopulateColumnParameters_NotGenerate);

            DevExpress.XtraGrid.Extensions.PopulateColumnParameters CustomerPopulateColumnParameters_NotVisible = new DevExpress.XtraGrid.Extensions.PopulateColumnParameters();
            CustomerPopulateColumnParameters_NotVisible.FieldName = "Customer";
            CustomerPopulateColumnParameters_NotVisible.ColumnVisible = false;
            parameters.CustomColumnParameters.Add(CustomerPopulateColumnParameters_NotVisible);

            this.gridView.PopulateColumns(typeof(Building_Managment.MyCode.CustomersAttachment),parameters);
            //
            // mvvmContext
            //
            this.mvvmContext.ContainerControl = this;
            this.mvvmContext.ViewModelType = typeof(Building_Managment.ViewModels.CustomersAttachmentCollectionViewModel);
            //
            // layoutControl
            //
            layoutControl.Controls.AddRange(new System.Windows.Forms.Control[] { this.labelControl, this.gridControl });
            this.layoutControl.AllowCustomization = false;
            this.layoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl.Root = this.layoutControlGroup;
            //
            // itemLabel
            //
            this.itemLabel.Control = this.labelControl;
            this.itemLabel.TextVisible = false;
            this.itemLabel.Name = "itemLabel";
            this.itemLabel.Padding = new DevExpress.XtraLayout.Utils.Padding(0);
            //
            // itemGrid
            //
            this.itemGrid.Control = this.gridControl;
            this.itemGrid.TextVisible = false;
            this.itemGrid.Name = "itemGrid";
            this.itemGrid.Padding = new DevExpress.XtraLayout.Utils.Padding(0);
            //
            // layoutControlGroup
            //
            this.layoutControlGroup.GroupBordersVisible = false;
            this.layoutControlGroup.Add(itemLabel);
            this.layoutControlGroup.Add(itemGrid);
            this.layoutControlGroup.Name = "layoutControlGroup";
            this.layoutControlGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup.GroupBordersVisible = false;
            this.layoutControlGroup.TextVisible = false;
            this.layoutControlGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(40, 40, 0, 0);
            //
            //CustomersAttachmentCollectionView
            //
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl);
            this.Controls.Add(this.windowsUIButtonPanel);
            this.Size = new System.Drawing.Size(1024, 768);
            this.Name = "CustomersAttachmentCollectionView";
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).EndInit();
            this.layoutControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Esempio n. 2
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();
     this.mvvmContext1 = new DevExpress.Utils.MVVM.MVVMContext(this.components);
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAlbum = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMediaType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnGenre = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnComposer = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMilliseconds = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnBytes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemLookUpEditAlbum = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditAlbum)).BeginInit();
     this.SuspendLayout();
     //
     // mvvmContext1
     //
     this.mvvmContext1.BindingExpressions.AddRange(new DevExpress.Utils.MVVM.BindingExpression[] {
     DevExpress.Utils.MVVM.BindingExpression.CreatePropertyBinding(typeof(DXMVVMSampleWinForms.ViewModels.TrackListViewModel), "Items", this.gridControl1, "DataSource")});
     this.mvvmContext1.ContainerControl = this;
     this.mvvmContext1.ViewModelType = typeof(DXMVVMSampleWinForms.ViewModels.TrackListViewModel);
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 22);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemLookUpEditAlbum});
     this.gridControl1.Size = new System.Drawing.Size(684, 406);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnId,
     this.gridColumnName,
     this.gridColumnAlbum,
     this.gridColumnMediaType,
     this.gridColumnGenre,
     this.gridColumnComposer,
     this.gridColumnMilliseconds,
     this.gridColumnBytes});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     //
     // gridColumnId
     //
     this.gridColumnId.Caption = "Track Id";
     this.gridColumnId.FieldName = "TrackId";
     this.gridColumnId.Name = "gridColumnId";
     this.gridColumnId.Visible = true;
     this.gridColumnId.VisibleIndex = 0;
     //
     // gridColumnName
     //
     this.gridColumnName.Caption = "Name";
     this.gridColumnName.FieldName = "Name";
     this.gridColumnName.Name = "gridColumnName";
     this.gridColumnName.Visible = true;
     this.gridColumnName.VisibleIndex = 1;
     //
     // gridColumnAlbum
     //
     this.gridColumnAlbum.Caption = "Album";
     this.gridColumnAlbum.ColumnEdit = this.repositoryItemLookUpEditAlbum;
     this.gridColumnAlbum.FieldName = "AlbumId";
     this.gridColumnAlbum.Name = "gridColumnAlbum";
     this.gridColumnAlbum.Visible = true;
     this.gridColumnAlbum.VisibleIndex = 2;
     //
     // gridColumnMediaType
     //
     this.gridColumnMediaType.Caption = "Media type";
     this.gridColumnMediaType.FieldName = "MediaTypeId";
     this.gridColumnMediaType.Name = "gridColumnMediaType";
     this.gridColumnMediaType.Visible = true;
     this.gridColumnMediaType.VisibleIndex = 3;
     //
     // gridColumnGenre
     //
     this.gridColumnGenre.Caption = "Genre";
     this.gridColumnGenre.FieldName = "GenreId";
     this.gridColumnGenre.Name = "gridColumnGenre";
     this.gridColumnGenre.Visible = true;
     this.gridColumnGenre.VisibleIndex = 4;
     //
     // gridColumnComposer
     //
     this.gridColumnComposer.Caption = "Composer";
     this.gridColumnComposer.FieldName = "Composer";
     this.gridColumnComposer.Name = "gridColumnComposer";
     this.gridColumnComposer.Visible = true;
     this.gridColumnComposer.VisibleIndex = 5;
     //
     // gridColumnMilliseconds
     //
     this.gridColumnMilliseconds.Caption = "Milliseconds";
     this.gridColumnMilliseconds.FieldName = "Milliseconds";
     this.gridColumnMilliseconds.Name = "gridColumnMilliseconds";
     this.gridColumnMilliseconds.Visible = true;
     this.gridColumnMilliseconds.VisibleIndex = 6;
     //
     // gridColumnBytes
     //
     this.gridColumnBytes.Caption = "Bytes";
     this.gridColumnBytes.FieldName = "Bytes";
     this.gridColumnBytes.Name = "gridColumnBytes";
     this.gridColumnBytes.Visible = true;
     this.gridColumnBytes.VisibleIndex = 7;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1});
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 1;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1)});
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Show Report";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager = this.barManager1;
     this.barDockControlTop.Size = new System.Drawing.Size(684, 22);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 428);
     this.barDockControlBottom.Manager = this.barManager1;
     this.barDockControlBottom.Size = new System.Drawing.Size(684, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 22);
     this.barDockControlLeft.Manager = this.barManager1;
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 406);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(684, 22);
     this.barDockControlRight.Manager = this.barManager1;
     this.barDockControlRight.Size = new System.Drawing.Size(0, 406);
     //
     // repositoryItemLookUpEditAlbum
     //
     this.repositoryItemLookUpEditAlbum.AutoHeight = false;
     this.repositoryItemLookUpEditAlbum.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEditAlbum.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "Album Name")});
     this.repositoryItemLookUpEditAlbum.DisplayMember = "Value";
     this.repositoryItemLookUpEditAlbum.KeyMember = "AlbumId";
     this.repositoryItemLookUpEditAlbum.Name = "repositoryItemLookUpEditAlbum";
     this.repositoryItemLookUpEditAlbum.ValueMember = "Key";
     //
     // TrackListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "TrackListView";
     this.Size = new System.Drawing.Size(684, 428);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditAlbum)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     this.TopMargin                  = new DevExpress.XtraReports.UI.TopMarginBand();
     this.PageHeader                 = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail                     = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter               = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.BottomMargin               = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader               = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.mvvmContext1               = new DevExpress.Utils.MVVM.MVVMContext();
     this.xrLabel4                   = new DevExpress.XtraReports.UI.XRLabel();
     this.p_begin                    = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_end       = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLine1     = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel2    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Dpi  = 254F;
     this.TopMargin.Name = "TopMargin";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.PageHeader.Dpi       = 254F;
     this.PageHeader.HeightF   = 64F;
     this.PageHeader.Name      = "PageHeader";
     this.PageHeader.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     this.table1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table1.Name          = "table1";
     this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow1
     });
     this.table1.SizeF = new System.Drawing.SizeF(1592F, 64F);
     //
     // tableRow1
     //
     this.tableRow1.BackColor = System.Drawing.Color.White;
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3
     });
     this.tableRow1.Dpi  = 254F;
     this.tableRow1.Name = "tableRow1";
     this.tableRow1.StylePriority.UseBackColor = false;
     this.tableRow1.Weight = 10.46953028649871D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi     = 254F;
     this.tableCell1.Name    = "tableCell1";
     this.tableCell1.StylePriority.UseBorders = false;
     this.tableCell1.Text   = "类别";
     this.tableCell1.Weight = 0.92363643167006915D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi    = 254F;
     this.tableCell2.Name   = "tableCell2";
     this.tableCell2.Text   = "数量";
     this.tableCell2.Weight = 0.69272724707521982D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi  = 254F;
     this.tableCell3.Name = "tableCell3";
     this.tableCell3.StylePriority.UseBorders = false;
     this.tableCell3.Text   = "金额";
     this.tableCell3.Weight = 0.92363643167006915D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.Detail.Dpi           = 254F;
     this.Detail.EvenStyleName = "ReportEvenStyle";
     this.Detail.HeightF       = 64F;
     this.Detail.Name          = "Detail";
     this.Detail.OddStyleName  = "ReportOddStyle";
     this.Detail.StyleName     = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(1592F, 64F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell4,
         this.tableCell5,
         this.tableCell6
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tableCell4.Dpi     = 254F;
     this.tableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CS03]")
     });
     this.tableCell4.Name = "tableCell4";
     this.tableCell4.StylePriority.UseBorders       = false;
     this.tableCell4.StylePriority.UseTextAlignment = false;
     this.tableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell4.Weight        = 0.92363643167006915D;
     this.tableCell4.WordWrap      = false;
     //
     // tableCell5
     //
     this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.Dpi     = 254F;
     this.tableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NUMS]")
     });
     this.tableCell5.Font             = new System.Drawing.Font("Times New Roman", 9F);
     this.tableCell5.ForeColor        = System.Drawing.Color.Black;
     this.tableCell5.Name             = "tableCell5";
     this.tableCell5.Padding          = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 96F);
     this.tableCell5.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell5.TextFormatString = "{0:N1}";
     this.tableCell5.Weight           = 0.69272724707521982D;
     this.tableCell5.WordWrap         = false;
     //
     // tableCell6
     //
     this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi     = 254F;
     this.tableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JE]")
     });
     this.tableCell6.Font      = new System.Drawing.Font("Times New Roman", 9F);
     this.tableCell6.ForeColor = System.Drawing.Color.Black;
     this.tableCell6.Name      = "tableCell6";
     this.tableCell6.Padding   = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 96F);
     this.tableCell6.StylePriority.UseBorders = false;
     this.tableCell6.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell6.TextFormatString         = "{0:N2}";
     this.tableCell6.Weight   = 0.92363643167006915D;
     this.tableCell6.WordWrap = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel2,
         this.xrLine1
     });
     this.ReportFooter.Dpi     = 254F;
     this.ReportFooter.HeightF = 200.13F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 980.4966F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel4,
         this.xrLabel1
     });
     this.ReportHeader.Dpi     = 254F;
     this.ReportHeader.HeightF = 163.7367F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.White;
     this.xrLabel1.Dpi           = 254F;
     this.xrLabel1.Font          = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(275.1667F, 24.99999F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(971.55F, 58.42F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "财务类别统计";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.BackColor   = System.Drawing.Color.White;
     this.xrLabel4.BorderColor = System.Drawing.Color.White;
     this.xrLabel4.Dpi         = 254F;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'统计时间:\' + [Parameters].[p_begin] + \'至\' +  [Parameters].[p_end]")
     });
     this.xrLabel4.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(426.9758F, 88.41999F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(666.75F, 58.42F);
     this.xrLabel4.StylePriority.UseBackColor     = false;
     this.xrLabel4.StylePriority.UseBorderColor   = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "xrLabel4";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // p_begin
     //
     this.p_begin.AllowNull   = true;
     this.p_begin.Description = "Parameter1";
     this.p_begin.Name        = "p_begin";
     //
     // p_end
     //
     this.p_end.Description = "Parameter1";
     this.p_end.Name        = "p_end";
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 254F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 56.99665F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(1592F, 44.45F);
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi           = 254F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(4.000014F, 24F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(254F, 56.99665F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "合计";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi = 254F;
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([JE])")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1172.9F, 15F);
     this.xrLabel3.Multiline     = true;
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(419.1F, 58.42F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     xrSummary1.Running             = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel3.Summary          = xrSummary1;
     this.xrLabel3.Text             = "xrLabel3";
     this.xrLabel3.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel3.TextFormatString = "{0:n2}";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 254F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1313F, 88.41999F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(254F, 58.42F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // Class_stat_Report
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.PageHeader,
         this.Detail,
         this.ReportFooter,
         this.BottomMargin,
         this.ReportHeader
     });
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(254, 254, 100, 980);
     this.PageHeight = 2970;
     this.PageWidth  = 2100;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.p_begin,
         this.p_end
     });
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }