forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDBLoad.dfm
56 lines (56 loc) · 1.1 KB
/
DBLoad.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
51
52
53
54
55
56
object DBLoadDlg: TDBLoadDlg
Left = 688
Height = 124
Top = 179
Width = 441
BorderStyle = bsDialog
ClientHeight = 124
ClientWidth = 441
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
FormStyle = fsStayOnTop
Position = poScreenCenter
LCLVersion = '1.6.0.4'
object Message: TLabel
Left = 16
Height = 13
Top = 24
Width = 51
Caption = 'Message'
ParentColor = False
end
object PathLabel: TLabel
Left = 16
Height = 13
Top = 40
Width = 417
AutoSize = False
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object CancelBtn: TButton
Left = 356
Height = 25
Top = 89
Width = 75
Cancel = True
Caption = '&Cancel'
ModalResult = 2
OnClick = CancelBtnClick
TabOrder = 0
end
object ProgressBar: TProgressBar
Left = 16
Height = 16
Top = 59
Width = 417
Step = 1
TabOrder = 1
end
end