You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
8.4 KiB
192 lines
8.4 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLizenzsuche
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLizenzsuche))
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox
|
|
Me.Treelizenzen = New System.Windows.Forms.TreeView
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox
|
|
Me.btnSuche = New System.Windows.Forms.Button
|
|
Me.txtSuche = New System.Windows.Forms.TextBox
|
|
Me.lblSuchtext = New System.Windows.Forms.Label
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(491, 24)
|
|
Me.MenuStrip1.TabIndex = 15
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(491, 25)
|
|
Me.ToolStrip1.TabIndex = 16
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "ToolStripButton1"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Treelizenzen)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 49)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(225, 435)
|
|
Me.GroupBox1.TabIndex = 17
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Lizenzen"
|
|
'
|
|
'Treelizenzen
|
|
'
|
|
Me.Treelizenzen.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Treelizenzen.ImageIndex = 0
|
|
Me.Treelizenzen.ImageList = Me.ImageList1
|
|
Me.Treelizenzen.Location = New System.Drawing.Point(3, 16)
|
|
Me.Treelizenzen.Name = "Treelizenzen"
|
|
Me.Treelizenzen.SelectedImageIndex = 0
|
|
Me.Treelizenzen.Size = New System.Drawing.Size(219, 416)
|
|
Me.Treelizenzen.TabIndex = 0
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.btnSuche)
|
|
Me.GroupBox2.Controls.Add(Me.txtSuche)
|
|
Me.GroupBox2.Controls.Add(Me.lblSuchtext)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox2.Location = New System.Drawing.Point(225, 49)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(266, 435)
|
|
Me.GroupBox2.TabIndex = 18
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Freie Suche"
|
|
'
|
|
'btnSuche
|
|
'
|
|
Me.btnSuche.Location = New System.Drawing.Point(9, 62)
|
|
Me.btnSuche.Name = "btnSuche"
|
|
Me.btnSuche.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSuche.TabIndex = 2
|
|
Me.btnSuche.Text = "Suchen"
|
|
Me.btnSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche.Location = New System.Drawing.Point(73, 24)
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(181, 20)
|
|
Me.txtSuche.TabIndex = 1
|
|
'
|
|
'lblSuchtext
|
|
'
|
|
Me.lblSuchtext.AutoSize = True
|
|
Me.lblSuchtext.Location = New System.Drawing.Point(6, 27)
|
|
Me.lblSuchtext.Name = "lblSuchtext"
|
|
Me.lblSuchtext.Size = New System.Drawing.Size(61, 13)
|
|
Me.lblSuchtext.TabIndex = 0
|
|
Me.lblSuchtext.Text = "Suchbegriff"
|
|
'
|
|
'ImageList1
|
|
'
|
|
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
|
Me.ImageList1.Images.SetKeyName(0, "StrukturElement.png")
|
|
Me.ImageList1.Images.SetKeyName(1, "StrukturElementDeleted.png")
|
|
Me.ImageList1.Images.SetKeyName(2, "License-manager-icon.png")
|
|
Me.ImageList1.Images.SetKeyName(3, "License-manager-icon_Inaktiv_neu.png")
|
|
Me.ImageList1.Images.SetKeyName(4, "Link-icon_16.png")
|
|
'
|
|
'frmLizenzsuche
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(491, 484)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmLizenzsuche"
|
|
Me.Text = "Lizenzsuche"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Treelizenzen As System.Windows.Forms.TreeView
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblSuchtext As System.Windows.Forms.Label
|
|
Friend WithEvents btnSuche As System.Windows.Forms.Button
|
|
Friend WithEvents txtSuche As System.Windows.Forms.TextBox
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
End Class
|