ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/gui/IBXViewLogDig.lfm
Revision: 345
Committed: Mon Aug 23 14:22:29 2021 UTC (2 years, 7 months ago) by tony
File size: 965 byte(s)
Log Message:
Merged into public release

File Contents

# Content
1 object ViewLogDlg: TViewLogDlg
2 Left = 836
3 Height = 402
4 Top = 317
5 Width = 522
6 Caption = 'Upgrade Log'
7 ClientHeight = 402
8 ClientWidth = 522
9 Position = poDesktopCenter
10 LCLVersion = '2.2.0.2'
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 ParentFont = False
21 end
22 object Memo1: TMemo
23 Left = 25
24 Height = 263
25 Top = 80
26 Width = 470
27 Anchors = [akTop, akLeft, akRight, akBottom]
28 Lines.Strings = (
29 'Memo1'
30 )
31 ScrollBars = ssAutoVertical
32 TabOrder = 0
33 end
34 object Button1: TButton
35 Left = 424
36 Height = 25
37 Top = 360
38 Width = 75
39 Anchors = [akRight, akBottom]
40 Caption = 'Close'
41 Default = True
42 ModalResult = 1
43 TabOrder = 1
44 end
45 end