ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibrefreshsqleditor.lfm
Revision: 106
Committed: Thu Jan 18 14:37:35 2018 UTC (6 years, 2 months ago) by tony
File size: 2470 byte(s)
Log Message:
Updates Merged

File Contents

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