splbinfo.h

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

H
40
字号
//---------------------------------------------------------------------------

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

⌨️ 快捷键说明

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