From a5526e6def3876ab922cff88171a8f742a6be9df Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Thu, 5 Jun 2025 08:14:39 +0200 Subject: [PATCH] Fakt, anordnung von RE-Journal --- .../usrCntlFakturierung.Designer.vb | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/SDL/seriendruck/usrCntlFakturierung.Designer.vb b/SDL/seriendruck/usrCntlFakturierung.Designer.vb index 84669888..8741a767 100644 --- a/SDL/seriendruck/usrCntlFakturierung.Designer.vb +++ b/SDL/seriendruck/usrCntlFakturierung.Designer.vb @@ -46,6 +46,8 @@ Partial Class usrcntlFakturierung Me.Button18 = New System.Windows.Forms.Button() Me.Label44 = New System.Windows.Forms.Label() Me.GBSammelrechnung = New System.Windows.Forms.GroupBox() + Me.lblAnzRE = New System.Windows.Forms.Label() + Me.Label10 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.PictureBox9 = New System.Windows.Forms.PictureBox() @@ -94,8 +96,6 @@ Partial Class usrcntlFakturierung Me.btnRePos = New System.Windows.Forms.Button() Me.Validation1 = New SDL.EORI.validation() Me.btnWikiStatusmails = New System.Windows.Forms.Button() - Me.Label10 = New System.Windows.Forms.Label() - Me.lblAnzRE = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() Me.GBMautberichte.SuspendLayout() CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit() @@ -119,7 +119,7 @@ Partial Class usrcntlFakturierung Me.GroupBox1.Controls.Add(Me.btnRechnugnsdaten) Me.GroupBox1.Location = New System.Drawing.Point(14, 20) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(697, 86) + Me.GroupBox1.Size = New System.Drawing.Size(876, 86) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False ' @@ -128,7 +128,7 @@ Partial Class usrcntlFakturierung Me.btnLieferantenrechnungen.Enabled = False Me.btnLieferantenrechnungen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLieferantenrechnungen.ForeColor = System.Drawing.Color.Black - Me.btnLieferantenrechnungen.Location = New System.Drawing.Point(525, 18) + Me.btnLieferantenrechnungen.Location = New System.Drawing.Point(679, 18) Me.btnLieferantenrechnungen.Name = "btnLieferantenrechnungen" Me.btnLieferantenrechnungen.Size = New System.Drawing.Size(139, 44) Me.btnLieferantenrechnungen.TabIndex = 52 @@ -140,7 +140,7 @@ Partial Class usrcntlFakturierung Me.btnMDMSammelrechnung.Enabled = False Me.btnMDMSammelrechnung.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMDMSammelrechnung.ForeColor = System.Drawing.Color.Black - Me.btnMDMSammelrechnung.Location = New System.Drawing.Point(350, 19) + Me.btnMDMSammelrechnung.Location = New System.Drawing.Point(475, 19) Me.btnMDMSammelrechnung.Name = "btnMDMSammelrechnung" Me.btnMDMSammelrechnung.Size = New System.Drawing.Size(121, 44) Me.btnMDMSammelrechnung.TabIndex = 51 @@ -164,7 +164,7 @@ Partial Class usrcntlFakturierung Me.btnRechnugnsdaten.Enabled = False Me.btnRechnugnsdaten.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRechnugnsdaten.ForeColor = System.Drawing.Color.Black - Me.btnRechnugnsdaten.Location = New System.Drawing.Point(186, 19) + Me.btnRechnugnsdaten.Location = New System.Drawing.Point(267, 18) Me.btnRechnugnsdaten.Name = "btnRechnugnsdaten" Me.btnRechnugnsdaten.Size = New System.Drawing.Size(121, 44) Me.btnRechnugnsdaten.TabIndex = 4 @@ -210,7 +210,7 @@ Partial Class usrcntlFakturierung Me.GBMautberichte.Enabled = False Me.GBMautberichte.Location = New System.Drawing.Point(10, 131) Me.GBMautberichte.Name = "GBMautberichte" - Me.GBMautberichte.Size = New System.Drawing.Size(697, 211) + Me.GBMautberichte.Size = New System.Drawing.Size(880, 211) Me.GBMautberichte.TabIndex = 16 Me.GBMautberichte.TabStop = False ' @@ -390,10 +390,28 @@ Partial Class usrcntlFakturierung Me.GBSammelrechnung.Enabled = False Me.GBSammelrechnung.Location = New System.Drawing.Point(10, 356) Me.GBSammelrechnung.Name = "GBSammelrechnung" - Me.GBSammelrechnung.Size = New System.Drawing.Size(697, 494) + Me.GBSammelrechnung.Size = New System.Drawing.Size(880, 403) Me.GBSammelrechnung.TabIndex = 14 Me.GBSammelrechnung.TabStop = False ' + 'lblAnzRE + ' + Me.lblAnzRE.AutoSize = True + Me.lblAnzRE.Location = New System.Drawing.Point(608, 62) + Me.lblAnzRE.Name = "lblAnzRE" + Me.lblAnzRE.Size = New System.Drawing.Size(30, 13) + Me.lblAnzRE.TabIndex = 123 + Me.lblAnzRE.Text = "0 / 0" + ' + 'Label10 + ' + Me.Label10.AutoSize = True + Me.Label10.Location = New System.Drawing.Point(434, 63) + Me.Label10.Name = "Label10" + Me.Label10.Size = New System.Drawing.Size(126, 13) + Me.Label10.TabIndex = 122 + Me.Label10.Text = "Anzahl RE offen/erledigt:" + ' 'Label9 ' Me.Label9.Location = New System.Drawing.Point(13, 307) @@ -451,7 +469,7 @@ Partial Class usrcntlFakturierung ' Me.btnAbfdruck.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAbfdruck.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.btnAbfdruck.Location = New System.Drawing.Point(144, 396) + Me.btnAbfdruck.Location = New System.Drawing.Point(745, 20) Me.btnAbfdruck.Name = "btnAbfdruck" Me.btnAbfdruck.Size = New System.Drawing.Size(106, 32) Me.btnAbfdruck.TabIndex = 115 @@ -462,7 +480,7 @@ Partial Class usrcntlFakturierung ' Me.btnREJdruck.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnREJdruck.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.btnREJdruck.Location = New System.Drawing.Point(16, 396) + Me.btnREJdruck.Location = New System.Drawing.Point(745, 58) Me.btnREJdruck.Name = "btnREJdruck" Me.btnREJdruck.Size = New System.Drawing.Size(106, 32) Me.btnREJdruck.TabIndex = 114 @@ -511,9 +529,9 @@ Partial Class usrcntlFakturierung ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button3.Location = New System.Drawing.Point(535, 396) + Me.Button3.Location = New System.Drawing.Point(744, 147) Me.Button3.Name = "Button3" - Me.Button3.Size = New System.Drawing.Size(121, 32) + Me.Button3.Size = New System.Drawing.Size(107, 32) Me.Button3.TabIndex = 109 Me.Button3.Text = "BS berechnen" Me.Button3.UseVisualStyleBackColor = True @@ -523,7 +541,7 @@ Partial Class usrcntlFakturierung ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button2.Location = New System.Drawing.Point(416, 396) + Me.Button2.Location = New System.Drawing.Point(745, 104) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(106, 32) Me.Button2.TabIndex = 108 @@ -886,24 +904,6 @@ Partial Class usrcntlFakturierung Me.btnWikiStatusmails.TabIndex = 72 Me.btnWikiStatusmails.UseVisualStyleBackColor = True ' - 'Label10 - ' - Me.Label10.AutoSize = True - Me.Label10.Location = New System.Drawing.Point(434, 63) - Me.Label10.Name = "Label10" - Me.Label10.Size = New System.Drawing.Size(126, 13) - Me.Label10.TabIndex = 122 - Me.Label10.Text = "Anzahl RE offen/erledigt:" - ' - 'lblAnzRE - ' - Me.lblAnzRE.AutoSize = True - Me.lblAnzRE.Location = New System.Drawing.Point(608, 62) - Me.lblAnzRE.Name = "lblAnzRE" - Me.lblAnzRE.Size = New System.Drawing.Size(30, 13) - Me.lblAnzRE.TabIndex = 123 - Me.lblAnzRE.Text = "0 / 0" - ' 'usrcntlFakturierung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -917,7 +917,7 @@ Partial Class usrcntlFakturierung Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.GroupBox1) Me.Name = "usrcntlFakturierung" - Me.Size = New System.Drawing.Size(1149, 866) + Me.Size = New System.Drawing.Size(1149, 782) Me.GroupBox1.ResumeLayout(False) Me.GBMautberichte.ResumeLayout(False) Me.GBMautberichte.PerformLayout()