_ Partial Class Form 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TreeDokVorlagen = New System.Windows.Forms.TreeView() Me.ImageList3 = New System.Windows.Forms.ImageList(Me.components) Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.C1DokumenttypFunktionen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.pnlTrenner = New System.Windows.Forms.Panel() Me.btnsuche = New System.Windows.Forms.Button() Me.txtSuchbegriff = New System.Windows.Forms.TextBox() Me.lblSuche = New System.Windows.Forms.Label() Me.MenuStrip1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.C1DokumenttypFunktionen, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlTrenner.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SchliessenToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(991, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' 'SchliessenToolStripMenuItem ' Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem" Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(73, 20) Me.SchliessenToolStripMenuItem.Text = "Schliessen" ' 'TreeDokVorlagen ' Me.TreeDokVorlagen.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeDokVorlagen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TreeDokVorlagen.ImageIndex = 0 Me.TreeDokVorlagen.ImageList = Me.ImageList3 Me.TreeDokVorlagen.Location = New System.Drawing.Point(3, 40) Me.TreeDokVorlagen.Name = "TreeDokVorlagen" Me.TreeDokVorlagen.SelectedImageIndex = 0 Me.TreeDokVorlagen.Size = New System.Drawing.Size(334, 574) Me.TreeDokVorlagen.TabIndex = 2 Me.TreeDokVorlagen.TabStop = False ' 'ImageList3 ' Me.ImageList3.ImageStream = CType(resources.GetObject("ImageList3.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList3.TransparentColor = System.Drawing.Color.Transparent Me.ImageList3.Images.SetKeyName(0, "") Me.ImageList3.Images.SetKeyName(1, "") Me.ImageList3.Images.SetKeyName(2, "") Me.ImageList3.Images.SetKeyName(3, "") Me.ImageList3.Images.SetKeyName(4, "") Me.ImageList3.Images.SetKeyName(5, "") Me.ImageList3.Images.SetKeyName(6, "") Me.ImageList3.Images.SetKeyName(7, "") Me.ImageList3.Images.SetKeyName(8, "") Me.ImageList3.Images.SetKeyName(9, "") Me.ImageList3.Images.SetKeyName(10, "") Me.ImageList3.Images.SetKeyName(11, "") Me.ImageList3.Images.SetKeyName(12, "") Me.ImageList3.Images.SetKeyName(13, "") Me.ImageList3.Images.SetKeyName(14, "") Me.ImageList3.Images.SetKeyName(15, "") Me.ImageList3.Images.SetKeyName(16, "") Me.ImageList3.Images.SetKeyName(17, "") Me.ImageList3.Images.SetKeyName(18, "") Me.ImageList3.Images.SetKeyName(19, "") Me.ImageList3.Images.SetKeyName(20, "") Me.ImageList3.Images.SetKeyName(21, "") Me.ImageList3.Images.SetKeyName(22, "") Me.ImageList3.Images.SetKeyName(23, "") Me.ImageList3.Images.SetKeyName(24, "") Me.ImageList3.Images.SetKeyName(25, "") Me.ImageList3.Images.SetKeyName(26, "") Me.ImageList3.Images.SetKeyName(27, "") Me.ImageList3.Images.SetKeyName(28, "") Me.ImageList3.Images.SetKeyName(29, "") Me.ImageList3.Images.SetKeyName(30, "") Me.ImageList3.Images.SetKeyName(31, "") Me.ImageList3.Images.SetKeyName(32, "") Me.ImageList3.Images.SetKeyName(33, "") Me.ImageList3.Images.SetKeyName(34, "") Me.ImageList3.Images.SetKeyName(35, "") Me.ImageList3.Images.SetKeyName(36, "") Me.ImageList3.Images.SetKeyName(37, "") Me.ImageList3.Images.SetKeyName(38, "") Me.ImageList3.Images.SetKeyName(39, "") Me.ImageList3.Images.SetKeyName(40, "") Me.ImageList3.Images.SetKeyName(41, "") Me.ImageList3.Images.SetKeyName(42, "") Me.ImageList3.Images.SetKeyName(43, "") Me.ImageList3.Images.SetKeyName(44, "") Me.ImageList3.Images.SetKeyName(45, "") Me.ImageList3.Images.SetKeyName(46, "") Me.ImageList3.Images.SetKeyName(47, "") Me.ImageList3.Images.SetKeyName(48, "") Me.ImageList3.Images.SetKeyName(49, "") Me.ImageList3.Images.SetKeyName(50, "") Me.ImageList3.Images.SetKeyName(51, "") ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.TreeDokVorlagen) Me.GroupBox1.Controls.Add(Me.pnlTrenner) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left Me.GroupBox1.Location = New System.Drawing.Point(0, 24) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(340, 617) Me.GroupBox1.TabIndex = 3 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Dokumenttypen" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.C1DokumenttypFunktionen) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Location = New System.Drawing.Point(340, 24) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(651, 217) Me.GroupBox2.TabIndex = 4 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "GroupBox2" ' 'C1DokumenttypFunktionen ' Me.C1DokumenttypFunktionen.AlternatingRows = True Me.C1DokumenttypFunktionen.Dock = System.Windows.Forms.DockStyle.Fill Me.C1DokumenttypFunktionen.FetchRowStyles = True Me.C1DokumenttypFunktionen.FilterBar = True Me.C1DokumenttypFunktionen.GroupByCaption = "Drag a column header here to group by that column" Me.C1DokumenttypFunktionen.Images.Add(CType(resources.GetObject("C1DokumenttypFunktionen.Images"), System.Drawing.Image)) Me.C1DokumenttypFunktionen.Location = New System.Drawing.Point(3, 16) Me.C1DokumenttypFunktionen.Name = "C1DokumenttypFunktionen" Me.C1DokumenttypFunktionen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1DokumenttypFunktionen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1DokumenttypFunktionen.PreviewInfo.ZoomFactor = 75.0R Me.C1DokumenttypFunktionen.PrintInfo.PageSettings = CType(resources.GetObject("C1Dokumenttypen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1DokumenttypFunktionen.RecordSelectorWidth = 16 Me.C1DokumenttypFunktionen.Size = New System.Drawing.Size(645, 198) Me.C1DokumenttypFunktionen.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1DokumenttypFunktionen.TabIndex = 15 Me.C1DokumenttypFunktionen.Text = "C1Dokumenttypen" Me.C1DokumenttypFunktionen.PropBag = resources.GetString("C1DokumenttypFunktionen.PropBag") ' 'pnlTrenner ' Me.pnlTrenner.Controls.Add(Me.btnsuche) Me.pnlTrenner.Controls.Add(Me.txtSuchbegriff) Me.pnlTrenner.Controls.Add(Me.lblSuche) Me.pnlTrenner.Dock = System.Windows.Forms.DockStyle.Top Me.pnlTrenner.Location = New System.Drawing.Point(3, 16) Me.pnlTrenner.Name = "pnlTrenner" Me.pnlTrenner.Size = New System.Drawing.Size(334, 24) Me.pnlTrenner.TabIndex = 3 ' 'btnsuche ' Me.btnsuche.Image = CType(resources.GetObject("btnsuche.Image"), System.Drawing.Image) Me.btnsuche.Location = New System.Drawing.Point(308, 0) Me.btnsuche.Name = "btnsuche" Me.btnsuche.Size = New System.Drawing.Size(21, 21) Me.btnsuche.TabIndex = 5 ' 'txtSuchbegriff ' Me.txtSuchbegriff.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSuchbegriff.Location = New System.Drawing.Point(56, 0) Me.txtSuchbegriff.Name = "txtSuchbegriff" Me.txtSuchbegriff.Size = New System.Drawing.Size(246, 20) Me.txtSuchbegriff.TabIndex = 4 ' 'lblSuche ' Me.lblSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSuche.Location = New System.Drawing.Point(8, 2) Me.lblSuche.Name = "lblSuche" Me.lblSuche.Size = New System.Drawing.Size(96, 23) Me.lblSuche.TabIndex = 0 Me.lblSuche.Text = "Suchen" ' 'Form ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(991, 641) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.MenuStrip1) Me.Name = "Form" Me.Text = "Form" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) CType(Me.C1DokumenttypFunktionen, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlTrenner.ResumeLayout(False) Me.pnlTrenner.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents SchliessenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TreeDokVorlagen As System.Windows.Forms.TreeView Friend WithEvents ImageList3 As System.Windows.Forms.ImageList Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents C1DokumenttypFunktionen As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents pnlTrenner As System.Windows.Forms.Panel Friend WithEvents btnsuche As System.Windows.Forms.Button Friend WithEvents txtSuchbegriff As System.Windows.Forms.TextBox Friend WithEvents lblSuche As System.Windows.Forms.Label End Class