para.~h

来自「阿尔卡特MSC维护工程师的福音:该软件可以实现交换机话单文件的自动备份,根据个人」· ~H 代码 · 共 53 行

~H
53
字号
//---------------------------------------------------------------------------

#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 DirectoryListBox1DblClick(TObject *Sender);
        void __fastcall DirectoryListBox1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TParaForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TParaForm *ParaForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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