ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibinsertsqleditor.lfm
Revision: 105
Committed: Thu Jan 18 14:37:32 2018 UTC (6 years, 2 months ago) by tony
File size: 4393 byte(s)
Log Message:
Property Editor Fixes

File Contents

# Content
1 inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 Left = 399
3 Top = 367
4 Caption = 'Insert SQL Editor'
5 inherited GenerateBtn: TButton
6 OnClick = GenerateBtnClick
7 end
8 inherited PageControl: TPageControl
9 inherited SelectPage: TTabSheet
10 inherited Label4: TLabel
11 Left = 8
12 Top = 296
13 Width = 103
14 Caption = 'Identity Columns'
15 end
16 inherited FieldNamesGrid: TIBDynamicGrid
17 Height = 112
18 end
19 inherited PrimaryKeysGrid: TIBDynamicGrid
20 Left = 8
21 Top = 312
22 DataSource = IBSQLEditFrame.IdentityColsSource
23 end
24 inherited SelectSelectAll: TCheckBox
25 Top = 200
26 end
27 object Label5: TLabel[8]
28 Left = 7
29 Height = 14
30 Top = 226
31 Width = 138
32 Caption = 'Computed By Columns'
33 ParentColor = False
34 end
35 object ReadOnlyGrid: TIBDynamicGrid[9]
36 Left = 8
37 Height = 48
38 Top = 241
39 Width = 209
40 Color = clWindow
41 Columns = <
42 item
43 ButtonStyle = cbsCheckboxColumn
44 Title.Caption = 'SELECTED'
45 Width = 30
46 FieldName = 'SELECTED'
47 AutoSizeColumn = False
48 InitialSortColumn = False
49 DBLookupProperties.ItemHeight = 0
50 DBLookupProperties.ItemWidth = 0
51 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
52 end
53 item
54 Title.Caption = 'COLUMNNAME'
55 Width = 64
56 FieldName = 'COLUMNNAME'
57 AutoSizeColumn = True
58 InitialSortColumn = False
59 DBLookupProperties.ItemHeight = 0
60 DBLookupProperties.ItemWidth = 0
61 DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
62 end>
63 FixedCols = 0
64 Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
65 Scrollbars = ssAutoVertical
66 TabOrder = 5
67 ExpandEditorPanelBelowRow = False
68 Descending = False
69 EditorBorderStyle = bsSingle
70 DefaultPositionAtEnd = False
71 end
72 end
73 inherited ExecutePage: TTabSheet
74 inherited Label18: TLabel
75 Visible = False
76 end
77 inherited SelectProcedure: TLabel
78 Visible = True
79 end
80 inherited InputProcGrid: TIBDynamicGrid
81 Height = 224
82 end
83 inherited OutputProcGrid: TIBDynamicGrid
84 Visible = False
85 end
86 end
87 end
88 inherited IBSQLEditFrame1: TIBSQLEditFrame
89 Left = 282
90 Height = 339
91 Top = 24
92 Width = 448
93 Anchors = [akTop, akLeft, akRight, akBottom]
94 ClientHeight = 339
95 ClientWidth = 448
96 TabOrder = 7
97 DesignLeft = 1974
98 DesignTop = 200
99 inherited SQLText: TSynEdit
100 Height = 313
101 Width = 448
102 end
103 inherited ToolBar1: TToolBar
104 Width = 448
105 end
106 inherited FieldNameList: TIBQuery
107 ParamData = <
108 item
109 DataType = ftUnknown
110 Name = 'RDB$RELATION_NAME'
111 ParamType = ptInput
112 end>
113 end
114 inherited PrimaryKeys: TIBQuery
115 ParamData = <
116 item
117 DataType = ftUnknown
118 Name = 'RDB$RELATION_NAME'
119 ParamType = ptInput
120 end>
121 end
122 inherited UserProcedures: TIBQuery
123 AfterScroll = UserProceduresAfterScroll
124 end
125 inherited ProcInputParams: TIBQuery
126 ParamData = <
127 item
128 DataType = ftUnknown
129 Name = 'RDB$PROCEDURE_NAME'
130 ParamType = ptInput
131 end>
132 end
133 inherited ProcOutputParams: TIBQuery
134 ParamData = <
135 item
136 DataType = ftUnknown
137 Name = 'RDB$PROCEDURE_NAME'
138 ParamType = ptInput
139 end>
140 end
141 inherited SQLTransaction: TIBTransaction
142 Params.Strings = ( )
143 end
144 inherited IdentityCols: TIBQuery
145 ParamData = <
146 item
147 DataType = ftUnknown
148 Name = 'RDB$RELATION_NAME'
149 ParamType = ptInput
150 end>
151 end
152 inherited ReadOnlyFields: TIBQuery
153 ParamData = <
154 item
155 DataType = ftUnknown
156 Name = 'RDB$RELATION_NAME'
157 ParamType = ptInput
158 end>
159 end
160 end
161 end