-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathMasterUpdate.dfm
48 lines (48 loc) · 1.05 KB
/
MasterUpdate.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
object fmMasterUpdate: TfmMasterUpdate
Left = 489
Top = 332
BorderStyle = bsNone
Caption = 'Master Server Update'
ClientHeight = 103
ClientWidth = 300
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object lblPleaseWait: TLabel
Left = 0
Top = 24
Width = 300
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Please Wait'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object lblUpdating: TLabel
Left = 0
Top = 56
Width = 300
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Retrieving list from master server...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
end