-
Notifications
You must be signed in to change notification settings - Fork 2
/
unVyberHandsets.frm
73 lines (73 loc) · 1.93 KB
/
unVyberHandsets.frm
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
object frmVyberHandsets: TfrmVyberHandsets
Left = 817
Height = 300
Top = 148
Width = 250
HorzScrollBar.Page = 167
VertScrollBar.Page = 141
Anchors = []
AutoScroll = True
AutoSize = True
Caption = 'Choose Handset'
ChildSizing.EnlargeHorizontal = crsHomogenousSpaceResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ClientHeight = 300
ClientWidth = 250
Constraints.MinHeight = 300
Constraints.MinWidth = 250
OnShow = FormShow
LCLVersion = '1.5'
object RadioGroup1: TRadioGroup
Left = 64
Height = 173
Top = 55
Width = 100
Anchors = [akTop, akBottom]
AutoFill = True
AutoSize = True
Caption = 'Handsets'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
Constraints.MinHeight = 100
Constraints.MinWidth = 100
TabOrder = 0
end
object OK: TButton
AnchorSideTop.Control = RadioGroup1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 44
Height = 46
Top = 238
Width = 82
Anchors = [akTop, akBottom]
BorderSpacing.Top = 10
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object Cancel: TButton
AnchorSideLeft.Control = OK
AnchorSideTop.Control = RadioGroup1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 133
Height = 46
Top = 238
Width = 78
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 89
BorderSpacing.Top = 10
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end