📄 cd6_3u.h
字号:
//---------------------------------------------------------------------------
#ifndef cd6_3uH
#define cd6_3uH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ToolWin.hpp>
#include <ImgList.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TCoolBar *CoolBar1;
TToolBar *ToolBar1;
TToolBar *tbin;
TToolButton *tbc;
TToolButton *tbd;
TToolButton *tbo;
TImageList *ImageList1;
TPanel *Panel1;
TEdit *ein;
TToolButton *ToolButton9;
TSpeedButton *sbs;
TSpeedButton *SpeedButton5;
TToolButton *ToolButton1;
TToolButton *ToolButton2;
TSpeedButton *sb1;
TStringGrid *sg;
TSpeedButton *sb2;
void __fastcall SpeedButton5Click(TObject *Sender);
void __fastcall tbcClick(TObject *Sender);
void __fastcall tboClick(TObject *Sender);
void __fastcall tbdClick(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall einKeyUp(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall sbsClick(TObject *Sender);
void __fastcall sb1Click(TObject *Sender);
void __fastcall sb2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -