1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
object MainForm: TMainForm
Left = 1073
Height = 692
Top = 99
Width = 847
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 847
DefaultMonitor = dmPrimary
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
object MainStatusBar: TStatusBar
Left = 0
Height = 18
Top = 674
Width = 847
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
object MainForm: TMainForm
Left = 1073
Height = 692
Top = 99
Width = 847
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 847
DefaultMonitor = dmPrimary
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnClose = FormClose
OnCreate = FormCreate
object MainStatusBar: TStatusBar
Left = 0
Height = 18
Top = 674
Width = 847
|
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
|
Font.Height = -13
Font.Name = 'Andale Mono'
Font.Pitch = fpFixed
Font.Quality = fqCleartypeNatural
ParentColor = False
ParentFont = False
TabOrder = 3
Gutter.Width = 57
Gutter.MouseActions = <>
RightGutter.Width = 0
RightGutter.MouseActions = <>
Keystrokes = <
item
Command = ecUp
ShortCut = 38
|
|
|
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
|
Font.Height = -13
Font.Name = 'Andale Mono'
Font.Pitch = fpFixed
Font.Quality = fqCleartypeNatural
ParentColor = False
ParentFont = False
TabOrder = 3
Gutter.Width = 55
Gutter.MouseActions = <>
RightGutter.Width = 0
RightGutter.MouseActions = <>
Keystrokes = <
item
Command = ecUp
ShortCut = 38
|
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
|
object SynGutterMarks1: TSynGutterMarks
Width = 24
MouseActions = <>
MaxExtraMarksColums = 0
Options = [sgmoDeDuplicateMarksOnOverflow]
end
object SynGutterLineNumber1: TSynGutterLineNumber
Width = 17
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
|
|
|
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
object SynGutterMarks1: TSynGutterMarks
Width = 24
MouseActions = <>
MaxExtraMarksColums = 0
Options = [sgmoDeDuplicateMarksOnOverflow]
end
object SynGutterLineNumber1: TSynGutterLineNumber
Width = 15
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
|