1 |
tony |
37 |
object CreateDatabaseDlg: TCreateDatabaseDlg |
2 |
|
|
Left = 623 |
3 |
|
|
Height = 118 |
4 |
|
|
Top = 405 |
5 |
|
|
Width = 266 |
6 |
|
|
BorderStyle = bsNone |
7 |
|
|
Caption = 'NewDatabase' |
8 |
|
|
ClientHeight = 118 |
9 |
|
|
ClientWidth = 266 |
10 |
|
|
Color = clBtnFace |
11 |
|
|
Font.Color = clWindowText |
12 |
|
|
Font.Height = -11 |
13 |
|
|
Font.Name = 'Tahoma' |
14 |
|
|
OnShow = FormShow |
15 |
|
|
Position = poMainFormCenter |
16 |
|
|
LCLVersion = '1.4.4.0' |
17 |
|
|
object Panel1: TPanel |
18 |
|
|
Left = 0 |
19 |
|
|
Height = 118 |
20 |
|
|
Top = 0 |
21 |
|
|
Width = 266 |
22 |
|
|
Align = alClient |
23 |
|
|
BevelInner = bvLowered |
24 |
|
|
ClientHeight = 118 |
25 |
|
|
ClientWidth = 266 |
26 |
|
|
TabOrder = 0 |
27 |
|
|
object Status: TLabel |
28 |
|
|
Left = 37 |
29 |
|
|
Height = 13 |
30 |
|
|
Top = 72 |
31 |
|
|
Width = 193 |
32 |
|
|
Alignment = taCenter |
33 |
|
|
AutoSize = False |
34 |
|
|
Caption = 'Status' |
35 |
|
|
ParentColor = False |
36 |
|
|
end |
37 |
|
|
object Label1: TLabel |
38 |
|
|
Left = 57 |
39 |
|
|
Height = 13 |
40 |
|
|
Top = 32 |
41 |
|
|
Width = 131 |
42 |
|
|
Caption = 'Creating New Database' |
43 |
|
|
Font.Color = clWindowText |
44 |
|
|
Font.Height = -11 |
45 |
|
|
Font.Name = 'Tahoma' |
46 |
|
|
Font.Style = [fsBold] |
47 |
|
|
ParentColor = False |
48 |
|
|
ParentFont = False |
49 |
|
|
end |
50 |
|
|
end |
51 |
|
|
object IBRestoreService1: TIBRestoreService |
52 |
|
|
Params.Strings = ( |
53 |
|
|
'' |
54 |
|
|
) |
55 |
|
|
LoginPrompt = False |
56 |
|
|
TraceFlags = [] |
57 |
|
|
Verbose = True |
58 |
|
|
PageSize = 0 |
59 |
|
|
PageBuffers = 0 |
60 |
|
|
left = 64 |
61 |
|
|
top = 8 |
62 |
|
|
end |
63 |
|
|
object OpenDialog1: TOpenDialog |
64 |
|
|
DefaultExt = '.fdb' |
65 |
|
|
Filter = 'Database Backups (*.gbk)|*.gbk|All Files (*.*)|*.*' |
66 |
|
|
Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] |
67 |
|
|
left = 24 |
68 |
|
|
top = 8 |
69 |
|
|
end |
70 |
|
|
object Timer1: TTimer |
71 |
|
|
Interval = 0 |
72 |
|
|
OnTimer = Timer1Timer |
73 |
|
|
left = 210 |
74 |
|
|
top = 10 |
75 |
|
|
end |
76 |
|
|
end |