_ Partial Class FrmLic 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(FrmLic)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtSerial = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() Me.txtVersion = New System.Windows.Forms.Label() Me.ApplicationTitle = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(15, 1) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(359, 236) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 292) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(53, 13) Me.Label3.TabIndex = 23 Me.Label3.Text = "Serial-No." ' 'txtSerial ' Me.txtSerial.AutoSize = True Me.txtSerial.Location = New System.Drawing.Point(68, 292) Me.txtSerial.Name = "txtSerial" Me.txtSerial.Size = New System.Drawing.Size(40, 13) Me.txtSerial.TabIndex = 22 Me.txtSerial.Text = "1.0.0.0" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 312) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(51, 13) Me.Label2.TabIndex = 21 Me.Label2.Text = "Copyright" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 272) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(42, 13) Me.Label1.TabIndex = 20 Me.Label1.Text = "Version" ' 'Copyright ' Me.Copyright.AutoSize = True Me.Copyright.Location = New System.Drawing.Point(69, 312) Me.Copyright.Name = "Copyright" Me.Copyright.Size = New System.Drawing.Size(39, 13) Me.Copyright.TabIndex = 19 Me.Copyright.Text = "Label1" ' 'txtVersion ' Me.txtVersion.AutoSize = True Me.txtVersion.Location = New System.Drawing.Point(69, 272) Me.txtVersion.Name = "txtVersion" Me.txtVersion.Size = New System.Drawing.Size(40, 13) Me.txtVersion.TabIndex = 18 Me.txtVersion.Text = "1.0.0.0" ' 'ApplicationTitle ' Me.ApplicationTitle.AutoSize = True Me.ApplicationTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ApplicationTitle.Location = New System.Drawing.Point(12, 240) Me.ApplicationTitle.Name = "ApplicationTitle" Me.ApplicationTitle.Size = New System.Drawing.Size(57, 18) Me.ApplicationTitle.TabIndex = 17 Me.ApplicationTitle.Text = "Label1" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(93, 343) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(192, 20) Me.TextBox1.TabIndex = 24 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 346) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(75, 13) Me.Label4.TabIndex = 25 Me.Label4.Text = "Lizenznehmer:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(12, 372) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(83, 13) Me.Label5.TabIndex = 27 Me.Label5.Text = "Lizenzschlüssel:" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(93, 369) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(192, 20) Me.TextBox2.TabIndex = 26 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(140, 415) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 28 Me.Button1.Text = "&OK" Me.Button1.UseVisualStyleBackColor = True ' 'FrmLic ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(375, 461) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtSerial) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Copyright) Me.Controls.Add(Me.txtVersion) Me.Controls.Add(Me.ApplicationTitle) Me.Controls.Add(Me.PictureBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FrmLic" Me.Text = "Lizenzinformationen" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtSerial As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Copyright As System.Windows.Forms.Label Friend WithEvents txtVersion As System.Windows.Forms.Label Friend WithEvents ApplicationTitle As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button End Class