udepartment.h
来自「可实现科研信息管理系统的功能,有项目管理,教师管理,科研项目管理等多项内容」· C头文件 代码 · 共 35 行
H
35 行
//---------------------------------------------------------------------------
#ifndef UDepartmentH
#define UDepartmentH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "UTemplate.h"
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TFormDepartment : public TFormTemplate
{
__published: // IDE-managed Components
TDBGrid *DBGDepartment;
TDataSource *DSDepartment;
TDBNavigator *DBNavigator1;
TLabel *Label1;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
private: // User declarations
public: // User declarations
__fastcall TFormDepartment(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormDepartment *FormDepartment;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?