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 = 23
Top = 669
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 = '3.99.0.0'
OnClose = FormClose
OnCreate = FormCreate
object MainStatusBar: TStatusBar
Left = 0
Height = 23
Top = 669
Width = 847
|