📄 colorform.h
字号:
//---------------------------------------------------------------------------
#ifndef colorformH
#define colorformH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class Tcolorset : public TForm
{
__published: // IDE-managed Components
TImage *Image1;
TImage *Image2;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall Image2Click(TObject *Sender);
void __fastcall Image1Click(TObject *Sender);
private: // User declarations
int &imagetype;
//bool &bigsize;
public: // User declarations
__fastcall Tcolorset(TComponent* Owner,int &image);
};
//---------------------------------------------------------------------------
extern PACKAGE Tcolorset *colorset;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -