ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/examples/ibtreeview/Unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/ibtreeview/Unit1.lfm (file contents):
Revision 311 by tony, Mon Aug 24 09:32:58 2020 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# Line 80 | Line 80 | object Form1: TForm1
80          end
81          object DBEdit1: TDBEdit
82            Left = 11
83 <          Height = 25
83 >          Height = 24
84            Top = 31
85            Width = 373
86            DataField = 'DEPARTMENT'
# Line 94 | Line 94 | object Form1: TForm1
94            Left = 13
95            Height = 15
96            Top = 71
97 <          Width = 51
97 >          Width = 50
98            Caption = 'Location'
99            ParentColor = False
100          end
101          object DBEdit4: TDBEdit
102            Left = 13
103 <          Height = 25
103 >          Height = 24
104            Top = 86
105            Width = 179
106            DataField = 'LOCATION'
# Line 119 | Line 119 | object Form1: TForm1
119          end
120          object DBEdit2: TDBEdit
121            Left = 219
122 <          Height = 25
122 >          Height = 24
123            Top = 86
124            Width = 165
125            DataField = 'BUDGET'
# Line 139 | Line 139 | object Form1: TForm1
139          end
140          object DBEdit3: TDBEdit
141            Left = 219
142 <          Height = 25
142 >          Height = 24
143            Top = 136
144            Width = 165
145            DataField = 'PHONE_NO'
# Line 277 | Line 277 | object Form1: TForm1
277      TabOrder = 2
278    end
279    object IBDatabase1: TIBDatabase
280 <    Connected = True
280 >    Connected = False
281      CreateIfNotExists = False
282      AllowStreamedConnected = False
283      DatabaseName = 'localhost:employee'
# Line 357 | Line 357 | object Form1: TForm1
357      GenerateParamNames = False
358      MasterDetailDelay = 0
359      DataSetCloseAction = dcSaveChanges
360 +    SQLFiltered = False
361      AfterTransactionEnd = DepartmentsAfterTransactionEnd
362      left = 144
363      top = 176
# Line 485 | Line 486 | object Form1: TForm1
486        'order by 2'
487      )
488      Params = <>
489 +    SQLFiltered = False
490      DataSetCloseAction = dcDiscardChanges
491      left = 144
492      top = 224
# Line 516 | Line 518 | object Form1: TForm1
518          Name = 'DEPT_NO'
519          ParamType = ptInput
520        end>
521 +    SQLFiltered = False
522      DataSetCloseAction = dcDiscardChanges
523      left = 144
524      top = 272

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines