?? 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 + -