ftptst2.pas

来自「文件名称:新曦 我的资源 搜索软件 源程序(Borland Delphi 7)说」· PAS 代码 · 共 26 行

PAS
26
字号
unit FtpTst2;

interface

uses
  WinTypes, WinProcs, Messages, SysUtils, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls;

type
  TDirectoryForm = class(TForm)
    DirListBox: TListBox;
  private
    { D閏larations priv閑s }
  public
    { D閏larations publiques }
  end;

var
  DirectoryForm: TDirectoryForm;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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