_ Partial Class frmAbout 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(frmAbout)) Me.btnOK = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lblversiondatum = New System.Windows.Forms.Label() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblVersion = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnOK ' Me.btnOK.Location = New System.Drawing.Point(117, 335) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(75, 23) Me.btnOK.TabIndex = 2 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.lblversiondatum) Me.Panel1.Controls.Add(Me.PictureBox2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.lblVersion) Me.Panel1.Location = New System.Drawing.Point(3, 5) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(301, 324) Me.Panel1.TabIndex = 6 ' 'PictureBox1 ' Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(7, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(286, 44) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'lblversiondatum ' Me.lblversiondatum.BackColor = System.Drawing.Color.White Me.lblversiondatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblversiondatum.Location = New System.Drawing.Point(44, 299) Me.lblversiondatum.Name = "lblversiondatum" Me.lblversiondatum.Size = New System.Drawing.Size(200, 24) Me.lblversiondatum.TabIndex = 2 Me.lblversiondatum.Text = "Version " Me.lblversiondatum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox2 ' Me.PictureBox2.ErrorImage = CType(resources.GetObject("PictureBox2.ErrorImage"), System.Drawing.Image) Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(7, 53) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(286, 195) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(6, 251) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(287, 24) Me.Label1.TabIndex = 3 Me.Label1.Text = "Berechtigungs-Administration" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblVersion ' Me.lblVersion.BackColor = System.Drawing.Color.White Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblVersion.Location = New System.Drawing.Point(47, 275) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(197, 24) Me.lblVersion.TabIndex = 1 Me.lblVersion.Text = "Version " Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frmAbout ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(307, 364) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.btnOK) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAbout" Me.Text = "Über..." Me.Panel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents lblversiondatum As System.Windows.Forms.Label Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblVersion As System.Windows.Forms.Label End Class