ExoSee.dpr

program ExoSee;

uses
  Forms,
  Unit1 in 'Unit1.pas' {_FXOC_MAIN},
  _uc_GuiLanG in '_uc_GuiLanG.pas',
  _uf_web_model in '_uf_web_model.pas' {_FrameWEB: TFrame},
  _uc_refs_consts in '_uc_refs_consts.pas',
  _uc_funcs in '_uc_funcs.pas',
  _uf_about in '_uf_about.pas' {_FXOC_ABOUT},
  _uf_start in '_uf_start.pas' {_FXOC_START},
  _uc_refs_vars in '_uc_refs_vars.pas',
  _uc_tektek_thread in '_uc_tektek_thread.pas',
  xocLogger in 'xocLogger.pas',
  _uc_ip_codecs in '_uc_ip_codecs.pas',
  _uf_settings in '_uf_settings.pas' {_FXOC_SETTINGS},
  _uc_tek_builder_func in '_uc_tek_builder_func.pas',
  _uc_reg_settings in '_uc_reg_settings.pas',
  _uc_crypto in '_uc_crypto.pas',
  _uc_ExoSeeKerneL in '_uc_ExoSeeKerneL.pas',
  _uc_i_builder in '_uc_i_builder.pas',
  _uc_cs_new1ini in '_uc_cs_new1ini.pas',
  _i_do_exploration in '_i_do_exploration.pas',
  _i_explorer in '_i_explorer.pas',
  _uc_tek_updater_thread in '_uc_tek_updater_thread.pas',
  _uc_tek_updater_func in '_uc_tek_updater_func.pas',
  _uf_wizard in '_uf_wizard.pas' {F_SETUP_WIZARD},
  _uf_chat in '_uf_chat.pas' {_FCHAT},
  _i_dl_explorer in '_i_dl_explorer.pas',
  _uf_ComProps in '_uf_ComProps.pas' {_FCOM_PROPS},
  _uf_xoc_model in '_uf_xoc_model.pas' {_FrameXOC},
  _uf_add_xoc in '_uf_add_xoc.pas' {_FAddXoc},
  _uf_xoc_item_info in '_uf_xoc_item_info.pas' {_FXocITEM_INFO},
  _uf_xoc_downloader in '_uf_xoc_downloader.pas' {_FXOC_DOWNLOADER},
  _uc_com_logo_thread in '_uc_com_logo_thread.pas',
  _uc_hint_class in '_uc_hint_class.pas',
  _uf_xoc_html_gen in '_uf_xoc_html_gen.pas' {_FXOC_HTML_GEN},
  _uf_debugerLog in '_uf_debugerLog.pas' {_FDBGLOG},
  _uf_sendFile in '_uf_sendFile.pas' {_FZendFile},
  _uf_rcvFile in '_uf_rcvFile.pas' {_FRcvFile},
  _uf_xoc_icons in '_uf_xoc_icons.pas' {_FXOC_ICONS_HELP};

{$R *.RES}

begin
  Application.Initialize;
  Application.Title := 'ExoSee';
  Application.CreateForm(T_FXOC_MAIN, _FXOC_MAIN);
  Application.CreateForm(T_FXOC_SETTINGS, _FXOC_SETTINGS);
  Application.CreateForm(T_FXOC_START, _FXOC_START);
  Application.Run;
end.





../delphi71code/exosee-code-source/exosee-dpr-1..