transparentform.h

来自「jvcl driver development envionment」· C头文件 代码 · 共 28 行

H
28
字号
//---------------------------------------------------------------------------

#ifndef TransparentFormH
#define TransparentFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "JvComponent.hpp"
#include "JvExControls.hpp"
#include "JvFormTransparent.hpp"
#include "JvLabel.hpp"
//---------------------------------------------------------------------------
class TfrmTransparent : public TForm
{
__published:	// IDE-managed Components
  TJvTransparentForm *JvTransparentForm1;
  TJvLabel *JvLabel1;
private:	// User declarations
public:		// User declarations
  __fastcall TfrmTransparent(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmTransparent *frmTransparent;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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