home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 May
/
PCWorld_1999-05_cd.bin
/
software
/
Vyzkuste
/
Essay11
/
Essay11.exe
/
0
/
RCDATA
/
TESSAYF
/
TESSAYF.txt
Wrap
Text File
|
1998-12-09
|
47KB
|
1,490 lines
object EssayF: TEssayF
Left = 175
Top = 126
Width = 596
Height = 382
Caption = 'Essay 11'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
WindowState = wsMaximized
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object StatusBar1: TStatusBar
Left = 0
Top = 307
Width = 588
Height = 19
Panels = <
item
Width = 200
end
item
Width = 50
end
item
Width = 50
end>
SimplePanel = False
end
object EditorPanel: TPanel
Left = 0
Top = 87
Width = 428
Height = 220
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Splitter1: TSplitter
Left = 0
Top = 130
Width = 428
Height = 1
Cursor = crVSplit
Align = alBottom
end
object EditorB: TRichEdit
Left = 0
Top = 131
Width = 428
Height = 89
Align = alBottom
HideSelection = False
PlainText = True
ScrollBars = ssBoth
TabOrder = 0
Visible = False
WantTabs = True
OnEnter = EditorBEnter
end
object EditorA: TRichEdit
Left = 0
Top = 0
Width = 428
Height = 130
Align = alClient
HideSelection = False
MaxLength = 500000
PlainText = True
ScrollBars = ssBoth
TabOrder = 1
WantTabs = True
OnDragDrop = EditorADragDrop
OnDragOver = EditorADragOver
OnEnter = EditorAEnter
OnKeyPress = EditorAKeyPress
end
end
object FilePanel: TPanel
Left = 428
Top = 87
Width = 160
Height = 220
Align = alRight
BevelOuter = bvNone
Caption = 'FilePanel'
TabOrder = 1
object Bevel1: TBevel
Left = 0
Top = 0
Width = 160
Height = 65
Align = alTop
end
object DirectoryListBox1: TDirectoryListBox
Left = 0
Top = 65
Width = 160
Height = 80
Align = alTop
Color = clBtnFace
DragMode = dmAutomatic
FileList = FileListBox1
ItemHeight = 16
TabOrder = 0
end
object FileListBox1: TFileListBox
Tag = 1
Left = 0
Top = 145
Width = 160
Height = 75
Hint = 'Double Click to Load File'#13#10'right-click menu options.'
Align = alClient
Color = clBtnFace
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
MultiSelect = True
ParentFont = False
ParentShowHint = False
PopupMenu = FilesPopup
ShowGlyphs = True
ShowHint = True
TabOrder = 1
OnDblClick = FileListBox1DblClick
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 8
Width = 145
Height = 22
Color = clBtnFace
DirList = DirectoryListBox1
TabOrder = 2
end
object FilterComboBox1: TFilterComboBox
Left = 8
Top = 32
Width = 145
Height = 24
Color = clBtnFace
FileList = FileListBox1
Filter =
'All files|*.*|HTML files|*.htm;*.html|Text files|*.txt;|Rich Tex' +
't files|*.rtf|Image files|*.jpg;*.gif;*.bmp;*.png|JPEG files|*.j' +
'pg|GIF files|*.gif|BMP files|*.bmp|Sound files|*.wav;*.mid;*.mp3' +
'|MIDI files|*.mid|WAV files|*.wav|VIDEO files|*.AVI'
TabOrder = 3
end
end
object ToolBar2: TToolBar
Left = 0
Top = 0
Width = 588
Height = 29
Caption = 'ToolBar2'
Flat = True
Images = ImageList2
TabOrder = 3
object ToolButton1: TToolButton
Left = 0
Top = 0
Width = 8
Caption = 'ToolButton1'
Style = tbsSeparator
end
object ClearEditor: TToolButton
Left = 8
Top = 0
Hint = 'Clear Editor'
Caption = 'ClearEditor'
ImageIndex = 0
ParentShowHint = False
ShowHint = True
OnClick = ClearEditorClick
end
object LoadEditor: TToolButton
Left = 31
Top = 0
Hint = 'Open File'
Caption = 'LoadEditor'
ImageIndex = 1
ParentShowHint = False
ShowHint = True
OnClick = Open1Click
end
object goSave: TToolButton
Left = 54
Top = 0
Hint = 'Save File'
Caption = 'goSave'
ImageIndex = 2
ParentShowHint = False
ShowHint = True
OnClick = Save1Click
end
object ToolButton5: TToolButton
Left = 77
Top = 0
Width = 8
Caption = 'ToolButton5'
ImageIndex = 3
Style = tbsSeparator
end
object goPrint: TToolButton
Left = 85
Top = 0
Hint = 'Print File'
Caption = 'goPrint'
ImageIndex = 3
ParentShowHint = False
ShowHint = True
OnClick = Print1Click
end
object ToolButton7: TToolButton
Left = 108
Top = 0
Width = 8
Caption = 'ToolButton7'
ImageIndex = 4
Style = tbsSeparator
end
object goUndo: TToolButton
Left = 116
Top = 0
Hint = 'Undo'
Caption = 'goUndo'
ImageIndex = 12
ParentShowHint = False
ShowHint = True
OnClick = Undo1Click
end
object ToolButton3: TToolButton
Left = 139
Top = 0
Hint = 'Cut'
Caption = 'ToolButton3'
ImageIndex = 13
ParentShowHint = False
ShowHint = True
OnClick = Cut1Click
end
object goCopy: TToolButton
Left = 162
Top = 0
Hint = 'Copy'
Caption = 'goCopy'
ImageIndex = 14
ParentShowHint = False
ShowHint = True
OnClick = Copy1Click
end
object goPaste: TToolButton
Left = 185
Top = 0
Hint = 'Paste'
Caption = 'goPaste'
ImageIndex = 15
ParentShowHint = False
ShowHint = True
OnClick = Paste1Click
end
object goFind: TToolButton
Left = 208
Top = 0
Hint = 'Find'
Caption = 'goFind'
ImageIndex = 22
ParentShowHint = False
ShowHint = True
OnClick = Find1Click
end
object goReplace: TToolButton
Left = 231
Top = 0
Hint = 'Replace'
Caption = 'goReplace'
ImageIndex = 23
ParentShowHint = False
ShowHint = True
OnClick = Replace1Click
end
object ToolButton18: TToolButton
Left = 254
Top = 0
Width = 8
Caption = 'ToolButton18'
ImageIndex = 12
Style = tbsSeparator
end
object rtfBold: TToolButton
Left = 262
Top = 0
Hint = 'Bold'
Caption = 'rtfBold'
Enabled = False
ImageIndex = 4
ParentShowHint = False
ShowHint = True
OnClick = rtfBoldClick
end
object rtfItalic: TToolButton
Left = 285
Top = 0
Hint = 'Italic'
Caption = 'rtfItalic'
Enabled = False
ImageIndex = 5
ParentShowHint = False
ShowHint = True
OnClick = rtfItalicClick
end
object rtfUnderline: TToolButton
Left = 308
Top = 0
Hint = 'Underline'
Caption = 'rtfUnderline'
Enabled = False
ImageIndex = 6
ParentShowHint = False
ShowHint = True
OnClick = FontUnderlineClick
end
object rtfFontLarger: TToolButton
Left = 331
Top = 0
Hint = 'Font Larger'
Caption = 'rtfFontLarger'
Enabled = False
ImageIndex = 7
ParentShowHint = False
ShowHint = True
OnClick = rtfFontLargerClick
OnMouseDown = rtfFontLargerMouseDown
end
object ToolButton12: TToolButton
Left = 354
Top = 0
Width = 8
Caption = 'ToolButton12'
ImageIndex = 8
Style = tbsSeparator
end
object rtfLeft: TToolButton
Left = 362
Top = 0
Hint = 'Justify Left'
Caption = 'rtfLeft'
Enabled = False
ImageIndex = 8
ParentShowHint = False
ShowHint = True
OnClick = Left1Click
end
object rtfCenter: TToolButton
Left = 385
Top = 0
Hint = 'Justify Center'
Caption = 'rtfCenter'
Enabled = False
ImageIndex = 9
ParentShowHint = False
ShowHint = True
OnClick = Center1Click
end
object rtfRight: TToolButton
Left = 408
Top = 0
Hint = 'Justify Right'
Caption = 'rtfRight'
Enabled = False
ImageIndex = 10
ParentShowHint = False
ShowHint = True
OnClick = Right1Click
end
object ToolButton16: TToolButton
Left = 431
Top = 0
Width = 8
Caption = 'ToolButton16'
ImageIndex = 11
Style = tbsSeparator
end
object rtfBullets: TToolButton
Left = 439
Top = 0
Hint = 'Bullets'
Caption = 'rtfBullets'
Enabled = False
ImageIndex = 11
ParentShowHint = False
ShowHint = True
OnClick = Bullet1Click
end
object ToolButton2: TToolButton
Left = 462
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 12
Style = tbsSeparator
end
end
object FontPanel: TToolBar
Left = 0
Top = 29
Width = 588
Height = 29
Caption = 'FontPanel'
TabOrder = 4
object ToolButton9: TToolButton
Left = 0
Top = 2
Width = 8
Caption = 'ToolButton9'
Style = tbsSeparator
end
object Fontbox: TComboBox
Left = 8
Top = 2
Width = 145
Height = 22
Hint = 'Font'
Style = csOwnerDrawFixed
ItemHeight = 16
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = FontboxClick
OnDrawItem = FontboxDrawItem
end
object ToolButton10: TToolButton
Left = 153
Top = 2
Width = 8
Caption = 'ToolButton10'
ImageIndex = 0
Style = tbsSeparator
end
object richcolor: TColorComboBox
Left = 161
Top = 2
Width = 97
Height = 22
Hint = 'Rich Text Color'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = richcolorClick
end
object ToolButton11: TToolButton
Left = 258
Top = 2
Width = 8
Caption = 'ToolButton11'
ImageIndex = 1
Style = tbsSeparator
end
object SizeBox: TComboBox
Left = 266
Top = 2
Width = 49
Height = 22
Hint = 'Font Size'
Style = csOwnerDrawFixed
ItemHeight = 16
Items.Strings = (
'6'
'8'
'9'
'10'
'11'
'12'
'14'
'16'
'18'
'20'
'24'
'28'
'32'
'36'
'40'
'48'
'56'
'64'
'72'
'96')
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = SizeBoxClick
end
object ToolButton13: TToolButton
Left = 315
Top = 2
Width = 8
Caption = 'ToolButton13'
ImageIndex = 2
Style = tbsSeparator
end
object cboTrans: TComboBox
Left = 323
Top = 2
Width = 145
Height = 22
Hint = 'Translation Box'
Style = csOwnerDrawFixed
Color = 12639424
ItemHeight = 16
ParentShowHint = False
PopupMenu = TransPop
ShowHint = True
Sorted = True
TabOrder = 3
OnClick = cboTransClick
OnDrawItem = cboTransDrawItem
end
end
object Tagspanel: TToolBar
Left = 0
Top = 58
Width = 588
Height = 29
Caption = 'Tagspanel'
TabOrder = 5
object ToolButton4: TToolButton
Left = 0
Top = 2
Width = 8
Caption = 'ToolButton4'
Style = tbsSeparator
end
object cboLib: TComboBox
Left = 8
Top = 2
Width = 145
Height = 22
Hint =
'Tags Library'#13#10'right-click menu.'#13#10'Drag-drop from files box to aut' +
'oload.'
Style = csOwnerDrawFixed
Color = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
ParentFont = False
ParentShowHint = False
PopupMenu = listmenu
ShowHint = True
Sorted = True
TabOrder = 0
OnClick = cboLibClick
OnDragDrop = cboLibDragDrop
OnDragOver = cboLibDragOver
OnDrawItem = cboLibDrawItem
end
object ToolButton6: TToolButton
Left = 153
Top = 2
Width = 8
Caption = 'ToolButton6'
ImageIndex = 0
Style = tbsSeparator
end
object cboTargets: TComboBox
Left = 161
Top = 2
Width = 255
Height = 22
Hint =
'HTML Targets'#13#10'Drag/Drop from file listbox'#13#10'Click select to inser' +
't HREF'
Style = csOwnerDrawFixed
Color = clNavy
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = cboTargetsClick
OnDragDrop = cboTargetsDragDrop
OnDragOver = cboTargetsDragOver
end
object ToolButton8: TToolButton
Left = 416
Top = 2
Width = 8
Caption = 'ToolButton8'
ImageIndex = 1
Style = tbsSeparator
end
object cboDirs: TComboBox
Left = 424
Top = 2
Width = 145
Height = 22
Hint =
'Directories Selector.'#13#10'right-click menu.'#13#10'Add directory by drag-' +
'drop'#13#10'from directory box.'
Style = csOwnerDrawFixed
Color = clGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
ParentFont = False
ParentShowHint = False
PopupMenu = dirspopup
ShowHint = True
Sorted = True
TabOrder = 2
OnClick = cboDirsClick
OnDragDrop = cboDirsDragDrop
OnDragOver = cboDirsDragOver
OnDrawItem = cboDirsDrawItem
end
end
object OpenDialog1: TOpenDialog
Filter =
'All files|*.*|HTML files|*.htm;*.html|Text files|*.txt;|Rich Tex' +
't files|*.rtf|Image files|*.jpg;*.gif;*.bmp;*.png|JPEG files|*.j' +
'pg|GIF files|*.gif|BMP files|*.bmp|Sound files|*.wav;*.mid;*.mp3' +
'|MIDI files|*.mid|WAV files|*.wav|VIDEO files|*.AVI'
Left = 108
Top = 79
end
object SaveDialog1: TSaveDialog
Left = 140
Top = 79
end
object listmenu: TPopupMenu
Left = 68
Top = 78
object Add1: TMenuItem
Caption = '&Add...'
OnClick = Add1Click
end
object Delete1: TMenuItem
Caption = '&Delete'
OnClick = Delete1Click
end
object N5: TMenuItem
Caption = '-'
end
object NewTagsFile1: TMenuItem
Caption = '&New TagsFile'
OnClick = NewTagsFile1Click
end
object tagsLoad: TMenuItem
Caption = '&Load...'
OnClick = tagsLoadClick
end
object tagsSave: TMenuItem
Caption = '&Save As...'
OnClick = tagsSaveClick
end
object N7: TMenuItem
Caption = '-'
end
object TagsMode: TMenuItem
Caption = '&Tags Mode'
Checked = True
OnClick = TagsModeClick
end
object DocsMode: TMenuItem
Caption = 'Docs Mode'
OnClick = DocsModeClick
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 172
Top = 78
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 236
Top = 94
end
object PrintDialog1: TPrintDialog
FromPage = 1
MinPage = 1
MaxPage = 9999
Options = [poPageNums]
ToPage = 1
Left = 204
Top = 119
end
object FindDialog1: TFindDialog
OnShow = FindDialog1Show
OnFind = FindDialog1Find
Left = 328
Top = 128
end
object MainMenu1: TMainMenu
Images = ImageList2
Left = 112
Top = 136
object File1: TMenuItem
Caption = '&File'
object New1: TMenuItem
Caption = '&New'
ImageIndex = 0
ShortCut = 16462
OnClick = ClearEditorClick
end
object Open1: TMenuItem
Caption = '&Open...'
ImageIndex = 1
ShortCut = 16463
OnClick = Open1Click
end
object ReOpen1: TMenuItem
Caption = '&ReOpen'
object ro1: TMenuItem
Caption = '&1'
OnClick = ro1Click
end
object ro2: TMenuItem
Caption = '&2'
OnClick = ro1Click
end
object ro3: TMenuItem
Caption = '&3'
OnClick = ro1Click
end
object ro4: TMenuItem
Caption = '&4'
OnClick = ro1Click
end
object ro5: TMenuItem
Caption = '&5'
OnClick = ro1Click
end
end
object Save1: TMenuItem
Caption = '&Save'
ImageIndex = 2
ShortCut = 16467
OnClick = Save1Click
end
object Saveas1: TMenuItem
Caption = 'Save &as...'
OnClick = Saveas1Click
end
object N1: TMenuItem
Caption = '-'
end
object Print1: TMenuItem
Caption = '&Print...'
ImageIndex = 3
ShortCut = 16464
OnClick = Print1Click
end
object PrinterSetup: TMenuItem
Caption = 'Printer Setup...'
OnClick = PrinterSetupClick
end
object N3: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object Edit2: TMenuItem
Caption = '&Edit'
object Undo1: TMenuItem
Caption = '&Undo'
ImageIndex = 12
ShortCut = 16474
OnClick = Undo1Click
end
object Cut1: TMenuItem
Caption = 'Cu&t'
ImageIndex = 13
ShortCut = 16472
OnClick = Cut1Click
end
object Copy1: TMenuItem
Caption = '&Copy'
ImageIndex = 14
ShortCut = 16451
OnClick = Copy1Click
end
object Paste1: TMenuItem
Caption = '&Paste'
ImageIndex = 15
ShortCut = 16470
OnClick = Paste1Click
end
object SelectAll1: TMenuItem
Caption = 'Select &All'
ShortCut = 16449
OnClick = SelectAll1Click
end
object DeleteLine1: TMenuItem
Caption = '&Delete Line'
ShortCut = 16460
OnClick = DeleteLine1Click
end
object N13: TMenuItem
Caption = '-'
end
object Bookmark1: TMenuItem
Caption = 'Bookmark'
ShortCut = 120
OnClick = Bookmark1Click
end
object GoBookMark1: TMenuItem
Caption = 'Go BookMark'
ShortCut = 8312
OnClick = GoBookMark1Click
end
object SelectfromBookmark1: TMenuItem
Caption = 'Select from Bookmark'
ShortCut = 121
OnClick = SelectfromBookmark1Click
end
object N12: TMenuItem
Caption = '-'
end
object HighLightHTML: TMenuItem
Caption = '&Highlight HTML'
OnClick = HighLightHTMLClick
end
object RemoveHTML1: TMenuItem
Caption = 'Remove HTML'
OnClick = RemoveHTML1Click
end
object N8: TMenuItem
Caption = '-'
end
object Find1: TMenuItem
Caption = '&Find...'
ImageIndex = 22
ShortCut = 16454
OnClick = Find1Click
end
object Replace1: TMenuItem
Caption = '&Replace...'
ImageIndex = 23
ShortCut = 16466
OnClick = Replace1Click
end
object Wrap1: TMenuItem
Caption = '&Wrap'
Checked = True
OnClick = Wrap1Click
end
end
object mnuInsert: TMenuItem
Caption = '&Insert'
object mnuDate: TMenuItem
Caption = '&Date'
OnClick = mnuDateClick
end
object mnuInsertImage: TMenuItem
Caption = '&Image'
OnClick = mnuInsertImageClick
end
object ImageShort1: TMenuItem
Caption = 'Image Short'
OnClick = ImageShort1Click
end
object mnuTopic: TMenuItem
Caption = '&Topic'
ShortCut = 16468
OnClick = mnuTopicClick
end
object Translation1: TMenuItem
Caption = 'Translation'
ShortCut = 123
OnClick = Translation1Click
end
object N10: TMenuItem
Caption = '-'
end
object Attributes1: TMenuItem
Caption = 'Attributes'
ShortCut = 16458
OnClick = Attributes1Click
end
object HTML1: TMenuItem
Caption = 'HTML'
ShortCut = 8308
OnClick = HTML1Click
end
object Paragraph1: TMenuItem
Caption = 'Paragraph'
ShortCut = 116
OnClick = Paragraph1Click
end
object Bold1: TMenuItem
Caption = 'Bold'
ShortCut = 49218
OnClick = Bold1Click
end
object Italic1: TMenuItem
Caption = 'Italic'
ShortCut = 49225
OnClick = Italic1Click
end
object Break1: TMenuItem
Caption = 'Break'
ShortCut = 117
OnClick = Break1Click
end
object Rule1: TMenuItem
Caption = 'Rule'
ShortCut = 8309
OnClick = Rule1Click
end
object Font2: TMenuItem
Caption = 'Font'
ShortCut = 49222
OnClick = Font2Click
end
object Link1: TMenuItem
Caption = 'Link'
ShortCut = 118
OnClick = Link1Click
end
object Target1: TMenuItem
Caption = 'Target'
ShortCut = 8310
OnClick = Target1Click
end
object ListItem1: TMenuItem
Caption = 'List Item'
ShortCut = 119
OnClick = ListItem1Click
end
object Bullets1: TMenuItem
Caption = 'Bullet List'
ShortCut = 8311
OnClick = Bullets1Click
end
object NumList1: TMenuItem
Caption = 'Num List'
ShortCut = 16503
OnClick = NumList1Click
end
object Meta1: TMenuItem
Caption = 'Meta'
object Keywords1: TMenuItem
Caption = 'Keywords'
OnClick = Keywords1Click
end
object Description1: TMenuItem
Caption = 'Description'
OnClick = Description1Click
end
end
object Frame1: TMenuItem
Caption = 'Frame'
object Left2: TMenuItem
Caption = '&Left'
ImageIndex = 16
OnClick = Left2Click
end
object Top1: TMenuItem
Caption = '&Top'
ImageIndex = 17
OnClick = Top1Click
end
object Bottom1: TMenuItem
Caption = '&Bottom'
ImageIndex = 18
OnClick = Bottom1Click
end
object Header1: TMenuItem
Caption = '&Header'
ImageIndex = 19
OnClick = Header1Click
end
end
object Table1: TMenuItem
Caption = 'Table'
ImageIndex = 20
OnClick = Table1Click
end
end
object View1: TMenuItem
Caption = '&View'
object mnuFiles: TMenuItem
Caption = '&Files'
Checked = True
OnClick = mnuFilesClick
end
object Style1: TMenuItem
Caption = '&Style'
Checked = True
OnClick = Style1Click
end
object Tags1: TMenuItem
Caption = '&Tags'
Checked = True
OnClick = Tags1Click
end
object N6: TMenuItem
Caption = '-'
end
object mnuViewHtml: TMenuItem
Caption = '&HTML'
ShortCut = 113
OnClick = mnuViewHtmlClick
end
object Syntax1: TMenuItem
Caption = 'Syntax'
ShortCut = 8305
OnClick = Syntax1Click
end
object N2: TMenuItem
Caption = '-'
end
object DocTop: TMenuItem
Caption = 'Top'
Checked = True
OnClick = DocTopClick
end
object DocBottom: TMenuItem
Caption = 'Bottom'
OnClick = DocBottomClick
end
object DocBoth: TMenuItem
Caption = 'Both'
OnClick = DocBothClick
end
end
object Options1: TMenuItem
Caption = '&Options'
object Plaintext: TMenuItem
Caption = '&Plain Text'
Checked = True
OnClick = PlaintextClick
end
object RichText: TMenuItem
Caption = '&Rich Text'
OnClick = RichTextClick
end
object N4: TMenuItem
Caption = '-'
end
object Font1: TMenuItem
Caption = 'Plain &Font'
OnClick = editorfontClick
end
object Background1: TMenuItem
Caption = '&Background'
OnClick = backcolorClick
end
object N9: TMenuItem
Caption = '-'
end
object Andante1: TMenuItem
Caption = '&Andante'
OnClick = Andante1Click
end
object N11: TMenuItem
Caption = '-'
end
object SiteWizard1: TMenuItem
Caption = '&Site Wizard'
OnClick = SiteWizard1Click
end
end
object rtfFont: TMenuItem
Caption = 'Fo&nt'
Enabled = False
object FontBold: TMenuItem
Caption = '&Bold'
ImageIndex = 4
ShortCut = 16450
OnClick = rtfBoldClick
end
object FontItalic: TMenuItem
Caption = '&Italic'
ImageIndex = 5
ShortCut = 16457
OnClick = rtfItalicClick
end
object FontNormal: TMenuItem
Caption = '&Normal'
ShortCut = 16462
OnClick = FontNormalClick
end
object FontStyle: TMenuItem
Caption = '&Style'
ShortCut = 16467
OnClick = FontStyleClick
end
object FontUnderline: TMenuItem
Caption = '&Underline'
ImageIndex = 6
ShortCut = 16469
OnClick = FontUnderlineClick
end
end
object Paragraph: TMenuItem
Caption = '&Paragraph'
Enabled = False
object Alignment1: TMenuItem
Caption = '&Alignment'
object Center1: TMenuItem
Caption = '&Center'
OnClick = Center1Click
end
object Left1: TMenuItem
Caption = '&Left'
OnClick = Left1Click
end
object Right1: TMenuItem
Caption = '&Right'
OnClick = Right1Click
end
end
object Numbering1: TMenuItem
Caption = '&Numbering'
object Bullet1: TMenuItem
Caption = '&Bullet'
OnClick = Bullet1Click
end
object None1: TMenuItem
Caption = '&None'
OnClick = None1Click
end
end
end
end
object ReplaceDialog1: TReplaceDialog
OnShow = ReplaceDialog1Show
OnFind = ReplaceDialog1Find
OnReplace = ReplaceDialog1Replace
Left = 304
Top = 88
end
object PrinterSetupDialog1: TPrinterSetupDialog
Left = 272
Top = 120
end
object FilesPopup: TPopupMenu
Left = 344
Top = 257
object Anchors: TMenuItem
Caption = 'Create Index'
OnClick = AnchorsClick
end
object LinkFile: TMenuItem
Caption = 'Create Short Links'
OnClick = LinkFileClick
end
object mnuLongLinks: TMenuItem
Caption = 'Create Long Links'
OnClick = mnuLongLinksClick
end
object ShortNames1: TMenuItem
Caption = 'Copy Short Names'
Checked = True
OnClick = ShortNames1Click
end
object LongNames1: TMenuItem
Caption = 'Copy Long Names'
OnClick = LongNames1Click
end
object ExtractLinks1: TMenuItem
Caption = 'Extract Links'
OnClick = ExtractLinks1Click
end
end
object OpenDialog2: TOpenDialog
Left = 32
Top = 89
end
object SaveDialog2: TSaveDialog
Left = 32
Top = 121
end
object ImageList2: TImageList
Left = 152
Top = 174
Bitmap = {
361C000018000000424D361C0000000000003604000028000000400000006000
0000010008000000000000180000000000000000000000010000000000000000
0000000080000080000000808000800000008000800080800000C0C0C000C0DC
C000F0CAA6000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000F0FBFF00A4A0A0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000FF
FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFF8
F8F8F8F8F8F8F8F8F8F8F8F8F8FF000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000000000000000000000000000000000
000000000000000000000000000000000000000000FC0000000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000000000040404040000000000000000
00000000000000000000000000000000000000FCFCFCFC0000F800F80000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000000404040404040404000000000000
0000000000F800000000F800000000000000FC0000FC0000000000000000FFF8
F8F8F8F8F8F8F8F8F8F8F8F8F8FF000000040404000000000404040000000000
00000000F800000000FF00F80000000000FC000000000000000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000040400000000000004040000000000
000000F80000F800F8FFFF00F80000000000000000000000000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000004040000000000000000040400000000
00000000FFF800F8FFF8FFFF00000000000000000000000000F800F80000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000004040000000000000000040400000000
00000000FF00F8FFF8FFFFFF00000000F80000000000F800000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000004040000000000000000040400000000
0000000000F8FFF8FFF8FFFF000000000000000000000000000000000000FFF8
F8F8F8F8F8F8F8F8F8F8F8F8F8FF000004040000000000000000040400000000
000000F80000F8FFF8FFFF00F80000000000000000000000000000000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000040400000000040004040000000000
00000000F8000000FFFF00F80000000000F8000000F80000000000FC0000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000040400000000040404040000000000
0000000000F800000000F8000000000000000000000000FC0000FC000000FFF8
FFFFFFF8FFFFFFFFF8FFFFFFF8FF000000000000000000040404000000000000
000000000000000000000000000000000000F800F800FCFCFCFC00000000FFF8
F8F8F8F8F8F8F8F8F8F8F8F8F8FF000000000000000000040404040000000000
0000000000000000000000000000000000000000000000FC00000000000000FF
FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000FB
FBFBFBFBFBFBFBFBFBFBFBFBFBFB00FBFBFBFBFBFBFBFBFBFBFBFBFBFBFB00FB
FBFBFBFBFBFBFBFBFBFBFBFBFBFB00FBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFB
FBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFB
FBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFBFBFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFC
FCFCFCFCFCFCFCFCFCFCFCFCFCFBFBFCFCFCFCFCFCFCFCFCFCFCFCFCFCFB00FB
FBFBFBFBFBFBFBFBFBFBFBFBFBFB00FBFBFBFBFBFBFBFBFBFBFBFBFBFBFB00FB
FBFBFBFBFBFBFBFBFBFBFBFBFBFB00FBFBFBFBFBFBFBFBFBFBFBFBFBFBFB0000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000404000000000000000000000000
0000000000000000000000000000000000000000040404040404040404040000
0000000000000000000000000000000000040000040000040400000000000000
000000000404040404040404040000000000000004FFFFFFFFFFFFFFFF040000
0000000000000000000000000000000000040000040004000004000000000000
0000000004FFFFFFFFFFFFFF040000F803F803F804FF040404040404FF040000
0000000000000000000000000000000000040000040004000004000000000000
0000000004FF0000000000FF04000003F803F80304FFFFFFFFFFFFFFFF040000
000000000000000000F804000000000000000404040004000004000000000000
0000000004FFFFFFFFFFFFFF040000F803F803F804FF040404FF040404040000
0404040404000000000004F800000000000000000400040404000000000000FF
FFFFFFFF04FF0000000000FF04000003F803F80304FFFFFFFFFF04FF04000000
04040404000000000000000400000000000000000400040000000000000000FF
0000000004FFFFFFFFFFFFFF040000F803F803F804FFFFFFFFFF040400000000
04040400000000000000000400000000000000000000000000000000000000FF
FFFFFFFF04FF0000FF04040404000003F803F803040404040404040000000000
04040004000000000000000400000000000000000000000000000000000000FF
0000000004FFFFFFFF04FF04000000F803F803F803F803F803F8030000000000
0400000004040000000004F800000000000000000000000000000000000000FF
FFFFFFFF04FFFFFFFF04040000000003F80000000000000000F8F80000000000
00000000000004040404F80000000000000000000000000000000000000000FF
0000FF000404040404040000000000F8F80000000000000000F8030000000000
00000000000000000000000000000000000000000000000000000000000000FF
FFFFFF00FF0000000000000000000003F80300FB0000FB00F803F80000000000
00000000000000000000000000000000000000000000000000000000000000FF
FFFFFF0000000000000000000000000000000000FBFB00000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000040404000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000F800000000F8000000000000000000000000
000000000000000000000000000000000000000000F800000000000000000000
00000000F800F8000000000000000000000000000000F80000000000F8000000
00000000000000000000000000000000000000F8000000000000000000000000
000000000000000000000000000000000000F800000000000000000000000000
00000000000000000000000000000000000000000000F8000000000000000000
000000000000000000000000000000F80000F800000000000000000000000000
0000000000000000000000000000000000000000F80000000000000000000000
0000000000000000000000000000000000000000000000F8000000F800000000
0000000000000000000000000000000000000000000000F80000000000000000
0000000000000000000000000000000000F80000000000000000000000000000
000000000000000000000000000000000000000000F800000000000000000000
000000000000000000000000000000000000F9F900F900000000000000000000
000000000000000000000000000000000000000000000000F800000000000000
0000000000000000000000000000000000000000F9F9F9000000F80000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000F9F9F9F90000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0303000000000000000000030000000000000000000000000000000000000000
00FFFFFFFFFFFFFFFFFF00000000000003030303030303030300000000000000
0303000000000000000000030000000000000000000000000000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FB00030303030303030303000000000000
030300000000000000000003000000000000000000FBFBFB0000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FFFB000303030303030303030000000000
030300000000000000000003000000000000000000F8F8F80000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FBFFFB0003030303030303030300000000
0303030303030303030303030000000000000000000000000000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FFFBFFFB00000000000000000000000000
0303000000000000000003030000000000000000000000000000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FBFFFBFFFBFFFBFFFB0000000000000000
0300000000000000000000030000000000000000000000000000000000000000
00FFFFFFFFFFFFFFFFFF0000000000FFFBFFFBFFFBFFFBFF0000000000000000
0300000000000000000000030000000000FFFFFFFFFFFFFFFF00000000000000
00FFFFFFFFFFFFFFFFFF0000000000FBFFFB0000000000000000000000000000
030000000000000000000003000000000000FF0000000000FF00000000000000
00FFFFFFFFFFFF00000000000000000000000000000000000000000000000000
030000000000000000000003000000000000FFFFFFFFFFFFFFFF000000000000
00FFFFFFFFFFFF00FF0000000000000000000000000000000000000000000000
03000000000000000000000000000000000000FF0000000000FF000000000000
00FFFFFFFFFFFF00000000000000000000000000000000000000000000000000
03000000000000000000000000000000000000FFFFFFFFFFFFFFFF0000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000424D
3E030000000000003E0000002800000040000000600000000100010000000000
000300000000000000000000020000000000000000000000FFFFFF008000FFFF
9FFFFFFF0000FFFFCFFFFFFF0000FFFFE7FFFEC30000FC3FF3FFF8490000F00F
F807F6DD0000E3C7F8E3EFC10000E7E7F941FFDD0000CFF3F881DF490000CFF3
F901CE430000CFF3FA01E0FF0000CFF3F901EEFF0000E7A7FCC3E4FB0000E787
FE07F5B70000FF8FFFFFF10F0000FF87FFFFFFBF8000FFFFFFFFFFFF80008000
8000800000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000008000800080008000FFFFFFFF
FFFFFFFFFFFFF3FFFFFFFC00FFFFED9FFC018000FFFFED6FFC010000FFFFED6F
FC010000FFE7F16F00010000C1F3FD1F00010001C3FBFC7F00010003C7FBFEFF
00010003CBFBFC7F00030003DCF3FD7F00070003FF07F93F000F0FC3FFFFFBBF
00FF0003FFFFFBBF01FF8007FFFFFBBF03FFF87FFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1FFF003FC00FF0031803FFFFFFFF
FFFF1FFF000300030003FFFFFFFFFFFFFFFFFFFF003FC00FF0031FFFFFFFFFFF
FFFF18030003000300031FFFFFFFFFFFFFFFFFFF003FC00FF003FFFFFFFFFFFF
FFFF1FFF0003000300031803FFFFFFFFFFFF1FFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE00F2030FFFFFFFFFFFF7379E01FE07F
F83F0379F18FF8FFF11FA701F18FF8FFF39FA7B3F18FFC7FF39F87B3F01FFC7F
F39FCF93F18FFE3FF39FCFC7F18FFE3FF39FF2C7F18FFF1FF39FFC67E01FFE0F
E10FFC2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFC001C007C007001F8031BFEBC007000F80310005C0070007
80317E31C007000380017E35C007000180010006C007000080017FEAC007001F
8FF18014C007001F8FF1C00AC007001F8FF1E001C0078FF18FF1E007C00FFFF9
8FF1F007C01FFF758FF5F003C03FFF8F8001F803FFFFFFFFFFFFFFFF}
end
object dirspopup: TPopupMenu
Left = 248
Top = 122
object Delete2: TMenuItem
Caption = '&Delete'
OnClick = Delete2Click
end
end
object TransPop: TPopupMenu
Left = 368
Top = 119
object Reload1: TMenuItem
Caption = 'Reload'
OnClick = Reload1Click
end
object Edit1: TMenuItem
Caption = 'Edit'
OnClick = Edit1Click
end
end
end