unit_preview.h

来自「平台:c++ builder V6.0 功能:利用串口设备通讯,」· C头文件 代码 · 共 37 行

H
37
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?