6 |
|
Caption = 'IBX Script Example' |
7 |
|
ClientHeight = 402 |
8 |
|
ClientWidth = 773 |
9 |
+ |
DefaultMonitor = dmPrimary |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.6.2.0' |
11 |
> |
Position = poScreenCenter |
12 |
> |
LCLVersion = '1.8.0.4' |
13 |
|
object Label1: TLabel |
14 |
|
Left = 14 |
15 |
< |
Height = 17 |
15 |
> |
Height = 14 |
16 |
|
Top = 16 |
17 |
< |
Width = 94 |
17 |
> |
Width = 99 |
18 |
|
Caption = 'Database Name:' |
19 |
|
ParentColor = False |
20 |
|
end |
21 |
|
object Label2: TLabel |
22 |
|
Left = 14 |
23 |
< |
Height = 17 |
23 |
> |
Height = 14 |
24 |
|
Top = 56 |
25 |
< |
Width = 32 |
25 |
> |
Width = 36 |
26 |
|
Caption = 'Script' |
27 |
|
ParentColor = False |
28 |
|
end |
48 |
|
TabOrder = 1 |
49 |
|
end |
50 |
|
object Label3: TLabel |
51 |
< |
Left = 464 |
52 |
< |
Height = 17 |
51 |
> |
Left = 459 |
52 |
> |
Height = 14 |
53 |
|
Top = 56 |
54 |
< |
Width = 63 |
54 |
> |
Width = 68 |
55 |
|
Anchors = [akTop, akRight] |
56 |
|
Caption = 'Results Log' |
57 |
|
ParentColor = False |
87 |
|
end |
88 |
|
object DBName: TLabel |
89 |
|
Left = 119 |
90 |
< |
Height = 17 |
90 |
> |
Height = 14 |
91 |
|
Top = 16 |
92 |
< |
Width = 51 |
92 |
> |
Width = 52 |
93 |
|
Caption = 'DBName' |
94 |
|
ParentColor = False |
95 |
|
end |
97 |
|
Left = 104 |
98 |
|
Height = 22 |
99 |
|
Top = 375 |
100 |
< |
Width = 127 |
100 |
> |
Width = 136 |
101 |
|
Caption = 'Stop On First Error' |
102 |
|
OnChange = StopOnErrorChange |
103 |
|
TabOrder = 5 |
106 |
|
Left = 248 |
107 |
|
Height = 22 |
108 |
|
Top = 375 |
109 |
< |
Width = 83 |
109 |
> |
Width = 91 |
110 |
|
Caption = 'Echo Input' |
111 |
|
OnChange = EchoInputChange |
112 |
|
TabOrder = 6 |