avalidf.h

来自「电话银行菜单编辑器」· C头文件 代码 · 共 33 行

H
33
字号
//---------------------------------------------------------------------------

#ifndef AValidFH
#define AValidFH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TAddValidForm : public TForm
{
__published:	// IDE-managed Components
    TLabel *Label1;
    TEdit *Edit1;
    TLabel *Label2;
    TEdit *Edit2;
    TBitBtn *BitBtn1;
    void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
    void __fastcall BitBtn1Click(TObject *Sender);
    void __fastcall FormShow(TObject *Sender);
    void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
    __fastcall TAddValidForm(TComponent* Owner);
    bool IsAdd;
};
//---------------------------------------------------------------------------
extern PACKAGE TAddValidForm *AddValidForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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