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 27 by tony, Tue Apr 14 13:10:23 2015 UTC vs.
Revision 33 by tony, Sat Jul 18 12:30:52 2015 UTC

# Line 8 | Line 8 | object Form1: TForm1
8    ClientWidth = 1002
9    OnClose = FormClose
10    OnShow = FormShow
11 <  LCLVersion = '1.4.0.3'
11 >  LCLVersion = '1.4.2.0'
12    object Button1: TButton
13      Left = 915
14      Height = 25
# Line 521 | Line 521 | object Form1: TForm1
521      DatabaseName = 'localhost:employee'
522      Params.Strings = (
523        'user_name=SYSDBA'
524 <      'lc_ctype=UTF-8'
524 >      'lc_ctype=UTF8'
525      )
526      DefaultTransaction = IBTransaction1
527      IdleTimer = 0
# Line 943 | Line 943 | object Form1: TForm1
943      left = 832
944      top = 208
945    end
946 +  object JobGradeChangeTimer: TTimer
947 +    Interval = 0
948 +    OnTimer = JobGradeChangeTimerTimer
949 +    left = 928
950 +    top = 175
951 +  end
952 +  object JobCodeChangeTimer: TTimer
953 +    Interval = 0
954 +    OnTimer = JobCodeChangeTimerTimer
955 +    left = 927
956 +    top = 224
957 +  end
958   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines