📄 fselectdirectoryfile.h
字号:
//---------------------------------------------------------------------------
#ifndef FSelectDirectoryFileH
#define FSelectDirectoryFileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TfrmSelectDirectory : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TEdit *edSourceDirectory;
TEdit *edAimDirectory;
TLabel *Label2;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TBitBtn *bitOK;
TBitBtn *bitCancel;
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall bitOKClick(TObject *Sender);
private: // User declarations
void __fastcall FindFile( TStringList *, AnsiString );
public: // User declarations
__fastcall TfrmSelectDirectory(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSelectDirectory *frmSelectDirectory;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -