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 67 by tony, Mon Jan 9 15:31:51 2017 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 6 | Line 6 | object Form1: TForm1
6    Caption = 'IBX Script Example'
7    ClientHeight = 402
8    ClientWidth = 773
9 +  DefaultMonitor = dmPrimary
10    OnShow = FormShow
11 <  LCLVersion = '1.6.2.0'
11 >  Position = poScreenCenter
12 >  LCLVersion = '1.8.0.4'
13    object Label1: TLabel
14      Left = 14
15 <    Height = 17
15 >    Height = 14
16      Top = 16
17 <    Width = 94
17 >    Width = 99
18      Caption = 'Database Name:'
19      ParentColor = False
20    end
21    object Label2: TLabel
22      Left = 14
23 <    Height = 17
23 >    Height = 14
24      Top = 56
25 <    Width = 32
25 >    Width = 36
26      Caption = 'Script'
27      ParentColor = False
28    end
# Line 46 | Line 48 | object Form1: TForm1
48      TabOrder = 1
49    end
50    object Label3: TLabel
51 <    Left = 464
52 <    Height = 17
51 >    Left = 459
52 >    Height = 14
53      Top = 56
54 <    Width = 63
54 >    Width = 68
55      Anchors = [akTop, akRight]
56      Caption = 'Results Log'
57      ParentColor = False
# Line 85 | Line 87 | object Form1: TForm1
87    end
88    object DBName: TLabel
89      Left = 119
90 <    Height = 17
90 >    Height = 14
91      Top = 16
92 <    Width = 51
92 >    Width = 52
93      Caption = 'DBName'
94      ParentColor = False
95    end
# Line 95 | Line 97 | object Form1: TForm1
97      Left = 104
98      Height = 22
99      Top = 375
100 <    Width = 127
100 >    Width = 136
101      Caption = 'Stop On First Error'
102      OnChange = StopOnErrorChange
103      TabOrder = 5
# Line 104 | Line 106 | object Form1: TForm1
106      Left = 248
107      Height = 22
108      Top = 375
109 <    Width = 83
109 >    Width = 91
110      Caption = 'Echo Input'
111      OnChange = EchoInputChange
112      TabOrder = 6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines