📄 w_main.~h
字号:
//---------------------------------------------------------------------------
#ifndef w_mainH
#define w_mainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm_main : public TForm
{
__published: // IDE-managed Components
TTimer *Timer1;
TPanel *Panel1;
TPanel *Panel2;
TButton *Button;
TRichEdit *RichEdit1;
TPanel *Panel3;
TPanel *Panel4;
TPanel *Panel5;
TPanel *Panel6;
TRichEdit *RichEdit2;
TImage *Image_top;
TImage *Image_left;
TImage *Image_right;
TImage *Image_bottom;
void __fastcall FormCreate(TObject *Sender);
void __fastcall ButtonClick(TObject *Sender);
void __fastcall Timer1Timer(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm_main(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_main *Form_main;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -