?? ftptst2.h
字號:
//---------------------------------------------------------------------------
#ifndef FtpTst2H
#define FtpTst2H
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
//---------------------------------------------------------------------------
class TDirectoryForm : public TForm
{
__published: // IDE-managed Components
TListBox *DirListBox;
private: // User declarations
public: // User declarations
__fastcall TDirectoryForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TDirectoryForm *DirectoryForm;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -