|
@@ -32,7 +32,6 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GBReport));
|
|
|
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
|
this.GB_dev_ym = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
- this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
this.xrPageBreak1 = new DevExpress.XtraReports.UI.XRPageBreak();
|
|
@@ -60,15 +59,18 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
this.GB_dev_ckbz = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
this.GB_dev_ckbz_text = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
this.GB_bt = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
+ this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
+ this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
|
//
|
|
|
// TopMargin
|
|
|
//
|
|
|
this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
+ this.xrLine1,
|
|
|
this.GB_dev_ym,
|
|
|
this.xrPictureBox1});
|
|
|
- this.TopMargin.HeightF = 64.58334F;
|
|
|
+ this.TopMargin.HeightF = 79.25F;
|
|
|
this.TopMargin.Name = "TopMargin";
|
|
|
//
|
|
|
// GB_dev_ym
|
|
@@ -82,13 +84,6 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
this.GB_dev_ym.Text = "标准名";
|
|
|
this.GB_dev_ym.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
//
|
|
|
- // xrPictureBox1
|
|
|
- //
|
|
|
- this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
|
|
- this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 7F);
|
|
|
- this.xrPictureBox1.Name = "xrPictureBox1";
|
|
|
- this.xrPictureBox1.SizeF = new System.Drawing.SizeF(159.375F, 47.91667F);
|
|
|
- //
|
|
|
// BottomMargin
|
|
|
//
|
|
|
this.BottomMargin.Name = "BottomMargin";
|
|
@@ -310,6 +305,19 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
this.GB_bt.Text = "标准评级";
|
|
|
this.GB_bt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
//
|
|
|
+ // xrPictureBox1
|
|
|
+ //
|
|
|
+ this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
|
|
+ this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 7F);
|
|
|
+ this.xrPictureBox1.Name = "xrPictureBox1";
|
|
|
+ this.xrPictureBox1.SizeF = new System.Drawing.SizeF(159.375F, 47.91667F);
|
|
|
+ //
|
|
|
+ // xrLine1
|
|
|
+ //
|
|
|
+ this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(5.000051F, 56.25F);
|
|
|
+ this.xrLine1.Name = "xrLine1";
|
|
|
+ this.xrLine1.SizeF = new System.Drawing.SizeF(634.9998F, 23F);
|
|
|
+ //
|
|
|
// GBReport
|
|
|
//
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
@@ -317,7 +325,7 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
this.BottomMargin,
|
|
|
this.Detail});
|
|
|
this.Font = new System.Drawing.Font("Arial", 9.75F);
|
|
|
- this.Margins = new System.Drawing.Printing.Margins(100, 100, 65, 100);
|
|
|
+ this.Margins = new System.Drawing.Printing.Margins(100, 100, 79, 100);
|
|
|
this.Version = "20.1";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
@@ -356,5 +364,6 @@ namespace OTSIncAReportApp.ReportTemplate
|
|
|
private DevExpress.XtraReports.UI.XRTableCell GB_dev_ckbz_text;
|
|
|
private DevExpress.XtraReports.UI.XRLabel GB_bt;
|
|
|
private DevExpress.XtraReports.UI.XRPageBreak xrPageBreak1;
|
|
|
+ private DevExpress.XtraReports.UI.XRLine xrLine1;
|
|
|
}
|
|
|
}
|