⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modlinkdemo.dpr

📁 ModLink VCL component 组件以及代码。版本是shareware edition of ModLink 2.10
💻 DPR
字号:
{*****************************************************************}
{                                                                 }
{ ModLink                                                         }
{ Copyright (C) 2002 - 2007 Ing. Ivo Bauer                        }
{ All Rights Reserved.                                            }
{                                                                 }
{ Web site: http://www.ozm.cz/ivobauer/modlink/                   }
{ E-mail:   ivo.bauer@tiscali.cz | bauer@ozm.cz                   }
{                                                                 }
{ For a detailed information regarding the distribution and use   }
{ of this software product, please refer to the License Agreement }
{ embedded in the accompanying online documentation (ModLink.chm) }
{                                                                 }
{*****************************************************************}

program ModLinkDemo;

{$I ModLink.inc}

//--------------------------------------------------------------------------------------------------

uses
  Forms,
  ModLinkDemoMain in 'ModLinkDemoMain.pas' {ModLinkDemoMainForm},
  ServerItemEditor in 'ServerItemEditor.pas' {ServerItemEditorForm},
  ServerItem in 'ServerItem.pas';

//--------------------------------------------------------------------------------------------------

{$R *.res}

{$IFDEF COMPILER_7_UP}
  {$R WindowsXP.res}
{$ENDIF COMPILER_7_UP}

//--------------------------------------------------------------------------------------------------

begin
  Application.Initialize;
  Application.Title := 'ModLink Demo';
  Application.CreateForm(TModLinkDemoMainForm, ModLinkDemoMainForm);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -