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

File Contents

# Content
1 object ViewLogDlg: TViewLogDlg
2 Left = 410
3 Height = 402
4 Top = 254
5 Width = 522
6 Caption = 'Upgrade Log'
7 ClientHeight = 402
8 ClientWidth = 522
9 Position = poDesktopCenter
10 LCLVersion = '0.9.30'
11 object Label1: TLabel
12 Left = 24
13 Height = 38
14 Top = 26
15 Width = 465
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 AutoSize = False
18 Caption = 'The Database Upgrade has failed. Please refer to the message log below'#10'to determine the error.'
19 Font.Style = [fsBold]
20 ParentColor = False
21 ParentFont = False
22 end
23 object Memo1: TMemo
24 Left = 25
25 Height = 263
26 Top = 80
27 Width = 470
28 Anchors = [akTop, akLeft, akRight, akBottom]
29 Lines.Strings = (
30 'Memo1'
31 )
32 ScrollBars = ssAutoVertical
33 TabOrder = 0
34 end
35 object Button1: TButton
36 Left = 420
37 Height = 25
38 Top = 360
39 Width = 75
40 Caption = 'Close'
41 Default = True
42 ModalResult = 1
43 TabOrder = 1
44 end
45 end