?? w_main.h
字號(hào):
//---------------------------------------------------------------------------
#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -