1 |
tony |
37 |
object SaveDatabaseDlg: TSaveDatabaseDlg |
2 |
|
|
Left = 699 |
3 |
|
|
Height = 117 |
4 |
|
|
Top = 448 |
5 |
|
|
Width = 244 |
6 |
|
|
BorderStyle = bsNone |
7 |
|
|
Caption = 'SaveDatabase' |
8 |
|
|
ClientHeight = 117 |
9 |
|
|
ClientWidth = 244 |
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 = 117 |
20 |
|
|
Top = 0 |
21 |
|
|
Width = 244 |
22 |
|
|
Align = alClient |
23 |
|
|
BevelInner = bvLowered |
24 |
|
|
ClientHeight = 117 |
25 |
|
|
ClientWidth = 244 |
26 |
|
|
TabOrder = 0 |
27 |
|
|
object Status: TLabel |
28 |
|
|
Left = 30 |
29 |
|
|
Height = 13 |
30 |
|
|
Top = 63 |
31 |
|
|
Width = 193 |
32 |
|
|
AutoSize = False |
33 |
|
|
Caption = 'Status' |
34 |
|
|
ParentColor = False |
35 |
|
|
end |
36 |
|
|
object Label1: TLabel |
37 |
|
|
Left = 65 |
38 |
|
|
Height = 13 |
39 |
|
|
Top = 38 |
40 |
|
|
Width = 95 |
41 |
|
|
Caption = 'Saving Database' |
42 |
|
|
Font.Color = clWindowText |
43 |
|
|
Font.Height = -11 |
44 |
|
|
Font.Name = 'Tahoma' |
45 |
|
|
Font.Style = [fsBold] |
46 |
|
|
ParentColor = False |
47 |
|
|
ParentFont = False |
48 |
|
|
end |
49 |
|
|
end |
50 |
|
|
object SaveDialog1: TSaveDialog |
51 |
|
|
DefaultExt = '.gbk' |
52 |
|
|
Filter = 'Database Backup Files (*.gbk)|*.gbk|All Files (*.*)|*.*' |
53 |
|
|
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] |
54 |
|
|
left = 168 |
55 |
|
|
top = 80 |
56 |
|
|
end |
57 |
|
|
object IBBackupService1: TIBBackupService |
58 |
|
|
Params.Strings = ( |
59 |
|
|
'' |
60 |
|
|
) |
61 |
|
|
LoginPrompt = False |
62 |
|
|
TraceFlags = [] |
63 |
|
|
Verbose = True |
64 |
|
|
BlockingFactor = 0 |
65 |
|
|
Options = [] |
66 |
|
|
left = 120 |
67 |
|
|
top = 80 |
68 |
|
|
end |
69 |
|
|
object Timer1: TTimer |
70 |
|
|
Interval = 0 |
71 |
|
|
OnTimer = Timer1Timer |
72 |
|
|
left = 208 |
73 |
|
|
top = 80 |
74 |
|
|
end |
75 |
|
|
end |