_ Partial Class frmDemoMode 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(frmDemoMode)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.lblprodukt = New System.Windows.Forms.Label() Me.lblVersion = New System.Windows.Forms.Label() Me.lblDatum = New System.Windows.Forms.Label() Me.lblSN = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.lblLizenznehmer = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.lblkey = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.PictureBox2 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(13, 13) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(383, 197) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 236) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 1 Me.Label1.Text = "Produkt:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 265) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 2 Me.Label2.Text = "Version:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 294) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(49, 16) Me.Label3.TabIndex = 3 Me.Label3.Text = "Datum:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 326) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 16) Me.Label4.TabIndex = 4 Me.Label4.Text = "SN:" ' 'lblprodukt ' Me.lblprodukt.AutoSize = True Me.lblprodukt.Location = New System.Drawing.Point(120, 236) Me.lblprodukt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblprodukt.Name = "lblprodukt" Me.lblprodukt.Size = New System.Drawing.Size(48, 16) Me.lblprodukt.TabIndex = 5 Me.lblprodukt.Text = "Label5" ' 'lblVersion ' Me.lblVersion.AutoSize = True Me.lblVersion.Location = New System.Drawing.Point(120, 266) Me.lblVersion.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(49, 16) Me.lblVersion.TabIndex = 6 Me.lblVersion.Text = "Datum:" ' 'lblDatum ' Me.lblDatum.AutoSize = True Me.lblDatum.Location = New System.Drawing.Point(120, 295) Me.lblDatum.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblDatum.Name = "lblDatum" Me.lblDatum.Size = New System.Drawing.Size(49, 16) Me.lblDatum.TabIndex = 7 Me.lblDatum.Text = "Datum:" ' 'lblSN ' Me.lblSN.AutoSize = True Me.lblSN.Location = New System.Drawing.Point(120, 327) Me.lblSN.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblSN.Name = "lblSN" Me.lblSN.Size = New System.Drawing.Size(49, 16) Me.lblSN.TabIndex = 8 Me.lblSN.Text = "Datum:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(12, 362) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(92, 16) Me.Label5.TabIndex = 9 Me.Label5.Text = "Lizenznehmer:" ' 'lblLizenznehmer ' Me.lblLizenznehmer.AutoSize = True Me.lblLizenznehmer.Location = New System.Drawing.Point(120, 363) Me.lblLizenznehmer.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblLizenznehmer.Name = "lblLizenznehmer" Me.lblLizenznehmer.Size = New System.Drawing.Size(92, 16) Me.lblLizenznehmer.TabIndex = 10 Me.lblLizenznehmer.Text = "Lizenznehmer:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(12, 394) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(103, 16) Me.Label6.TabIndex = 11 Me.Label6.Text = "Lizenzschlüssel:" ' 'lblkey ' Me.lblkey.AutoSize = True Me.lblkey.Location = New System.Drawing.Point(120, 394) Me.lblkey.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblkey.Name = "lblkey" Me.lblkey.Size = New System.Drawing.Size(44, 16) Me.lblkey.TabIndex = 12 Me.lblkey.Text = "lblKey" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(149, 443) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(100, 28) Me.Button1.TabIndex = 13 Me.Button1.Text = "OK" Me.Button1.UseVisualStyleBackColor = True ' '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.InitialImage = CType(resources.GetObject("PictureBox2.InitialImage"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(13, 13) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(383, 197) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 14 Me.PictureBox2.TabStop = False ' 'frmDemoMode ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(416, 490) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.lblkey) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.lblLizenznehmer) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.lblSN) Me.Controls.Add(Me.lblDatum) Me.Controls.Add(Me.lblVersion) Me.Controls.Add(Me.lblprodukt) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Name = "frmDemoMode" Me.Text = "frmDemoMode" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents lblprodukt As Label Friend WithEvents lblVersion As Label Friend WithEvents lblDatum As Label Friend WithEvents lblSN As Label Friend WithEvents Label5 As Label Friend WithEvents lblLizenznehmer As Label Friend WithEvents Label6 As Label Friend WithEvents lblkey As Label Friend WithEvents Button1 As Button Friend WithEvents PictureBox2 As PictureBox End Class