-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWait.dfm
39 lines (39 loc) · 784 Bytes
/
Wait.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
object frmWait: TfrmWait
Left = 424
Top = 313
BorderIcons = []
BorderStyle = bsNone
Caption = 'Please Wait...'
ClientHeight = 32
ClientWidth = 263
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 263
Height = 32
Align = alClient
Alignment = taLeftJustify
Caption = ' Please Wait...'
TabOrder = 0
object ProgressBar1: TProgressBar
Left = 79
Top = 13
Width = 169
Height = 9
Min = 0
Max = 100
TabOrder = 0
end
end
end