_ Partial Class frmMissingInput 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(frmMissingInput)) Me.Label1 = New System.Windows.Forms.Label() Me.lblMissingElementName = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtInput = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.Label3 = New System.Windows.Forms.Label() Me.txtSearchtext = New System.Windows.Forms.TextBox() Me.btnAccept = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(319, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "Für das folgende Element wurde kein Inhalt gefunden:" ' 'lblMissingElementName ' Me.lblMissingElementName.AutoSize = True Me.lblMissingElementName.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMissingElementName.Location = New System.Drawing.Point(337, 9) Me.lblMissingElementName.Name = "lblMissingElementName" Me.lblMissingElementName.Size = New System.Drawing.Size(50, 16) Me.lblMissingElementName.TabIndex = 1 Me.lblMissingElementName.Text = "Label2" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(12, 33) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(226, 16) Me.Label2.TabIndex = 2 Me.Label2.Text = "Bitte geben Sie den Wert manuell ein:" ' 'txtInput ' Me.txtInput.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtInput.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtInput.Location = New System.Drawing.Point(15, 52) Me.txtInput.Name = "txtInput" Me.txtInput.Size = New System.Drawing.Size(668, 27) Me.txtInput.TabIndex = 0 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 95) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(100, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Auswertungs-Text:" ' 'txtSearchtext ' Me.txtSearchtext.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtSearchtext.Location = New System.Drawing.Point(15, 111) Me.txtSearchtext.Multiline = True Me.txtSearchtext.Name = "txtSearchtext" Me.txtSearchtext.ReadOnly = True Me.txtSearchtext.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtSearchtext.Size = New System.Drawing.Size(668, 138) Me.txtSearchtext.TabIndex = 6 Me.txtSearchtext.TabStop = False ' 'btnAccept ' Me.btnAccept.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnAccept.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAccept.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xLG1 Me.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAccept.Location = New System.Drawing.Point(15, 255) Me.btnAccept.Name = "btnAccept" Me.btnAccept.Size = New System.Drawing.Size(671, 35) Me.btnAccept.TabIndex = 1 Me.btnAccept.Text = "OK - Manuelle Eingabe übernehmen" Me.btnAccept.UseVisualStyleBackColor = True ' 'frmMissingInput ' Me.AcceptButton = Me.btnAccept Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(687, 295) Me.Controls.Add(Me.btnAccept) Me.Controls.Add(Me.txtSearchtext) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtInput) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lblMissingElementName) Me.Controls.Add(Me.Label1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmMissingInput" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Missing Input" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblMissingElementName As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtInput As System.Windows.Forms.TextBox Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtSearchtext As System.Windows.Forms.TextBox Friend WithEvents btnAccept As System.Windows.Forms.Button End Class