2009-06-06 13:36:57 +00:00
|
|
|
object Form1: TForm1
|
2009-06-12 20:46:34 +00:00
|
|
|
Left = 333
|
|
|
|
Height = 596
|
|
|
|
Top = 22
|
|
|
|
Width = 751
|
2009-06-06 13:36:57 +00:00
|
|
|
Align = alNone
|
|
|
|
AllowDropFiles = False
|
|
|
|
AutoScroll = True
|
|
|
|
AutoSize = False
|
|
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
|
|
BorderStyle = bsSizeable
|
|
|
|
BorderWidth = 0
|
|
|
|
Caption = 'Form1'
|
2009-06-12 20:46:34 +00:00
|
|
|
ClientHeight = 596
|
|
|
|
ClientWidth = 751
|
2009-06-06 13:36:57 +00:00
|
|
|
DefaultMonitor = dmActiveForm
|
|
|
|
DockSite = False
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
FormStyle = fsNormal
|
2009-06-12 20:46:34 +00:00
|
|
|
OnCreate = FormCreate
|
2009-06-06 13:36:57 +00:00
|
|
|
ParentBiDiMode = True
|
|
|
|
ParentFont = False
|
|
|
|
Position = poDesigned
|
|
|
|
ShowInTaskBar = stDefault
|
|
|
|
UseDockManager = False
|
|
|
|
LCLVersion = '0.9.27'
|
|
|
|
WindowState = wsNormal
|
|
|
|
object RichMemo1: TRichMemo
|
2009-06-12 20:46:34 +00:00
|
|
|
Left = 40
|
|
|
|
Height = 432
|
|
|
|
Top = 32
|
|
|
|
Width = 704
|
2009-06-06 13:36:57 +00:00
|
|
|
Align = alNone
|
|
|
|
Alignment = taLeftJustify
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderStyle = bsSingle
|
|
|
|
Color = clWindow
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
HideSelection = False
|
|
|
|
Lines.Strings = (
|
|
|
|
'RichMemo1'
|
|
|
|
)
|
|
|
|
MaxLength = 0
|
|
|
|
ParentBidiMode = True
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
ReadOnly = False
|
|
|
|
ScrollBars = ssBoth
|
|
|
|
TabOrder = 0
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
WantReturns = True
|
|
|
|
WantTabs = False
|
|
|
|
WordWrap = False
|
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 24
|
|
|
|
Height = 25
|
2009-06-12 20:46:34 +00:00
|
|
|
Top = 472
|
|
|
|
Width = 160
|
2009-06-06 13:36:57 +00:00
|
|
|
Align = alNone
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
|
|
|
Caption = 'Make Bold and Red'
|
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
|
|
|
OnClick = Button1Click
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 1
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
|
|
|
object Button2: TButton
|
2009-06-12 20:46:34 +00:00
|
|
|
Left = 192
|
2009-06-06 13:36:57 +00:00
|
|
|
Height = 25
|
2009-06-12 20:46:34 +00:00
|
|
|
Top = 472
|
|
|
|
Width = 97
|
2009-06-06 13:36:57 +00:00
|
|
|
Align = alNone
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
|
|
|
Caption = 'Get Attribs'
|
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
|
|
|
OnClick = Button2Click
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 2
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
|
|
|
object Button3: TButton
|
2009-06-12 20:46:34 +00:00
|
|
|
Left = 304
|
2009-06-06 13:36:57 +00:00
|
|
|
Height = 25
|
2009-06-12 20:46:34 +00:00
|
|
|
Top = 472
|
|
|
|
Width = 96
|
2009-06-06 13:36:57 +00:00
|
|
|
Align = alNone
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
|
|
|
Caption = 'Select Font'
|
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
|
|
|
OnClick = Button3Click
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 3
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
2009-06-10 10:32:44 +00:00
|
|
|
object Button4: TButton
|
2009-06-12 20:46:34 +00:00
|
|
|
Left = 112
|
2009-06-10 10:32:44 +00:00
|
|
|
Height = 25
|
2009-06-12 20:46:34 +00:00
|
|
|
Top = 552
|
2009-06-10 10:32:44 +00:00
|
|
|
Width = 75
|
|
|
|
Align = alNone
|
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
|
|
|
Caption = 'Export'
|
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
|
|
|
OnClick = Button4Click
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 4
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
2009-06-12 20:46:34 +00:00
|
|
|
object Button5: TButton
|
|
|
|
Left = 24
|
|
|
|
Height = 25
|
|
|
|
Top = 552
|
|
|
|
Width = 75
|
2009-06-10 10:32:44 +00:00
|
|
|
Align = alNone
|
2009-06-12 20:46:34 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
|
|
|
Caption = 'Import'
|
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
2009-06-10 10:32:44 +00:00
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
2009-06-12 20:46:34 +00:00
|
|
|
ModalResult = 0
|
|
|
|
OnClick = Button5Click
|
2009-06-10 10:32:44 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 5
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
2009-06-12 20:46:34 +00:00
|
|
|
object Button6: TButton
|
|
|
|
Left = 24
|
2009-06-10 10:32:44 +00:00
|
|
|
Height = 25
|
2009-06-12 20:46:34 +00:00
|
|
|
Top = 504
|
|
|
|
Width = 160
|
2009-06-10 10:32:44 +00:00
|
|
|
Align = alNone
|
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-12 20:46:34 +00:00
|
|
|
Caption = 'Next Style Range'
|
2009-06-10 10:32:44 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
2009-06-12 20:46:34 +00:00
|
|
|
OnClick = Button6Click
|
2009-06-10 10:32:44 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
TabOrder = 6
|
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
end
|
2009-06-06 13:36:57 +00:00
|
|
|
object FontDialog1: TFontDialog
|
|
|
|
MinFontSize = 0
|
|
|
|
MaxFontSize = 0
|
2009-06-12 20:46:34 +00:00
|
|
|
left = 696
|
|
|
|
top = 472
|
|
|
|
end
|
|
|
|
object SaveDialog1: TSaveDialog
|
|
|
|
DefaultExt = '.rtf'
|
|
|
|
Filter = 'RichText file (*.rtf)|*.rtf'
|
|
|
|
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
|
|
|
|
left = 616
|
|
|
|
top = 472
|
|
|
|
end
|
|
|
|
object OpenDialog1: TOpenDialog
|
|
|
|
DefaultExt = '.rtf'
|
|
|
|
Filter = 'RichText file (*.rtf)|*.rtf'
|
|
|
|
left = 536
|
|
|
|
top = 472
|
2009-06-06 13:36:57 +00:00
|
|
|
end
|
|
|
|
end
|