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

# User Rev Content
1 tony 80 inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 tony 105 Left = 399
3 tony 106 Height = 534
4 tony 105 Top = 367
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     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 tony 106 DataSource = IBSQLEditFrame.IdentityColsSource
85 tony 105 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 tony 106 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 tony 21 end
140 tony 80 inherited ExecutePage: TTabSheet
141 tony 106 ClientHeight = 424
142 tony 80 inherited Label18: TLabel
143     Visible = False
144 tony 21 end
145 tony 80 inherited SelectProcedure: TLabel
146     Visible = True
147 tony 21 end
148 tony 80 inherited InputProcGrid: TIBDynamicGrid
149     Height = 224
150 tony 21 end
151 tony 80 inherited OutputProcGrid: TIBDynamicGrid
152 tony 21 Visible = False
153     end
154     end
155     end
156 tony 106 inherited GenerateParams: TCheckBox
157     Top = 464
158     end
159 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
160     Left = 282
161 tony 106 Height = 442
162 tony 80 Top = 24
163     Width = 448
164     Anchors = [akTop, akLeft, akRight, akBottom]
165 tony 106 ClientHeight = 442
166 tony 80 ClientWidth = 448
167     TabOrder = 7
168 tony 101 DesignLeft = 1974
169     DesignTop = 200
170 tony 80 inherited SQLText: TSynEdit
171 tony 106 Height = 416
172 tony 80 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 tony 101 inherited IdentityCols: TIBQuery
216     ParamData = <
217     item
218     DataType = ftUnknown
219     Name = 'RDB$RELATION_NAME'
220     ParamType = ptInput
221     end>
222     end
223 tony 105 inherited ReadOnlyFields: TIBQuery
224     ParamData = <
225     item
226     DataType = ftUnknown
227     Name = 'RDB$RELATION_NAME'
228     ParamType = ptInput
229     end>
230     end
231 tony 7 end
232 tony 5 end