1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
inherited EduOIPagesFrame: TEduOIPagesFrame
Height = 393
Width = 456
ClientHeight = 393
ClientWidth = 456
TabOrder = 0
DesignLeft = 353
DesignTop = 355
object grpBoxOIPages: TGroupBox[0]
Left = 6
Height = 81
Top = 6
Width = 444
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpBoxOIPages'
ClientHeight = 62
ClientWidth = 440
TabOrder = 0
object ckBoxFavs: TCheckBox
AnchorSideLeft.Control = grpBoxOIPages
AnchorSideTop.Control = grpBoxOIPages
Left = 6
Height = 22
Top = 6
Width = 94
BorderSpacing.Around = 6
Caption = 'ckBoxFavs'
TabOrder = 0
end
object ckBoxRestricted: TCheckBox
AnchorSideLeft.Control = grpBoxOIPages
AnchorSideTop.Control = ckBoxFavs
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 129
BorderSpacing.Around = 6
Caption = 'ckBoxRestricted'
TabOrder = 1
end
end
end
|