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

Comparing ibx/trunk/examples/arrays/1Darray/Unit1.lfm (file contents):
Revision 142 by tony, Thu Jan 18 14:37:32 2018 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 96 | Line 96 | object Form1: TForm1
96              'Dec'
97            )
98            ColumnLabelFont.Height = -13
99          ColumnLabelFont.Name = 'Sans'
99            ColumnLabelFont.Style = [fsBold]
100            RowLabelColumnWidth = 64
101            TextAlignment = taRightJustify
# Line 107 | Line 106 | object Form1: TForm1
106            ScrollBars = ssNone
107            TabOrder = 0
108            ColCount = 12
109 <          RowCount = 20
109 >          RowCount = 4
110            ColWidths = (
111              41
112              41
# Line 171 | Line 170 | object Form1: TForm1
170      AfterConnect = IBDatabase1AfterConnect
171      CreateIfNotExists = True
172      AllowStreamedConnected = False
173 <    DatabaseName = '/tmp/1Dtest.fdb'
173 >    DatabaseName = '$DATADIR$1Dtest.fdb'
174      Params.Strings = (
175        'user_name=SYSDBA'
176        'lc_ctype=UTF8'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines