-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathuhotkeysform.lfm
47 lines (47 loc) · 1.2 KB
/
uhotkeysform.lfm
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
object HotKeysForm: THotKeysForm
Left = 315
Height = 130
Top = 250
Width = 491
AutoSize = True
BorderStyle = bsDialog
Caption = 'HotKeysForm'
ChildSizing.LeftRightSpacing = 15
ChildSizing.TopBottomSpacing = 15
ChildSizing.VerticalSpacing = 15
ClientHeight = 130
ClientWidth = 491
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poOwnerFormCenter
LCLVersion = '2.2.4.0'
object ButtonPanel: TButtonPanel
Left = 15
Height = 34
Top = 81
Width = 461
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object Panel: TPanel
Left = 15
Height = 51
Top = 15
Width = 461
Align = alClient
BevelOuter = bvNone
ChildSizing.HorizontalSpacing = 15
ChildSizing.VerticalSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
TabOrder = 1
end
end