home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
komunik
/
webedit
/
data.z
/
WebEdit.exe
/
0
/
RCDATA
/
TFRMEASYLINK
/
TFRMEASYLINK.txt
Wrap
Text File
|
1996-10-14
|
3KB
|
127 lines
object frmEasyLink: TfrmEasyLink
Left = 446
Top = 275
HelpContext = 97
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Easy Links'
ClientHeight = 240
ClientWidth = 318
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
ShowHint = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object flbFiles: TFileListBox
Left = 2
Top = 2
Width = 145
Height = 236
Hint =
'Select the link text in your document, then double-click a filen' +
'ame or click on a filename and drag it to the document to create' +
' a basic hypertext link'
DragMode = dmAutomatic
FileType = [ftReadOnly, ftNormal]
ItemHeight = 13
Mask = '*.htm;*.ht3'
TabOrder = 0
OnDblClick = flbFilesDblClick
end
object dlbDirectory: TDirectoryListBox
Left = 148
Top = 2
Width = 169
Height = 109
ItemHeight = 16
TabOrder = 1
OnChange = dlbDirectoryChange
end
object rbtnAll: TRadioButton
Left = 168
Top = 140
Width = 113
Height = 17
Caption = '&All Files'
TabOrder = 2
OnClick = rbtnAllClick
end
object rbtnSelect: TRadioButton
Left = 168
Top = 160
Width = 113
Height = 17
Caption = '&Selected Files'
Checked = True
TabOrder = 3
TabStop = True
OnClick = rbtnSelectClick
end
object pnlFileTypes: TPanel
Left = 152
Top = 181
Width = 161
Height = 58
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 4
object chkHTML: TCheckBox
Left = 9
Top = 8
Width = 60
Height = 17
Caption = '&HTML'
Enabled = False
State = cbChecked
TabOrder = 0
OnClick = rbtnSelectClick
end
object chkText: TCheckBox
Left = 9
Top = 34
Width = 60
Height = 17
Caption = 'Te&xt'
Enabled = False
TabOrder = 1
OnClick = rbtnSelectClick
end
object chkImage: TCheckBox
Left = 81
Top = 8
Width = 60
Height = 17
Caption = '&Images'
Enabled = False
TabOrder = 2
OnClick = rbtnSelectClick
end
object chkSound: TCheckBox
Left = 81
Top = 34
Width = 60
Height = 17
Caption = '&Sounds'
Enabled = False
TabOrder = 3
OnClick = rbtnSelectClick
end
end
object dcmbDrive: TDriveComboBox
Left = 148
Top = 112
Width = 169
Height = 19
TabOrder = 5
OnChange = dcmbDriveChange
end
end