MH: BeWoMobilReports Unterschriften und Stempel auf Rechnung
This commit is contained in:
@@ -122,6 +122,11 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="CustomReportCreator.cs" />
|
<Compile Include="CustomReportCreator.cs" />
|
||||||
<Compile Include="Invoicing\CustomSettlementInvoiceCreation.cs" />
|
<Compile Include="Invoicing\CustomSettlementInvoiceCreation.cs" />
|
||||||
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="ServicesOverviewReport2023.cs">
|
<Compile Include="ServicesOverviewReport2023.cs">
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -209,6 +214,10 @@
|
|||||||
<DependentUpon>Finanzauswertung.cs</DependentUpon>
|
<DependentUpon>Finanzauswertung.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="ServicesOverviewReport2023.resx">
|
<EmbeddedResource Include="ServicesOverviewReport2023.resx">
|
||||||
<DependentUpon>ServicesOverviewReport2023.cs</DependentUpon>
|
<DependentUpon>ServicesOverviewReport2023.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|||||||
63
ReportImp/BeWoMobilReports/Properties/Resources.Designer.cs
generated
Normal file
63
ReportImp/BeWoMobilReports/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace BeWoMobilReports.Properties {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
/// </summary>
|
||||||
|
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
|
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
|
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
|
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BeWoMobilReports.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
120
ReportImp/BeWoMobilReports/Properties/Resources.resx
Normal file
120
ReportImp/BeWoMobilReports/Properties/Resources.resx
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
@@ -115,6 +115,9 @@ namespace BeWo.BeWoMobilReports.Alt
|
|||||||
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||||
|
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
|
this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
|
this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
||||||
@@ -742,6 +745,9 @@ namespace BeWo.BeWoMobilReports.Alt
|
|||||||
// ReportFooter
|
// ReportFooter
|
||||||
//
|
//
|
||||||
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrPictureBox3,
|
||||||
|
this.xrPictureBox4,
|
||||||
|
this.xrPictureBox5,
|
||||||
this.lblGruppe,
|
this.lblGruppe,
|
||||||
this.xrLabel16,
|
this.xrLabel16,
|
||||||
this.xrLabel18,
|
this.xrLabel18,
|
||||||
@@ -1036,6 +1042,32 @@ namespace BeWo.BeWoMobilReports.Alt
|
|||||||
//
|
//
|
||||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
|
||||||
//
|
//
|
||||||
|
// xrPictureBox3
|
||||||
|
//
|
||||||
|
this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource"));
|
||||||
|
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(175F, 169.0416F);
|
||||||
|
this.xrPictureBox3.Name = "xrPictureBox3";
|
||||||
|
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(118.0451F, 75.04178F);
|
||||||
|
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
|
// xrPictureBox4
|
||||||
|
//
|
||||||
|
this.xrPictureBox4.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft;
|
||||||
|
this.xrPictureBox4.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox4.ImageSource"));
|
||||||
|
this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 186.0833F);
|
||||||
|
this.xrPictureBox4.Name = "xrPictureBox4";
|
||||||
|
this.xrPictureBox4.SizeF = new System.Drawing.SizeF(153.5417F, 58.00006F);
|
||||||
|
this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
|
// xrPictureBox5
|
||||||
|
//
|
||||||
|
this.xrPictureBox5.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft;
|
||||||
|
this.xrPictureBox5.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox5.ImageSource"));
|
||||||
|
this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(354.1633F, 208.625F);
|
||||||
|
this.xrPictureBox5.Name = "xrPictureBox5";
|
||||||
|
this.xrPictureBox5.SizeF = new System.Drawing.SizeF(184.7117F, 35.45844F);
|
||||||
|
this.xrPictureBox5.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
// Spitzabrechnung
|
// Spitzabrechnung
|
||||||
//
|
//
|
||||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
@@ -1149,5 +1181,8 @@ namespace BeWo.BeWoMobilReports.Alt
|
|||||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
||||||
private DevExpress.XtraReports.UI.XRLabel lblGruppe;
|
private DevExpress.XtraReports.UI.XRLabel lblGruppe;
|
||||||
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -94,7 +94,6 @@ namespace BeWo.BeWoMobilReports
|
|||||||
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
|
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
||||||
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||||
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
|
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow();
|
this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
@@ -116,12 +115,16 @@ namespace BeWo.BeWoMobilReports
|
|||||||
this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.fieldApprovedWithFactor = new DevExpress.XtraReports.UI.CalculatedField();
|
this.fieldApprovedWithFactor = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||||
|
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
|
this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
|
this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||||
//
|
//
|
||||||
// Detail
|
// Detail
|
||||||
@@ -430,6 +433,9 @@ namespace BeWo.BeWoMobilReports
|
|||||||
// ReportFooter
|
// ReportFooter
|
||||||
//
|
//
|
||||||
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrPictureBox5,
|
||||||
|
this.xrPictureBox4,
|
||||||
|
this.xrPictureBox3,
|
||||||
this.lblGruppe,
|
this.lblGruppe,
|
||||||
this.xrTable5,
|
this.xrTable5,
|
||||||
this.xrLabel11,
|
this.xrLabel11,
|
||||||
@@ -790,10 +796,6 @@ namespace BeWo.BeWoMobilReports
|
|||||||
this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||||
this.xrTableCell26.Weight = 0.21685899000901443D;
|
this.xrTableCell26.Weight = 0.21685899000901443D;
|
||||||
//
|
//
|
||||||
// bindingSource1
|
|
||||||
//
|
|
||||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
|
|
||||||
//
|
|
||||||
// GroupFooter1
|
// GroupFooter1
|
||||||
//
|
//
|
||||||
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
@@ -1019,6 +1021,36 @@ namespace BeWo.BeWoMobilReports
|
|||||||
this.fieldApprovedWithFactor.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
this.fieldApprovedWithFactor.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
||||||
this.fieldApprovedWithFactor.Name = "fieldApprovedWithFactor";
|
this.fieldApprovedWithFactor.Name = "fieldApprovedWithFactor";
|
||||||
//
|
//
|
||||||
|
// bindingSource1
|
||||||
|
//
|
||||||
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
|
||||||
|
//
|
||||||
|
// xrPictureBox3
|
||||||
|
//
|
||||||
|
this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource"));
|
||||||
|
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(175F, 163.8749F);
|
||||||
|
this.xrPictureBox3.Name = "xrPictureBox3";
|
||||||
|
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(118.0451F, 75.04178F);
|
||||||
|
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
|
// xrPictureBox4
|
||||||
|
//
|
||||||
|
this.xrPictureBox4.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft;
|
||||||
|
this.xrPictureBox4.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox4.ImageSource"));
|
||||||
|
this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 180.8749F);
|
||||||
|
this.xrPictureBox4.Name = "xrPictureBox4";
|
||||||
|
this.xrPictureBox4.SizeF = new System.Drawing.SizeF(153.5417F, 58.04182F);
|
||||||
|
this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
|
// xrPictureBox5
|
||||||
|
//
|
||||||
|
this.xrPictureBox5.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleLeft;
|
||||||
|
this.xrPictureBox5.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox5.ImageSource"));
|
||||||
|
this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(354.1633F, 203.4583F);
|
||||||
|
this.xrPictureBox5.Name = "xrPictureBox5";
|
||||||
|
this.xrPictureBox5.SizeF = new System.Drawing.SizeF(184.7117F, 35.45844F);
|
||||||
|
this.xrPictureBox5.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||||||
|
//
|
||||||
// Spitzabrechnung
|
// Spitzabrechnung
|
||||||
//
|
//
|
||||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
@@ -1047,8 +1079,8 @@ namespace BeWo.BeWoMobilReports
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1140,5 +1172,8 @@ namespace BeWo.BeWoMobilReports
|
|||||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
||||||
private DevExpress.XtraReports.UI.XRLabel lblGruppe;
|
private DevExpress.XtraReports.UI.XRLabel lblGruppe;
|
||||||
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox5;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox4;
|
||||||
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
BIN
ReportImp/BeWoMobilReports/stempel_bewo_mobil_koeln_smaller.gif
Normal file
BIN
ReportImp/BeWoMobilReports/stempel_bewo_mobil_koeln_smaller.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
BIN
ReportImp/BeWoMobilReports/unterschrift_christina_kaplan.gif
Normal file
BIN
ReportImp/BeWoMobilReports/unterschrift_christina_kaplan.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
ReportImp/BeWoMobilReports/unterschrift_ernst_kaplan.gif
Normal file
BIN
ReportImp/BeWoMobilReports/unterschrift_ernst_kaplan.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user