ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/gui/IBXCreateDatabaseDlg.lfm
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 1628 byte(s)
Log Message:
propset for eol-style

File Contents

# Content
1 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.8.3.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 = 143
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 OpenDialog1: TOpenDialog
52 DefaultExt = '.fdb'
53 Filter = 'Database Backups (*.gbk)|*.gbk|All Files (*.*)|*.*'
54 Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
55 left = 24
56 top = 8
57 end
58 object Timer1: TTimer
59 Interval = 0
60 OnTimer = Timer1Timer
61 left = 210
62 top = 10
63 end
64 object IBRestoreService1: TIBXServerSideRestoreService
65 TraceFlags = []
66 OnGetNextLine = IBRestoreService1GetNextLine
67 PageSize = 0
68 PageBuffers = 0
69 StatisticsRequested = []
70 Verbose = True
71 left = 176
72 top = 64
73 end
74 end

Properties

Name Value
svn:eol-style native