ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/local-employeedb/unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/local-employeedb/unit1.lfm (file contents):
Revision 106 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 231
2 >  Left = 632
3    Height = 482
4 <  Top = 355
4 >  Top = 351
5    Width = 1043
6    Caption = 'Employee List'
7    ClientHeight = 462
# Line 11 | Line 11 | object Form1: TForm1
11    OnClose = FormClose
12    OnShow = FormShow
13    Position = poScreenCenter
14 <  LCLVersion = '1.8.0.4'
14 >  LCLVersion = '1.8.1.0'
15    object Button1: TButton
16      Left = 956
17      Height = 25
# Line 670 | Line 670 | object Form1: TForm1
670      AllowAutoActivateTransaction = False
671      Database = IBDatabase1
672      Transaction = IBTransaction1
673 +    ForcedRefresh = True
674      AfterDelete = EmployeesAfterDelete
675      AfterEdit = EmployeesAfterDelete
676      AfterInsert = EmployeesAfterInsert
677      AfterOpen = EmployeesAfterOpen
677    AfterPost = EmployeesAfterPost
678      AfterScroll = EmployeesAfterScroll
679      BeforeClose = EmployeesBeforeClose
680      BeforeOpen = EmployeesBeforeOpen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines