ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/IBXUpgradeDatabaseDlg.lfm
Revision: 37
Committed: Mon Feb 15 14:44:25 2016 UTC (8 years, 2 months ago) by tony
File size: 1612 byte(s)
Log Message:
Committing updates for Release R1-4-0

File Contents

# User Rev Content
1 tony 37 object UpgradeDatabaseDlg: TUpgradeDatabaseDlg
2     Left = 528
3     Height = 132
4     Top = 302
5     Width = 324
6     ActiveControl = Panel1
7     BorderStyle = bsNone
8     Caption = 'UpdateDatabaseDlg'
9     ClientHeight = 132
10     ClientWidth = 324
11     OnShow = FormShow
12     Position = poMainFormCenter
13     LCLVersion = '1.4.4.0'
14     object Panel1: TPanel
15     Left = 0
16     Height = 132
17     Top = 0
18     Width = 324
19     Align = alClient
20     BorderStyle = bsSingle
21     ClientHeight = 130
22     ClientWidth = 322
23     TabOrder = 1
24     object Label1: TLabel
25     Left = 58
26     Height = 15
27     Top = 16
28     Width = 190
29     Caption = 'Updating Database Schema'
30     Font.Style = [fsBold]
31     ParentColor = False
32     ParentFont = False
33     end
34     object Status: TLabel
35     Left = 23
36     Height = 34
37     Top = 48
38     Width = 279
39     Alignment = taCenter
40     AutoSize = False
41     Caption = 'Status'
42     ParentColor = False
43     WordWrap = True
44     end
45     end
46     object ProgressBar1: TProgressBar
47     Left = 23
48     Height = 20
49     Top = 96
50     Width = 279
51     Smooth = True
52     TabOrder = 0
53     end
54     object Timer1: TTimer
55     Enabled = False
56     Interval = 200
57     OnTimer = HandleCompletionEvent
58     left = 270
59     top = 16
60     end
61     object IBXScript: TIBXScript
62     IgnoreGrants = True
63     Transaction = UpdateTransaction
64     OnOutputLog = IBXScriptLogProc
65     OnErrorLog = IBXScriptLogProc
66     OnProgressEvent = IBXScriptProgressEvent
67     left = 272
68     top = 48
69     end
70     object UpdateTransaction: TIBTransaction
71     Active = False
72     Params.Strings = (
73     'concurrency'
74     'wait'
75     )
76     left = 232
77     top = 48
78     end
79     end