welcome.h
来自「石油公司网管系统优化系统软件源码,很有价值的.」· C头文件 代码 · 共 27 行
H
27 行
//---------------------------------------------------------------------------
#ifndef WelcomeH
#define WelcomeH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <jpeg.hpp>
//---------------------------------------------------------------------------
class TTWelcome : public TForm
{
__published: // IDE-managed Components
TImage *Image;
TTimer *Timer;
void __fastcall OnTimer(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TTWelcome(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TTWelcome *TWelcome;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?