ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibdeletesqleditor.lfm
Revision: 107
Committed: Thu Jan 18 14:37:40 2018 UTC (6 years, 3 months ago) by tony
File size: 3431 byte(s)
Log Message:
Fixes merged

File Contents

# User Rev Content
1 tony 80 inherited IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 tony 107 Left = 642
3     Top = 246
4 tony 5 Caption = 'Delete SQL Editor'
5 tony 80 inherited GenerateBtn: TButton
6 tony 7 OnClick = GenerateBtnClick
7 tony 5 end
8 tony 80 inherited PageControl: TPageControl
9     inherited SelectPage: TTabSheet
10     inherited Label2: TLabel
11     Visible = False
12 tony 21 end
13 tony 80 inherited FieldNamesGrid: TIBDynamicGrid
14     Visible = False
15 tony 21 end
16 tony 80 inherited SelectSelectAll: TCheckBox
17     Visible = False
18 tony 21 end
19     end
20 tony 80 inherited ExecutePage: TTabSheet
21     inherited Label18: TLabel
22     Visible = False
23 tony 21 end
24 tony 80 inherited OutputProcGrid: TIBDynamicGrid
25 tony 107 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 tony 21 Visible = False
51     end
52     end
53     end
54 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
55     Left = 282
56     Height = 339
57     Top = 24
58     Width = 448
59     Anchors = [akTop, akLeft, akRight, akBottom]
60     ClientHeight = 339
61     ClientWidth = 448
62     TabOrder = 7
63 tony 107 DesignLeft = 1974
64     DesignTop = 200
65 tony 80 inherited SQLText: TSynEdit
66     Height = 313
67     Width = 448
68     end
69     inherited ToolBar1: TToolBar
70     Width = 448
71     end
72     inherited FieldNameList: TIBQuery
73     ParamData = <
74     item
75     DataType = ftUnknown
76     Name = 'RDB$RELATION_NAME'
77     ParamType = ptInput
78     end>
79     end
80     inherited PrimaryKeys: TIBQuery
81     ParamData = <
82     item
83     DataType = ftUnknown
84     Name = 'RDB$RELATION_NAME'
85     ParamType = ptInput
86     end>
87     end
88     inherited ProcInputParams: TIBQuery
89     ParamData = <
90     item
91     DataType = ftUnknown
92     Name = 'RDB$PROCEDURE_NAME'
93     ParamType = ptInput
94     end>
95     end
96     inherited ProcOutputParams: TIBQuery
97     ParamData = <
98     item
99     DataType = ftUnknown
100     Name = 'RDB$PROCEDURE_NAME'
101     ParamType = ptInput
102     end>
103     end
104     inherited SQLTransaction: TIBTransaction
105     Params.Strings = ( )
106     end
107 tony 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 tony 7 end
127 tony 5 end