1 |
object IBDataSetEditorForm: TIBDataSetEditorForm |
2 |
Left = 350 |
3 |
Height = 410 |
4 |
Top = 324 |
5 |
Width = 662 |
6 |
ActiveControl = PageControl |
7 |
BorderIcons = [biSystemMenu] |
8 |
BorderStyle = bsDialog |
9 |
Caption = 'DataSet Editor' |
10 |
ClientHeight = 410 |
11 |
ClientWidth = 662 |
12 |
OnClose = FormClose |
13 |
OnShow = FormShow |
14 |
LCLVersion = '0.9.28.2' |
15 |
object PageControl: TPageControl |
16 |
Left = 8 |
17 |
Height = 352 |
18 |
Top = 8 |
19 |
Width = 641 |
20 |
ActivePage = SQLPage |
21 |
Anchors = [akTop, akLeft, akRight, akBottom] |
22 |
TabIndex = 1 |
23 |
TabOrder = 0 |
24 |
object FieldsPage: TTabSheet |
25 |
Caption = 'Options' |
26 |
ClientHeight = 316 |
27 |
ClientWidth = 635 |
28 |
object GroupBox1: TGroupBox |
29 |
Left = 8 |
30 |
Height = 311 |
31 |
Top = 4 |
32 |
Width = 617 |
33 |
Anchors = [akTop, akLeft, akRight, akBottom] |
34 |
Caption = ' SQL Generation ' |
35 |
ClientHeight = 291 |
36 |
ClientWidth = 613 |
37 |
TabOrder = 0 |
38 |
object Label1: TLabel |
39 |
Left = 12 |
40 |
Height = 19 |
41 |
Top = 18 |
42 |
Width = 103 |
43 |
Caption = 'Table &Name:' |
44 |
FocusControl = TableNamesCombo |
45 |
ParentColor = False |
46 |
end |
47 |
object Label3: TLabel |
48 |
Left = 228 |
49 |
Height = 19 |
50 |
Top = 19 |
51 |
Width = 87 |
52 |
Caption = '&Key Fields:' |
53 |
FocusControl = PrimaryKeyList |
54 |
ParentColor = False |
55 |
end |
56 |
object Label4: TLabel |
57 |
Left = 371 |
58 |
Height = 19 |
59 |
Top = 19 |
60 |
Width = 113 |
61 |
Caption = 'Update &Fields:' |
62 |
FocusControl = FieldList |
63 |
ParentColor = False |
64 |
end |
65 |
object TableNamesCombo: TComboBox |
66 |
Left = 9 |
67 |
Height = 30 |
68 |
Top = 35 |
69 |
Width = 171 |
70 |
ItemHeight = 0 |
71 |
OnCloseUp = TableNamesComboCloseUp |
72 |
TabOrder = 0 |
73 |
end |
74 |
object PrimaryKeyList: TListBox |
75 |
Left = 228 |
76 |
Height = 230 |
77 |
Top = 36 |
78 |
Width = 136 |
79 |
Anchors = [akTop, akLeft, akBottom] |
80 |
ItemHeight = 0 |
81 |
MultiSelect = True |
82 |
TabOrder = 3 |
83 |
TopIndex = -1 |
84 |
end |
85 |
object FieldList: TListBox |
86 |
Left = 371 |
87 |
Height = 230 |
88 |
Hint = 'Select Fields to include in Update and Insert Statements, or leave unselected to select all' |
89 |
Top = 36 |
90 |
Width = 136 |
91 |
Anchors = [akTop, akLeft, akBottom] |
92 |
ItemHeight = 0 |
93 |
MultiSelect = True |
94 |
ParentShowHint = False |
95 |
ShowHint = True |
96 |
TabOrder = 4 |
97 |
TopIndex = -1 |
98 |
end |
99 |
object GenerateButton: TButton |
100 |
Left = 9 |
101 |
Height = 25 |
102 |
Top = 83 |
103 |
Width = 168 |
104 |
Caption = '&Generate SQL' |
105 |
OnClick = GenerateButtonClick |
106 |
TabOrder = 1 |
107 |
end |
108 |
object QuoteFields: TCheckBox |
109 |
Left = 9 |
110 |
Height = 22 |
111 |
Top = 131 |
112 |
Width = 144 |
113 |
Caption = '&Quote Identifiers' |
114 |
TabOrder = 2 |
115 |
end |
116 |
end |
117 |
end |
118 |
object SQLPage: TTabSheet |
119 |
Caption = 'SQL' |
120 |
ClientHeight = 316 |
121 |
ClientWidth = 635 |
122 |
OnShow = SQLPageShow |
123 |
object Label2: TLabel |
124 |
Left = 10 |
125 |
Height = 19 |
126 |
Top = 81 |
127 |
Width = 80 |
128 |
Caption = 'S&QL Text:' |
129 |
FocusControl = SQLMemo |
130 |
ParentColor = False |
131 |
end |
132 |
object SQLMemo: TMemo |
133 |
Left = 9 |
134 |
Height = 204 |
135 |
Top = 105 |
136 |
Width = 615 |
137 |
Anchors = [akTop, akLeft, akRight, akBottom] |
138 |
OnChange = SQLMemoChange |
139 |
ScrollBars = ssVertical |
140 |
TabOrder = 0 |
141 |
end |
142 |
object StatementType: TRadioGroup |
143 |
Left = 10 |
144 |
Height = 54 |
145 |
Top = 9 |
146 |
Width = 372 |
147 |
AutoFill = True |
148 |
AutoSize = True |
149 |
Caption = 'Statement Type' |
150 |
ChildSizing.LeftRightSpacing = 6 |
151 |
ChildSizing.TopBottomSpacing = 6 |
152 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize |
153 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize |
154 |
ChildSizing.ShrinkHorizontal = crsScaleChilds |
155 |
ChildSizing.ShrinkVertical = crsScaleChilds |
156 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
157 |
ChildSizing.ControlsPerLine = 5 |
158 |
ClientHeight = 34 |
159 |
ClientWidth = 368 |
160 |
Columns = 5 |
161 |
ItemIndex = 0 |
162 |
Items.Strings = ( |
163 |
'&Select' |
164 |
'&Modify' |
165 |
'&Insert' |
166 |
'&Delete' |
167 |
'&Refresh' |
168 |
) |
169 |
OnClick = StatementTypeClick |
170 |
TabOrder = 1 |
171 |
end |
172 |
object Button1: TButton |
173 |
Left = 541 |
174 |
Height = 25 |
175 |
Top = 31 |
176 |
Width = 75 |
177 |
Anchors = [akTop, akRight] |
178 |
Caption = 'Test' |
179 |
OnClick = Button1Click |
180 |
TabOrder = 2 |
181 |
end |
182 |
end |
183 |
end |
184 |
object OkButton: TButton |
185 |
Left = 480 |
186 |
Height = 25 |
187 |
Top = 376 |
188 |
Width = 75 |
189 |
Anchors = [akRight, akBottom] |
190 |
Caption = '&OK' |
191 |
Default = True |
192 |
ModalResult = 1 |
193 |
TabOrder = 1 |
194 |
end |
195 |
object CancelButton: TButton |
196 |
Left = 573 |
197 |
Height = 25 |
198 |
Top = 376 |
199 |
Width = 75 |
200 |
Anchors = [akRight, akBottom] |
201 |
Cancel = True |
202 |
Caption = 'Cancel' |
203 |
ModalResult = 2 |
204 |
TabOrder = 2 |
205 |
end |
206 |
end |