BeWoWalzPaiva: Für Quittierungsbelege bis einschließlich 2024 alte Logos + alten Firmennamen verwenden

This commit is contained in:
2025-01-27 18:45:37 +01:00
parent d0916e4ab0
commit aab44cf5c5
9 changed files with 139 additions and 67 deletions

View File

@@ -30,9 +30,9 @@ namespace BeWoWalzPaiva
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegBeWo2));
DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegBeWo2));
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
@@ -57,12 +57,12 @@ namespace BeWoWalzPaiva
this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.lblHeader = new DevExpress.XtraReports.UI.XRLabel();
this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule();
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.pictureBoxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
@@ -73,6 +73,7 @@ namespace BeWoWalzPaiva
this.fieldAbrechenbareMinuten = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldFLSBillable = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldHours = new DevExpress.XtraReports.UI.CalculatedField();
this.pictureBoxAltesLogo = new DevExpress.XtraReports.UI.XRPictureBox();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
@@ -422,18 +423,18 @@ namespace BeWoWalzPaiva
this.xrLabel12.Text = "Name";
this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
//
// xrLabel1
// lblHeader
//
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 16F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142.75F);
this.xrLabel1.Multiline = true;
this.xrLabel1.Name = "xrLabel1";
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel1.SizeF = new System.Drawing.SizeF(476.9999F, 25F);
this.xrLabel1.StylePriority.UseFont = false;
this.xrLabel1.StylePriority.UseTextAlignment = false;
this.xrLabel1.Text = "Quittung - BeWo Paiva";
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
this.lblHeader.Font = new DevExpress.Drawing.DXFont("Arial", 16F, DevExpress.Drawing.DXFontStyle.Bold);
this.lblHeader.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142.75F);
this.lblHeader.Multiline = true;
this.lblHeader.Name = "lblHeader";
this.lblHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblHeader.SizeF = new System.Drawing.SizeF(476.9999F, 25F);
this.lblHeader.StylePriority.UseFont = false;
this.lblHeader.StylePriority.UseTextAlignment = false;
this.lblHeader.Text = "Quittung - BeWo Paiva";
this.lblHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
//
// formattingRuleServiceDesc
//
@@ -459,20 +460,21 @@ namespace BeWoWalzPaiva
// topMarginBand1
//
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel1,
this.xrPictureBox1});
this.pictureBoxAltesLogo,
this.lblHeader,
this.pictureBoxLogo});
this.topMarginBand1.Font = new DevExpress.Drawing.DXFont("Times New Roman", 9.75F);
this.topMarginBand1.HeightF = 190F;
this.topMarginBand1.Name = "topMarginBand1";
this.topMarginBand1.StylePriority.UseFont = false;
//
// xrPictureBox1
// pictureBoxLogo
//
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(484F, 31F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pictureBoxLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxLogo.ImageSource"));
this.pictureBoxLogo.LocationFloat = new DevExpress.Utils.PointFloat(484F, 31F);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.pictureBoxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// bottomMarginBand1
//
@@ -604,6 +606,15 @@ namespace BeWoWalzPaiva
this.fieldHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
this.fieldHours.Name = "fieldHours";
//
// pictureBoxAltesLogo
//
this.pictureBoxAltesLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxAltesLogo.ImageSource"));
this.pictureBoxAltesLogo.LocationFloat = new DevExpress.Utils.PointFloat(297F, 0F);
this.pictureBoxAltesLogo.Name = "pictureBoxAltesLogo";
this.pictureBoxAltesLogo.SizeF = new System.Drawing.SizeF(183.0549F, 142.75F);
this.pictureBoxAltesLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pictureBoxAltesLogo.Visible = false;
//
// QuittierungsbelegBeWo2
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -642,7 +653,7 @@ namespace BeWoWalzPaiva
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
private DevExpress.XtraReports.UI.DetailBand Detail1;
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
private DevExpress.XtraReports.UI.XRLabel lblHeader;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleStartDate;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleServiceDesc;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleCostBearer;
@@ -676,6 +687,7 @@ namespace BeWoWalzPaiva
private DevExpress.XtraReports.UI.XRLabel lblApprovalDate;
private DevExpress.XtraReports.UI.XRLabel xrLabel18;
private DevExpress.XtraReports.UI.CalculatedField fieldHours;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxLogo;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxAltesLogo;
}
}

View File

@@ -16,8 +16,16 @@ namespace BeWoWalzPaiva
public void SetReportDataSource(ServicesOverviewRO pRO)
{
if (pRO.CostBearer2SupportConceptList.Count > 0)
if (pRO.Year <= 2024)
{
// bis Ende 2024 noch Bewo Walz & Paiva
lblHeader.Text = "Quittung - BeWo Walz & Paiva";
pictureBoxLogo.Visible = false;
pictureBoxAltesLogo.LocationF = pictureBoxLogo.LocationF;
pictureBoxAltesLogo.Visible = true;
}
if (pRO.CostBearer2SupportConceptList.Count > 0)
{
lblApprovalDate.Text = String.Format("{0:dd.MM.yyyy}",
pRO.CostBearer2SupportConceptList[0].SupportConcept.ApprovalDate);

File diff suppressed because one or more lines are too long

View File

@@ -31,6 +31,7 @@ namespace BeWoWalzPaiva
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegBeWo));
DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark();
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
@@ -68,8 +69,9 @@ namespace BeWoWalzPaiva
this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule();
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.pictureBoxAltesLogo = new DevExpress.XtraReports.UI.XRPictureBox();
this.lblHeader = new DevExpress.XtraReports.UI.XRLabel();
this.pictureBoxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
@@ -604,31 +606,41 @@ namespace BeWoWalzPaiva
// topMarginBand1
//
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel2,
this.xrPictureBox1});
this.pictureBoxAltesLogo,
this.lblHeader,
this.pictureBoxLogo});
this.topMarginBand1.HeightF = 200F;
this.topMarginBand1.Name = "topMarginBand1";
//
// xrLabel2
// pictureBoxAltesLogo
//
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 16F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142.75F);
this.xrLabel2.Multiline = true;
this.xrLabel2.Name = "xrLabel2";
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel2.SizeF = new System.Drawing.SizeF(414.9999F, 25F);
this.xrLabel2.StylePriority.UseFont = false;
this.xrLabel2.StylePriority.UseTextAlignment = false;
this.xrLabel2.Text = "Quittung - BeWo Paiva";
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
this.pictureBoxAltesLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxAltesLogo.ImageSource"));
this.pictureBoxAltesLogo.LocationFloat = new DevExpress.Utils.PointFloat(270.9872F, 0F);
this.pictureBoxAltesLogo.Name = "pictureBoxAltesLogo";
this.pictureBoxAltesLogo.SizeF = new System.Drawing.SizeF(183.0549F, 142.75F);
this.pictureBoxAltesLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pictureBoxAltesLogo.Visible = false;
//
// xrPictureBox1
// lblHeader
//
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(454.0421F, 32.04168F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.lblHeader.Font = new DevExpress.Drawing.DXFont("Arial", 16F, DevExpress.Drawing.DXFontStyle.Bold);
this.lblHeader.LocationFloat = new DevExpress.Utils.PointFloat(0F, 142.75F);
this.lblHeader.Multiline = true;
this.lblHeader.Name = "lblHeader";
this.lblHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblHeader.SizeF = new System.Drawing.SizeF(414.9999F, 25F);
this.lblHeader.StylePriority.UseFont = false;
this.lblHeader.StylePriority.UseTextAlignment = false;
this.lblHeader.Text = "Quittung - BeWo Paiva";
this.lblHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
//
// pictureBoxLogo
//
this.pictureBoxLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxLogo.ImageSource"));
this.pictureBoxLogo.LocationFloat = new DevExpress.Utils.PointFloat(454.0421F, 32.04168F);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.pictureBoxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// bottomMarginBand1
//
@@ -1187,6 +1199,8 @@ namespace BeWoWalzPaiva
this.PageWidth = 827;
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
this.Version = "23.2";
xrWatermark1.Id = "Watermark1";
this.Watermarks.Add(xrWatermark1);
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
@@ -1272,13 +1286,14 @@ namespace BeWoWalzPaiva
private DevExpress.XtraReports.UI.XRTableCell xrTableCell29;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell30;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell31;
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRLabel lblHeader;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxLogo;
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
private DevExpress.XtraReports.UI.CalculatedField fieldStunden;
private DevExpress.XtraReports.UI.XRLabel xrLabel20;
private DevExpress.XtraReports.UI.XRLabel lblFehlkontakt;
private DevExpress.XtraReports.UI.XRLabel xrLabel16;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxAltesLogo;
}
}

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using BeWo.Report;
using BeWo.Report.ReportObjects;
namespace BeWoWalzPaiva
{
public partial class QuittierungsbelegBeWo : DevExpress.XtraReports.UI.XtraReport, IBeWoReport<ServicesOverviewRO>
@@ -14,6 +14,15 @@ namespace BeWoWalzPaiva
public void SetReportDataSource(ServicesOverviewRO pRO)
{
if (pRO.Year <= 2024)
{
// bis Ende 2024 noch Bewo Walz & Paiva
lblHeader.Text = "Quittung - BeWo Walz & Paiva";
pictureBoxLogo.Visible = false;
pictureBoxAltesLogo.LocationF = pictureBoxLogo.LocationF;
pictureBoxAltesLogo.Visible = true;
}
bool hatGruppen = false;
if (pRO.Services != null)

File diff suppressed because one or more lines are too long

View File

@@ -29,8 +29,8 @@ namespace BeWoWalzPaiva
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegSoziotherapie));
DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuittierungsbelegSoziotherapie));
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
@@ -62,7 +62,7 @@ namespace BeWoWalzPaiva
this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule();
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.pictureBoxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
@@ -77,6 +77,7 @@ namespace BeWoWalzPaiva
this.fieldBillableFLS = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField();
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.pictureBoxAltesLogo = new DevExpress.XtraReports.UI.XRPictureBox();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
@@ -412,20 +413,21 @@ namespace BeWoWalzPaiva
// topMarginBand1
//
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrPictureBox1,
this.pictureBoxAltesLogo,
this.pictureBoxLogo,
this.xrLabel1});
this.topMarginBand1.Font = new DevExpress.Drawing.DXFont("Times New Roman", 9.75F);
this.topMarginBand1.HeightF = 190F;
this.topMarginBand1.Name = "topMarginBand1";
this.topMarginBand1.StylePriority.UseFont = false;
//
// xrPictureBox1
// pictureBoxLogo
//
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(484.0418F, 41.00001F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pictureBoxLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxLogo.ImageSource"));
this.pictureBoxLogo.LocationFloat = new DevExpress.Utils.PointFloat(484.0418F, 41.00001F);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.SizeF = new System.Drawing.SizeF(190.9582F, 147.5833F);
this.pictureBoxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// bottomMarginBand1
//
@@ -562,6 +564,15 @@ namespace BeWoWalzPaiva
this.GroupHeader1.RepeatEveryPage = true;
this.GroupHeader1.StylePriority.UseFont = false;
//
// pictureBoxAltesLogo
//
this.pictureBoxAltesLogo.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("pictureBoxAltesLogo.ImageSource"));
this.pictureBoxAltesLogo.LocationFloat = new DevExpress.Utils.PointFloat(303.5004F, 10.7917F);
this.pictureBoxAltesLogo.Name = "pictureBoxAltesLogo";
this.pictureBoxAltesLogo.SizeF = new System.Drawing.SizeF(180.5415F, 131.9583F);
this.pictureBoxAltesLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pictureBoxAltesLogo.Visible = false;
//
// QuittierungsbelegSoziotherapie
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -645,6 +656,7 @@ namespace BeWoWalzPaiva
private DevExpress.XtraReports.UI.CalculatedField fieldAbrechenbareFLS;
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxLogo;
private DevExpress.XtraReports.UI.XRPictureBox pictureBoxAltesLogo;
}
}

View File

@@ -1,4 +1,3 @@
using System.Collections.Generic;
using BeWo.Report;
using BeWo.Report.ReportObjects;
@@ -13,6 +12,14 @@ namespace BeWoWalzPaiva
public void SetReportDataSource(ServicesOverviewRO pRO)
{
if (pRO.Year <= 2024)
{
// bis Ende 2024 noch Bewo Walz & Paiva
pictureBoxLogo.Visible = false;
pictureBoxAltesLogo.LocationF = pictureBoxLogo.LocationF;
pictureBoxAltesLogo.Visible = true;
}
this.bindingSource1.DataSource = pRO;
}

File diff suppressed because one or more lines are too long