Erweiterungen Bonitätsprogramm

This commit is contained in:
2022-12-02 17:12:26 +01:00
parent 18bf96928a
commit d95e8c4bd5
4 changed files with 54 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ Partial Class frmBonitaet
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBonitaet))
Me.Label3 = New System.Windows.Forms.Label()
Me.lblBonitätsindex = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnStandardPreiseLaden = New System.Windows.Forms.Button()
Me.Label10 = New System.Windows.Forms.Label()
@@ -40,15 +40,15 @@ Partial Class frmBonitaet
Me.txtCRDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.SuspendLayout()
'
'Label3
'lblBonitätsindex
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(14, 68)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(87, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Bonitätsindex:"
Me.lblBonitätsindex.AutoSize = True
Me.lblBonitätsindex.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblBonitätsindex.Location = New System.Drawing.Point(14, 68)
Me.lblBonitätsindex.Name = "lblBonitätsindex"
Me.lblBonitätsindex.Size = New System.Drawing.Size(87, 13)
Me.lblBonitätsindex.TabIndex = 2
Me.lblBonitätsindex.Text = "Bonitätsindex:"
'
'Button1
'
@@ -264,7 +264,7 @@ Partial Class frmBonitaet
Me.Controls.Add(Me.cboRisikostufe)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtBonitaetsindex)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.lblBonitätsindex)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.btnStandardPreiseLaden)
Me.Controls.Add(Me.txtCRDatum)
@@ -280,7 +280,7 @@ Partial Class frmBonitaet
End Sub
Friend WithEvents txtBonitaetsindex As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label3 As Label
Friend WithEvents lblBonitätsindex As Label
Friend WithEvents Button1 As Button
Friend WithEvents btnStandardPreiseLaden As Button
Friend WithEvents txtCRDatum As VERAG_PROG_ALLGEMEIN.MyTextBox