|
|
@@ -38,6 +38,9 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
|
|
|
this.dev_yj = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
+ this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
+ this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
+ this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
|
|
|
this.xrLabel_size_IconQuestion_Subdivision = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
this.xrChart_ParticelSizeSubdivision = new DevExpress.XtraReports.UI.XRChart();
|
|
|
@@ -92,6 +95,10 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.dev_ypbh_up = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
this.dev_fbt = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
this.dev_zbt = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
+ this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
+ this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
+ this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_ParticelSizeSubdivision)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTb_ElementAnalysis)).BeginInit();
|
|
|
@@ -100,6 +107,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_incaClass)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_ParticelSizeCalss)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
|
//
|
|
|
// TopMargin
|
|
|
@@ -165,6 +173,8 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
// Detail
|
|
|
//
|
|
|
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
+ this.xrTable3,
|
|
|
+ this.xrTable2,
|
|
|
this.xrChart1,
|
|
|
this.xrLabel_size_IconQuestion_Subdivision,
|
|
|
this.xrChart_ParticelSizeSubdivision,
|
|
|
@@ -187,6 +197,35 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.Detail.HeightF = 5064.223F;
|
|
|
this.Detail.Name = "Detail";
|
|
|
//
|
|
|
+ // xrTable2
|
|
|
+ //
|
|
|
+ this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(30.41687F, 803.5415F);
|
|
|
+ this.xrTable2.Name = "xrTable2";
|
|
|
+ this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
|
|
|
+ this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
+ this.xrTableRow8});
|
|
|
+ this.xrTable2.SizeF = new System.Drawing.SizeF(629.3747F, 25F);
|
|
|
+ //
|
|
|
+ // xrTableRow8
|
|
|
+ //
|
|
|
+ this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
+ this.xrTableCell1});
|
|
|
+ this.xrTableRow8.Name = "xrTableRow8";
|
|
|
+ this.xrTableRow8.Weight = 1D;
|
|
|
+ //
|
|
|
+ // xrTableCell1
|
|
|
+ //
|
|
|
+ this.xrTableCell1.BackColor = System.Drawing.Color.DarkGray;
|
|
|
+ this.xrTableCell1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.xrTableCell1.Multiline = true;
|
|
|
+ this.xrTableCell1.Name = "xrTableCell1";
|
|
|
+ this.xrTableCell1.StylePriority.UseBackColor = false;
|
|
|
+ this.xrTableCell1.StylePriority.UseFont = false;
|
|
|
+ this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
|
+ this.xrTableCell1.Text = "备注";
|
|
|
+ this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
+ this.xrTableCell1.Weight = 1D;
|
|
|
+ //
|
|
|
// xrChart1
|
|
|
//
|
|
|
this.xrChart1.BorderColor = System.Drawing.Color.Black;
|
|
|
@@ -425,7 +464,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
|
- this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(30.41687F, 714.5F);
|
|
|
+ this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(29.79177F, 596.7916F);
|
|
|
this.xrTable1.Name = "xrTable1";
|
|
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
|
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
@@ -698,7 +737,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
// dev_bgsj_text_up
|
|
|
//
|
|
|
this.dev_bgsj_text_up.Font = new System.Drawing.Font("宋体", 9.75F);
|
|
|
- this.dev_bgsj_text_up.LocationFloat = new DevExpress.Utils.PointFloat(345.4168F, 644.2963F);
|
|
|
+ this.dev_bgsj_text_up.LocationFloat = new DevExpress.Utils.PointFloat(345.4168F, 562.0046F);
|
|
|
this.dev_bgsj_text_up.Multiline = true;
|
|
|
this.dev_bgsj_text_up.Name = "dev_bgsj_text_up";
|
|
|
this.dev_bgsj_text_up.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
@@ -711,7 +750,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
// dev_ypbh_text_up
|
|
|
//
|
|
|
this.dev_ypbh_text_up.Font = new System.Drawing.Font("宋体", 9.75F);
|
|
|
- this.dev_ypbh_text_up.LocationFloat = new DevExpress.Utils.PointFloat(345.4168F, 609.375F);
|
|
|
+ this.dev_ypbh_text_up.LocationFloat = new DevExpress.Utils.PointFloat(345.4168F, 527.0833F);
|
|
|
this.dev_ypbh_text_up.Multiline = true;
|
|
|
this.dev_ypbh_text_up.Name = "dev_ypbh_text_up";
|
|
|
this.dev_ypbh_text_up.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
@@ -724,7 +763,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
// dev_bgsj_up
|
|
|
//
|
|
|
this.dev_bgsj_up.Font = new System.Drawing.Font("宋体", 9.75F);
|
|
|
- this.dev_bgsj_up.LocationFloat = new DevExpress.Utils.PointFloat(29.79177F, 644.2963F);
|
|
|
+ this.dev_bgsj_up.LocationFloat = new DevExpress.Utils.PointFloat(29.79177F, 562.0046F);
|
|
|
this.dev_bgsj_up.Multiline = true;
|
|
|
this.dev_bgsj_up.Name = "dev_bgsj_up";
|
|
|
this.dev_bgsj_up.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
@@ -737,7 +776,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
// dev_ypbh_up
|
|
|
//
|
|
|
this.dev_ypbh_up.Font = new System.Drawing.Font("宋体", 9.75F);
|
|
|
- this.dev_ypbh_up.LocationFloat = new DevExpress.Utils.PointFloat(29.79177F, 609.375F);
|
|
|
+ this.dev_ypbh_up.LocationFloat = new DevExpress.Utils.PointFloat(29.79177F, 527.0833F);
|
|
|
this.dev_ypbh_up.Multiline = true;
|
|
|
this.dev_ypbh_up.Name = "dev_ypbh_up";
|
|
|
this.dev_ypbh_up.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
@@ -773,6 +812,29 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.dev_zbt.Text = "dev_zbt";
|
|
|
this.dev_zbt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
//
|
|
|
+ // xrTable3
|
|
|
+ //
|
|
|
+ this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(30.41687F, 828.5415F);
|
|
|
+ this.xrTable3.Name = "xrTable3";
|
|
|
+ this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
|
|
|
+ this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
+ this.xrTableRow9});
|
|
|
+ this.xrTable3.SizeF = new System.Drawing.SizeF(630.0001F, 90.625F);
|
|
|
+ //
|
|
|
+ // xrTableRow9
|
|
|
+ //
|
|
|
+ this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
+ this.xrTableCell3});
|
|
|
+ this.xrTableRow9.Name = "xrTableRow9";
|
|
|
+ this.xrTableRow9.Weight = 1D;
|
|
|
+ //
|
|
|
+ // xrTableCell3
|
|
|
+ //
|
|
|
+ this.xrTableCell3.Multiline = true;
|
|
|
+ this.xrTableCell3.Name = "xrTableCell3";
|
|
|
+ this.xrTableCell3.Text = "xrTableCell3";
|
|
|
+ this.xrTableCell3.Weight = 1D;
|
|
|
+ //
|
|
|
// OTS_DEVReport
|
|
|
//
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
@@ -782,6 +844,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
this.Font = new System.Drawing.Font("Arial", 9.75F);
|
|
|
this.Margins = new System.Drawing.Printing.Margins(77, 85, 73, 67);
|
|
|
this.Version = "21.2";
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_ParticelSizeSubdivision)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTb_ElementAnalysis)).EndInit();
|
|
|
@@ -790,6 +853,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_incaClass)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrChart_ParticelSizeCalss)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
|
|
}
|
|
|
@@ -858,5 +922,11 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTable_kllb;
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow17;
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
|
+ private DevExpress.XtraReports.UI.XRTable xrTable2;
|
|
|
+ private DevExpress.XtraReports.UI.XRTableRow xrTableRow8;
|
|
|
+ private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
|
+ private DevExpress.XtraReports.UI.XRTable xrTable3;
|
|
|
+ private DevExpress.XtraReports.UI.XRTableRow xrTableRow9;
|
|
|
+ private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
|
}
|
|
|
}
|