_ Partial Class frmThemenü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(frmThemenübersicht)) Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 1.1") Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 1.2") Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Kategorie 1", New System.Windows.Forms.TreeNode() {TreeNode1, TreeNode2}) Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 2.1") Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Unterkategorie 2.2") Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Kategorie 2", New System.Windows.Forms.TreeNode() {TreeNode4, TreeNode5}) 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.TextBox7 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label7 = New System.Windows.Forms.Label() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.TabPage5 = New System.Windows.Forms.TabPage() Me.TabPage6 = 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.TabPage1.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(1003, 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(1003, 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(1003, 429) Me.SplitContainer1.SplitterDistance = 333 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" TreeNode1.Name = "Knoten1" TreeNode1.Text = "Unterkategorie 1.1" TreeNode2.Name = "Knoten2" TreeNode2.Text = "Unterkategorie 1.2" TreeNode3.Name = "Knoten0" TreeNode3.Text = "Kategorie 1" TreeNode4.Name = "Knoten4" TreeNode4.Text = "Unterkategorie 2.1" TreeNode5.Name = "Knoten5" TreeNode5.Text = "Unterkategorie 2.2" TreeNode6.Name = "Knoten3" TreeNode6.Text = "Kategorie 2" Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode3, TreeNode6}) Me.TreeView1.Size = New System.Drawing.Size(333, 429) 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(666, 429) Me.SplitContainer2.SplitterDistance = 229 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(666, 229) Me.C1TrueDBGrid1.TabIndex = 0 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Controls.Add(Me.TabPage5) Me.TabControl1.Controls.Add(Me.TabPage6) 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(666, 196) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.BackColor = System.Drawing.SystemColors.Control Me.TabPage1.Controls.Add(Me.TextBox7) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Controls.Add(Me.Label4) Me.TabPage1.Controls.Add(Me.TextBox6) Me.TabPage1.Controls.Add(Me.CheckBox1) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.Label11) Me.TabPage1.Controls.Add(Me.TextBox2) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.TextBox5) Me.TabPage1.Controls.Add(Me.TextBox3) Me.TabPage1.Controls.Add(Me.Label9) Me.TabPage1.Controls.Add(Me.TextBox1) Me.TabPage1.Controls.Add(Me.TextBox4) Me.TabPage1.Controls.Add(Me.Label6) Me.TabPage1.Controls.Add(Me.Label8) Me.TabPage1.Controls.Add(Me.DateTimePicker1) Me.TabPage1.Controls.Add(Me.Label7) Me.TabPage1.Controls.Add(Me.DateTimePicker2) 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(658, 170) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Allgemein" ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(76, 139) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(91, 20) Me.TextBox7.TabIndex = 42 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(4, 142) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(69, 13) Me.Label5.TabIndex = 41 Me.Label5.Text = "Mutiert durch" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(4, 35) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 13) Me.Label4.TabIndex = 39 Me.Label4.Text = "Kategorie" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(76, 32) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(245, 20) Me.TextBox6.TabIndex = 40 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(207, 94) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(15, 14) Me.CheckBox1.TabIndex = 38 Me.CheckBox1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(4, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(27, 13) Me.Label1.TabIndex = 23 Me.Label1.Text = "Titel" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(230, 93) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 13) Me.Label11.TabIndex = 37 Me.Label11.Text = "Aktiv" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(401, 6) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(245, 66) Me.TextBox2.TabIndex = 26 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(329, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(72, 13) Me.Label2.TabIndex = 25 Me.Label2.Text = "Beschreibung" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(329, 81) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(67, 13) Me.Label3.TabIndex = 27 Me.Label3.Text = "Suchbegriffe" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(76, 113) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(91, 20) Me.TextBox5.TabIndex = 36 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(401, 79) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(245, 66) Me.TextBox3.TabIndex = 28 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(4, 116) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 13) Me.Label9.TabIndex = 35 Me.Label9.Text = "Mutiert am" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(76, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(245, 20) Me.TextBox1.TabIndex = 24 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(76, 88) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(91, 20) Me.TextBox4.TabIndex = 34 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(4, 65) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(49, 13) Me.Label6.TabIndex = 29 Me.Label6.Text = "Gültig ab" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(4, 91) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(55, 13) Me.Label8.TabIndex = 33 Me.Label8.Text = "Erstellt am" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(76, 62) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(91, 20) Me.DateTimePicker1.TabIndex = 30 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(204, 64) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(20, 13) Me.Label7.TabIndex = 32 Me.Label7.Text = "bis" ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(230, 62) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(91, 20) Me.DateTimePicker2.TabIndex = 31 ' '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(658, 170) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Dokumente" Me.TabPage2.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(658, 170) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Entwicklung" Me.TabPage3.UseVisualStyleBackColor = True ' 'TabPage4 ' Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Size = New System.Drawing.Size(658, 170) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Kommunikation" Me.TabPage4.UseVisualStyleBackColor = True ' 'TabPage5 ' Me.TabPage5.Location = New System.Drawing.Point(4, 22) Me.TabPage5.Name = "TabPage5" Me.TabPage5.Size = New System.Drawing.Size(658, 170) Me.TabPage5.TabIndex = 4 Me.TabPage5.Text = "History" Me.TabPage5.UseVisualStyleBackColor = True ' 'TabPage6 ' Me.TabPage6.Location = New System.Drawing.Point(4, 22) Me.TabPage6.Name = "TabPage6" Me.TabPage6.Size = New System.Drawing.Size(658, 170) Me.TabPage6.TabIndex = 5 Me.TabPage6.Text = "Journal" Me.TabPage6.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(1003, 478) 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.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() 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 Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents TabPage4 As System.Windows.Forms.TabPage Friend WithEvents TabPage5 As System.Windows.Forms.TabPage Friend WithEvents TabPage6 As System.Windows.Forms.TabPage Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker Friend WithEvents TextBox7 As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TextBox6 As System.Windows.Forms.TextBox End Class