Logik Verag360

This commit is contained in:
2025-01-10 16:01:46 +01:00
parent c36bfbcb45
commit 092bcf8697
4 changed files with 57 additions and 8 deletions

View File

@@ -58,6 +58,7 @@ Partial Class frmFaktSammelRgDrucken
Me.Label6 = New System.Windows.Forms.Label()
Me.cboAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.RadioButton5 = New System.Windows.Forms.RadioButton()
Me.pnl.SuspendLayout()
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -66,6 +67,7 @@ Partial Class frmFaktSammelRgDrucken
'
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.RadioButton5)
Me.pnl.Controls.Add(Me.RadioButton6)
Me.pnl.Controls.Add(Me.RadioButton4)
Me.pnl.Controls.Add(Me.RadioButton3)
@@ -74,13 +76,13 @@ Partial Class frmFaktSammelRgDrucken
Me.pnl.Controls.Add(Me.RadioButton)
Me.pnl.Location = New System.Drawing.Point(12, 12)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(113, 145)
Me.pnl.Size = New System.Drawing.Size(113, 167)
Me.pnl.TabIndex = 0
'
'RadioButton6
'
Me.RadioButton6.AutoSize = True
Me.RadioButton6.Location = New System.Drawing.Point(8, 122)
Me.RadioButton6.Location = New System.Drawing.Point(8, 141)
Me.RadioButton6.Name = "RadioButton6"
Me.RadioButton6.Size = New System.Drawing.Size(76, 17)
Me.RadioButton6.TabIndex = 5
@@ -92,7 +94,7 @@ Partial Class frmFaktSammelRgDrucken
'RadioButton4
'
Me.RadioButton4.AutoSize = True
Me.RadioButton4.Location = New System.Drawing.Point(8, 99)
Me.RadioButton4.Location = New System.Drawing.Point(8, 95)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(91, 17)
Me.RadioButton4.TabIndex = 4
@@ -104,7 +106,7 @@ Partial Class frmFaktSammelRgDrucken
'RadioButton3
'
Me.RadioButton3.AutoSize = True
Me.RadioButton3.Location = New System.Drawing.Point(8, 76)
Me.RadioButton3.Location = New System.Drawing.Point(8, 74)
Me.RadioButton3.Name = "RadioButton3"
Me.RadioButton3.Size = New System.Drawing.Size(72, 17)
Me.RadioButton3.TabIndex = 3
@@ -498,6 +500,19 @@ Partial Class frmFaktSammelRgDrucken
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.UseVisualStyleBackColor = True
'
'RadioButton5
'
Me.RadioButton5.AutoSize = True
Me.RadioButton5.Enabled = False
Me.RadioButton5.Location = New System.Drawing.Point(8, 118)
Me.RadioButton5.Name = "RadioButton5"
Me.RadioButton5.Size = New System.Drawing.Size(92, 17)
Me.RadioButton5.TabIndex = 6
Me.RadioButton5.TabStop = True
Me.RadioButton5.Tag = "6"
Me.RadioButton5.Text = "6 Maut/Diesel"
Me.RadioButton5.UseVisualStyleBackColor = True
'
'frmFaktSammelRgDrucken
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -578,4 +593,5 @@ Partial Class frmFaktSammelRgDrucken
Friend WithEvents Label6 As Label
Friend WithEvents cboAbfertigungsart As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Button2 As Button
Friend WithEvents RadioButton5 As RadioButton
End Class