- Klientennamen im Jahresbericht eingebaut - Bugfix Reports für fehlende Unterschriften - Bugfix History
290 lines
14 KiB
C#
290 lines
14 KiB
C#
namespace ProfEggersStiftung
|
|
{
|
|
partial class KassenbelegReport
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark();
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.lblEinAuszahlung = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
|
|
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// Detail
|
|
//
|
|
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.lblEinAuszahlung,
|
|
this.xrTable2,
|
|
this.xrLabel12,
|
|
this.xrLabel1});
|
|
this.Detail.HeightF = 252.4792F;
|
|
this.Detail.Name = "Detail";
|
|
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.Detail.StylePriority.UseFont = false;
|
|
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// lblEinAuszahlung
|
|
//
|
|
this.lblEinAuszahlung.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Titel")});
|
|
this.lblEinAuszahlung.Font = new DevExpress.Drawing.DXFont("Calibri", 16F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.lblEinAuszahlung.LocationFloat = new DevExpress.Utils.PointFloat(0F, 83.29165F);
|
|
this.lblEinAuszahlung.Name = "lblEinAuszahlung";
|
|
this.lblEinAuszahlung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
|
this.lblEinAuszahlung.SizeF = new System.Drawing.SizeF(649.0001F, 23F);
|
|
this.lblEinAuszahlung.StylePriority.UseFont = false;
|
|
this.lblEinAuszahlung.StylePriority.UsePadding = false;
|
|
this.lblEinAuszahlung.StylePriority.UseTextAlignment = false;
|
|
this.lblEinAuszahlung.Text = "(Ein-)Auszahlungsbeleg";
|
|
this.lblEinAuszahlung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
//
|
|
// xrTable2
|
|
//
|
|
this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 132.4792F);
|
|
this.xrTable2.Name = "xrTable2";
|
|
this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow2,
|
|
this.xrTableRow1,
|
|
this.xrTableRow3});
|
|
this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 120F);
|
|
this.xrTable2.StylePriority.UseBorders = false;
|
|
this.xrTable2.StylePriority.UseFont = false;
|
|
this.xrTable2.StylePriority.UsePadding = false;
|
|
//
|
|
// xrTableRow2
|
|
//
|
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell5,
|
|
this.xrTableCell6,
|
|
this.xrTableCell7,
|
|
this.xrTableCell13});
|
|
this.xrTableRow2.Name = "xrTableRow2";
|
|
this.xrTableRow2.Weight = 1.2D;
|
|
//
|
|
// xrTableCell5
|
|
//
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
this.xrTableCell5.Text = "Belegnummer";
|
|
this.xrTableCell5.Weight = 0.95238095238095222D;
|
|
//
|
|
// xrTableCell6
|
|
//
|
|
this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Belegnummer")});
|
|
this.xrTableCell6.Name = "xrTableCell6";
|
|
this.xrTableCell6.Weight = 0.95238095238095211D;
|
|
//
|
|
// xrTableCell7
|
|
//
|
|
this.xrTableCell7.Name = "xrTableCell7";
|
|
this.xrTableCell7.Text = "Belegdatum";
|
|
this.xrTableCell7.Weight = 0.95238095238095244D;
|
|
//
|
|
// xrTableCell13
|
|
//
|
|
this.xrTableCell13.Name = "xrTableCell13";
|
|
this.xrTableCell13.Text = "[Belegdatum!dd.MM.yyyy]";
|
|
this.xrTableCell13.Weight = 1.5646258503401356D;
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell1,
|
|
this.xrTableCell2});
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.Weight = 1.2D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Text = "Betrag";
|
|
this.xrTableCell1.Weight = 0.95238095238095222D;
|
|
//
|
|
// xrTableCell2
|
|
//
|
|
this.xrTableCell2.Name = "xrTableCell2";
|
|
this.xrTableCell2.Text = "[Betrag!c]";
|
|
this.xrTableCell2.Weight = 3.4693877551020402D;
|
|
//
|
|
// xrTableRow3
|
|
//
|
|
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell3,
|
|
this.xrTableCell4});
|
|
this.xrTableRow3.Name = "xrTableRow3";
|
|
this.xrTableRow3.Weight = 2.3999999999999995D;
|
|
//
|
|
// xrTableCell3
|
|
//
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
this.xrTableCell3.Text = "Notiz";
|
|
this.xrTableCell3.Weight = 0.95238095238095222D;
|
|
//
|
|
// xrTableCell4
|
|
//
|
|
this.xrTableCell4.Multiline = true;
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
this.xrTableCell4.Text = "[Notiz]";
|
|
this.xrTableCell4.Weight = 3.4693877551020402D;
|
|
//
|
|
// xrLabel12
|
|
//
|
|
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel12.Name = "xrLabel12";
|
|
this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
|
this.xrLabel12.SizeF = new System.Drawing.SizeF(296.7501F, 23F);
|
|
this.xrLabel12.StylePriority.UsePadding = false;
|
|
this.xrLabel12.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel12.Text = "Prof. Dr. Eggers-Stiftung";
|
|
this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Kasse")});
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 46.74998F);
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(650F, 36.54167F);
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.Text = "xrLabel1";
|
|
//
|
|
// xrLine1
|
|
//
|
|
this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(176.25F, 65.20828F);
|
|
this.xrLine1.Name = "xrLine1";
|
|
this.xrLine1.SizeF = new System.Drawing.SizeF(472.7501F, 5.291687F);
|
|
//
|
|
// xrLabel6
|
|
//
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 47.5F);
|
|
this.xrLabel6.Name = "xrLabel6";
|
|
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel6.SizeF = new System.Drawing.SizeF(176.25F, 22.99997F);
|
|
this.xrLabel6.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel6.Text = "Name, Unterschrift";
|
|
this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// TopMargin
|
|
//
|
|
this.TopMargin.Name = "TopMargin";
|
|
this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// BottomMargin
|
|
//
|
|
this.BottomMargin.Name = "BottomMargin";
|
|
this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// GroupFooter1
|
|
//
|
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLine1,
|
|
this.xrLabel6});
|
|
this.GroupFooter1.HeightF = 70.49998F;
|
|
this.GroupFooter1.Name = "GroupFooter1";
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.KassenbelegRO);
|
|
//
|
|
// KassenbelegReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.TopMargin,
|
|
this.BottomMargin,
|
|
this.GroupFooter1});
|
|
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
|
|
this.bindingSource1});
|
|
this.DataSource = this.bindingSource1;
|
|
this.Font = new DevExpress.Drawing.DXFont("Calibri", 14F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.Version = "23.2";
|
|
xrWatermark1.Id = "Watermark1";
|
|
this.Watermarks.Add(xrWatermark1);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
|
|
private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.UI.XRLine xrLine1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
|
private DevExpress.XtraReports.UI.XRLabel lblEinAuszahlung;
|
|
}
|
|
}
|