NotepadUltra/Notepad Ultra/Find.Designer.vb

160 lines
5.9 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Find
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.FindMe = New System.Windows.Forms.TextBox()
Me.NextButton = New System.Windows.Forms.Button()
Me.PreviousButton = New System.Windows.Forms.Button()
Me.FindStatus = New System.Windows.Forms.Label()
Me.MatchCaseCheckbox = New System.Windows.Forms.CheckBox()
Me.WholeWordCheckbox = New System.Windows.Forms.CheckBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.HighlightAllButton = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'FindMe
'
Me.FindMe.Location = New System.Drawing.Point(13, 17)
Me.FindMe.Margin = New System.Windows.Forms.Padding(4)
Me.FindMe.Name = "FindMe"
Me.FindMe.Size = New System.Drawing.Size(295, 22)
Me.FindMe.TabIndex = 0
'
'NextButton
'
Me.NextButton.Location = New System.Drawing.Point(316, 16)
Me.NextButton.Margin = New System.Windows.Forms.Padding(4)
Me.NextButton.Name = "NextButton"
Me.NextButton.Size = New System.Drawing.Size(77, 25)
Me.NextButton.TabIndex = 1
Me.NextButton.Text = "Next"
Me.NextButton.UseVisualStyleBackColor = True
'
'PreviousButton
'
Me.PreviousButton.Location = New System.Drawing.Point(316, 48)
Me.PreviousButton.Margin = New System.Windows.Forms.Padding(4)
Me.PreviousButton.Name = "PreviousButton"
Me.PreviousButton.Size = New System.Drawing.Size(77, 25)
Me.PreviousButton.TabIndex = 2
Me.PreviousButton.Text = "Prev"
Me.PreviousButton.UseVisualStyleBackColor = True
'
'FindStatus
'
Me.FindStatus.AutoSize = True
Me.FindStatus.Font = New System.Drawing.Font("Segoe UI", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FindStatus.ForeColor = System.Drawing.SystemColors.ControlDark
Me.FindStatus.Location = New System.Drawing.Point(13, 51)
Me.FindStatus.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.FindStatus.Name = "FindStatus"
Me.FindStatus.Size = New System.Drawing.Size(27, 19)
Me.FindStatus.TabIndex = 4
Me.FindStatus.Text = "<3"
'
'MatchCaseCheckbox
'
Me.MatchCaseCheckbox.AutoSize = True
Me.MatchCaseCheckbox.Location = New System.Drawing.Point(258, 80)
Me.MatchCaseCheckbox.Name = "MatchCaseCheckbox"
Me.MatchCaseCheckbox.Size = New System.Drawing.Size(104, 21)
Me.MatchCaseCheckbox.TabIndex = 5
Me.MatchCaseCheckbox.Text = "Match Case"
Me.MatchCaseCheckbox.UseVisualStyleBackColor = True
'
'WholeWordCheckbox
'
Me.WholeWordCheckbox.AutoSize = True
Me.WholeWordCheckbox.Location = New System.Drawing.Point(368, 80)
Me.WholeWordCheckbox.Name = "WholeWordCheckbox"
Me.WholeWordCheckbox.Size = New System.Drawing.Size(108, 21)
Me.WholeWordCheckbox.TabIndex = 5
Me.WholeWordCheckbox.Text = "Whole Word"
Me.WholeWordCheckbox.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(401, 48)
Me.Button1.Margin = New System.Windows.Forms.Padding(4)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(77, 25)
Me.Button1.TabIndex = 3
Me.Button1.Text = "Replace"
Me.Button1.UseVisualStyleBackColor = True
'
'HighlightAllButton
'
Me.HighlightAllButton.Location = New System.Drawing.Point(401, 17)
Me.HighlightAllButton.Margin = New System.Windows.Forms.Padding(4)
Me.HighlightAllButton.Name = "HighlightAllButton"
Me.HighlightAllButton.Size = New System.Drawing.Size(77, 25)
Me.HighlightAllButton.TabIndex = 2
Me.HighlightAllButton.Text = "Show all"
Me.HighlightAllButton.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(13, 74)
Me.Button2.Margin = New System.Windows.Forms.Padding(4)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(77, 25)
Me.Button2.TabIndex = 1
Me.Button2.Text = "Close"
Me.Button2.UseVisualStyleBackColor = True
'
'Find
'
Me.AcceptButton = Me.NextButton
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(488, 107)
Me.Controls.Add(Me.WholeWordCheckbox)
Me.Controls.Add(Me.MatchCaseCheckbox)
Me.Controls.Add(Me.FindStatus)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.HighlightAllButton)
Me.Controls.Add(Me.PreviousButton)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.NextButton)
Me.Controls.Add(Me.FindMe)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "Find"
Me.Text = "Find"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents FindMe As TextBox
Friend WithEvents NextButton As Button
Friend WithEvents PreviousButton As Button
Friend WithEvents FindStatus As Label
Friend WithEvents MatchCaseCheckbox As CheckBox
Friend WithEvents WholeWordCheckbox As CheckBox
Friend WithEvents Button1 As Button
Friend WithEvents HighlightAllButton As Button
Friend WithEvents Button2 As Button
End Class