ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibinsertsqleditor.lfm
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 7517 byte(s)
Log Message:
propset for eol-style

File Contents

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

Properties

Name Value
svn:eol-style native