7 |
|
ClientHeight = 402 |
8 |
|
ClientWidth = 773 |
9 |
|
OnShow = FormShow |
10 |
< |
LCLVersion = '1.4.4.0' |
10 |
> |
LCLVersion = '1.6.0.4' |
11 |
|
object Label1: TLabel |
12 |
|
Left = 14 |
13 |
|
Height = 15 |
14 |
|
Top = 16 |
15 |
< |
Width = 99 |
15 |
> |
Width = 86 |
16 |
|
Caption = 'Database Name:' |
17 |
|
ParentColor = False |
18 |
|
end |
20 |
|
Left = 14 |
21 |
|
Height = 15 |
22 |
|
Top = 56 |
23 |
< |
Width = 36 |
23 |
> |
Width = 30 |
24 |
|
Caption = 'Script' |
25 |
|
ParentColor = False |
26 |
|
end |
46 |
|
TabOrder = 1 |
47 |
|
end |
48 |
|
object Label3: TLabel |
49 |
< |
Left = 459 |
49 |
> |
Left = 467 |
50 |
|
Height = 15 |
51 |
|
Top = 56 |
52 |
< |
Width = 68 |
52 |
> |
Width = 60 |
53 |
|
Anchors = [akTop, akRight] |
54 |
|
Caption = 'Results Log' |
55 |
|
ParentColor = False |
87 |
|
Left = 119 |
88 |
|
Height = 15 |
89 |
|
Top = 16 |
90 |
< |
Width = 52 |
90 |
> |
Width = 47 |
91 |
|
Caption = 'DBName' |
92 |
|
ParentColor = False |
93 |
|
end |
94 |
|
object StopOnError: TCheckBox |
95 |
|
Left = 104 |
96 |
< |
Height = 22 |
96 |
> |
Height = 19 |
97 |
|
Top = 375 |
98 |
< |
Width = 136 |
98 |
> |
Width = 116 |
99 |
|
Caption = 'Stop On First Error' |
100 |
|
OnChange = StopOnErrorChange |
101 |
|
TabOrder = 5 |
102 |
|
end |
103 |
|
object EchoInput: TCheckBox |
104 |
|
Left = 248 |
105 |
< |
Height = 22 |
105 |
> |
Height = 19 |
106 |
|
Top = 375 |
107 |
< |
Width = 91 |
107 |
> |
Width = 77 |
108 |
|
Caption = 'Echo Input' |
109 |
|
OnChange = EchoInputChange |
110 |
|
TabOrder = 6 |
111 |
|
end |
112 |
|
object IBXScript1: TIBXScript |
113 |
|
Database = IBDatabase1 |
114 |
+ |
IgnoreGrants = False |
115 |
|
Transaction = IBTransaction1 |
116 |
|
GetParamValue = IBXScript1GetParamValue |
117 |
|
OnOutputLog = IBXScript1LogProc |
131 |
|
) |
132 |
|
IdleTimer = 0 |
133 |
|
TraceFlags = [] |
134 |
+ |
UseDefaultSystemCodePage = False |
135 |
|
left = 24 |
136 |
|
top = 156 |
137 |
|
end |