ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibdeletesqleditor.lfm
Revision: 80
Committed: Mon Jan 1 11:31:07 2018 UTC (6 years, 3 months ago) by tony
File size: 2036 byte(s)
Log Message:
Fixes merged into public release

File Contents

# User Rev Content
1 tony 80 inherited IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 tony 5 Caption = 'Delete SQL Editor'
3 tony 80 inherited GenerateBtn: TButton
4 tony 7 OnClick = GenerateBtnClick
5 tony 5 end
6 tony 80 inherited PageControl: TPageControl
7     ActivePage = SelectPage
8     TabIndex = 0
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 21 Visible = False
26     end
27     end
28     end
29 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
30     Left = 282
31     Height = 339
32     Top = 24
33     Width = 448
34     Anchors = [akTop, akLeft, akRight, akBottom]
35     ClientHeight = 339
36     ClientWidth = 448
37     TabOrder = 7
38     inherited SQLText: TSynEdit
39     Height = 313
40     Width = 448
41     end
42     inherited ToolBar1: TToolBar
43     Width = 448
44     end
45     inherited FieldNameList: TIBQuery
46     ParamData = <
47     item
48     DataType = ftUnknown
49     Name = 'RDB$RELATION_NAME'
50     ParamType = ptInput
51     end>
52     end
53     inherited PrimaryKeys: TIBQuery
54     ParamData = <
55     item
56     DataType = ftUnknown
57     Name = 'RDB$RELATION_NAME'
58     ParamType = ptInput
59     end>
60     end
61     inherited UserProcedures: TIBQuery
62     AfterScroll = UserProceduresAfterScroll
63     end
64     inherited ProcInputParams: TIBQuery
65     ParamData = <
66     item
67     DataType = ftUnknown
68     Name = 'RDB$PROCEDURE_NAME'
69     ParamType = ptInput
70     end>
71     end
72     inherited ProcOutputParams: TIBQuery
73     ParamData = <
74     item
75     DataType = ftUnknown
76     Name = 'RDB$PROCEDURE_NAME'
77     ParamType = ptInput
78     end>
79     end
80     inherited SQLTransaction: TIBTransaction
81     Params.Strings = ( )
82     end
83 tony 7 end
84 tony 5 end