MDM Asfinag Berichte, Umbau mit insert in tblMautberichte

This commit is contained in:
2023-12-19 13:58:55 +01:00
parent 78786c451c
commit 4307a84813
5 changed files with 377 additions and 95 deletions

View File

@@ -170,6 +170,10 @@ Partial Class usrCntlMDMAuswertungen
Me.btnContractdaten = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.GroupBox17 = New System.Windows.Forms.GroupBox()
Me.Label55 = New System.Windows.Forms.Label()
Me.Button16 = New System.Windows.Forms.Button()
Me.Label56 = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -201,6 +205,7 @@ Partial Class usrCntlMDMAuswertungen
Me.GroupBox15.SuspendLayout()
Me.GroupBox14.SuspendLayout()
Me.pnl.SuspendLayout()
Me.GroupBox17.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
@@ -1628,6 +1633,8 @@ Partial Class usrCntlMDMAuswertungen
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.Label56)
Me.TabPage5.Controls.Add(Me.GroupBox17)
Me.TabPage5.Controls.Add(Me.Label53)
Me.TabPage5.Controls.Add(Me.GroupBox16)
Me.TabPage5.Controls.Add(Me.Label49)
@@ -1842,6 +1849,47 @@ Partial Class usrCntlMDMAuswertungen
Me.pnl.Size = New System.Drawing.Size(1057, 54)
Me.pnl.TabIndex = 26
'
'GroupBox17
'
Me.GroupBox17.Controls.Add(Me.Label55)
Me.GroupBox17.Controls.Add(Me.Button16)
Me.GroupBox17.Location = New System.Drawing.Point(6, 367)
Me.GroupBox17.Name = "GroupBox17"
Me.GroupBox17.Size = New System.Drawing.Size(697, 94)
Me.GroupBox17.TabIndex = 13
Me.GroupBox17.TabStop = False
'
'Label55
'
Me.Label55.AutoSize = True
Me.Label55.Location = New System.Drawing.Point(147, 19)
Me.Label55.Name = "Label55"
Me.Label55.Size = New System.Drawing.Size(161, 13)
Me.Label55.TabIndex = 6
Me.Label55.Text = "Abrechnungszeitraum auswerten"
'
'Button16
'
Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button16.Location = New System.Drawing.Point(6, 19)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(121, 49)
Me.Button16.TabIndex = 4
Me.Button16.Text = "Abrechnungsliste"
Me.Button16.UseVisualStyleBackColor = True
'
'Label56
'
Me.Label56.AutoSize = True
Me.Label56.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label56.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label56.Location = New System.Drawing.Point(9, 354)
Me.Label56.Name = "Label56"
Me.Label56.Size = New System.Drawing.Size(150, 17)
Me.Label56.TabIndex = 14
Me.Label56.Text = "Datenbereitstellung"
'
'usrCntlMDMAuswertungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1905,6 +1953,8 @@ Partial Class usrCntlMDMAuswertungen
Me.GroupBox14.PerformLayout()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.GroupBox17.ResumeLayout(False)
Me.GroupBox17.PerformLayout()
Me.ResumeLayout(False)
End Sub
@@ -2055,4 +2105,8 @@ Partial Class usrCntlMDMAuswertungen
Friend WithEvents GroupBox16 As GroupBox
Friend WithEvents Label54 As Label
Friend WithEvents btnKartenpruefung As Button
Friend WithEvents Label56 As Label
Friend WithEvents GroupBox17 As GroupBox
Friend WithEvents Label55 As Label
Friend WithEvents Button16 As Button
End Class