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 67 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 600
2 >  Left = 397
3    Height = 432
4 <  Top = 351
4 >  Top = 360
5    Width = 994
6    Caption = '2D Array Example'
7    ClientHeight = 432
8    ClientWidth = 994
9 +  DefaultMonitor = dmPrimary
10    OnCreate = FormCreate
11    OnShow = FormShow
12 <  LCLVersion = '1.6.0.4'
12 >  Position = poDefaultSizeOnly
13 >  LCLVersion = '1.8.0.4'
14    object IBArrayGrid1: TIBArrayGrid
15      Left = 24
16      Height = 335
# Line 45 | Line 47 | object Form1: TForm1
47      DefaultColWidth = 40
48      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
49      TabOrder = 0
50 <    ColCount = 25
51 <    RowCount = 17
50 >    ColCount = 27
51 >    RowCount = 19
52      ColWidths = (
53        80
54 <      35
55 <      35
56 <      35
57 <      35
58 <      35
59 <      35
60 <      35
61 <      35
62 <      35
63 <      35
64 <      35
65 <      35
66 <      35
67 <      35
68 <      35
69 <      35
70 <      35
71 <      35
72 <      35
73 <      35
74 <      35
75 <      35
76 <      35
77 <      44
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 >      32
79 >      49
80      )
81    end
82    object DBEdit1: TDBEdit
83      Left = 24
84 <    Height = 25
84 >    Height = 24
85      Top = 16
86      Width = 232
87      DataField = 'TITLE'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines