⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit_preview.h

📁 平台:c++ builder V6.0 功能:利用串口设备通讯,
💻 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 + -