📄 unit2.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published: // IDE-managed Components
TRadioGroup *RadioGroup1;
TRadioGroup *RadioGroup2;
TLabel *Label2;
TRadioGroup *RadioGroup3;
TStaticText *StaticText1;
TStaticText *StaticText2;
TStaticText *StaticText3;
TGroupBox *gba;
TScrollBar *ScrollBar5;
TGroupBox *gbb;
TScrollBar *ScrollBar1;
TScrollBar *ScrollBar2;
TScrollBar *ScrollBar3;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TStaticText *StaticText4;
TGroupBox *GroupBox1;
TColorBox *sr;
TLabel *Label1;
TLabel *Label6;
TColorBox *nr;
TLabel *Label7;
TColorBox *rt;
TLabel *Label8;
TColorBox *sd;
TLabel *Label9;
TColorBox *nd;
TLabel *Label10;
TColorBox *dt;
void __fastcall ScrollBar1Change(TObject *Sender);
void __fastcall ScrollBar5Change(TObject *Sender);
void __fastcall StaticText1Click(TObject *Sender);
void __fastcall StaticText2Click(TObject *Sender);
void __fastcall StaticText3Click(TObject *Sender);
void __fastcall StaticText4Click(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
virtual __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -