1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
object MainForm: TMainForm
Left = 2381
Height = 692
Top = 99
Width = 981
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 981
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object MainStatusBar: TStatusBar
Left = 0
Height = 23
Top = 669
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
object MainForm: TMainForm
Left = 2381
Height = 692
Top = 99
Width = 981
Caption = 'groffstudio'
ClientHeight = 692
ClientWidth = 981
DefaultMonitor = dmPrimary
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object MainStatusBar: TStatusBar
Left = 0
Height = 23
Top = 669
|