_ Partial Class Themenübersicht 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(Themenübersicht)) Dim TreeNode13 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 1.1") Dim TreeNode14 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 1.2") Dim TreeNode15 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Kategorie 1", New System.Windows.Forms.TreeNode() {TreeNode13, TreeNode14}) Dim TreeNode16 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 2.1") Dim TreeNode17 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 2.2") Dim TreeNode18 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Kategorie 2", New System.Windows.Forms.TreeNode() {TreeNode16, TreeNode17}) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnSuchArt = New System.Windows.Forms.ToolStripDropDownButton() Me.ApplikationSucheToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox() Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton() Me.TSBtnFilterAufheben = New System.Windows.Forms.ToolStripButton() Me.TSBtnFirst = New System.Windows.Forms.ToolStripButton() Me.TSBtnNext = New System.Windows.Forms.ToolStripButton() Me.TSBtnPrevious = New System.Windows.Forms.ToolStripButton() Me.TSBtnLast = New System.Windows.Forms.ToolStripButton() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.TreeView1 = New System.Windows.Forms.TreeView() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.ToolStrip1.SuspendLayout() Me.MenuStrip1.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.ToolStripSeparator1, Me.TsBtnSuchArt, Me.ToolStripTextBox1, Me.TSBtnSuche, Me.TSBtnFilterAufheben, Me.TSBtnFirst, Me.TSBtnNext, Me.TSBtnPrevious, Me.TSBtnLast}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(965, 25) Me.ToolStrip1.TabIndex = 4 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 = "Anwendung beenden" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'TsBtnSuchArt ' Me.TsBtnSuchArt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.TsBtnSuchArt.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ApplikationSucheToolStripMenuItem}) Me.TsBtnSuchArt.Image = CType(resources.GetObject("TsBtnSuchArt.Image"), System.Drawing.Image) Me.TsBtnSuchArt.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSuchArt.Name = "TsBtnSuchArt" Me.TsBtnSuchArt.Size = New System.Drawing.Size(59, 22) Me.TsBtnSuchArt.Text = "Suchen" ' 'ApplikationSucheToolStripMenuItem ' Me.ApplikationSucheToolStripMenuItem.Name = "ApplikationSucheToolStripMenuItem" Me.ApplikationSucheToolStripMenuItem.Size = New System.Drawing.Size(107, 22) Me.ApplikationSucheToolStripMenuItem.Text = "Filtern" ' 'ToolStripTextBox1 ' Me.ToolStripTextBox1.Name = "ToolStripTextBox1" Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 25) ' 'TSBtnSuche ' Me.TSBtnSuche.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSuche.Image = CType(resources.GetObject("TSBtnSuche.Image"), System.Drawing.Image) Me.TSBtnSuche.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSuche.Name = "TSBtnSuche" Me.TSBtnSuche.Size = New System.Drawing.Size(23, 22) Me.TSBtnSuche.Text = "ToolStripButton1" ' 'TSBtnFilterAufheben ' Me.TSBtnFilterAufheben.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnFilterAufheben.Image = CType(resources.GetObject("TSBtnFilterAufheben.Image"), System.Drawing.Image) Me.TSBtnFilterAufheben.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnFilterAufheben.Name = "TSBtnFilterAufheben" Me.TSBtnFilterAufheben.Size = New System.Drawing.Size(23, 22) Me.TSBtnFilterAufheben.Text = "Filter aufheben" ' 'TSBtnFirst ' Me.TSBtnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnFirst.Image = CType(resources.GetObject("TSBtnFirst.Image"), System.Drawing.Image) Me.TSBtnFirst.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnFirst.Name = "TSBtnFirst" Me.TSBtnFirst.Size = New System.Drawing.Size(23, 22) Me.TSBtnFirst.Text = "Erster Datensatz" ' 'TSBtnNext ' Me.TSBtnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnNext.Image = CType(resources.GetObject("TSBtnNext.Image"), System.Drawing.Image) Me.TSBtnNext.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnNext.Name = "TSBtnNext" Me.TSBtnNext.Size = New System.Drawing.Size(23, 22) Me.TSBtnNext.Text = "Nächster Datensatz" ' 'TSBtnPrevious ' Me.TSBtnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnPrevious.Image = CType(resources.GetObject("TSBtnPrevious.Image"), System.Drawing.Image) Me.TSBtnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnPrevious.Name = "TSBtnPrevious" Me.TSBtnPrevious.Size = New System.Drawing.Size(23, 22) Me.TSBtnPrevious.Text = "Vorheriger Datensatz" ' 'TSBtnLast ' Me.TSBtnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnLast.Image = CType(resources.GetObject("TSBtnLast.Image"), System.Drawing.Image) Me.TSBtnLast.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnLast.Name = "TSBtnLast" Me.TSBtnLast.Size = New System.Drawing.Size(23, 22) Me.TSBtnLast.Text = "Letzter Datensatz" ' 'MenuStrip1 ' Me.MenuStrip1.AllowMerge = False 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(965, 24) Me.MenuStrip1.TabIndex = 3 Me.MenuStrip1.Text = "MenuStrip1" ' 'DateiToolStripMenuItem ' Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20) Me.DateiToolStripMenuItem.Text = "&Datei" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 49) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.TreeView1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Size = New System.Drawing.Size(965, 466) Me.SplitContainer1.SplitterDistance = 321 Me.SplitContainer1.TabIndex = 5 ' 'TreeView1 ' Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeView1.Location = New System.Drawing.Point(0, 0) Me.TreeView1.Name = "TreeView1" TreeNode13.Name = "Knoten1" TreeNode13.Text = "Unterkategorie 1.1" TreeNode14.Name = "Knoten2" TreeNode14.Text = "Unterkategorie 1.2" TreeNode15.Name = "Knoten0" TreeNode15.Text = "Kategorie 1" TreeNode16.Name = "Knoten4" TreeNode16.Text = "Unterkategorie 2.1" TreeNode17.Name = "Knoten5" TreeNode17.Text = "Unterkategorie 2.2" TreeNode18.Name = "Knoten3" TreeNode18.Text = "Kategorie 2" Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode15, TreeNode18}) Me.TreeView1.Size = New System.Drawing.Size(321, 466) Me.TreeView1.TabIndex = 0 ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.C1TrueDBGrid1) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.TabControl1) Me.SplitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SplitContainer2.Size = New System.Drawing.Size(640, 466) Me.SplitContainer2.SplitterDistance = 249 Me.SplitContainer2.TabIndex = 0 ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill Me.C1TrueDBGrid1.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") Me.C1TrueDBGrid1.Size = New System.Drawing.Size(640, 249) Me.C1TrueDBGrid1.TabIndex = 0 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(640, 213) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(632, 187) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Details" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(632, 187) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Dokumente" Me.TabPage2.UseVisualStyleBackColor = True ' 'Themenübersicht ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(965, 515) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Name = "Themenübersicht" Me.Text = "Themenübersicht" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents TsBtnSuchArt As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents ApplikationSucheToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripTextBox1 As System.Windows.Forms.ToolStripTextBox Friend WithEvents TSBtnSuche As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnFilterAufheben As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnFirst As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnNext As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnPrevious As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnLast As System.Windows.Forms.ToolStripButton Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents TreeView1 As System.Windows.Forms.TreeView Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage End Class