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

File Contents

# User Rev Content
1 tony 80 inherited IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 tony 107 Left = 521
3     Top = 366
4 tony 5 Caption = 'Refresh SQL Editor'
5 tony 80 inherited GenerateBtn: TButton
6     OnClick = GenerateBtnClick
7 tony 5 end
8 tony 80 inherited PageControl: TPageControl
9 tony 107 ActivePage = SelectPage
10     TabIndex = 0
11 tony 80 inherited SelectPage: TTabSheet
12 tony 106 inherited Label4: TLabel
13     Left = 7
14     Top = 72
15     end
16     inherited FieldNamesGrid: TIBDynamicGrid
17 tony 107 Height = 170
18 tony 106 end
19     inherited PrimaryKeysGrid: TIBDynamicGrid
20     Left = 7
21     Top = 88
22     end
23     inherited SelectSelectAll: TCheckBox
24 tony 107 Top = 344
25 tony 106 end
26 tony 80 end
27 tony 5 end
28 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
29     Left = 282
30     Height = 339
31     Top = 24
32     Width = 448
33 tony 7 Anchors = [akTop, akLeft, akRight, akBottom]
34 tony 80 ClientHeight = 339
35     ClientWidth = 448
36 tony 5 TabOrder = 7
37 tony 80 DesignLeft = 1974
38     DesignTop = 200
39     inherited SQLText: TSynEdit
40     Height = 313
41     Width = 448
42     end
43     inherited ToolBar1: TToolBar
44     Width = 448
45     end
46     inherited FieldNameList: TIBQuery
47     ParamData = <
48     item
49     DataType = ftUnknown
50     Name = 'RDB$RELATION_NAME'
51     ParamType = ptInput
52     end>
53     end
54     inherited PrimaryKeys: TIBQuery
55     ParamData = <
56     item
57     DataType = ftUnknown
58     Name = 'RDB$RELATION_NAME'
59     ParamType = ptInput
60     end>
61     end
62     inherited ProcInputParams: TIBQuery
63     ParamData = <
64     item
65     DataType = ftUnknown
66     Name = 'RDB$PROCEDURE_NAME'
67     ParamType = ptInput
68     end>
69     end
70     inherited ProcOutputParams: TIBQuery
71     ParamData = <
72     item
73     DataType = ftUnknown
74     Name = 'RDB$PROCEDURE_NAME'
75     ParamType = ptInput
76     end>
77     end
78     inherited SQLTransaction: TIBTransaction
79     Params.Strings = ( )
80     end
81 tony 106 inherited IdentityCols: TIBQuery
82     ParamData = <
83     item
84     DataType = ftUnknown
85     Name = 'RDB$RELATION_NAME'
86     ParamType = ptInput
87     end>
88     end
89     inherited ReadOnlyFields: TIBQuery
90     ParamData = <
91     item
92     DataType = ftUnknown
93     Name = 'RDB$RELATION_NAME'
94     ParamType = ptInput
95     end>
96     end
97 tony 5 end
98     end