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

Comparing ibx/trunk/examples/isqlmonitor/SelectDeptDlgUnit.lfm (file contents):
Revision 67 by tony, Tue Jul 14 15:31:25 2015 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 9 | Line 9 | object SelectDeptDlg: TSelectDeptDlg
9    ClientWidth = 485
10    OnClose = FormClose
11    OnShow = FormShow
12 <  LCLVersion = '1.4.0.4'
12 >  Position = poOwnerFormCenter
13 >  LCLVersion = '1.8.0.4'
14    object Label1: TLabel
15      Left = 16
16 <    Height = 15
16 >    Height = 14
17      Top = 16
18      Width = 79
19      Caption = 'Departments'
# Line 25 | Line 26 | object SelectDeptDlg: TSelectDeptDlg
26      Width = 359
27      TextField = 'DEPARTMENT'
28      DataSource = DataSource1
28    DefaultItemHeight = 18
29      HasChildField = 'CHILDCOUNT'
30      KeyField = 'DEPT_NO'
31      ParentField = 'HEAD_DEPT'
# Line 56 | Line 56 | object SelectDeptDlg: TSelectDeptDlg
56      TabOrder = 2
57    end
58    object Depts: TIBQuery
59 +    AllowAutoActivateTransaction = False
60      Database = Form1.IBDatabase1
61      Transaction = Form1.IBTransaction1
62      BufferChunks = 1000

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines