31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
SimplePanel = False
end
object ExtendedNotebook1: TExtendedNotebook
Left = 8
Height = 662
Top = 8
Width = 827
ActivePage = tsSettings
Anchors = [akTop, akLeft, akRight, akBottom]
Style = tsFlatButtons
TabIndex = 1
TabOrder = 1
object tsEdit: TTabSheet
Caption = 'edit a groff document'
ClientHeight = 626
ClientWidth = 821
ParentFont = False
object GroupBox1: TGroupBox
|
|
|
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
SimplePanel = False
end
object ExtendedNotebook1: TExtendedNotebook
Left = 8
Height = 662
Top = 8
Width = 827
ActivePage = tsEdit
Anchors = [akTop, akLeft, akRight, akBottom]
Style = tsFlatButtons
TabIndex = 0
TabOrder = 1
object tsEdit: TTabSheet
Caption = 'edit a groff document'
ClientHeight = 626
ClientWidth = 821
ParentFont = False
object GroupBox1: TGroupBox
|