duheng
2025-02-17 26f45822a2a84af81e20ca543da98d3b822c5afd
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/13-print/report/SimulationCommonReport.Designer.cs
@@ -31,47 +31,22 @@
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.labCorp = new DevExpress.XtraReports.UI.XRLabel();
            this.pageCurrentNum = new DevExpress.XtraReports.UI.XRPageInfo();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // TopMargin
            // 
            this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.labCorp});
            this.TopMargin.HeightF = 50F;
            this.TopMargin.Name = "TopMargin";
            // 
            // BottomMargin
            // 
            this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.pageCurrentNum});
            this.BottomMargin.HeightF = 50F;
            this.BottomMargin.Name = "BottomMargin";
            // 
            // Detail
            // 
            this.Detail.HeightF = 684.375F;
            this.Detail.Name = "Detail";
            //
            // labCorp
            //
            this.labCorp.LocationFloat = new DevExpress.Utils.PointFloat(404.5833F, 65.95834F);
            this.labCorp.Multiline = true;
            this.labCorp.Name = "labCorp";
            this.labCorp.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.labCorp.SizeF = new System.Drawing.SizeF(235.4166F, 24.04166F);
            this.labCorp.StylePriority.UseTextAlignment = false;
            this.labCorp.Text = "杭州科维节能技术股份有限公司  ";
            this.labCorp.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            //
            // pageCurrentNum
            //
            this.pageCurrentNum.LocationFloat = new DevExpress.Utils.PointFloat(539.9999F, 10.00001F);
            this.pageCurrentNum.Name = "pageCurrentNum";
            this.pageCurrentNum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.pageCurrentNum.PageInfo = DevExpress.XtraPrinting.PageInfo.Number;
            this.pageCurrentNum.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.pageCurrentNum.StylePriority.UseTextAlignment = false;
            this.pageCurrentNum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.pageCurrentNum.TextFormatString = "第{0}页";
            // 
            // SimulationCommonReport
            // 
@@ -80,6 +55,10 @@
            this.BottomMargin,
            this.Detail});
            this.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F);
            this.Margins = new DevExpress.Drawing.DXMargins(50F, 50F, 50F, 50F);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
            this.Version = "23.2";
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
@@ -90,7 +69,5 @@
        private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
        private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
        private DevExpress.XtraReports.UI.DetailBand Detail;
        private DevExpress.XtraReports.UI.XRLabel labCorp;
        private DevExpress.XtraReports.UI.XRPageInfo pageCurrentNum;
    }
}