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

Comparing ibx/trunk/design/ibdeletesqleditor.lfm (file contents):
Revision 106 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 1 | Line 1
1   inherited IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 +  Left = 642
3 +  Top = 246
4    Caption = 'Delete SQL Editor'
5    inherited GenerateBtn: TButton
6      OnClick = GenerateBtnClick
7    end
8    inherited PageControl: TPageControl
7    ActivePage = SelectPage
8    TabIndex = 0
9      inherited SelectPage: TTabSheet
10        inherited Label2: TLabel
11          Visible = False
# Line 22 | Line 22 | inherited IBDeleteSQLEditorForm: TIBDele
22          Visible = False
23        end
24        inherited OutputProcGrid: TIBDynamicGrid
25 +        Columns = <        
26 +          item
27 +            ButtonStyle = cbsCheckboxColumn
28 +            PickList.Strings = (            )
29 +            Title.Caption = 'SELECTED'
30 +            Width = 0
31 +            Visible = False
32 +            FieldName = 'SELECTED'
33 +            AutoSizeColumn = False
34 +            InitialSortColumn = False
35 +            DBLookupProperties.ItemHeight = 0
36 +            DBLookupProperties.ItemWidth = 0
37 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
38 +          end        
39 +          item
40 +            PickList.Strings = (            )
41 +            Title.Caption = 'COLUMNNAME'
42 +            Width = 64
43 +            FieldName = 'COLUMNNAME'
44 +            AutoSizeColumn = True
45 +            InitialSortColumn = False
46 +            DBLookupProperties.ItemHeight = 0
47 +            DBLookupProperties.ItemWidth = 0
48 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
49 +          end>
50          Visible = False
51        end
52      end
# Line 35 | Line 60 | inherited IBDeleteSQLEditorForm: TIBDele
60      ClientHeight = 339
61      ClientWidth = 448
62      TabOrder = 7
63 +    DesignLeft = 1974
64 +    DesignTop = 200
65      inherited SQLText: TSynEdit
66        Height = 313
67        Width = 448
# Line 58 | Line 85 | inherited IBDeleteSQLEditorForm: TIBDele
85            ParamType = ptInput
86          end>
87      end
61    inherited UserProcedures: TIBQuery
62      AfterScroll = UserProceduresAfterScroll
63    end
88      inherited ProcInputParams: TIBQuery
89        ParamData = <      
90          item
# Line 80 | Line 104 | inherited IBDeleteSQLEditorForm: TIBDele
104      inherited SQLTransaction: TIBTransaction
105        Params.Strings = (      )
106      end
107 +    inherited IdentityCols: TIBQuery
108 +      ParamData = <      
109 +        item
110 +          DataType = ftUnknown
111 +          Name = 'RDB$RELATION_NAME'
112 +          ParamType = ptInput
113 +        end>
114 +    end
115 +    inherited ReadOnlyFields: TIBQuery
116 +      ParamData = <      
117 +        item
118 +          DataType = ftUnknown
119 +          Name = 'RDB$RELATION_NAME'
120 +          ParamType = ptInput
121 +        end>
122 +    end
123 +    inherited PackageNames: TIBQuery
124 +      BeforeClose = nil
125 +    end
126    end
127   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines