_ Partial Class frmLizenzmanager Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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(frmLizenzmanager)) Me.txtKey = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.boxLicenseInfos = New System.Windows.Forms.GroupBox() Me.txtmachine = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtCompany = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lvLicense = New System.Windows.Forms.ListView() Me.clmModulname = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.clmGültigkeit = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.clmType = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.clmAnz = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.btnOK = New System.Windows.Forms.Button() Me.btnAbbrechen = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.txtmachineOriginal = New System.Windows.Forms.TextBox() Me.boxLicenseInfos.SuspendLayout() Me.SuspendLayout() ' 'txtKey ' Me.txtKey.Location = New System.Drawing.Point(15, 25) Me.txtKey.Multiline = True Me.txtKey.Name = "txtKey" Me.txtKey.Size = New System.Drawing.Size(456, 123) Me.txtKey.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(87, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Lizenzschlüssel:" ' 'boxLicenseInfos ' Me.boxLicenseInfos.Controls.Add(Me.txtmachine) Me.boxLicenseInfos.Controls.Add(Me.Label4) Me.boxLicenseInfos.Controls.Add(Me.txtCompany) Me.boxLicenseInfos.Controls.Add(Me.Label3) Me.boxLicenseInfos.Controls.Add(Me.Label2) Me.boxLicenseInfos.Controls.Add(Me.lvLicense) Me.boxLicenseInfos.Location = New System.Drawing.Point(15, 154) Me.boxLicenseInfos.Name = "boxLicenseInfos" Me.boxLicenseInfos.Size = New System.Drawing.Size(456, 349) Me.boxLicenseInfos.TabIndex = 2 Me.boxLicenseInfos.TabStop = False Me.boxLicenseInfos.Text = "Lizenzinformationen" ' 'txtmachine ' Me.txtmachine.BackColor = System.Drawing.SystemColors.Window Me.txtmachine.Cursor = System.Windows.Forms.Cursors.Arrow Me.txtmachine.Location = New System.Drawing.Point(15, 81) Me.txtmachine.Name = "txtmachine" Me.txtmachine.ReadOnly = True Me.txtmachine.Size = New System.Drawing.Size(425, 22) Me.txtmachine.TabIndex = 5 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 62) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(130, 13) Me.Label4.TabIndex = 4 Me.Label4.Text = "Lizensiert für ""machine"":" ' 'txtCompany ' Me.txtCompany.BackColor = System.Drawing.SystemColors.Window Me.txtCompany.Cursor = System.Windows.Forms.Cursors.Arrow Me.txtCompany.Location = New System.Drawing.Point(15, 40) Me.txtCompany.Name = "txtCompany" Me.txtCompany.ReadOnly = True Me.txtCompany.Size = New System.Drawing.Size(425, 22) Me.txtCompany.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 24) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(100, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Lizenzeigentümer:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 106) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(113, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "enthaltene Lizenzen:" ' 'lvLicense ' Me.lvLicense.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmModulname, Me.clmGültigkeit, Me.clmType, Me.clmAnz}) Me.lvLicense.FullRowSelect = True Me.lvLicense.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.lvLicense.HideSelection = False Me.lvLicense.Location = New System.Drawing.Point(15, 122) Me.lvLicense.Name = "lvLicense" Me.lvLicense.Size = New System.Drawing.Size(425, 204) Me.lvLicense.TabIndex = 0 Me.lvLicense.UseCompatibleStateImageBehavior = False Me.lvLicense.View = System.Windows.Forms.View.Details ' 'clmModulname ' Me.clmModulname.Text = "Modulname" Me.clmModulname.Width = 150 ' 'clmGültigkeit ' Me.clmGültigkeit.Text = "Gültigkeitsdatum" Me.clmGültigkeit.Width = 120 ' 'clmType ' Me.clmType.Text = "Type" Me.clmType.Width = 70 ' 'clmAnz ' Me.clmAnz.Text = "Profile" ' 'btnOK ' Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnOK.Location = New System.Drawing.Point(315, 577) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(75, 23) Me.btnOK.TabIndex = 3 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'btnAbbrechen ' Me.btnAbbrechen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnAbbrechen.Location = New System.Drawing.Point(396, 577) Me.btnAbbrechen.Name = "btnAbbrechen" Me.btnAbbrechen.Size = New System.Drawing.Size(75, 23) Me.btnAbbrechen.TabIndex = 4 Me.btnAbbrechen.Text = "Abbrechen" Me.btnAbbrechen.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(12, 511) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(94, 13) Me.Label5.TabIndex = 5 Me.Label5.Text = """machine-Name"":" ' 'txtmachineOriginal ' Me.txtmachineOriginal.Location = New System.Drawing.Point(15, 527) Me.txtmachineOriginal.Name = "txtmachineOriginal" Me.txtmachineOriginal.ReadOnly = True Me.txtmachineOriginal.Size = New System.Drawing.Size(285, 22) Me.txtmachineOriginal.TabIndex = 6 ' 'frmLizenzmanager ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(487, 605) Me.Controls.Add(Me.txtmachineOriginal) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.btnAbbrechen) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.boxLicenseInfos) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtKey) 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.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmLizenzmanager" Me.ShowInTaskbar = False Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.Text = "Lizenzmanager" Me.boxLicenseInfos.ResumeLayout(False) Me.boxLicenseInfos.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtKey As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents boxLicenseInfos As System.Windows.Forms.GroupBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lvLicense As System.Windows.Forms.ListView Friend WithEvents txtCompany As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents clmModulname As System.Windows.Forms.ColumnHeader Friend WithEvents clmGültigkeit As System.Windows.Forms.ColumnHeader Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents btnAbbrechen As System.Windows.Forms.Button Friend WithEvents txtmachine As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents clmType As System.Windows.Forms.ColumnHeader Friend WithEvents clmAnz As System.Windows.Forms.ColumnHeader Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtmachineOriginal As System.Windows.Forms.TextBox End Class