ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/scriptengine/unit1.lfm (file contents):
Revision 352 by tony, Thu Feb 25 12:03:26 2021 UTC vs.
Revision 353 by tony, Sat Oct 23 14:11:37 2021 UTC

# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnShow = FormShow
11    Position = poScreenCenter
12 <  LCLVersion = '2.0.11.0'
12 >  LCLVersion = '2.2.0.2'
13    object Label1: TLabel
14      Left = 14
15 <    Height = 13
15 >    Height = 15
16      Top = 16
17      Width = 99
18      Caption = 'Database Name:'
19    ParentColor = False
19    end
20    object Label2: TLabel
21      Left = 14
22 <    Height = 13
22 >    Height = 15
23      Top = 56
24      Width = 36
25      Caption = 'Script'
27    ParentColor = False
26    end
27    object IBScript: TMemo
28      Left = 14
# Line 35 | Line 33 | object Form1: TForm1
33      Lines.Strings = (
34        'IBScript'
35      )
36 <    ScrollBars = ssAutoVertical
36 >    ScrollBars = ssAutoHorizontal
37      TabOrder = 0
38 +    WordWrap = False
39    end
40    object Button1: TButton
41      Left = 369
# Line 49 | Line 48 | object Form1: TForm1
48    end
49    object Label3: TLabel
50      Left = 459
51 <    Height = 13
51 >    Height = 15
52      Top = 56
53      Width = 68
54      Anchors = [akTop, akRight]
55      Caption = 'Results Log'
57    ParentColor = False
56    end
57    object ResultsLog: TMemo
58      Left = 460
# Line 87 | Line 85 | object Form1: TForm1
85    end
86    object DBName: TLabel
87      Left = 119
88 <    Height = 13
88 >    Height = 15
89      Top = 16
90      Width = 52
91      Caption = 'DBName'
94    ParentColor = False
92    end
93    object StopOnError: TCheckBox
94      Left = 104

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines