_ Partial Class FrmReportSelect 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(FrmReportSelect)) 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.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnSuchArt = New System.Windows.Forms.ToolStripDropDownButton() Me.ToolStriptxtSuche = 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.TSBtnPrevious = New System.Windows.Forms.ToolStripButton() Me.TSBtnNext = New System.Windows.Forms.ToolStripButton() Me.TSBtnLast = New System.Windows.Forms.ToolStripButton() Me.ImageList1 = New System.Windows.Forms.ImageList() Me.TreeAuswertungen = New System.Windows.Forms.TreeView() Me.TreeContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip() Me.AlleKnotenSchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AlleKnotenÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GrpAuswertung = New System.Windows.Forms.GroupBox() Me.GrpParameter = New System.Windows.Forms.GroupBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btnEditSQL = New System.Windows.Forms.Button() Me.btnDeleteSavedParam = New System.Windows.Forms.Button() Me.ComboboxMAParameter = New System.Windows.Forms.ComboBox() Me.btnSave = New System.Windows.Forms.Button() Me.BtnParamDel6 = New System.Windows.Forms.Button() Me.BtnParamDel5 = New System.Windows.Forms.Button() Me.BtnParamDel4 = New System.Windows.Forms.Button() Me.BtnParamDel3 = New System.Windows.Forms.Button() Me.BtnParamDel2 = New System.Windows.Forms.Button() Me.BtnParamDel1 = New System.Windows.Forms.Button() Me.BtnInitParam = New System.Windows.Forms.Button() Me.cbandor6 = New System.Windows.Forms.ComboBox() Me.cbparam7 = New System.Windows.Forms.ComboBox() Me.cbvalue7 = New System.Windows.Forms.ComboBox() Me.cbop7 = New System.Windows.Forms.ComboBox() Me.cbandor5 = New System.Windows.Forms.ComboBox() Me.cbparam6 = New System.Windows.Forms.ComboBox() Me.cbvalue6 = New System.Windows.Forms.ComboBox() Me.cbop6 = New System.Windows.Forms.ComboBox() Me.cbandor4 = New System.Windows.Forms.ComboBox() Me.cbandor3 = New System.Windows.Forms.ComboBox() Me.cbandor2 = New System.Windows.Forms.ComboBox() Me.cbandor1 = New System.Windows.Forms.ComboBox() Me.cbparam5 = New System.Windows.Forms.ComboBox() Me.cbparam4 = New System.Windows.Forms.ComboBox() Me.cbparam3 = New System.Windows.Forms.ComboBox() Me.cbparam2 = New System.Windows.Forms.ComboBox() Me.cbparam1 = New System.Windows.Forms.ComboBox() Me.lblundoder = New System.Windows.Forms.Label() Me.cbvalue5 = New System.Windows.Forms.ComboBox() Me.cbop5 = New System.Windows.Forms.ComboBox() Me.cbvalue4 = New System.Windows.Forms.ComboBox() Me.cbop4 = New System.Windows.Forms.ComboBox() Me.cbvalue3 = New System.Windows.Forms.ComboBox() Me.cbop3 = New System.Windows.Forms.ComboBox() Me.cbvalue2 = New System.Windows.Forms.ComboBox() Me.cbop2 = New System.Windows.Forms.ComboBox() Me.lblTitelWert = New System.Windows.Forms.Label() Me.lblTitelOperator = New System.Windows.Forms.Label() Me.lblParamTitel = New System.Windows.Forms.Label() Me.cbvalue1 = New System.Windows.Forms.ComboBox() Me.cbop1 = New System.Windows.Forms.ComboBox() Me.ImageList2 = New System.Windows.Forms.ImageList() Me.grpBeschreibung = New System.Windows.Forms.GroupBox() Me.txtbeschreibung = New System.Windows.Forms.TextBox() Me.grpdb = New System.Windows.Forms.GroupBox() Me.btnAufbereitenCSV = New System.Windows.Forms.Button() Me.grpcr = New System.Windows.Forms.GroupBox() Me.checkboxprintparam = New System.Windows.Forms.CheckBox() Me.lblTitelZ2 = New System.Windows.Forms.Label() Me.lblTitelZ1 = New System.Windows.Forms.Label() Me.txtTitel2 = New System.Windows.Forms.TextBox() Me.txtTitel1 = New System.Windows.Forms.TextBox() Me.BtnAufbereitenCR = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip() Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.TreeContextMenuStrip1.SuspendLayout() Me.GrpAuswertung.SuspendLayout() Me.GrpParameter.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.grpBeschreibung.SuspendLayout() Me.grpdb.SuspendLayout() Me.grpcr.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(732, 24) Me.MenuStrip1.TabIndex = 4 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.ToolStripSeparator1, Me.TsBtnSuchArt, Me.ToolStriptxtSuche, Me.TSBtnSuche, Me.TSBtnFilterAufheben, Me.TSBtnFirst, Me.TSBtnPrevious, Me.TSBtnNext, Me.TSBtnLast}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(732, 25) Me.ToolStrip1.TabIndex = 3 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 = "Fenster schliessen" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.AutoSize = False Me.ToolStripSeparator1.ForeColor = System.Drawing.SystemColors.Control Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'TsBtnSuchArt ' Me.TsBtnSuchArt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text 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" ' 'ToolStriptxtSuche ' Me.ToolStriptxtSuche.Name = "ToolStriptxtSuche" Me.ToolStriptxtSuche.Size = New System.Drawing.Size(227, 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 = "Suchen" ' '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" ' '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" ' '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" ' '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" ' '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, "ReportFolder.png") Me.ImageList1.Images.SetKeyName(1, "Report.png") Me.ImageList1.Images.SetKeyName(2, "BOOK02.GIF") Me.ImageList1.Images.SetKeyName(3, "rpt.png") Me.ImageList1.Images.SetKeyName(4, "CR.png") Me.ImageList1.Images.SetKeyName(5, "Text.ico") Me.ImageList1.Images.SetKeyName(6, "README.GIF") ' 'TreeAuswertungen ' Me.TreeAuswertungen.ContextMenuStrip = Me.TreeContextMenuStrip1 Me.TreeAuswertungen.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeAuswertungen.HideSelection = False Me.TreeAuswertungen.HotTracking = True Me.TreeAuswertungen.ImageIndex = 0 Me.TreeAuswertungen.ImageList = Me.ImageList1 Me.TreeAuswertungen.Location = New System.Drawing.Point(3, 16) Me.TreeAuswertungen.Name = "TreeAuswertungen" Me.TreeAuswertungen.SelectedImageIndex = 0 Me.TreeAuswertungen.Size = New System.Drawing.Size(286, 533) Me.TreeAuswertungen.TabIndex = 0 ' 'TreeContextMenuStrip1 ' Me.TreeContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AlleKnotenSchliessenToolStripMenuItem, Me.AlleKnotenÖffnenToolStripMenuItem}) Me.TreeContextMenuStrip1.Name = "TreeContextMenuStrip1" Me.TreeContextMenuStrip1.Size = New System.Drawing.Size(192, 48) ' 'AlleKnotenSchliessenToolStripMenuItem ' Me.AlleKnotenSchliessenToolStripMenuItem.Name = "AlleKnotenSchliessenToolStripMenuItem" Me.AlleKnotenSchliessenToolStripMenuItem.Size = New System.Drawing.Size(191, 22) Me.AlleKnotenSchliessenToolStripMenuItem.Text = "Alle Knoten schliessen" ' 'AlleKnotenÖffnenToolStripMenuItem ' Me.AlleKnotenÖffnenToolStripMenuItem.Name = "AlleKnotenÖffnenToolStripMenuItem" Me.AlleKnotenÖffnenToolStripMenuItem.Size = New System.Drawing.Size(191, 22) Me.AlleKnotenÖffnenToolStripMenuItem.Text = "Alle Knoten öffnen" ' 'GrpAuswertung ' Me.GrpAuswertung.Controls.Add(Me.TreeAuswertungen) Me.GrpAuswertung.Dock = System.Windows.Forms.DockStyle.Left Me.GrpAuswertung.Location = New System.Drawing.Point(0, 49) Me.GrpAuswertung.Name = "GrpAuswertung" Me.GrpAuswertung.Size = New System.Drawing.Size(292, 552) Me.GrpAuswertung.TabIndex = 0 Me.GrpAuswertung.TabStop = False Me.GrpAuswertung.Text = "Auswertungen" ' 'GrpParameter ' Me.GrpParameter.Controls.Add(Me.PictureBox1) Me.GrpParameter.Controls.Add(Me.btnEditSQL) Me.GrpParameter.Controls.Add(Me.btnDeleteSavedParam) Me.GrpParameter.Controls.Add(Me.ComboboxMAParameter) Me.GrpParameter.Controls.Add(Me.btnSave) Me.GrpParameter.Controls.Add(Me.BtnParamDel6) Me.GrpParameter.Controls.Add(Me.BtnParamDel5) Me.GrpParameter.Controls.Add(Me.BtnParamDel4) Me.GrpParameter.Controls.Add(Me.BtnParamDel3) Me.GrpParameter.Controls.Add(Me.BtnParamDel2) Me.GrpParameter.Controls.Add(Me.BtnParamDel1) Me.GrpParameter.Controls.Add(Me.BtnInitParam) Me.GrpParameter.Controls.Add(Me.cbandor6) Me.GrpParameter.Controls.Add(Me.cbparam7) Me.GrpParameter.Controls.Add(Me.cbvalue7) Me.GrpParameter.Controls.Add(Me.cbop7) Me.GrpParameter.Controls.Add(Me.cbandor5) Me.GrpParameter.Controls.Add(Me.cbparam6) Me.GrpParameter.Controls.Add(Me.cbvalue6) Me.GrpParameter.Controls.Add(Me.cbop6) Me.GrpParameter.Controls.Add(Me.cbandor4) Me.GrpParameter.Controls.Add(Me.cbandor3) Me.GrpParameter.Controls.Add(Me.cbandor2) Me.GrpParameter.Controls.Add(Me.cbandor1) Me.GrpParameter.Controls.Add(Me.cbparam5) Me.GrpParameter.Controls.Add(Me.cbparam4) Me.GrpParameter.Controls.Add(Me.cbparam3) Me.GrpParameter.Controls.Add(Me.cbparam2) Me.GrpParameter.Controls.Add(Me.cbparam1) Me.GrpParameter.Controls.Add(Me.lblundoder) Me.GrpParameter.Controls.Add(Me.cbvalue5) Me.GrpParameter.Controls.Add(Me.cbop5) Me.GrpParameter.Controls.Add(Me.cbvalue4) Me.GrpParameter.Controls.Add(Me.cbop4) Me.GrpParameter.Controls.Add(Me.cbvalue3) Me.GrpParameter.Controls.Add(Me.cbop3) Me.GrpParameter.Controls.Add(Me.cbvalue2) Me.GrpParameter.Controls.Add(Me.cbop2) Me.GrpParameter.Controls.Add(Me.lblTitelWert) Me.GrpParameter.Controls.Add(Me.lblTitelOperator) Me.GrpParameter.Controls.Add(Me.lblParamTitel) Me.GrpParameter.Controls.Add(Me.cbvalue1) Me.GrpParameter.Controls.Add(Me.cbop1) Me.GrpParameter.Location = New System.Drawing.Point(295, 129) Me.GrpParameter.Name = "GrpParameter" Me.GrpParameter.Size = New System.Drawing.Size(425, 301) Me.GrpParameter.TabIndex = 1 Me.GrpParameter.TabStop = False Me.GrpParameter.Text = "Parameter" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(360, 65) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(39, 36) Me.PictureBox1.TabIndex = 48 Me.PictureBox1.TabStop = False ' 'btnEditSQL ' Me.btnEditSQL.Image = CType(resources.GetObject("btnEditSQL.Image"), System.Drawing.Image) Me.btnEditSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnEditSQL.Location = New System.Drawing.Point(398, 72) Me.btnEditSQL.Name = "btnEditSQL" Me.btnEditSQL.Size = New System.Drawing.Size(24, 29) Me.btnEditSQL.TabIndex = 28 Me.btnEditSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnEditSQL.UseVisualStyleBackColor = True ' 'btnDeleteSavedParam ' Me.btnDeleteSavedParam.Image = CType(resources.GetObject("btnDeleteSavedParam.Image"), System.Drawing.Image) Me.btnDeleteSavedParam.Location = New System.Drawing.Point(399, 21) Me.btnDeleteSavedParam.Name = "btnDeleteSavedParam" Me.btnDeleteSavedParam.Size = New System.Drawing.Size(19, 21) Me.btnDeleteSavedParam.TabIndex = 47 Me.btnDeleteSavedParam.UseVisualStyleBackColor = True ' 'ComboboxMAParameter ' Me.ComboboxMAParameter.FormattingEnabled = True Me.ComboboxMAParameter.Location = New System.Drawing.Point(96, 21) Me.ComboboxMAParameter.Name = "ComboboxMAParameter" Me.ComboboxMAParameter.Size = New System.Drawing.Size(303, 21) Me.ComboboxMAParameter.TabIndex = 46 Me.ComboboxMAParameter.Visible = False ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(15, 19) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 45 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'BtnParamDel6 ' Me.BtnParamDel6.Image = CType(resources.GetObject("BtnParamDel6.Image"), System.Drawing.Image) Me.BtnParamDel6.Location = New System.Drawing.Point(399, 270) Me.BtnParamDel6.Name = "BtnParamDel6" Me.BtnParamDel6.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel6.TabIndex = 44 Me.BtnParamDel6.UseVisualStyleBackColor = True ' 'BtnParamDel5 ' Me.BtnParamDel5.Image = CType(resources.GetObject("BtnParamDel5.Image"), System.Drawing.Image) Me.BtnParamDel5.Location = New System.Drawing.Point(399, 244) Me.BtnParamDel5.Name = "BtnParamDel5" Me.BtnParamDel5.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel5.TabIndex = 43 Me.BtnParamDel5.UseVisualStyleBackColor = True ' 'BtnParamDel4 ' Me.BtnParamDel4.Image = CType(resources.GetObject("BtnParamDel4.Image"), System.Drawing.Image) Me.BtnParamDel4.Location = New System.Drawing.Point(399, 216) Me.BtnParamDel4.Name = "BtnParamDel4" Me.BtnParamDel4.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel4.TabIndex = 42 Me.BtnParamDel4.UseVisualStyleBackColor = True ' 'BtnParamDel3 ' Me.BtnParamDel3.Image = CType(resources.GetObject("BtnParamDel3.Image"), System.Drawing.Image) Me.BtnParamDel3.Location = New System.Drawing.Point(399, 189) Me.BtnParamDel3.Name = "BtnParamDel3" Me.BtnParamDel3.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel3.TabIndex = 41 Me.BtnParamDel3.UseVisualStyleBackColor = True ' 'BtnParamDel2 ' Me.BtnParamDel2.Image = CType(resources.GetObject("BtnParamDel2.Image"), System.Drawing.Image) Me.BtnParamDel2.Location = New System.Drawing.Point(399, 163) Me.BtnParamDel2.Name = "BtnParamDel2" Me.BtnParamDel2.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel2.TabIndex = 40 Me.BtnParamDel2.UseVisualStyleBackColor = True ' 'BtnParamDel1 ' Me.BtnParamDel1.Image = CType(resources.GetObject("BtnParamDel1.Image"), System.Drawing.Image) Me.BtnParamDel1.Location = New System.Drawing.Point(399, 136) Me.BtnParamDel1.Name = "BtnParamDel1" Me.BtnParamDel1.Size = New System.Drawing.Size(19, 21) Me.BtnParamDel1.TabIndex = 39 Me.BtnParamDel1.UseVisualStyleBackColor = True ' 'BtnInitParam ' Me.BtnInitParam.Location = New System.Drawing.Point(15, 48) Me.BtnInitParam.Name = "BtnInitParam" Me.BtnInitParam.Size = New System.Drawing.Size(75, 23) Me.BtnInitParam.TabIndex = 29 Me.BtnInitParam.Text = "Initialisieren" Me.BtnInitParam.UseVisualStyleBackColor = True ' 'cbandor6 ' Me.cbandor6.FormattingEnabled = True Me.cbandor6.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor6.Location = New System.Drawing.Point(15, 271) Me.cbandor6.Name = "cbandor6" Me.cbandor6.Size = New System.Drawing.Size(52, 21) Me.cbandor6.TabIndex = 23 ' 'cbparam7 ' Me.cbparam7.FormattingEnabled = True Me.cbparam7.Location = New System.Drawing.Point(79, 271) Me.cbparam7.Name = "cbparam7" Me.cbparam7.Size = New System.Drawing.Size(128, 21) Me.cbparam7.TabIndex = 24 ' 'cbvalue7 ' Me.cbvalue7.FormattingEnabled = True Me.cbvalue7.Location = New System.Drawing.Point(271, 271) Me.cbvalue7.Name = "cbvalue7" Me.cbvalue7.Size = New System.Drawing.Size(128, 21) Me.cbvalue7.TabIndex = 26 ' 'cbop7 ' Me.cbop7.FormattingEnabled = True Me.cbop7.Location = New System.Drawing.Point(214, 271) Me.cbop7.Name = "cbop7" Me.cbop7.Size = New System.Drawing.Size(52, 21) Me.cbop7.TabIndex = 25 ' 'cbandor5 ' Me.cbandor5.FormattingEnabled = True Me.cbandor5.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor5.Location = New System.Drawing.Point(15, 244) Me.cbandor5.Name = "cbandor5" Me.cbandor5.Size = New System.Drawing.Size(52, 21) Me.cbandor5.TabIndex = 19 ' 'cbparam6 ' Me.cbparam6.FormattingEnabled = True Me.cbparam6.Location = New System.Drawing.Point(79, 244) Me.cbparam6.Name = "cbparam6" Me.cbparam6.Size = New System.Drawing.Size(128, 21) Me.cbparam6.TabIndex = 20 ' 'cbvalue6 ' Me.cbvalue6.FormattingEnabled = True Me.cbvalue6.Location = New System.Drawing.Point(271, 244) Me.cbvalue6.Name = "cbvalue6" Me.cbvalue6.Size = New System.Drawing.Size(128, 21) Me.cbvalue6.TabIndex = 22 ' 'cbop6 ' Me.cbop6.FormattingEnabled = True Me.cbop6.Location = New System.Drawing.Point(214, 244) Me.cbop6.Name = "cbop6" Me.cbop6.Size = New System.Drawing.Size(52, 21) Me.cbop6.TabIndex = 21 ' 'cbandor4 ' Me.cbandor4.FormattingEnabled = True Me.cbandor4.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor4.Location = New System.Drawing.Point(15, 217) Me.cbandor4.Name = "cbandor4" Me.cbandor4.Size = New System.Drawing.Size(52, 21) Me.cbandor4.TabIndex = 15 ' 'cbandor3 ' Me.cbandor3.FormattingEnabled = True Me.cbandor3.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor3.Location = New System.Drawing.Point(15, 190) Me.cbandor3.Name = "cbandor3" Me.cbandor3.Size = New System.Drawing.Size(52, 21) Me.cbandor3.TabIndex = 11 ' 'cbandor2 ' Me.cbandor2.FormattingEnabled = True Me.cbandor2.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor2.Location = New System.Drawing.Point(15, 163) Me.cbandor2.Name = "cbandor2" Me.cbandor2.Size = New System.Drawing.Size(52, 21) Me.cbandor2.TabIndex = 7 ' 'cbandor1 ' Me.cbandor1.FormattingEnabled = True Me.cbandor1.Items.AddRange(New Object() {"und", "oder"}) Me.cbandor1.Location = New System.Drawing.Point(15, 136) Me.cbandor1.Name = "cbandor1" Me.cbandor1.Size = New System.Drawing.Size(52, 21) Me.cbandor1.TabIndex = 3 ' 'cbparam5 ' Me.cbparam5.FormattingEnabled = True Me.cbparam5.Location = New System.Drawing.Point(79, 217) Me.cbparam5.Name = "cbparam5" Me.cbparam5.Size = New System.Drawing.Size(128, 21) Me.cbparam5.TabIndex = 16 ' 'cbparam4 ' Me.cbparam4.FormattingEnabled = True Me.cbparam4.Location = New System.Drawing.Point(79, 190) Me.cbparam4.Name = "cbparam4" Me.cbparam4.Size = New System.Drawing.Size(128, 21) Me.cbparam4.TabIndex = 12 ' 'cbparam3 ' Me.cbparam3.FormattingEnabled = True Me.cbparam3.Location = New System.Drawing.Point(79, 163) Me.cbparam3.Name = "cbparam3" Me.cbparam3.Size = New System.Drawing.Size(128, 21) Me.cbparam3.TabIndex = 8 ' 'cbparam2 ' Me.cbparam2.FormattingEnabled = True Me.cbparam2.Location = New System.Drawing.Point(79, 136) Me.cbparam2.Name = "cbparam2" Me.cbparam2.Size = New System.Drawing.Size(128, 21) Me.cbparam2.TabIndex = 4 ' 'cbparam1 ' Me.cbparam1.FormattingEnabled = True Me.cbparam1.Location = New System.Drawing.Point(79, 106) Me.cbparam1.Name = "cbparam1" Me.cbparam1.Size = New System.Drawing.Size(128, 21) Me.cbparam1.TabIndex = 0 ' 'lblundoder ' Me.lblundoder.AutoSize = True Me.lblundoder.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblundoder.Location = New System.Drawing.Point(12, 88) Me.lblundoder.Name = "lblundoder" Me.lblundoder.Size = New System.Drawing.Size(59, 13) Me.lblundoder.TabIndex = 38 Me.lblundoder.Text = "und/oder" ' 'cbvalue5 ' Me.cbvalue5.FormattingEnabled = True Me.cbvalue5.Location = New System.Drawing.Point(271, 217) Me.cbvalue5.Name = "cbvalue5" Me.cbvalue5.Size = New System.Drawing.Size(128, 21) Me.cbvalue5.TabIndex = 18 ' 'cbop5 ' Me.cbop5.FormattingEnabled = True Me.cbop5.Location = New System.Drawing.Point(214, 217) Me.cbop5.Name = "cbop5" Me.cbop5.Size = New System.Drawing.Size(52, 21) Me.cbop5.TabIndex = 17 ' 'cbvalue4 ' Me.cbvalue4.FormattingEnabled = True Me.cbvalue4.Location = New System.Drawing.Point(271, 190) Me.cbvalue4.Name = "cbvalue4" Me.cbvalue4.Size = New System.Drawing.Size(128, 21) Me.cbvalue4.TabIndex = 14 ' 'cbop4 ' Me.cbop4.FormattingEnabled = True Me.cbop4.Location = New System.Drawing.Point(213, 190) Me.cbop4.Name = "cbop4" Me.cbop4.Size = New System.Drawing.Size(52, 21) Me.cbop4.TabIndex = 13 ' 'cbvalue3 ' Me.cbvalue3.FormattingEnabled = True Me.cbvalue3.Location = New System.Drawing.Point(271, 163) Me.cbvalue3.Name = "cbvalue3" Me.cbvalue3.Size = New System.Drawing.Size(128, 21) Me.cbvalue3.TabIndex = 10 ' 'cbop3 ' Me.cbop3.FormattingEnabled = True Me.cbop3.Location = New System.Drawing.Point(213, 163) Me.cbop3.Name = "cbop3" Me.cbop3.Size = New System.Drawing.Size(52, 21) Me.cbop3.TabIndex = 9 ' 'cbvalue2 ' Me.cbvalue2.FormattingEnabled = True Me.cbvalue2.Location = New System.Drawing.Point(271, 136) Me.cbvalue2.Name = "cbvalue2" Me.cbvalue2.Size = New System.Drawing.Size(128, 21) Me.cbvalue2.TabIndex = 6 ' 'cbop2 ' Me.cbop2.FormattingEnabled = True Me.cbop2.Location = New System.Drawing.Point(213, 136) Me.cbop2.Name = "cbop2" Me.cbop2.Size = New System.Drawing.Size(52, 21) Me.cbop2.TabIndex = 5 ' 'lblTitelWert ' Me.lblTitelWert.AutoSize = True Me.lblTitelWert.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitelWert.Location = New System.Drawing.Point(272, 88) Me.lblTitelWert.Name = "lblTitelWert" Me.lblTitelWert.Size = New System.Drawing.Size(34, 13) Me.lblTitelWert.TabIndex = 28 Me.lblTitelWert.Text = "Wert" ' 'lblTitelOperator ' Me.lblTitelOperator.AutoSize = True Me.lblTitelOperator.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitelOperator.Location = New System.Drawing.Point(210, 88) Me.lblTitelOperator.Name = "lblTitelOperator" Me.lblTitelOperator.Size = New System.Drawing.Size(56, 13) Me.lblTitelOperator.TabIndex = 27 Me.lblTitelOperator.Text = "Operator" ' 'lblParamTitel ' Me.lblParamTitel.AutoSize = True Me.lblParamTitel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblParamTitel.Location = New System.Drawing.Point(77, 88) Me.lblParamTitel.Name = "lblParamTitel" Me.lblParamTitel.Size = New System.Drawing.Size(64, 13) Me.lblParamTitel.TabIndex = 26 Me.lblParamTitel.Text = "Parameter" ' 'cbvalue1 ' Me.cbvalue1.FormatString = "N2" Me.cbvalue1.FormattingEnabled = True Me.cbvalue1.Location = New System.Drawing.Point(271, 106) Me.cbvalue1.Name = "cbvalue1" Me.cbvalue1.Size = New System.Drawing.Size(128, 21) Me.cbvalue1.TabIndex = 2 ' 'cbop1 ' Me.cbop1.FormattingEnabled = True Me.cbop1.Location = New System.Drawing.Point(213, 106) Me.cbop1.Name = "cbop1" Me.cbop1.Size = New System.Drawing.Size(52, 21) Me.cbop1.TabIndex = 1 ' 'ImageList2 ' Me.ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent ' 'grpBeschreibung ' Me.grpBeschreibung.Controls.Add(Me.txtbeschreibung) Me.grpBeschreibung.Location = New System.Drawing.Point(295, 49) Me.grpBeschreibung.Name = "grpBeschreibung" Me.grpBeschreibung.Size = New System.Drawing.Size(425, 74) Me.grpBeschreibung.TabIndex = 29 Me.grpBeschreibung.TabStop = False Me.grpBeschreibung.Text = "Beschreibung" ' 'txtbeschreibung ' Me.txtbeschreibung.BorderStyle = System.Windows.Forms.BorderStyle.None Me.txtbeschreibung.Dock = System.Windows.Forms.DockStyle.Left Me.txtbeschreibung.Location = New System.Drawing.Point(3, 16) Me.txtbeschreibung.Multiline = True Me.txtbeschreibung.Name = "txtbeschreibung" Me.txtbeschreibung.ReadOnly = True Me.txtbeschreibung.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtbeschreibung.Size = New System.Drawing.Size(415, 55) Me.txtbeschreibung.TabIndex = 0 ' 'grpdb ' Me.grpdb.Controls.Add(Me.btnAufbereitenCSV) Me.grpdb.Location = New System.Drawing.Point(295, 436) Me.grpdb.Name = "grpdb" Me.grpdb.Size = New System.Drawing.Size(422, 54) Me.grpdb.TabIndex = 30 Me.grpdb.TabStop = False Me.grpdb.Text = "Resultat als Datentabelle" ' 'btnAufbereitenCSV ' Me.btnAufbereitenCSV.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAufbereitenCSV.ImageIndex = 3 Me.btnAufbereitenCSV.ImageList = Me.ImageList1 Me.btnAufbereitenCSV.Location = New System.Drawing.Point(312, 19) Me.btnAufbereitenCSV.Name = "btnAufbereitenCSV" Me.btnAufbereitenCSV.Size = New System.Drawing.Size(87, 23) Me.btnAufbereitenCSV.TabIndex = 27 Me.btnAufbereitenCSV.Text = "Tabelle" Me.btnAufbereitenCSV.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAufbereitenCSV.UseVisualStyleBackColor = True ' 'grpcr ' Me.grpcr.Controls.Add(Me.checkboxprintparam) Me.grpcr.Controls.Add(Me.lblTitelZ2) Me.grpcr.Controls.Add(Me.lblTitelZ1) Me.grpcr.Controls.Add(Me.txtTitel2) Me.grpcr.Controls.Add(Me.txtTitel1) Me.grpcr.Controls.Add(Me.BtnAufbereitenCR) Me.grpcr.Location = New System.Drawing.Point(295, 496) Me.grpcr.Name = "grpcr" Me.grpcr.Size = New System.Drawing.Size(422, 102) Me.grpcr.TabIndex = 31 Me.grpcr.TabStop = False Me.grpcr.Text = "Resultat als Crystal-Report" ' 'checkboxprintparam ' Me.checkboxprintparam.AutoSize = True Me.checkboxprintparam.Location = New System.Drawing.Point(297, 76) Me.checkboxprintparam.Name = "checkboxprintparam" Me.checkboxprintparam.Size = New System.Drawing.Size(116, 17) Me.checkboxprintparam.TabIndex = 33 Me.checkboxprintparam.Text = "Parameter drucken" Me.checkboxprintparam.UseVisualStyleBackColor = True ' 'lblTitelZ2 ' Me.lblTitelZ2.AutoSize = True Me.lblTitelZ2.Location = New System.Drawing.Point(8, 48) Me.lblTitelZ2.Name = "lblTitelZ2" Me.lblTitelZ2.Size = New System.Drawing.Size(46, 13) Me.lblTitelZ2.TabIndex = 32 Me.lblTitelZ2.Text = "Titel Z2:" ' 'lblTitelZ1 ' Me.lblTitelZ1.AutoSize = True Me.lblTitelZ1.Location = New System.Drawing.Point(8, 22) Me.lblTitelZ1.Name = "lblTitelZ1" Me.lblTitelZ1.Size = New System.Drawing.Size(46, 13) Me.lblTitelZ1.TabIndex = 31 Me.lblTitelZ1.Text = "Titel Z1:" ' 'txtTitel2 ' Me.txtTitel2.Location = New System.Drawing.Point(60, 45) Me.txtTitel2.Name = "txtTitel2" Me.txtTitel2.Size = New System.Drawing.Size(353, 20) Me.txtTitel2.TabIndex = 30 ' 'txtTitel1 ' Me.txtTitel1.Location = New System.Drawing.Point(60, 19) Me.txtTitel1.Name = "txtTitel1" Me.txtTitel1.Size = New System.Drawing.Size(353, 20) Me.txtTitel1.TabIndex = 29 ' 'BtnAufbereitenCR ' Me.BtnAufbereitenCR.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.BtnAufbereitenCR.ImageIndex = 4 Me.BtnAufbereitenCR.ImageList = Me.ImageList1 Me.BtnAufbereitenCR.Location = New System.Drawing.Point(6, 73) Me.BtnAufbereitenCR.Name = "BtnAufbereitenCR" Me.BtnAufbereitenCR.Size = New System.Drawing.Size(99, 23) Me.BtnAufbereitenCR.TabIndex = 28 Me.BtnAufbereitenCR.Text = "Crystal-Report" Me.BtnAufbereitenCR.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnAufbereitenCR.UseVisualStyleBackColor = True ' 'FrmReportSelect ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(732, 601) Me.Controls.Add(Me.grpBeschreibung) Me.Controls.Add(Me.grpcr) Me.Controls.Add(Me.grpdb) Me.Controls.Add(Me.GrpAuswertung) Me.Controls.Add(Me.GrpParameter) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FrmReportSelect" Me.Text = "Report-Auswahl" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.TreeContextMenuStrip1.ResumeLayout(False) Me.GrpAuswertung.ResumeLayout(False) Me.GrpParameter.ResumeLayout(False) Me.GrpParameter.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.grpBeschreibung.ResumeLayout(False) Me.grpBeschreibung.PerformLayout() Me.grpdb.ResumeLayout(False) Me.grpcr.ResumeLayout(False) Me.grpcr.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 TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents btnAufbereitenCSV As System.Windows.Forms.Button Friend WithEvents TreeAuswertungen As System.Windows.Forms.TreeView Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents GrpAuswertung As System.Windows.Forms.GroupBox Friend WithEvents GrpParameter As System.Windows.Forms.GroupBox Friend WithEvents cbandor6 As System.Windows.Forms.ComboBox Friend WithEvents cbparam7 As System.Windows.Forms.ComboBox Friend WithEvents cbvalue7 As System.Windows.Forms.ComboBox Friend WithEvents cbop7 As System.Windows.Forms.ComboBox Friend WithEvents cbandor5 As System.Windows.Forms.ComboBox Friend WithEvents cbparam6 As System.Windows.Forms.ComboBox Friend WithEvents cbvalue6 As System.Windows.Forms.ComboBox Friend WithEvents cbop6 As System.Windows.Forms.ComboBox Friend WithEvents cbandor4 As System.Windows.Forms.ComboBox Friend WithEvents cbandor3 As System.Windows.Forms.ComboBox Friend WithEvents cbandor2 As System.Windows.Forms.ComboBox Friend WithEvents cbandor1 As System.Windows.Forms.ComboBox Friend WithEvents cbparam5 As System.Windows.Forms.ComboBox Friend WithEvents cbparam4 As System.Windows.Forms.ComboBox Friend WithEvents cbparam3 As System.Windows.Forms.ComboBox Friend WithEvents cbparam2 As System.Windows.Forms.ComboBox Friend WithEvents cbparam1 As System.Windows.Forms.ComboBox Friend WithEvents lblundoder As System.Windows.Forms.Label Friend WithEvents cbvalue5 As System.Windows.Forms.ComboBox Friend WithEvents cbop5 As System.Windows.Forms.ComboBox Friend WithEvents cbvalue4 As System.Windows.Forms.ComboBox Friend WithEvents cbop4 As System.Windows.Forms.ComboBox Friend WithEvents cbvalue3 As System.Windows.Forms.ComboBox Friend WithEvents cbop3 As System.Windows.Forms.ComboBox Friend WithEvents cbvalue2 As System.Windows.Forms.ComboBox Friend WithEvents cbop2 As System.Windows.Forms.ComboBox Friend WithEvents lblTitelWert As System.Windows.Forms.Label Friend WithEvents lblTitelOperator As System.Windows.Forms.Label Friend WithEvents lblParamTitel As System.Windows.Forms.Label Friend WithEvents cbvalue1 As System.Windows.Forms.ComboBox Friend WithEvents cbop1 As System.Windows.Forms.ComboBox Friend WithEvents BtnAufbereitenCR As System.Windows.Forms.Button Friend WithEvents BtnInitParam As System.Windows.Forms.Button Friend WithEvents BtnParamDel6 As System.Windows.Forms.Button Friend WithEvents BtnParamDel5 As System.Windows.Forms.Button Friend WithEvents BtnParamDel4 As System.Windows.Forms.Button Friend WithEvents BtnParamDel3 As System.Windows.Forms.Button Friend WithEvents BtnParamDel2 As System.Windows.Forms.Button Friend WithEvents BtnParamDel1 As System.Windows.Forms.Button Friend WithEvents ImageList2 As System.Windows.Forms.ImageList Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents ComboboxMAParameter As System.Windows.Forms.ComboBox Friend WithEvents btnDeleteSavedParam As System.Windows.Forms.Button Friend WithEvents grpBeschreibung As System.Windows.Forms.GroupBox Friend WithEvents txtbeschreibung As System.Windows.Forms.TextBox Friend WithEvents TreeContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents AlleKnotenSchliessenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents AlleKnotenÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents grpdb As System.Windows.Forms.GroupBox Friend WithEvents grpcr As System.Windows.Forms.GroupBox Friend WithEvents lblTitelZ2 As System.Windows.Forms.Label Friend WithEvents lblTitelZ1 As System.Windows.Forms.Label Friend WithEvents txtTitel2 As System.Windows.Forms.TextBox Friend WithEvents txtTitel1 As System.Windows.Forms.TextBox Friend WithEvents checkboxprintparam As System.Windows.Forms.CheckBox Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents btnEditSQL As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents TsBtnSuchArt As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents ToolStriptxtSuche As System.Windows.Forms.ToolStripTextBox Friend WithEvents TSBtnSuche As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnFilterAufheben As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnPrevious As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnNext As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnFirst As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnLast As System.Windows.Forms.ToolStripButton End Class