shanping.h
来自「使用C++Builder开发的常住人口管理系统」· C头文件 代码 · 共 28 行
H
28 行
//---------------------------------------------------------------------------
#ifndef shanpingH
#define shanpingH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TfrmShanPing : public TForm
{
__published: // IDE-managed Components
TTimer *Timer1;
TImage *Image1;
void __fastcall Timer1Timer(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmShanPing(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmShanPing *frmShanPing;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?