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 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 = 401
2 >  Left = 1767
3    Height = 620
4 <  Top = 193
4 >  Top = 267
5    Width = 882
6    Caption = '1D Array Example'
7    ClientHeight = 620
8    ClientWidth = 882
9 +  DefaultMonitor = dmPrimary
10    OnCreate = FormCreate
11    OnShow = FormShow
12 <  LCLVersion = '1.6.0.4'
12 >  LCLVersion = '1.8.0.4'
13    object DBControlGrid1: TDBControlGrid
14      Left = 20
15      Height = 543
# Line 37 | Line 38 | object Form1: TForm1
38        TabOrder = 0
39        object DBEdit1: TDBEdit
40          Left = 8
41 <        Height = 25
41 >        Height = 24
42          Top = 32
43          Width = 264
44          DataField = 'TITLE'
# Line 48 | Line 49 | object Form1: TForm1
49        end
50        object Label1: TLabel
51          Left = 8
52 <        Height = 15
52 >        Height = 14
53          Top = 16
54          Width = 73
55          Caption = 'Department'
# Line 56 | Line 57 | object Form1: TForm1
57        end
58        object Label2: TLabel
59          Left = 296
60 <        Height = 15
60 >        Height = 14
61          Top = 16
62          Width = 67
63          Caption = 'Sales Value'
# Line 105 | Line 106 | object Form1: TForm1
106            ScrollBars = ssNone
107            TabOrder = 0
108            ColCount = 12
109 <          RowCount = 17
109 >          RowCount = 18
110            ColWidths = (
111              41
112              41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines