about.h

来自「自制多功能编程器」· C头文件 代码 · 共 31 行

H
31
字号
//---------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//---------------------------------------------------------------------------
#include <classes.hpp>
#include <controls.hpp>
#include <stdCtrls.hpp>
#include <forms.hpp>
#include <Buttons.hpp>
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
//---------------------------------------------------------------------------
class TDLPrinterPortIOXAbout : public TForm
{
__published:	// IDE-managed Components
        TSpeedButton *CtlImage;
        TLabel *NameLbl;
        TButton *OkBtn;
   TLabel *Label2;
   TLabel *Label3;
   TLabel *Label4;
private:	// User declarations
public:		// User declarations
   __fastcall TDLPrinterPortIOXAbout(TComponent* Owner);
};
//---------------------------------------------------------------------------
void ShowDLPrinterPortIOXAbout(void);
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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