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 29 by tony, Sat May 9 11:37:49 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.0.4'
12    object Button1: TButton
13      Left = 915
14      Height = 25
# Line 499 | Line 499 | object Form1: TForm1
499    end
500    object SalaryRange: TComboBox
501      Left = 544
502 <    Height = 25
502 >    Height = 27
503      Top = 8
504      Width = 272
505      ItemHeight = 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