_ 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 Friend WithEvents OKButton As System.Windows.Forms.Button '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.OKButton = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lblProduktname = New System.Windows.Forms.Label() Me.lblVersion = New System.Windows.Forms.Label() Me.lblCompanyName = New System.Windows.Forms.Label() Me.txtDescription = New System.Windows.Forms.TextBox() Me.LinkLabel_SupportPortal = New System.Windows.Forms.LinkLabel() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'OKButton ' Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.OKButton.Location = New System.Drawing.Point(281, 231) Me.OKButton.Name = "OKButton" Me.OKButton.Size = New System.Drawing.Size(260, 23) Me.OKButton.TabIndex = 0 Me.OKButton.Text = "&OK" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(2, 1) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(267, 253) Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'lblProduktname ' Me.lblProduktname.AutoSize = True Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblProduktname.Location = New System.Drawing.Point(278, 18) Me.lblProduktname.Name = "lblProduktname" Me.lblProduktname.Size = New System.Drawing.Size(48, 17) Me.lblProduktname.TabIndex = 2 Me.lblProduktname.Text = "Label1" ' 'lblVersion ' Me.lblVersion.AutoSize = True Me.lblVersion.Location = New System.Drawing.Point(278, 42) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(40, 13) Me.lblVersion.TabIndex = 3 Me.lblVersion.Text = "Label1" ' 'lblCompanyName ' Me.lblCompanyName.AutoSize = True Me.lblCompanyName.Location = New System.Drawing.Point(278, 64) Me.lblCompanyName.Name = "lblCompanyName" Me.lblCompanyName.Size = New System.Drawing.Size(40, 13) Me.lblCompanyName.TabIndex = 4 Me.lblCompanyName.Text = "Label1" ' 'txtDescription ' Me.txtDescription.BackColor = System.Drawing.SystemColors.Control Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtDescription.Location = New System.Drawing.Point(281, 90) Me.txtDescription.Multiline = True Me.txtDescription.Name = "txtDescription" Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtDescription.Size = New System.Drawing.Size(260, 103) Me.txtDescription.TabIndex = 5 ' 'LinkLabel_SupportPortal ' Me.LinkLabel_SupportPortal.AutoSize = True Me.LinkLabel_SupportPortal.Location = New System.Drawing.Point(281, 200) Me.LinkLabel_SupportPortal.Name = "LinkLabel_SupportPortal" Me.LinkLabel_SupportPortal.Size = New System.Drawing.Size(127, 13) Me.LinkLabel_SupportPortal.TabIndex = 6 Me.LinkLabel_SupportPortal.TabStop = True Me.LinkLabel_SupportPortal.Text = "www.digitaldata.works" ' 'frmAbout ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.CancelButton = Me.OKButton Me.ClientSize = New System.Drawing.Size(544, 268) Me.Controls.Add(Me.LinkLabel_SupportPortal) Me.Controls.Add(Me.txtDescription) Me.Controls.Add(Me.lblCompanyName) Me.Controls.Add(Me.lblVersion) Me.Controls.Add(Me.lblProduktname) Me.Controls.Add(Me.OKButton) Me.Controls.Add(Me.PictureBox1) Me.DoubleBuffered = True Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAbout" Me.Padding = New System.Windows.Forms.Padding(9) Me.ShowInTaskbar = false Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "AboutBox1" CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents lblProduktname As System.Windows.Forms.Label Friend WithEvents lblVersion As System.Windows.Forms.Label Friend WithEvents lblCompanyName As System.Windows.Forms.Label Friend WithEvents txtDescription As System.Windows.Forms.TextBox Friend WithEvents LinkLabel_SupportPortal As System.Windows.Forms.LinkLabel End Class