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

Comparing ibx/trunk/examples/arrays/2Darray/Unit1.lfm (file contents):
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnCreate = FormCreate
11    OnShow = FormShow
12    Position = poDefaultSizeOnly
13 <  LCLVersion = '1.8.0.4'
13 >  LCLVersion = '1.8.1.0'
14    object IBArrayGrid1: TIBArrayGrid
15      Left = 24
16      Height = 335
# Line 29 | Line 29 | object Form1: TForm1
29        'Col8'
30      )
31      ColumnLabelFont.Height = -13
32    ColumnLabelFont.Name = 'Sans'
32      ColumnLabelFont.Style = [fsBold]
33      RowLabels.Strings = (
34        'Row 1'
# Line 47 | Line 46 | object Form1: TForm1
46      DefaultColWidth = 40
47      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
48      TabOrder = 0
49 <    ColCount = 27
50 <    RowCount = 19
49 >    ColCount = 29
50 >    RowCount = 21
51      ColWidths = (
52        80
53 <      32
54 <      32
55 <      32
56 <      32
57 <      32
58 <      32
59 <      32
60 <      32
61 <      32
62 <      32
63 <      32
64 <      32
65 <      32
66 <      32
67 <      32
68 <      32
69 <      32
70 <      32
71 <      32
72 <      32
73 <      32
74 <      32
75 <      32
76 <      32
77 <      32
78 <      49
53 >      30
54 >      30
55 >      30
56 >      30
57 >      30
58 >      30
59 >      30
60 >      30
61 >      30
62 >      30
63 >      30
64 >      30
65 >      30
66 >      30
67 >      30
68 >      30
69 >      30
70 >      30
71 >      30
72 >      30
73 >      30
74 >      30
75 >      30
76 >      30
77 >      30
78 >      30
79 >      30
80 >      39
81      )
82    end
83    object DBEdit1: TDBEdit
# Line 114 | Line 115 | object Form1: TForm1
115      AfterConnect = IBDatabase1AfterConnect
116      CreateIfNotExists = True
117      AllowStreamedConnected = False
118 <    DatabaseName = '/tmp/test.fdb'
118 >    DatabaseName = '$DATADIR$2Dtest.fdb'
119      Params.Strings = (
120        'lc_ctype=UTF8'
121        'user_name=SYSDBA'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines