-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathufilenametemplatehelpform.lfm
45 lines (45 loc) · 1.1 KB
/
ufilenametemplatehelpform.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
object FileNameTemplateHelpForm: TFileNameTemplateHelpForm
Left = 270
Height = 240
Top = 140
Width = 450
AutoSize = True
BorderStyle = bsDialog
ChildSizing.LeftRightSpacing = 15
ChildSizing.TopBottomSpacing = 15
ChildSizing.VerticalSpacing = 15
ClientHeight = 240
ClientWidth = 450
Constraints.MaxWidth = 450
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '2.2.4.0'
object TextLabel: TLabel
Left = 15
Height = 161
Top = 15
Width = 420
Align = alClient
Caption = 'Text...'
ParentColor = False
WordWrap = True
end
object ButtonPanel: TButtonPanel
Left = 15
Height = 34
Top = 191
Width = 420
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
DefaultButton = pbClose
ShowButtons = [pbClose]
ShowGlyphs = []
end
end