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

File Contents

# Content
1 inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 Left = 399
3 Height = 534
4 Top = 367
5 Caption = 'Insert SQL Editor'
6 ClientHeight = 534
7 inherited Button1: TButton
8 Top = 476
9 end
10 inherited Button2: TButton
11 Top = 476
12 end
13 inherited GenerateBtn: TButton
14 Top = 476
15 OnClick = GenerateBtnClick
16 end
17 inherited TestBtn: TButton
18 Top = 476
19 end
20 inherited QuoteFields: TCheckBox
21 Top = 488
22 end
23 inherited PageControl: TPageControl
24 Height = 456
25 inherited SelectPage: TTabSheet
26 ClientHeight = 424
27 inherited Label2: TLabel
28 Top = 304
29 Width = 125
30 Caption = 'Updateable Columns'
31 end
32 inherited Label4: TLabel
33 Left = 7
34 Top = 72
35 end
36 inherited FieldNamesGrid: TIBDynamicGrid
37 Height = 80
38 Top = 320
39 end
40 inherited PrimaryKeysGrid: TIBDynamicGrid
41 Left = 7
42 Top = 88
43 DataSource = IBSQLEditFrame.IdentityColsSource
44 end
45 inherited SelectSelectAll: TCheckBox
46 Top = 400
47 end
48 object Label6: TLabel[8]
49 Left = 7
50 Height = 14
51 Top = 152
52 Width = 103
53 Caption = '&Identity Columns'
54 ParentColor = False
55 end
56 object IdentityGrid: TIBDynamicGrid[9]
57 Left = 8
58 Height = 56
59 Top = 168
60 Width = 209
61 Color = clWindow
62 Columns = <
63 item
64 ButtonStyle = cbsCheckboxColumn
65 Title.Caption = 'SELECTED'
66 Width = 30
67 FieldName = 'SELECTED'
68 AutoSizeColumn = False
69 InitialSortColumn = False
70 DBLookupProperties.ItemHeight = 0
71 DBLookupProperties.ItemWidth = 0
72 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
73 end
74 item
75 Title.Caption = 'COLUMNNAME'
76 Width = 64
77 FieldName = 'COLUMNNAME'
78 AutoSizeColumn = True
79 InitialSortColumn = False
80 DBLookupProperties.ItemHeight = 0
81 DBLookupProperties.ItemWidth = 0
82 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
83 end>
84 DataSource = IBSQLEditFrame.IdentityColsSource
85 FixedCols = 0
86 Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
87 Scrollbars = ssAutoVertical
88 TabOrder = 5
89 ExpandEditorPanelBelowRow = False
90 Descending = False
91 EditorBorderStyle = bsSingle
92 DefaultPositionAtEnd = False
93 end
94 object Label5: TLabel[10]
95 Left = 8
96 Height = 14
97 Top = 232
98 Width = 138
99 Caption = '&Computed By Columns'
100 ParentColor = False
101 end
102 object ReadOnlyGrid: TIBDynamicGrid[11]
103 Left = 8
104 Height = 48
105 Top = 248
106 Width = 208
107 Color = clWindow
108 Columns = <
109 item
110 ButtonStyle = cbsCheckboxColumn
111 Title.Caption = 'SELECTED'
112 Width = 30
113 FieldName = 'SELECTED'
114 AutoSizeColumn = False
115 InitialSortColumn = False
116 DBLookupProperties.ItemHeight = 0
117 DBLookupProperties.ItemWidth = 0
118 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
119 end
120 item
121 Title.Caption = 'COLUMNNAME'
122 Width = 64
123 FieldName = 'COLUMNNAME'
124 AutoSizeColumn = True
125 InitialSortColumn = False
126 DBLookupProperties.ItemHeight = 0
127 DBLookupProperties.ItemWidth = 0
128 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
129 end>
130 FixedCols = 0
131 Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
132 Scrollbars = ssAutoVertical
133 TabOrder = 6
134 ExpandEditorPanelBelowRow = False
135 Descending = False
136 EditorBorderStyle = bsSingle
137 DefaultPositionAtEnd = False
138 end
139 end
140 inherited ExecutePage: TTabSheet
141 ClientHeight = 424
142 inherited Label18: TLabel
143 Visible = False
144 end
145 inherited SelectProcedure: TLabel
146 Visible = True
147 end
148 inherited InputProcGrid: TIBDynamicGrid
149 Height = 224
150 end
151 inherited OutputProcGrid: TIBDynamicGrid
152 Visible = False
153 end
154 end
155 end
156 inherited GenerateParams: TCheckBox
157 Top = 464
158 end
159 inherited IBSQLEditFrame1: TIBSQLEditFrame
160 Left = 282
161 Height = 442
162 Top = 24
163 Width = 448
164 Anchors = [akTop, akLeft, akRight, akBottom]
165 ClientHeight = 442
166 ClientWidth = 448
167 TabOrder = 7
168 DesignLeft = 1974
169 DesignTop = 200
170 inherited SQLText: TSynEdit
171 Height = 416
172 Width = 448
173 end
174 inherited ToolBar1: TToolBar
175 Width = 448
176 end
177 inherited FieldNameList: TIBQuery
178 ParamData = <
179 item
180 DataType = ftUnknown
181 Name = 'RDB$RELATION_NAME'
182 ParamType = ptInput
183 end>
184 end
185 inherited PrimaryKeys: TIBQuery
186 ParamData = <
187 item
188 DataType = ftUnknown
189 Name = 'RDB$RELATION_NAME'
190 ParamType = ptInput
191 end>
192 end
193 inherited UserProcedures: TIBQuery
194 AfterScroll = UserProceduresAfterScroll
195 end
196 inherited ProcInputParams: TIBQuery
197 ParamData = <
198 item
199 DataType = ftUnknown
200 Name = 'RDB$PROCEDURE_NAME'
201 ParamType = ptInput
202 end>
203 end
204 inherited ProcOutputParams: TIBQuery
205 ParamData = <
206 item
207 DataType = ftUnknown
208 Name = 'RDB$PROCEDURE_NAME'
209 ParamType = ptInput
210 end>
211 end
212 inherited SQLTransaction: TIBTransaction
213 Params.Strings = ( )
214 end
215 inherited IdentityCols: TIBQuery
216 ParamData = <
217 item
218 DataType = ftUnknown
219 Name = 'RDB$RELATION_NAME'
220 ParamType = ptInput
221 end>
222 end
223 inherited ReadOnlyFields: TIBQuery
224 ParamData = <
225 item
226 DataType = ftUnknown
227 Name = 'RDB$RELATION_NAME'
228 ParamType = ptInput
229 end>
230 end
231 end
232 end