📄 ydbbgs.h
字号:
//---------------------------------------------------------------------------
#ifndef YDbbgsH
#define YDbbgsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <ImgList.hpp>
//---------------------------------------------------------------------------
class TFbbgssz : public TForm
{
__published: // IDE-managed Components
TTreeView *TreeView1;
TPanel *Panel1;
TLabel *Label1;
TLabel *Label2;
TEdit *Edit1;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TSpeedButton *SpeedButton3;
TLabel *Label3;
TEdit *Edit2;
TImageList *ImageList1;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall TreeView1DblClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFbbgssz(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFbbgssz *Fbbgssz;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -