_ Partial Class frmSecureLoginKassenbuch 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.components = New System.ComponentModel.Container() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnStatistik = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.cboSB_LG = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.Label3 = New System.Windows.Forms.Label() Me.lblError = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.cboSB = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label5 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.btnStatistik) Me.Panel1.Controls.Add(Me.cboSB_LG) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.FlatButton3) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.lblError) Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.FlatButton2) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.FlatButton1) Me.Panel1.Controls.Add(Me.cboSB) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(426, 227) Me.Panel1.TabIndex = 0 ' 'btnStatistik ' Me.btnStatistik.allowBorder = False Me.btnStatistik.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnStatistik.ForeColor = System.Drawing.Color.Black Me.btnStatistik.Image = Global.SDL.My.Resources.bh Me.btnStatistik.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnStatistik.Location = New System.Drawing.Point(295, 38) Me.btnStatistik.Name = "btnStatistik" Me.btnStatistik.Size = New System.Drawing.Size(126, 39) Me.btnStatistik.TabIndex = 12 Me.btnStatistik.Text = "Kassenbuch" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Statistik" Me.btnStatistik.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnStatistik.UseVisualStyleBackColor = True Me.btnStatistik.Visible = False ' 'cboSB_LG ' Me.cboSB_LG._allowedValuesFreiText = Nothing Me.cboSB_LG._allowFreiText = False Me.cboSB_LG._value = "" Me.cboSB_LG.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.cboSB_LG.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboSB_LG.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cboSB_LG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboSB_LG.FormattingEnabled = True Me.cboSB_LG.Location = New System.Drawing.Point(11, 90) Me.cboSB_LG.Name = "cboSB_LG" Me.cboSB_LG.Size = New System.Drawing.Size(242, 24) Me.cboSB_LG.TabIndex = 3 ' 'Label6 ' Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(344, 182) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(77, 13) Me.Label6.TabIndex = 11 Me.Label6.Text = "00.000,00 €" Me.Label6.TextAlign = System.Drawing.ContentAlignment.TopRight Me.Label6.Visible = False ' 'FlatButton3 ' Me.FlatButton3.allowBorder = False Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton3.ForeColor = System.Drawing.Color.Black Me.FlatButton3.Image = Global.SDL.My.Resources.bh Me.FlatButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.FlatButton3.Location = New System.Drawing.Point(295, 139) Me.FlatButton3.Name = "FlatButton3" Me.FlatButton3.Size = New System.Drawing.Size(126, 39) Me.FlatButton3.TabIndex = 6 Me.FlatButton3.Text = "Zugang" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Buchhaltung" Me.FlatButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.FlatButton3.UseVisualStyleBackColor = True Me.FlatButton3.Visible = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(8, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(394, 13) Me.Label3.TabIndex = 0 Me.Label3.Text = "Bitte geben Sie Ihre Zugangsdaten ein, um ins Kassenbuch einsteigen zu können:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'lblError ' Me.lblError.ForeColor = System.Drawing.Color.Red Me.lblError.Location = New System.Drawing.Point(8, 155) Me.lblError.Name = "lblError" Me.lblError.Size = New System.Drawing.Size(318, 17) Me.lblError.TabIndex = 7 Me.lblError.Text = "Falsches Passwort!" Me.lblError.Visible = False ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(11, 132) Me.TextBox1.Name = "TextBox1" Me.TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.TextBox1.Size = New System.Drawing.Size(242, 23) Me.TextBox1.TabIndex = 5 ' 'PictureBox1 ' Me.PictureBox1.Image = Global.SDL.My.Resources.person Me.PictureBox1.Location = New System.Drawing.Point(295, 38) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(107, 95) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 4 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(10, 118) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 13) Me.Label1.TabIndex = 4 Me.Label1.Text = "Passwort:" ' 'FlatButton2 ' Me.FlatButton2.allowBorder = False Me.FlatButton2.FlatAppearance.BorderSize = 0 Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton2.ForeColor = System.Drawing.Color.Black Me.FlatButton2.Image = Global.SDL.My.Resources.del Me.FlatButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.FlatButton2.Location = New System.Drawing.Point(160, 172) Me.FlatButton2.Name = "FlatButton2" Me.FlatButton2.Size = New System.Drawing.Size(114, 39) Me.FlatButton2.TabIndex = 9 Me.FlatButton2.Text = "Abbrechen" Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.FlatButton2.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(292, 182) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(46, 13) Me.Label4.TabIndex = 10 Me.Label4.Text = "SALDO:" Me.Label4.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True 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(8, 51) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(150, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Kassenbuch - Sachbearbeiter:" ' 'FlatButton1 ' Me.FlatButton1.allowBorder = False Me.FlatButton1.FlatAppearance.BorderSize = 0 Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton1.ForeColor = System.Drawing.Color.Black Me.FlatButton1.Image = Global.SDL.My.Resources.ok Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.FlatButton1.Location = New System.Drawing.Point(11, 172) Me.FlatButton1.Name = "FlatButton1" Me.FlatButton1.Size = New System.Drawing.Size(143, 39) Me.FlatButton1.TabIndex = 8 Me.FlatButton1.Text = "Login" Me.FlatButton1.UseVisualStyleBackColor = True ' 'cboSB ' Me.cboSB._allowedValuesFreiText = Nothing Me.cboSB._allowFreiText = False Me.cboSB._value = "" Me.cboSB.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.cboSB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboSB.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cboSB.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboSB.FormattingEnabled = True Me.cboSB.Location = New System.Drawing.Point(11, 67) Me.cboSB.Name = "cboSB" Me.cboSB.Size = New System.Drawing.Size(242, 24) Me.cboSB.TabIndex = 2 ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(9, 98) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(408, 31) Me.Label5.TabIndex = 1 Me.Label5.Text = "Sicherheits-Check erfolgreich!" Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.Label5.Visible = False ' 'frmSecureLoginKassenbuch ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(426, 227) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmSecureLoginKassenbuch" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Sicherheits-Check" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents lblError As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents cboSB As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents cboSB_LG As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label5 As Label Friend WithEvents btnStatistik As VERAG_PROG_ALLGEMEIN.FlatButton End Class