-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
SaveForm.dfm
50 lines (50 loc) · 1022 Bytes
/
SaveForm.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
object fSaveForm: TfSaveForm
Left = 998
Top = 122
BorderStyle = bsNone
Caption = 'fSaveForm'
ClientHeight = 57
ClientWidth = 257
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object bvlOuterFrame: TBevel
Left = 0
Top = 0
Width = 257
Height = 57
Style = bsRaised
end
object bvlInnerFrame: TBevel
Left = 8
Top = 8
Width = 241
Height = 41
end
object lblText: TLabel
Left = 16
Top = 16
Width = 225
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Saving the list, please wait...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
Layout = tlCenter
end
end