mainform.h

来自「最新版 JCL+JVCL控件!非常不错的控件资源。包含了所能用到的大部分功能!」· C头文件 代码 · 共 36 行

H
36
字号
//---------------------------------------------------------------------------

#ifndef MainFormH
#define MainFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "JvFullColorCtrls.hpp"
#include "JvFullColorDialogs.hpp"
#include "JvFullColorForm.hpp"
#include "JvFullColorSpaces.hpp"
//---------------------------------------------------------------------------
class TfrmMain : public TForm
{
__published:	// IDE-managed Components
  TJvFullColorLabel *JvFullColorLabel;
  TLabel *LabelInfo;
  TJvFullColorDialog *JvFullColorDialog;
  void __fastcall FormCreate(TObject *Sender);
  void __fastcall JvFullColorLabelDblClick(TObject *Sender);
  void __fastcall JvFullColorDialogApply(TObject *Sender,
          TJvFullColor AFullColor);
private:	// User declarations
  void __fastcall UpdateCaption (TJvFullColorLabel* ALabel);
  void __fastcall UpdateAllCaptions();
  void __fastcall CreateLabel(TJvFullColorLabel* &LColorLabel, int& X, int& Y, TJvFullColor AFullColor);
public:		// User declarations
  __fastcall TfrmMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmMain *frmMain;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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