-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdlgOptionsEditor.dfm
87 lines (87 loc) · 1.85 KB
/
dlgOptionsEditor.dfm
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
inherited OptionsInspector: TOptionsInspector
Left = 437
Top = 134
Caption = 'Options Inspector'
ClientHeight = 349
ClientWidth = 508
OnDestroy = FormDestroy
ExplicitWidth = 514
ExplicitHeight = 377
PixelsPerInch = 96
TextHeight = 13
object Panel1: TSpTBXPanel
Left = 0
Top = 0
Width = 508
Height = 312
Color = clBtnFace
Align = alClient
UseDockManager = True
TabOrder = 0
TBXStyleBackground = True
object Inspector: TJvInspector
Left = 2
Top = 2
Width = 504
Height = 308
Style = isDotNet
Align = alClient
BevelKind = bkFlat
BevelInner = bvRaised
BevelOuter = bvRaised
RelativeDivider = True
Divider = 52
ItemHeight = 16
TabStop = True
TabOrder = 0
end
end
object Panel2: TSpTBXPanel
Left = 0
Top = 312
Width = 508
Height = 37
Color = clBtnFace
Align = alBottom
Anchors = [akLeft, akBottom]
UseDockManager = True
TabOrder = 1
TBXStyleBackground = True
DesignSize = (
508
37)
object OKButton: TSpTBXButton
Left = 217
Top = 6
Width = 75
Height = 25
Caption = '&OK'
Anchors = [akRight, akBottom]
TabOrder = 0
OnClick = OKButtonClick
Default = True
ModalResult = 1
end
object BitBtn2: TSpTBXButton
Left = 313
Top = 6
Width = 75
Height = 25
Caption = '&Cancel'
Anchors = [akRight, akBottom]
TabOrder = 1
Cancel = True
ModalResult = 2
end
object HelpButton: TSpTBXButton
Left = 409
Top = 6
Width = 75
Height = 25
Caption = '&Help'
Anchors = [akRight, akBottom]
TabOrder = 2
OnClick = HelpButtonClick
end
end
end