📄 property.h
字号:
//---------------------------------------------------------------------------
#ifndef propertyH
#define propertyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class Tprofrm : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TImage *Image;
TEdit *EditName;
TLabel *Label1;
TLabel *Lpos;
TLabel *Label2;
TLabel *Lsize;
TGroupBox *GroupBox;
TGroupBox *GroupBox2;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
TGroupBox *GroupBox3;
TRadioButton *RadioButton3;
TRadioButton *RadioButton4;
TGroupBox *GroupBox4;
TRadioButton *RadioButton5;
TRadioButton *RadioButton6;
TButton *Button1;
TButton *Button2;
TButton *Button3;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall EditNameChange(TObject *Sender);
void __fastcall RadioButton1Click(TObject *Sender);
void __fastcall RadioButton3Click(TObject *Sender);
void __fastcall RadioButton5Click(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
void __fastcall RadioButton2Click(TObject *Sender);
void __fastcall RadioButton4Click(TObject *Sender);
void __fastcall RadioButton6Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tprofrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprofrm *profrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -