SHKServiceSBD/SBDCharacteristicsReport.Designer - NoticeFeld belegt
This commit is contained in:
@@ -62,6 +62,8 @@ namespace SHKServiceSBD
|
||||
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||
this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||
this.lblKommentar = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||
this.chkUnterricht = new DevExpress.XtraReports.UI.XRCheckBox();
|
||||
this.chkPause = new DevExpress.XtraReports.UI.XRCheckBox();
|
||||
@@ -92,8 +94,6 @@ namespace SHKServiceSBD
|
||||
this.lblUebernahmeort = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.lblKommentar = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tableBetreuungszeiten)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
@@ -450,6 +450,30 @@ namespace SHKServiceSBD
|
||||
this.GroupHeader2.Level = 8;
|
||||
this.GroupHeader2.Name = "GroupHeader2";
|
||||
//
|
||||
// lblKommentar
|
||||
//
|
||||
this.lblKommentar.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||
this.lblKommentar.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
||||
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Customer].[Notice]")});
|
||||
this.lblKommentar.LocationFloat = new DevExpress.Utils.PointFloat(0F, 30.9165F);
|
||||
this.lblKommentar.Multiline = true;
|
||||
this.lblKommentar.Name = "lblKommentar";
|
||||
this.lblKommentar.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblKommentar.SizeF = new System.Drawing.SizeF(642.0001F, 24F);
|
||||
this.lblKommentar.StylePriority.UseBorders = false;
|
||||
this.lblKommentar.StylePriority.UseFont = false;
|
||||
//
|
||||
// xrLabel29
|
||||
//
|
||||
this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(0F, 6.916491F);
|
||||
this.xrLabel29.Name = "xrLabel29";
|
||||
this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel29.SizeF = new System.Drawing.SizeF(227.0801F, 24F);
|
||||
this.xrLabel29.StylePriority.UseFont = false;
|
||||
this.xrLabel29.Text = "Kommentarfeld Kind";
|
||||
//
|
||||
// GroupHeader3
|
||||
//
|
||||
this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
@@ -746,28 +770,6 @@ namespace SHKServiceSBD
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO);
|
||||
//
|
||||
// lblKommentar
|
||||
//
|
||||
this.lblKommentar.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||
this.lblKommentar.LocationFloat = new DevExpress.Utils.PointFloat(0F, 30.9165F);
|
||||
this.lblKommentar.Multiline = true;
|
||||
this.lblKommentar.Name = "lblKommentar";
|
||||
this.lblKommentar.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblKommentar.SizeF = new System.Drawing.SizeF(642.0001F, 24F);
|
||||
this.lblKommentar.StylePriority.UseBorders = false;
|
||||
this.lblKommentar.StylePriority.UseFont = false;
|
||||
//
|
||||
// xrLabel29
|
||||
//
|
||||
this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(0F, 6.916491F);
|
||||
this.xrLabel29.Name = "xrLabel29";
|
||||
this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel29.SizeF = new System.Drawing.SizeF(227.0801F, 24F);
|
||||
this.xrLabel29.StylePriority.UseFont = false;
|
||||
this.xrLabel29.Text = "Kommentarfeld Kind";
|
||||
//
|
||||
// SBDCharacteristicsReport
|
||||
//
|
||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
|
||||
Reference in New Issue
Block a user