_ Partial Class frmEinzahlung Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEinzahlung)) Me.Panel1 = New System.Windows.Forms.Panel() Me.btnClose = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.btnSave = New System.Windows.Forms.Button() Me.dgvEinzahlungen = New System.Windows.Forms.DataGridView() Me.cboBrg = New System.Windows.Forms.ComboBox() Me.cbotxtBetrag = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.lblSaved = New System.Windows.Forms.Label() Me.txtFealligkeit = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.dgvEinzahlungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.btnClose) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(909, 50) Me.Panel1.TabIndex = 4 ' 'btnClose ' Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClose.ForeColor = System.Drawing.Color.White Me.btnClose.Location = New System.Drawing.Point(796, 13) Me.btnClose.Name = "btnClose" Me.btnClose.Size = New System.Drawing.Size(101, 23) Me.btnClose.TabIndex = 18 Me.btnClose.Text = "Schließen" Me.btnClose.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(14, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(130, 26) Me.Label1.TabIndex = 0 Me.Label1.Text = "Einzahlung" ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(14, 57) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(313, 34) Me.Label2.TabIndex = 10 Me.Label2.Text = "Bitte wählen Sie eine Bürgschaft aus, und tragen Sie den Einbezahlten Wert ein:" ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(19, 225) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(165, 23) Me.btnSave.TabIndex = 6 Me.btnSave.Text = "Einzahlung speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'dgvEinzahlungen ' Me.dgvEinzahlungen.AllowUserToAddRows = False Me.dgvEinzahlungen.AllowUserToDeleteRows = False Me.dgvEinzahlungen.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells Me.dgvEinzahlungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvEinzahlungen.Location = New System.Drawing.Point(370, 56) Me.dgvEinzahlungen.Name = "dgvEinzahlungen" Me.dgvEinzahlungen.ReadOnly = True Me.dgvEinzahlungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvEinzahlungen.Size = New System.Drawing.Size(527, 196) Me.dgvEinzahlungen.TabIndex = 11 ' 'cboBrg ' Me.cboBrg.FormattingEnabled = True Me.cboBrg.Location = New System.Drawing.Point(19, 110) Me.cboBrg.Name = "cboBrg" Me.cboBrg.Size = New System.Drawing.Size(285, 21) Me.cboBrg.TabIndex = 12 ' 'cbotxtBetrag ' Me.cbotxtBetrag.Location = New System.Drawing.Point(19, 154) Me.cbotxtBetrag.Name = "cbotxtBetrag" Me.cbotxtBetrag.Size = New System.Drawing.Size(179, 20) Me.cbotxtBetrag.TabIndex = 13 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(19, 138) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(41, 13) Me.Label3.TabIndex = 14 Me.Label3.Text = "Betrag:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(19, 94) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(61, 13) Me.Label4.TabIndex = 14 Me.Label4.Text = "Bürgschaft:" ' 'lblSaved ' Me.lblSaved.AutoSize = True Me.lblSaved.ForeColor = System.Drawing.Color.Green Me.lblSaved.Location = New System.Drawing.Point(190, 230) Me.lblSaved.Name = "lblSaved" Me.lblSaved.Size = New System.Drawing.Size(71, 13) Me.lblSaved.TabIndex = 15 Me.lblSaved.Text = "gespeichert..." Me.lblSaved.Visible = False ' 'txtFealligkeit ' Me.txtFealligkeit._DateTimeOnly = False Me.txtFealligkeit._numbersOnly = False Me.txtFealligkeit._numbersOnlyKommastellen = "" Me.txtFealligkeit._Prozent = False Me.txtFealligkeit._ShortDateNew = True Me.txtFealligkeit._ShortDateOnly = False Me.txtFealligkeit._TimeOnly = False Me.txtFealligkeit._value = "" Me.txtFealligkeit._Waehrung = False Me.txtFealligkeit._WaehrungZeichen = True Me.txtFealligkeit.ForeColor = System.Drawing.Color.Black Me.txtFealligkeit.Location = New System.Drawing.Point(204, 154) Me.txtFealligkeit.MaxLineLength = -1 Me.txtFealligkeit.MaxLines_Warning = "" Me.txtFealligkeit.MaxLines_Warning_Label = Nothing Me.txtFealligkeit.Name = "txtFealligkeit" Me.txtFealligkeit.Size = New System.Drawing.Size(100, 20) Me.txtFealligkeit.TabIndex = 16 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(201, 138) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(34, 9) Me.Label5.TabIndex = 17 Me.Label5.Text = "Fälligkeit:" ' 'frmEinzahlung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(909, 264) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtFealligkeit) Me.Controls.Add(Me.lblSaved) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.cbotxtBetrag) Me.Controls.Add(Me.cboBrg) Me.Controls.Add(Me.dgvEinzahlungen) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.btnSave) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmEinzahlung" Me.Text = "Einzahlung" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.dgvEinzahlungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents dgvEinzahlungen As System.Windows.Forms.DataGridView Friend WithEvents cboBrg As System.Windows.Forms.ComboBox Friend WithEvents cbotxtBetrag As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents lblSaved As System.Windows.Forms.Label Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents txtFealligkeit As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label5 As Label End Class