qxinfo.h

来自「供销存软件」· C头文件 代码 · 共 44 行

H
44
字号
//---------------------------------------------------------------------------

#ifndef QXinfoH
#define QXinfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TQXForm : public TForm
{
__published:	// IDE-managed Components
        TDBGrid *DBGrid1;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TDBEdit *DBEdit1;
        TDBEdit *DBEdit2;
        TDBEdit *DBEdit3;
        TDBRadioGroup *DBRadioGroup1;
        TBitBtn *insertBtn;
        TBitBtn *editBtn;
        TBitBtn *closeBtn;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall insertBtnClick(TObject *Sender);
        void __fastcall editBtnClick(TObject *Sender);
        void __fastcall closeBtnClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TQXForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TQXForm *QXForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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