departmentxx.~h

来自「该源代码是一个关于电力设备和电力行业操作管理的管理系统」· ~H 代码 · 共 34 行

~H
34
字号
//---------------------------------------------------------------------------

#ifndef departmentxxH
#define departmentxxH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class Tdepxx : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TDBNavigator *DBNavigator1;
        TPanel *Panel2;
        TDBGrid *DBGrid1;
        TButton *Button1;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall Tdepxx(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tdepxx *depxx;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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