1 |
|
object IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
< |
Left = 330 |
2 |
> |
Left = 508 |
3 |
|
Height = 438 |
4 |
< |
Top = 215 |
4 |
> |
Top = 250 |
5 |
|
Width = 749 |
6 |
|
ActiveControl = TableNamesCombo |
7 |
|
Caption = 'Modify SQL Editor' |
8 |
|
ClientHeight = 438 |
9 |
|
ClientWidth = 749 |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '0.9.28.2' |
11 |
> |
LCLVersion = '1.2.2.0' |
12 |
|
object Label1: TLabel |
13 |
|
Left = 16 |
14 |
< |
Height = 19 |
14 |
> |
Height = 15 |
15 |
|
Top = 16 |
16 |
< |
Width = 87 |
16 |
> |
Width = 69 |
17 |
|
Caption = 'Table Name' |
18 |
|
ParentColor = False |
19 |
|
end |
20 |
|
object Label2: TLabel |
21 |
|
Left = 19 |
22 |
< |
Height = 19 |
22 |
> |
Height = 15 |
23 |
|
Top = 84 |
24 |
< |
Width = 41 |
24 |
> |
Width = 33 |
25 |
|
Caption = 'Fields' |
26 |
|
ParentColor = False |
27 |
|
end |
28 |
|
object Label3: TLabel |
29 |
|
Left = 279 |
30 |
< |
Height = 19 |
30 |
> |
Height = 15 |
31 |
|
Top = 16 |
32 |
< |
Width = 29 |
32 |
> |
Width = 24 |
33 |
|
Caption = 'SQL' |
34 |
|
ParentColor = False |
35 |
|
end |
36 |
|
object Label4: TLabel |
37 |
|
Left = 23 |
38 |
< |
Height = 19 |
38 |
> |
Height = 15 |
39 |
|
Top = 285 |
40 |
< |
Width = 93 |
40 |
> |
Width = 77 |
41 |
|
Caption = 'Primary Keys' |
42 |
|
ParentColor = False |
43 |
|
end |
46 |
|
Height = 328 |
47 |
|
Top = 36 |
48 |
|
Width = 439 |
49 |
< |
ScrollBars = ssVertical |
49 |
> |
Anchors = [akTop, akLeft, akRight, akBottom] |
50 |
> |
ScrollBars = ssAutoBoth |
51 |
|
TabOrder = 0 |
52 |
|
end |
53 |
|
object Button1: TButton |
54 |
|
Left = 552 |
55 |
|
Height = 30 |
56 |
< |
Top = 380 |
56 |
> |
Top = 379 |
57 |
|
Width = 72 |
58 |
+ |
Anchors = [akRight, akBottom] |
59 |
|
Caption = 'OK' |
60 |
|
Default = True |
61 |
|
ModalResult = 1 |
66 |
|
Height = 30 |
67 |
|
Top = 380 |
68 |
|
Width = 72 |
69 |
+ |
Anchors = [akRight, akBottom] |
70 |
|
Cancel = True |
71 |
|
Caption = 'Cancel' |
72 |
|
ModalResult = 2 |
74 |
|
end |
75 |
|
object TableNamesCombo: TComboBox |
76 |
|
Left = 23 |
77 |
< |
Height = 30 |
77 |
> |
Height = 27 |
78 |
|
Top = 38 |
79 |
|
Width = 201 |
80 |
|
ItemHeight = 0 |
81 |
|
OnCloseUp = TableNamesComboCloseUp |
79 |
– |
ParentColor = True |
82 |
|
TabOrder = 3 |
83 |
|
end |
84 |
|
object FieldList: TListBox |
85 |
|
Left = 21 |
86 |
< |
Height = 170 |
86 |
> |
Height = 146 |
87 |
|
Hint = 'Select Fields to include in Update Statement, or leave unselected to select all' |
88 |
|
Top = 102 |
89 |
|
Width = 204 |
91 |
|
MultiSelect = True |
92 |
|
OnDblClick = FieldListDblClick |
93 |
|
ParentShowHint = False |
94 |
+ |
ScrollWidth = 202 |
95 |
|
ShowHint = True |
96 |
|
TabOrder = 4 |
97 |
|
TopIndex = -1 |
98 |
|
end |
99 |
< |
object Button3: TButton |
99 |
> |
object GenerateBtn: TButton |
100 |
|
Left = 280 |
101 |
|
Height = 30 |
102 |
|
Top = 380 |
103 |
< |
Width = 112 |
104 |
< |
AutoSize = True |
103 |
> |
Width = 101 |
104 |
> |
Anchors = [akRight, akBottom] |
105 |
|
Caption = 'Generate SQL' |
106 |
< |
OnClick = Button3Click |
106 |
> |
OnClick = GenerateBtnClick |
107 |
|
TabOrder = 5 |
108 |
|
end |
109 |
< |
object Button4: TButton |
109 |
> |
object TestBtn: TButton |
110 |
|
Left = 416 |
111 |
|
Height = 30 |
112 |
|
Top = 380 |
113 |
|
Width = 66 |
114 |
+ |
Anchors = [akRight, akBottom] |
115 |
|
Caption = 'Test' |
116 |
< |
OnClick = Button4Click |
116 |
> |
OnClick = TestBtnClick |
117 |
|
TabOrder = 6 |
118 |
|
end |
119 |
|
object QuoteFields: TCheckBox |
120 |
|
Left = 16 |
121 |
< |
Height = 22 |
122 |
< |
Top = 380 |
123 |
< |
Width = 144 |
121 |
> |
Height = 24 |
122 |
> |
Top = 400 |
123 |
> |
Width = 127 |
124 |
|
Caption = '&Quote Identifiers' |
125 |
|
TabOrder = 7 |
126 |
|
end |
131 |
|
Width = 200 |
132 |
|
ItemHeight = 0 |
133 |
|
OnDblClick = PrimaryKeyListDblClick |
134 |
+ |
ScrollWidth = 198 |
135 |
|
TabOrder = 8 |
136 |
|
TopIndex = -1 |
137 |
|
end |
138 |
+ |
object IncludePrimaryKeys: TCheckBox |
139 |
+ |
Left = 19 |
140 |
+ |
Height = 24 |
141 |
+ |
Top = 256 |
142 |
+ |
Width = 223 |
143 |
+ |
Caption = 'Include Primary keys in Field List' |
144 |
+ |
Checked = True |
145 |
+ |
OnClick = TableNamesComboCloseUp |
146 |
+ |
State = cbChecked |
147 |
+ |
TabOrder = 9 |
148 |
+ |
end |
149 |
+ |
object GenerateParams: TCheckBox |
150 |
+ |
Left = 16 |
151 |
+ |
Height = 24 |
152 |
+ |
Top = 376 |
153 |
+ |
Width = 173 |
154 |
+ |
Caption = 'Allow DSQL Placeholders' |
155 |
+ |
TabOrder = 10 |
156 |
+ |
end |
157 |
+ |
object IBTransaction1: TIBTransaction |
158 |
+ |
Active = False |
159 |
+ |
left = 209 |
160 |
+ |
top = 388 |
161 |
+ |
end |
162 |
|
end |