1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
object MainForm: TMainForm
Left = 1073
Height = 692
Top = 99
Width = 847
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 847
DefaultMonitor = dmPrimary
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '3.0.0.3'
object MainStatusBar: TStatusBar
Left = 0
Height = 18
Top = 674
Width = 847
Panels = <
item
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
object MainForm: TMainForm
Left = 1073
Height = 692
Top = 99
Width = 847
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 847
DefaultMonitor = dmPrimary
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '3.1.0.0'
object MainStatusBar: TStatusBar
Left = 0
Height = 18
Top = 674
Width = 847
Panels = <
item
|
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
|
Left = 10
Height = 518
Top = 0
Width = 801
Anchors = [akTop, akLeft, akRight, akBottom]
Font.CharSet = 4
Font.Height = -13
Font.Pitch = fpFixed
Font.Quality = fqCleartypeNatural
ParentColor = False
ParentFont = False
TabOrder = 3
Gutter.Width = 67
Gutter.MouseActions = <>
RightGutter.Width = 0
RightGutter.MouseActions = <>
Keystrokes = <
item
Command = ecUp
ShortCut = 38
|
>
|
|
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
|
Left = 10
Height = 518
Top = 0
Width = 801
Anchors = [akTop, akLeft, akRight, akBottom]
Font.CharSet = 4
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
|
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
|
OnChange = SynEdit1Change
inline SynLeftGutterPartList1: TSynGutterPartList
object SynGutterMarks1: TSynGutterMarks
Width = 24
MouseActions = <>
end
object SynGutterLineNumber1: TSynGutterLineNumber
Width = 27
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
|
|
|
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
|
OnChange = SynEdit1Change
inline SynLeftGutterPartList1: TSynGutterPartList
object SynGutterMarks1: TSynGutterMarks
Width = 24
MouseActions = <>
end
object SynGutterLineNumber1: TSynGutterLineNumber
Width = 17
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
DigitCount = 2
ShowOnlyLineNumbersMultiplesOf = 1
ZeroStart = False
LeadingZeros = False
|