2009-06-06 13:36:57 +00:00
|
|
|
object Form1: TForm1
|
2009-06-14 17:33:35 +00:00
|
|
|
Left = 196
|
|
|
|
Height = 457
|
|
|
|
Top = 181
|
|
|
|
Width = 634
|
|
|
|
ActiveControl = RichMemo1
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
|
|
|
AllowDropFiles = False
|
|
|
|
AutoScroll = True
|
|
|
|
AutoSize = False
|
|
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
|
|
BorderStyle = bsSizeable
|
|
|
|
BorderWidth = 0
|
2009-06-06 13:36:57 +00:00
|
|
|
Caption = 'Form1'
|
2009-06-14 17:33:35 +00:00
|
|
|
ClientHeight = 457
|
|
|
|
ClientWidth = 634
|
2009-07-01 14:27:19 +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-07-01 14:27:19 +00:00
|
|
|
ParentBiDiMode = True
|
|
|
|
ParentFont = False
|
|
|
|
Position = poDesigned
|
|
|
|
ShowInTaskBar = stDefault
|
|
|
|
UseDockManager = False
|
2009-06-06 13:36:57 +00:00
|
|
|
LCLVersion = '0.9.27'
|
2009-07-01 14:27:19 +00:00
|
|
|
WindowState = wsNormal
|
2009-06-06 13:36:57 +00:00
|
|
|
object RichMemo1: TRichMemo
|
2009-06-17 06:07:10 +00:00
|
|
|
Left = 15
|
|
|
|
Height = 358
|
2009-06-15 20:40:16 +00:00
|
|
|
Top = 16
|
2009-06-14 17:33:35 +00:00
|
|
|
Width = 619
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
|
|
|
Alignment = taLeftJustify
|
2009-06-06 13:36:57 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
BorderStyle = bsSingle
|
|
|
|
Color = clWindow
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
2009-06-14 17:33:35 +00:00
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Tahoma'
|
2009-06-06 13:36:57 +00:00
|
|
|
HideSelection = False
|
|
|
|
Lines.Strings = (
|
|
|
|
'RichMemo1'
|
|
|
|
)
|
2009-07-01 14:27:19 +00:00
|
|
|
MaxLength = 0
|
|
|
|
ParentBidiMode = True
|
|
|
|
ParentColor = False
|
2009-06-14 17:33:35 +00:00
|
|
|
ParentFont = False
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentShowHint = True
|
|
|
|
ReadOnly = False
|
2009-06-15 20:40:16 +00:00
|
|
|
ScrollBars = ssVertical
|
2009-06-06 13:36:57 +00:00
|
|
|
TabOrder = 0
|
2009-07-01 14:27:19 +00:00
|
|
|
TabStop = True
|
|
|
|
Visible = True
|
|
|
|
WantReturns = True
|
|
|
|
WantTabs = False
|
2009-06-06 13:36:57 +00:00
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 24
|
|
|
|
Height = 25
|
2009-06-14 17:33:35 +00:00
|
|
|
Top = 382
|
2009-06-12 20:46:34 +00:00
|
|
|
Width = 160
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-06 13:36:57 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-06 13:36:57 +00:00
|
|
|
Caption = 'Make Bold and Red'
|
2009-07-01 14:27:19 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
2009-06-06 13:36:57 +00:00
|
|
|
OnClick = Button1Click
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-06 13:36:57 +00:00
|
|
|
TabOrder = 1
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
2009-06-06 13:36:57 +00:00
|
|
|
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-14 17:33:35 +00:00
|
|
|
Top = 382
|
2009-06-12 20:46:34 +00:00
|
|
|
Width = 97
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-06 13:36:57 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-06 13:36:57 +00:00
|
|
|
Caption = 'Get Attribs'
|
2009-07-01 14:27:19 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
2009-06-06 13:36:57 +00:00
|
|
|
OnClick = Button2Click
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-06 13:36:57 +00:00
|
|
|
TabOrder = 2
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
2009-06-06 13:36:57 +00:00
|
|
|
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-14 17:33:35 +00:00
|
|
|
Top = 382
|
2009-06-12 20:46:34 +00:00
|
|
|
Width = 96
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-06 13:36:57 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-06 13:36:57 +00:00
|
|
|
Caption = 'Select Font'
|
2009-07-01 14:27:19 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
2009-06-06 13:36:57 +00:00
|
|
|
OnClick = Button3Click
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-06 13:36:57 +00:00
|
|
|
TabOrder = 3
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
2009-06-06 13:36:57 +00:00
|
|
|
end
|
2009-06-10 10:32:44 +00:00
|
|
|
object Button4: TButton
|
2009-06-14 17:33:35 +00:00
|
|
|
Left = 528
|
2009-06-10 10:32:44 +00:00
|
|
|
Height = 25
|
2009-06-14 17:33:35 +00:00
|
|
|
Top = 382
|
2009-06-10 10:32:44 +00:00
|
|
|
Width = 75
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-14 17:33:35 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-15 20:40:16 +00:00
|
|
|
Caption = 'Save RTF'
|
2009-07-01 14:27:19 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Default = False
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
Enabled = True
|
|
|
|
ParentBidiMode = True
|
|
|
|
ModalResult = 0
|
2009-06-10 10:32:44 +00:00
|
|
|
OnClick = Button4Click
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-10 10:32:44 +00:00
|
|
|
TabOrder = 4
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
2009-06-10 10:32:44 +00:00
|
|
|
end
|
2009-06-12 20:46:34 +00:00
|
|
|
object Button5: TButton
|
2009-06-14 17:33:35 +00:00
|
|
|
Left = 440
|
2009-06-12 20:46:34 +00:00
|
|
|
Height = 25
|
2009-06-14 17:33:35 +00:00
|
|
|
Top = 382
|
2009-06-12 20:46:34 +00:00
|
|
|
Width = 75
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-14 17:33:35 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-15 20:40:16 +00:00
|
|
|
Caption = 'Load RTF'
|
2009-07-01 14:27:19 +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 = Button5Click
|
2009-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-10 10:32:44 +00:00
|
|
|
TabOrder = 5
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
2009-06-10 10:32:44 +00:00
|
|
|
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-14 17:33:35 +00:00
|
|
|
Top = 415
|
2009-06-12 20:46:34 +00:00
|
|
|
Width = 160
|
2009-07-01 14:27:19 +00:00
|
|
|
Align = alNone
|
2009-06-14 17:33:35 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2009-07-01 14:27:19 +00:00
|
|
|
AutoSize = False
|
|
|
|
Cancel = False
|
2009-06-12 20:46:34 +00:00
|
|
|
Caption = 'Next Style Range'
|
2009-07-01 14:27:19 +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-07-01 14:27:19 +00:00
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
2009-06-10 10:32:44 +00:00
|
|
|
TabOrder = 6
|
2009-06-17 06:07:10 +00:00
|
|
|
TabStop = False
|
2009-07-01 14:27:19 +00:00
|
|
|
Visible = True
|
|
|
|
end
|
|
|
|
object Edit1: TEdit
|
|
|
|
Left = 216
|
|
|
|
Height = 16
|
|
|
|
Top = 415
|
|
|
|
Width = 320
|
|
|
|
Align = alNone
|
|
|
|
Alignment = taLeftJustify
|
|
|
|
AutoSize = True
|
|
|
|
AutoSelect = False
|
|
|
|
BorderStyle = bsSingle
|
|
|
|
Color = clWindow
|
|
|
|
CharCase = ecNormal
|
|
|
|
DragCursor = crDrag
|
|
|
|
DragKind = dkDrag
|
|
|
|
DragMode = dmManual
|
|
|
|
EchoMode = emNormal
|
|
|
|
Enabled = True
|
|
|
|
MaxLength = 0
|
|
|
|
ParentBidiMode = True
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = True
|
|
|
|
ParentShowHint = True
|
|
|
|
PasswordChar = #0
|
|
|
|
ReadOnly = False
|
|
|
|
TabStop = True
|
|
|
|
TabOrder = 7
|
|
|
|
Text = 'Edit1'
|
|
|
|
Visible = True
|
2009-06-10 10:32:44 +00:00
|
|
|
end
|
2009-06-06 13:36:57 +00:00
|
|
|
object FontDialog1: TFontDialog
|
|
|
|
MinFontSize = 0
|
|
|
|
MaxFontSize = 0
|
2009-06-14 17:33:35 +00:00
|
|
|
left = 352
|
2009-06-17 06:07:10 +00:00
|
|
|
top = 429
|
2009-06-12 20:46:34 +00:00
|
|
|
end
|
|
|
|
object SaveDialog1: TSaveDialog
|
|
|
|
DefaultExt = '.rtf'
|
|
|
|
Filter = 'RichText file (*.rtf)|*.rtf'
|
|
|
|
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
|
2009-06-14 17:33:35 +00:00
|
|
|
left = 280
|
2009-06-17 06:07:10 +00:00
|
|
|
top = 429
|
2009-06-12 20:46:34 +00:00
|
|
|
end
|
|
|
|
object OpenDialog1: TOpenDialog
|
|
|
|
DefaultExt = '.rtf'
|
|
|
|
Filter = 'RichText file (*.rtf)|*.rtf'
|
2009-06-14 17:33:35 +00:00
|
|
|
left = 208
|
2009-06-17 06:07:10 +00:00
|
|
|
top = 429
|
2009-06-06 13:36:57 +00:00
|
|
|
end
|
|
|
|
end
|