_ 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.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.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.LinkLabel3 = New System.Windows.Forms.LinkLabel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'OKButton ' Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.OKButton.Location = New System.Drawing.Point(279, 272) Me.OKButton.Name = "OKButton" Me.OKButton.Size = New System.Drawing.Size(229, 27) Me.OKButton.TabIndex = 0 Me.OKButton.Text = "&OK" ' 'lblProduktname ' Me.lblProduktname.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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(9, 147) Me.lblProduktname.Name = "lblProduktname" Me.lblProduktname.Size = New System.Drawing.Size(48, 17) Me.lblProduktname.TabIndex = 2 Me.lblProduktname.Text = "Label1" ' 'lblVersion ' Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblVersion.AutoSize = True Me.lblVersion.Location = New System.Drawing.Point(9, 171) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(40, 13) Me.lblVersion.TabIndex = 3 Me.lblVersion.Text = "Label1" ' 'lblCompanyName ' Me.lblCompanyName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblCompanyName.AutoSize = True Me.lblCompanyName.Location = New System.Drawing.Point(9, 193) Me.lblCompanyName.Name = "lblCompanyName" Me.lblCompanyName.Size = New System.Drawing.Size(40, 13) Me.lblCompanyName.TabIndex = 4 Me.lblCompanyName.Text = "Label1" ' 'txtDescription ' Me.txtDescription.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtDescription.BackColor = System.Drawing.SystemColors.Control Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtDescription.Location = New System.Drawing.Point(12, 219) Me.txtDescription.Multiline = True Me.txtDescription.Name = "txtDescription" Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtDescription.Size = New System.Drawing.Size(246, 80) Me.txtDescription.TabIndex = 5 ' 'LinkLabel1 ' Me.LinkLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LinkLabel1.AutoSize = True Me.LinkLabel1.Location = New System.Drawing.Point(276, 150) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(127, 13) Me.LinkLabel1.TabIndex = 6 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "www.digitaldata.works" ' 'LinkLabel3 ' Me.LinkLabel3.AutoSize = True Me.LinkLabel3.Location = New System.Drawing.Point(276, 171) Me.LinkLabel3.Name = "LinkLabel3" Me.LinkLabel3.Size = New System.Drawing.Size(82, 13) Me.LinkLabel3.TabIndex = 9 Me.LinkLabel3.TabStop = True Me.LinkLabel3.Text = "Support Portal" ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.Image = Global.DD_ProcessManager.My.Resources.Resources.taskflow_boot Me.PictureBox1.Location = New System.Drawing.Point(12, 5) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(496, 141) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 7 Me.PictureBox1.TabStop = False ' 'frmAbout ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Window Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.CancelButton = Me.OKButton Me.ClientSize = New System.Drawing.Size(532, 311) Me.Controls.Add(Me.LinkLabel3) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.LinkLabel1) 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.DoubleBuffered = True Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 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 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 LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents LinkLabel3 As LinkLabel End Class