| 253 |
|
|
| 254 |
|
ConManager.OnCoonnectionListChanged := UpdateConLists; |
| 255 |
|
|
| 256 |
+ |
Application.HintPause := 250; |
| 257 |
+ |
Application.HintHidePause := 5000; |
| 258 |
+ |
|
| 259 |
|
if FileExists(ExtractFilepath(Application.EXEname) + '\oniunpacker.ini') then |
| 260 |
|
begin |
| 261 |
|
AssignFile(AppSettingsFile, ExtractFilepath(Application.EXEname) + |
| 815 |
|
|
| 816 |
|
function TForm_Main.open_child(window_context: String; Connection: Integer): TForm_BaseTemplate; |
| 817 |
|
begin |
| 818 |
< |
open_child(window_context, Connection, -1); |
| 818 |
> |
Result := open_child(window_context, Connection, -1); |
| 819 |
|
end; |
| 820 |
|
|
| 821 |
|
function TForm_Main.open_child(window_context: String): TForm_BaseTemplate; |
| 822 |
|
begin |
| 823 |
< |
open_child(window_context, -1, -1); |
| 823 |
> |
Result := open_child(window_context, -1, -1); |
| 824 |
|
end; |
| 825 |
|
|
| 826 |
|
end. |