ms
This commit is contained in:
@@ -22,30 +22,25 @@ Partial Class frmTreeSearchResult
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTreeSearchResult))
|
||||
Me.listBoxResults = New System.Windows.Forms.ListBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'listBoxResults
|
||||
'
|
||||
Me.listBoxResults.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.listBoxResults, "listBoxResults")
|
||||
Me.listBoxResults.FormattingEnabled = True
|
||||
Me.listBoxResults.ItemHeight = 16
|
||||
Me.listBoxResults.Location = New System.Drawing.Point(12, 12)
|
||||
Me.listBoxResults.Name = "listBoxResults"
|
||||
Me.listBoxResults.Size = New System.Drawing.Size(534, 228)
|
||||
Me.listBoxResults.TabIndex = 0
|
||||
'
|
||||
'frmTreeSearchResult
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(558, 258)
|
||||
Me.Controls.Add(Me.listBoxResults)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmTreeSearchResult"
|
||||
Me.ShowIcon = False
|
||||
Me.Text = "Gefundene Knoten"
|
||||
Me.TopMost = True
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user