home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmFind
- BorderStyle = 4 'Fixed ToolWindow
- Caption = "Find in text"
- ClientHeight = 780
- ClientLeft = 45
- ClientTop = 285
- ClientWidth = 3540
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 780
- ScaleWidth = 3540
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton cmdFind
- Caption = "Find"
- Height = 255
- Left = 2520
- TabIndex = 2
- Top = 480
- Width = 975
- End
- Begin VB.TextBox txtFind
- Appearance = 0 'Flat
- BeginProperty Font
- Name = "Small Fonts"
- Size = 6.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 840
- TabIndex = 1
- Top = 80
- Width = 2655
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Search:"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 195
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 675
- End
- Attribute VB_Name = "frmFind"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdFind_Click()
- EditMenu frmMain.txtCode, "FIND"
- End Sub
-