📄 gczljc.h
字号:
//---------------------------------------------------------------------------
#ifndef gczljcH
#define gczljcH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "KsSkinButtons.hpp"
#include "KsSkinCheckBoxs.hpp"
#include "KsSkinForms.hpp"
#include "KsSkinGroupBoxs.hpp"
#include "KsSkinLabels.hpp"
#include "se_controls.hpp"
//---------------------------------------------------------------------------
class TForm54 : public TForm
{
__published: // IDE-managed Components
TSeSkinForm *SeSkinForm1;
TSeSkinLabel *Label1;
TSeSkinGroupBox *GroupBox1;
TSeSkinCheckBox *redck;
TSeSkinCheckBox *yellowck;
TSeSkinButton *Button1;
TSeSkinButton *Button2;
TSeSkinCheckBox *gaixie;
TSeSkinGroupBox *GroupBox2;
TSeSkinLabel *rqtx;
TSeSkinLabel *Label3;
TSeSkinLabel *Label4;
TSeSkinLabel *rxwc;
TSeSkinLabel *Label6;
TSeSkinLabel *Label7;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormPaint(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm54(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm54 *Form54;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -