ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/gui/IBXSaveDatabaseDlg.lfm
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 9 months ago) by tony
File size: 1617 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 209 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.8.3.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 = 103
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 Timer1: TTimer
58     Interval = 0
59     OnTimer = Timer1Timer
60     left = 208
61     top = 80
62     end
63     object IBBackupService1: TIBXServerSideBackupService
64     TraceFlags = []
65     OnGetNextLine = IBBackupService1GetNextLine
66     BlockingFactor = 0
67     Options = []
68     StatisticsRequested = []
69     Verbose = True
70     left = 87
71     top = 68
72     end
73     end