This commit is contained in:
2019-09-10 13:51:31 +02:00
parent 8f8b0f4252
commit 021cce6f04
48 changed files with 6001 additions and 727 deletions

224
SDL/kunden/frmBonitaet.Designer.vb generated Normal file
View File

@@ -0,0 +1,224 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmBonitaet
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBonitaet))
Me.txtBonitaetsindex = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnStandardPreiseLaden = New System.Windows.Forms.Button()
Me.txtCRDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.cboRisikostufe = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.txtHoechstkredit = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'txtBonitaetsindex
'
Me.txtBonitaetsindex._DateTimeOnly = False
Me.txtBonitaetsindex._numbersOnly = True
Me.txtBonitaetsindex._numbersOnlyKommastellen = ""
Me.txtBonitaetsindex._Prozent = False
Me.txtBonitaetsindex._ShortDateNew = False
Me.txtBonitaetsindex._ShortDateOnly = False
Me.txtBonitaetsindex._TimeOnly = False
Me.txtBonitaetsindex._value = ""
Me.txtBonitaetsindex._Waehrung = False
Me.txtBonitaetsindex._WaehrungZeichen = True
Me.txtBonitaetsindex.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtBonitaetsindex.ForeColor = System.Drawing.Color.Black
Me.txtBonitaetsindex.Location = New System.Drawing.Point(107, 32)
Me.txtBonitaetsindex.MaxLength = 10
Me.txtBonitaetsindex.MaxLineLength = -1
Me.txtBonitaetsindex.MaxLines_Warning = ""
Me.txtBonitaetsindex.MaxLines_Warning_Label = Nothing
Me.txtBonitaetsindex.Name = "txtBonitaetsindex"
Me.txtBonitaetsindex.Size = New System.Drawing.Size(129, 26)
Me.txtBonitaetsindex.TabIndex = 27
Me.txtBonitaetsindex.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label3
'
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, 40)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(87, 13)
Me.Label3.TabIndex = 26
Me.Label3.Text = "Bonitätsindex:"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(17, 192)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(219, 23)
Me.Button1.TabIndex = 23
Me.Button1.Text = "Kunde Bonitäts-Verlauf ansehen"
Me.Button1.UseVisualStyleBackColor = True
'
'btnStandardPreiseLaden
'
Me.btnStandardPreiseLaden.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnStandardPreiseLaden.Location = New System.Drawing.Point(17, 147)
Me.btnStandardPreiseLaden.Name = "btnStandardPreiseLaden"
Me.btnStandardPreiseLaden.Size = New System.Drawing.Size(219, 43)
Me.btnStandardPreiseLaden.TabIndex = 22
Me.btnStandardPreiseLaden.Text = "Speichern"
Me.btnStandardPreiseLaden.UseVisualStyleBackColor = True
'
'txtCRDatum
'
Me.txtCRDatum._DateTimeOnly = False
Me.txtCRDatum._numbersOnly = False
Me.txtCRDatum._numbersOnlyKommastellen = ""
Me.txtCRDatum._Prozent = False
Me.txtCRDatum._ShortDateNew = True
Me.txtCRDatum._ShortDateOnly = False
Me.txtCRDatum._TimeOnly = False
Me.txtCRDatum._value = ""
Me.txtCRDatum._Waehrung = False
Me.txtCRDatum._WaehrungZeichen = True
Me.txtCRDatum.ForeColor = System.Drawing.Color.Black
Me.txtCRDatum.Location = New System.Drawing.Point(107, 6)
Me.txtCRDatum.MaxLength = 10
Me.txtCRDatum.MaxLineLength = -1
Me.txtCRDatum.MaxLines_Warning = ""
Me.txtCRDatum.MaxLines_Warning_Label = Nothing
Me.txtCRDatum.Name = "txtCRDatum"
Me.txtCRDatum.ReadOnly = True
Me.txtCRDatum.Size = New System.Drawing.Size(129, 20)
Me.txtCRDatum.TabIndex = 25
Me.txtCRDatum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(14, 9)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(67, 13)
Me.Label10.TabIndex = 24
Me.Label10.Text = "Abfrage, am:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(14, 85)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(82, 13)
Me.Label1.TabIndex = 28
Me.Label1.Text = "Risikoklasse:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(104, 61)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(28, 13)
Me.Label2.TabIndex = 24
Me.Label2.Text = "oder"
'
'cboRisikostufe
'
Me.cboRisikostufe._allowedValuesFreiText = Nothing
Me.cboRisikostufe._allowFreiText = False
Me.cboRisikostufe._value = ""
Me.cboRisikostufe.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
Me.cboRisikostufe.FormattingEnabled = True
Me.cboRisikostufe.Location = New System.Drawing.Point(107, 77)
Me.cboRisikostufe.Name = "cboRisikostufe"
Me.cboRisikostufe.Size = New System.Drawing.Size(129, 28)
Me.cboRisikostufe.TabIndex = 30
'
'txtHoechstkredit
'
Me.txtHoechstkredit._DateTimeOnly = False
Me.txtHoechstkredit._numbersOnly = False
Me.txtHoechstkredit._numbersOnlyKommastellen = ""
Me.txtHoechstkredit._Prozent = False
Me.txtHoechstkredit._ShortDateNew = False
Me.txtHoechstkredit._ShortDateOnly = False
Me.txtHoechstkredit._TimeOnly = False
Me.txtHoechstkredit._value = Nothing
Me.txtHoechstkredit._Waehrung = True
Me.txtHoechstkredit._WaehrungZeichen = True
Me.txtHoechstkredit.ForeColor = System.Drawing.Color.Black
Me.txtHoechstkredit.Location = New System.Drawing.Point(107, 111)
Me.txtHoechstkredit.MaxLineLength = -1
Me.txtHoechstkredit.MaxLines_Warning = ""
Me.txtHoechstkredit.MaxLines_Warning_Label = Nothing
Me.txtHoechstkredit.Name = "txtHoechstkredit"
Me.txtHoechstkredit.Size = New System.Drawing.Size(129, 20)
Me.txtHoechstkredit.TabIndex = 35
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(14, 114)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(70, 13)
Me.Label12.TabIndex = 34
Me.Label12.Text = "Höchstkredit:"
'
'frmBonitaet
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(253, 223)
Me.Controls.Add(Me.txtHoechstkredit)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.cboRisikostufe)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtBonitaetsindex)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.btnStandardPreiseLaden)
Me.Controls.Add(Me.txtCRDatum)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label10)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmBonitaet"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Bonität"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtBonitaetsindex As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label3 As Label
Friend WithEvents Button1 As Button
Friend WithEvents btnStandardPreiseLaden As Button
Friend WithEvents txtCRDatum As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label10 As Label
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents cboRisikostufe As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents txtHoechstkredit As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label12 As Label
End Class