ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.lfm
Revision: 272
Committed: Mon Feb 4 13:34:37 2019 UTC (5 years, 2 months ago) by tony
File size: 1333 byte(s)
Log Message:
Fixes merged

File Contents

# Content
1 object IBXCreateDatabaseFromSQLDlg: TIBXCreateDatabaseFromSQLDlg
2 Left = 1460
3 Height = 111
4 Top = 374
5 Width = 255
6 BorderStyle = bsNone
7 Caption = 'IBXCreateDatabaseFromSQLDlg'
8 ClientHeight = 111
9 ClientWidth = 255
10 OnShow = FormShow
11 Position = poMainFormCenter
12 LCLVersion = '2.0.0.3'
13 object Bevel1: TBevel
14 Left = 0
15 Height = 111
16 Top = 0
17 Width = 255
18 Align = alClient
19 end
20 object Label1: TLabel
21 Left = 55
22 Height = 13
23 Top = 24
24 Width = 143
25 Caption = 'Creating New Database'
26 Font.Color = clWindowText
27 Font.Height = -11
28 Font.Name = 'Tahoma'
29 Font.Style = [fsBold]
30 ParentColor = False
31 ParentFont = False
32 end
33 object ProgressBar: TProgressBar
34 Left = 21
35 Height = 20
36 Top = 56
37 Width = 211
38 Smooth = True
39 Step = 1
40 TabOrder = 0
41 end
42 object IBXScript: TIBXScript
43 AutoDDL = False
44 Echo = False
45 IgnoreGrants = False
46 IgnoreCreateDatabase = False
47 ShowAffectedRows = False
48 ShowPerformanceStats = False
49 OnProgressEvent = IBXScriptProgressEvent
50 OnCreateDatabase = IBXScriptCreateDatabase
51 left = 211
52 top = 11
53 end
54 object IBTransaction1: TIBTransaction
55 Active = False
56 Params.Strings = (
57 'read_committed'
58 'rec_version'
59 'nowait'
60 )
61 left = 208
62 top = 80
63 end
64 end