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

📄 unit1.pas

📁 ziptv为delphi控件
💻 PAS
字号:
Unit Unit1;

Interface

Uses
   Windows,
   Messages,
   SysUtils,
   Classes,
   Graphics,
   Controls,
   Forms,
   Dialogs,
   StdCtrls,
   ztvRegister,
   ztvBase,
   ztvUnRar,
   ztvGbls;

Type
   TForm1 = Class(TForm)
      Button1: TButton;
      UnRAR1: TUnRAR;
      CheckBox1: TCheckBox;
      Procedure Button1Click(Sender: TObject);
   Private
      { Private declarations }
   Public
      { Public declarations }
   End;

Var
   Form1: TForm1;

Implementation

{$R *.DFM}

Procedure TForm1.Button1Click(Sender: TObject);
Begin
   //UnRar1.ArchiveFile:='c:\3\rar\atl.rar';
   //UnRar1.ArchiveFile := 'c:\hold2\danish-inside.rar';
   //UnRar1.ArchiveFile := 'c:\3\rar\unicode\Microsoft Windows 2000 Professionnel Edition Corporation Fran鏰is SP3 Int間r

⌨️ 快捷键说明

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