_ Partial Class frmInfo 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(frmInfo)) Me.Label1 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btnSysteminfos = New System.Windows.Forms.Button() Me.lblVersion = New System.Windows.Forms.Label() Me.lblTitel = New System.Windows.Forms.Label() Me.btnOKInfo = New System.Windows.Forms.Button() Me.txtVersionsinfo = New System.Windows.Forms.TextBox() Me.lblCopyright = New System.Windows.Forms.Label() Me.lblText = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lblAndi = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(85, 44) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(251, 17) Me.Label1.TabIndex = 31 Me.Label1.Text = "Verag AG - Verwaltung der LKW-Aviso" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(14, 16) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(64, 64) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 30 Me.PictureBox1.TabStop = False ' 'btnSysteminfos ' Me.btnSysteminfos.Location = New System.Drawing.Point(331, 358) Me.btnSysteminfos.Name = "btnSysteminfos" Me.btnSysteminfos.Size = New System.Drawing.Size(79, 24) Me.btnSysteminfos.TabIndex = 29 Me.btnSysteminfos.TabStop = False Me.btnSysteminfos.Text = "Systeminfos" Me.btnSysteminfos.UseVisualStyleBackColor = True ' 'lblVersion ' Me.lblVersion.AutoSize = True Me.lblVersion.BackColor = System.Drawing.Color.Transparent Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblVersion.ForeColor = System.Drawing.Color.White Me.lblVersion.Location = New System.Drawing.Point(84, 70) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(115, 20) Me.lblVersion.TabIndex = 28 Me.lblVersion.Text = "Version 1.0.0.0" ' 'lblTitel ' Me.lblTitel.AutoSize = True Me.lblTitel.BackColor = System.Drawing.Color.Transparent Me.lblTitel.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitel.ForeColor = System.Drawing.Color.White Me.lblTitel.Location = New System.Drawing.Point(81, 13) Me.lblTitel.Name = "lblTitel" Me.lblTitel.Size = New System.Drawing.Size(102, 31) Me.lblTitel.TabIndex = 27 Me.lblTitel.Text = "AVISO" ' 'btnOKInfo ' Me.btnOKInfo.Location = New System.Drawing.Point(416, 358) Me.btnOKInfo.Name = "btnOKInfo" Me.btnOKInfo.Size = New System.Drawing.Size(66, 24) Me.btnOKInfo.TabIndex = 20 Me.btnOKInfo.Text = "OK" Me.btnOKInfo.UseVisualStyleBackColor = True ' 'txtVersionsinfo ' Me.txtVersionsinfo.BackColor = System.Drawing.Color.AliceBlue Me.txtVersionsinfo.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtVersionsinfo.Location = New System.Drawing.Point(36, 179) Me.txtVersionsinfo.Multiline = True Me.txtVersionsinfo.Name = "txtVersionsinfo" Me.txtVersionsinfo.ReadOnly = True Me.txtVersionsinfo.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtVersionsinfo.Size = New System.Drawing.Size(446, 173) Me.txtVersionsinfo.TabIndex = 26 Me.txtVersionsinfo.TabStop = False ' 'lblCopyright ' Me.lblCopyright.AutoSize = True Me.lblCopyright.BackColor = System.Drawing.Color.Transparent Me.lblCopyright.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopyright.ForeColor = System.Drawing.Color.White Me.lblCopyright.Location = New System.Drawing.Point(150, 133) Me.lblCopyright.Name = "lblCopyright" Me.lblCopyright.Size = New System.Drawing.Size(167, 14) Me.lblCopyright.TabIndex = 25 Me.lblCopyright.Text = "© 2016 VERAG Spedition AG" ' 'lblText ' Me.lblText.AutoSize = True Me.lblText.BackColor = System.Drawing.Color.Transparent Me.lblText.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblText.ForeColor = System.Drawing.Color.White Me.lblText.Location = New System.Drawing.Point(33, 159) Me.lblText.Name = "lblText" Me.lblText.Size = New System.Drawing.Size(95, 14) Me.lblText.TabIndex = 24 Me.lblText.Text = "Versionshistorie:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(33, 133) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(59, 14) Me.Label2.TabIndex = 22 Me.Label2.Text = "Copyright" ' 'lblAndi ' Me.lblAndi.AutoSize = True Me.lblAndi.BackColor = System.Drawing.Color.Transparent Me.lblAndi.Cursor = System.Windows.Forms.Cursors.Hand Me.lblAndi.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAndi.ForeColor = System.Drawing.Color.White Me.lblAndi.Location = New System.Drawing.Point(150, 109) Me.lblAndi.Name = "lblAndi" Me.lblAndi.Size = New System.Drawing.Size(105, 14) Me.lblAndi.TabIndex = 23 Me.lblAndi.Text = "Andreas Luxbauer" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.Color.White Me.Label7.Location = New System.Drawing.Point(33, 109) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(96, 14) Me.Label7.TabIndex = 21 Me.Label7.Text = "Programmierung" ' 'frmInfo ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.SteelBlue Me.ClientSize = New System.Drawing.Size(494, 394) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.btnSysteminfos) Me.Controls.Add(Me.lblVersion) Me.Controls.Add(Me.lblTitel) Me.Controls.Add(Me.btnOKInfo) Me.Controls.Add(Me.txtVersionsinfo) Me.Controls.Add(Me.lblCopyright) Me.Controls.Add(Me.lblText) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lblAndi) Me.Controls.Add(Me.Label7) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmInfo" Me.Padding = New System.Windows.Forms.Padding(9) Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Programminfo" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents btnSysteminfos As System.Windows.Forms.Button Friend WithEvents lblVersion As System.Windows.Forms.Label Friend WithEvents lblTitel As System.Windows.Forms.Label Friend WithEvents btnOKInfo As System.Windows.Forms.Button Friend WithEvents txtVersionsinfo As System.Windows.Forms.TextBox Friend WithEvents lblCopyright As System.Windows.Forms.Label Friend WithEvents lblText As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lblAndi As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label End Class