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.
ibx/branches/journaling/examples/ibtreeview/Unit1.lfm (file contents), Revision 363 by tony, Tue Dec 7 13:30:05 2021 UTC

# Line 72 | Line 72 | object Form1: TForm1
72          TabOrder = 0
73          object Label2: TLabel
74            Left = 11
75 <          Height = 15
75 >          Height = 13
76            Top = 16
77            Width = 25
78            Caption = 'Title'
# 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 92 | Line 92 | object Form1: TForm1
92          end
93          object Label3: TLabel
94            Left = 13
95 <          Height = 15
95 >          Height = 13
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 111 | Line 111 | object Form1: TForm1
111          end
112          object Label4: TLabel
113            Left = 219
114 <          Height = 15
114 >          Height = 13
115            Top = 71
116            Width = 44
117            Caption = 'Budget'
# 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 131 | Line 131 | object Form1: TForm1
131          end
132          object Label5: TLabel
133            Left = 219
134 <          Height = 15
134 >          Height = 13
135            Top = 121
136            Width = 61
137            Caption = 'Phone No.'
# 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 151 | Line 151 | object Form1: TForm1
151          end
152          object Label6: TLabel
153            Left = 12
154 <          Height = 15
154 >          Height = 13
155            Top = 121
156            Width = 52
157            Caption = 'Manager'
# Line 176 | Line 176 | object Form1: TForm1
176          end
177          object Label7: TLabel
178            Left = 12
179 <          Height = 15
179 >          Height = 13
180            Top = 172
181            Width = 115
182            Caption = 'Departmental Staff'
# Line 250 | Line 250 | object Form1: TForm1
250    end
251    object Label1: TLabel
252      Left = 11
253 <    Height = 15
253 >    Height = 13
254      Top = 17
255      Width = 79
256      Caption = 'Departments'
# 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