_ Partial Class frmWM_FulltextChoice 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(frmWM_FulltextChoice)) Me.Label1 = New System.Windows.Forms.Label() Me.txtFulltextPattern = New System.Windows.Forms.TextBox() Me.chkSubnode = New System.Windows.Forms.CheckBox() Me.Button1 = New System.Windows.Forms.Button() Me.SuspendLayout ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" ' 'txtFulltextPattern ' resources.ApplyResources(Me.txtFulltextPattern, "txtFulltextPattern") Me.txtFulltextPattern.Name = "txtFulltextPattern" ' 'chkSubnode ' resources.ApplyResources(Me.chkSubnode, "chkSubnode") Me.chkSubnode.Name = "chkSubnode" Me.chkSubnode.UseVisualStyleBackColor = True ' 'Button1 ' resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" Me.Button1.UseVisualStyleBackColor = True ' 'frmWD_FulltextChoice ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.chkSubnode) Me.Controls.Add(Me.txtFulltextPattern) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmWD_FulltextChoice" Me.ResumeLayout(False) Me.PerformLayout End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtFulltextPattern As System.Windows.Forms.TextBox Friend WithEvents chkSubnode As System.Windows.Forms.CheckBox Friend WithEvents Button1 As System.Windows.Forms.Button End Class