📄 unit_preview.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit_PreviewH
#define Unit_PreviewH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Menus.hpp>
#include <ComCtrls.hpp>
#include <ToolWin.hpp>
//---------------------------------------------------------------------------
class TForm_Preview : public TForm
{
__published: // IDE-managed Components
TImage *Image1;
TControlBar *ControlBar1;
TToolBar *ToolBar1;
TButton *Button_Return;
TButton *Button_Infact_Size;
void __fastcall FormResize(TObject *Sender);
void __fastcall FormCanResize(TObject *Sender, int &NewWidth,
int &NewHeight, bool &Resize);
void __fastcall Button_ReturnClick(TObject *Sender);
void __fastcall Button_Infact_SizeClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TForm_Preview(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_Preview *Form_Preview;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -