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, 8 months ago) by tony
File size: 965 byte(s)
Log Message:
Merged into public release

File Contents

# User Rev Content
1 tony 209 object ViewLogDlg: TViewLogDlg
2 tony 345 Left = 836
3 tony 209 Height = 402
4 tony 345 Top = 317
5 tony 209 Width = 522
6     Caption = 'Upgrade Log'
7     ClientHeight = 402
8     ClientWidth = 522
9     Position = poDesktopCenter
10 tony 345 LCLVersion = '2.2.0.2'
11 tony 209 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 tony 345 Left = 424
36 tony 209 Height = 25
37     Top = 360
38     Width = 75
39 tony 345 Anchors = [akRight, akBottom]
40 tony 209 Caption = 'Close'
41     Default = True
42     ModalResult = 1
43     TabOrder = 1
44     end
45     end