📄 para.h
字号:
//---------------------------------------------------------------------------
#ifndef ParaH
#define ParaH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <FileCtrl.hpp>
//---------------------------------------------------------------------------
class TParaForm : public TForm
{
__published: // IDE-managed Components
TPageControl *PageControl1;
TTabSheet *Ftp;
TTabSheet *Download;
TButton *Ok;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TEdit *Ip;
TEdit *User;
TEdit *Pass;
TEdit *Port;
TEdit *Rdir;
TEdit *Ldir;
TLabel *Label7;
TEdit *TimeSet;
TLabel *Label8;
TLabel *Label9;
TEdit *StartLabel;
TEdit *FilenameLength;
TDriveComboBox *DriveComboBox1;
TDirectoryListBox *DirectoryListBox1;
void __fastcall OkClick(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall DirectoryListBox1Change(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TParaForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TParaForm *ParaForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -