--- ibx/trunk/examples/isqlmonitor/SelectDeptDlgUnit.lfm 2017/10/03 14:08:11 67 +++ ibx/trunk/examples/isqlmonitor/SelectDeptDlgUnit.lfm 2017/10/17 10:07:58 68 @@ -9,10 +9,11 @@ object SelectDeptDlg: TSelectDeptDlg ClientWidth = 485 OnClose = FormClose OnShow = FormShow - LCLVersion = '1.4.0.4' + Position = poOwnerFormCenter + LCLVersion = '1.8.0.4' object Label1: TLabel Left = 16 - Height = 15 + Height = 14 Top = 16 Width = 79 Caption = 'Departments' @@ -25,7 +26,6 @@ object SelectDeptDlg: TSelectDeptDlg Width = 359 TextField = 'DEPARTMENT' DataSource = DataSource1 - DefaultItemHeight = 18 HasChildField = 'CHILDCOUNT' KeyField = 'DEPT_NO' ParentField = 'HEAD_DEPT' @@ -56,6 +56,7 @@ object SelectDeptDlg: TSelectDeptDlg TabOrder = 2 end object Depts: TIBQuery + AllowAutoActivateTransaction = False Database = Form1.IBDatabase1 Transaction = Form1.IBTransaction1 BufferChunks = 1000