prepreg.h

来自「某公司资料管理系统」· C头文件 代码 · 共 43 行

H
43
字号
//---------------------------------------------------------------------------

#ifndef PrepregH
#define PrepregH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Db.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TPrepregForm : public TForm
{
__published:	// IDE-managed Components
        TDataSource *ActiveSource;
        TPanel *Panel1;
        TLabel *Label1;
        TPanel *Panel2;
        TPanel *Panel3;
        TDBNavigator *DBNavigator1;
        TBitBtn *BitBtnClose;
        TDBGrid *DBGrid1;
        TBitBtn *BitBtn2;
        TBitBtn *BitBtn3;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
        void __fastcall BitBtn3Click(TObject *Sender);
        void __fastcall BitBtn2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TPrepregForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TPrepregForm *PrepregForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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