pubinfo.h

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

H
49
字号
//---------------------------------------------------------------------------

#ifndef pubinfoH
#define pubinfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
//---------------------------------------------------------------------------
class TPubForm : public TForm
{
__published:	// IDE-managed Components
    TPageControl *PageControl1;
    TTabSheet *TabSheet1;
    TLabel *Label1;
    TEdit *Edit1;
    TLabel *Label2;
    TEdit *Edit2;
    TLabel *Label3;
    TEdit *Edit3;
    TLabel *Label4;
    TEdit *Edit4;
    TEdit *Edit5;
    TLabel *Label5;
    TBitBtn *BitBtn1;
    TBitBtn *BitBtn2;
    TQuery *Query1;
    TLabel *Label6;
    TLabel *Label7;
    TLabel *Label8;
    TLabel *Label9;
    TLabel *Label10;
    void __fastcall Edit1KeyUp(TObject *Sender, WORD &Key,
          TShiftState Shift);
    void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TPubForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TPubForm *PubForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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