110 lines
4.2 KiB
VB.net
110 lines
4.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMissingInput
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
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
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'lblMissingElementName
|
|
'
|
|
resources.ApplyResources(Me.lblMissingElementName, "lblMissingElementName")
|
|
Me.lblMissingElementName.Name = "lblMissingElementName"
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'txtInput
|
|
'
|
|
resources.ApplyResources(Me.txtInput, "txtInput")
|
|
Me.txtInput.Name = "txtInput"
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1")
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'txtSearchtext
|
|
'
|
|
resources.ApplyResources(Me.txtSearchtext, "txtSearchtext")
|
|
Me.txtSearchtext.Name = "txtSearchtext"
|
|
Me.txtSearchtext.ReadOnly = True
|
|
Me.txtSearchtext.TabStop = False
|
|
'
|
|
'btnAccept
|
|
'
|
|
resources.ApplyResources(Me.btnAccept, "btnAccept")
|
|
Me.btnAccept.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xLG1
|
|
Me.btnAccept.Name = "btnAccept"
|
|
Me.btnAccept.UseVisualStyleBackColor = True
|
|
'
|
|
'frmMissingInput
|
|
'
|
|
Me.AcceptButton = Me.btnAccept
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
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.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmMissingInput"
|
|
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
|