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

Comparing ibx/trunk/examples/employee/unit1.lfm (file contents):
Revision 68 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 = 1736
2 >  Left = 480
3    Height = 482
4 <  Top = 445
4 >  Top = 407
5    Width = 932
6    Caption = 'Employee List'
7    ClientHeight = 482
# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnClose = FormClose
11    OnShow = FormShow
12 <  LCLVersion = '1.8.0.4'
12 >  Position = poMainFormCenter
13 >  LCLVersion = '1.8.1.0'
14    object Button1: TButton
15      Left = 845
16      Height = 25
# Line 622 | Line 623 | object Form1: TForm1
623      AllowAutoActivateTransaction = False
624      Database = IBDatabase1
625      Transaction = IBTransaction1
626 +    ForcedRefresh = True
627      AfterDelete = EmployeesAfterDelete
628      AfterEdit = EmployeesAfterDelete
629      AfterInsert = EmployeesAfterInsert
630      AfterOpen = EmployeesAfterOpen
629    AfterPost = EmployeesAfterPost
631      AfterScroll = EmployeesAfterScroll
632      BeforeClose = EmployeesBeforeClose
633      BeforeOpen = EmployeesBeforeOpen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines