-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunitformchoosestring.lfm
99 lines (99 loc) · 2.65 KB
/
unitformchoosestring.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
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
88
89
90
91
92
93
94
95
96
97
98
99
object FormChooseString: TFormChooseString
Left = 308
Height = 312
Top = 119
Width = 350
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Choose a file'
ClientHeight = 312
ClientWidth = 350
OnShow = FormShow
Position = poDefaultPosOnly
LCLVersion = '3.3.0.0'
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 312
Top = 0
Width = 350
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 312
ClientWidth = 350
TabOrder = 0
object ButtonPanel1: TButtonPanel
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 181
Height = 26
Top = 280
Width = 163
Align = alNone
Anchors = [akRight, akBottom]
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 = 2
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Panel2: TPanel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 0
Height = 247
Top = 27
Width = 350
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
TabOrder = 1
end
object Panel3: TPanel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 15
Top = 6
Width = 338
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
ClientHeight = 15
ClientWidth = 338
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = Panel3
AnchorSideRight.Control = Panel3
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 0
Width = 338
Anchors = [akTop, akLeft, akRight]
Caption = 'Label1'
ParentColor = False
WordWrap = True
end
end
end
end