home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4609
/
tx4vb
/
field3.fr_
/
field3.fr
Wrap
Text File
|
1994-03-24
|
2KB
|
80 lines
VERSION 2.00
Begin Form Form1
Caption = "Form1"
ClientHeight = 4095
ClientLeft = 1080
ClientTop = 1785
ClientWidth = 6450
Height = 4785
Left = 1020
LinkTopic = "Form1"
ScaleHeight = 4095
ScaleWidth = 6450
Top = 1155
Width = 6570
Begin TextControl TextControl1
Align = 1 'Align Top
BackStyle = 1 'Opaque
BorderStyle = 1 'Fixed Single
ButtonBar = "None"
ClipChildren = -1 'True
ClipSiblings = -1 'True
ControlChars = 0 'False
FontName = "Arial"
FontSize = 12
FormatSelection = 0 'False
Height = 4095
HideSelection = -1 'True
ImageAttrDlg = -1 'True
InsertionMode = -1 'True
Left = 0
PageHeight = 10000
PageMarginB = 1440
PageMarginL = 1440
PageMarginR = 1440
PageMarginT = 1440
PageWidth = 10000
ReadOnly = 0 'False
Ruler = "None"
ScrollBars = 0 'None
SizeMode = 0 'Fixed
StatusBar = "None"
TabIndex = 0
TabKey = -1 'True
Top = 0
Width = 6450
ZoomFactor = 0 '100%
End
Begin Menu mnuBookmark
Caption = "&Bookmark"
Begin Menu mnuBookmark_Insert
Caption = "&Insert..."
End
Begin Menu mnuBookmark_Goto
Caption = "&Go To..."
End
End
End
Option Explicit
Sub Form_Resize ()
TextControl1.Height = ScaleHeight
End Sub
Sub mnuBookmark_Goto_Click ()
frmGotoDlg.Show 1
End Sub
Sub mnuBookmark_Insert_Click ()
frmInsertDlg.Show 1
End Sub
Sub mnuInsertField_Click ()
TextControl1.FieldInsert = ""
End Sub
Sub TextControl1_FieldDeleted (FieldIndex As Integer)
DeleteString (FieldIndex)
End Sub