namespace HStation.WinFrmUI
|
{
|
partial class SimulationCommonReport
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
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.Name = "TopMargin";
|
//
|
// BottomMargin
|
//
|
this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
this.pageCurrentNum});
|
this.BottomMargin.Name = "BottomMargin";
|
//
|
// Detail
|
//
|
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
|
//
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
this.TopMargin,
|
this.BottomMargin,
|
this.Detail});
|
this.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F);
|
this.Version = "23.2";
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
}
|
|
#endregion
|
|
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;
|
}
|
}
|