--- ibx/trunk/design/ibselectsqleditor.lfm 2015/07/18 12:30:52 34 +++ ibx/trunk/design/ibselectsqleditor.lfm 2016/01/26 14:38:47 35 @@ -8,12 +8,12 @@ object IBSelectSQLEditorForm: TIBSelectS ClientHeight = 437 ClientWidth = 747 OnShow = FormShow - LCLVersion = '1.2.6.0' + LCLVersion = '1.4.4.0' object Label3: TLabel Left = 279 Height = 15 Top = 16 - Width = 24 + Width = 21 Caption = 'SQL' ParentColor = False end @@ -70,9 +70,9 @@ object IBSelectSQLEditorForm: TIBSelectS end object QuoteFields: TCheckBox Left = 24 - Height = 22 + Height = 19 Top = 400 - Width = 125 + Width = 108 Caption = '&Quote Identifiers' TabOrder = 5 end @@ -115,12 +115,12 @@ object IBSelectSQLEditorForm: TIBSelectS end object TableNamesCombo: TComboBox Left = 6 - Height = 27 + Height = 23 Top = 20 Width = 201 AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] - ItemHeight = 0 + ItemHeight = 15 OnCloseUp = TableNamesComboCloseUp TabOrder = 0 end @@ -137,7 +137,6 @@ object IBSelectSQLEditorForm: TIBSelectS ScrollWidth = 202 ShowHint = True TabOrder = 1 - TopIndex = -1 end object PrimaryKeyList: TListBox Left = 7 @@ -148,19 +147,18 @@ object IBSelectSQLEditorForm: TIBSelectS OnDblClick = PrimaryKeyListDblClick ScrollWidth = 198 TabOrder = 2 - TopIndex = -1 end end object ExecutePage: TTabSheet Caption = 'Procedures' - ClientHeight = 302 - ClientWidth = 226 + ClientHeight = 307 + ClientWidth = 224 OnShow = ExecutePageShow object Label16: TLabel Left = 7 Height = 15 Top = 3 - Width = 100 + Width = 89 Caption = 'Procedure Name' ParentColor = False end @@ -168,7 +166,7 @@ object IBSelectSQLEditorForm: TIBSelectS Left = 7 Height = 15 Top = 60 - Width = 104 + Width = 90 Caption = 'Input Parameters' ParentColor = False end @@ -176,16 +174,16 @@ object IBSelectSQLEditorForm: TIBSelectS Left = 8 Height = 15 Top = 172 - Width = 114 + Width = 100 Caption = 'Output Parameters' ParentColor = False end object ProcedureNames: TComboBox Left = 7 - Height = 27 + Height = 23 Top = 20 Width = 201 - ItemHeight = 0 + ItemHeight = 15 OnCloseUp = ProcedureNamesCloseUp ParentColor = True TabOrder = 0 @@ -197,9 +195,8 @@ object IBSelectSQLEditorForm: TIBSelectS Width = 198 IntegralHeight = True ItemHeight = 0 - ScrollWidth = 196 + ScrollWidth = 190 TabOrder = 1 - TopIndex = -1 end object ProcOutputList: TListBox Left = 7 @@ -208,15 +205,14 @@ object IBSelectSQLEditorForm: TIBSelectS Width = 198 IntegralHeight = True ItemHeight = 0 - ScrollWidth = 196 + ScrollWidth = 190 TabOrder = 2 - TopIndex = -1 end object SelectProcedure: TLabel Left = 7 - Height = 14 - Top = 285 - Width = 126 + Height = 13 + Top = 291 + Width = 103 Anchors = [akLeft, akBottom] Caption = 'Is ''Select Procedure''' Font.Height = -11 @@ -229,9 +225,9 @@ object IBSelectSQLEditorForm: TIBSelectS end object GenerateParams: TCheckBox Left = 24 - Height = 22 + Height = 19 Top = 376 - Width = 171 + Width = 152 Caption = 'Allow DSQL Placeholders' TabOrder = 7 end