_ Partial Class frmKtoStandAkt 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() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.btnClose = New System.Windows.Forms.Button() Me.lblSaved = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtKto = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.btnSave = New System.Windows.Forms.Button() Me.datKto = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.cboBrg = New System.Windows.Forms.ComboBox() Me.Panel1.SuspendLayout() 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.Label1) Me.Panel1.Controls.Add(Me.btnClose) 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(328, 50) Me.Panel1.TabIndex = 29 ' '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(132, 26) Me.Label1.TabIndex = 0 Me.Label1.Text = "Kontostand" ' 'btnClose ' Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClose.ForeColor = System.Drawing.Color.White Me.btnClose.Location = New System.Drawing.Point(215, 9) Me.btnClose.Name = "btnClose" Me.btnClose.Size = New System.Drawing.Size(101, 23) Me.btnClose.TabIndex = 17 Me.btnClose.Text = "Schließen" Me.btnClose.UseVisualStyleBackColor = True ' 'lblSaved ' Me.lblSaved.AutoSize = True Me.lblSaved.ForeColor = System.Drawing.Color.Green Me.lblSaved.Location = New System.Drawing.Point(184, 191) Me.lblSaved.Name = "lblSaved" Me.lblSaved.Size = New System.Drawing.Size(71, 13) Me.lblSaved.TabIndex = 37 Me.lblSaved.Text = "gespeichert..." Me.lblSaved.Visible = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(13, 130) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(41, 13) Me.Label4.TabIndex = 35 Me.Label4.Text = "Datum:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(119, 130) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(64, 13) Me.Label3.TabIndex = 36 Me.Label3.Text = "Kontostand:" ' 'txtKto ' Me.txtKto.Location = New System.Drawing.Point(122, 146) Me.txtKto.Name = "txtKto" Me.txtKto.Size = New System.Drawing.Size(162, 20) Me.txtKto.TabIndex = 34 ' '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(16, 56) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(313, 34) Me.Label2.TabIndex = 31 Me.Label2.Text = "Bitte tragen Sie das Datum des letzten Kontoauszuges und den entsprechenden Konto" & "stand ein:" ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(13, 186) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(165, 23) Me.btnSave.TabIndex = 30 Me.btnSave.Text = "Aktualisieren" Me.btnSave.UseVisualStyleBackColor = True ' 'datKto ' Me.datKto.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.datKto.Location = New System.Drawing.Point(16, 146) Me.datKto.Name = "datKto" Me.datKto.Size = New System.Drawing.Size(100, 20) Me.datKto.TabIndex = 38 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(16, 90) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(61, 13) Me.Label5.TabIndex = 40 Me.Label5.Text = "Bürgschaft:" ' 'cboBrg ' Me.cboBrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBrg.FormattingEnabled = True Me.cboBrg.Location = New System.Drawing.Point(16, 106) Me.cboBrg.Name = "cboBrg" Me.cboBrg.Size = New System.Drawing.Size(268, 21) Me.cboBrg.TabIndex = 39 ' 'frmKtoStandAkt ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(328, 220) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.cboBrg) Me.Controls.Add(Me.datKto) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.lblSaved) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtKto) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.btnSave) Me.Name = "frmKtoStandAkt" Me.Text = "Kontostand aktualisieren" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents lblSaved As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtKto As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btnSave As System.Windows.Forms.Button Protected WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents datKto As System.Windows.Forms.DateTimePicker Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cboBrg As System.Windows.Forms.ComboBox End Class