info.h

来自「human interface devices.zip 一套组件」· C头文件 代码 · 共 34 行

H
34
字号
//---------------------------------------------------------------------------

#ifndef InfoH
#define InfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Dialogs.hpp>
#include "JvHidControllerClass.hpp"
#include "UsagesInfo.h"
#include "Hid.hpp"
//---------------------------------------------------------------------------
class TInfoForm : public TForm
{
__published:	// IDE-managed Components
        TMemo *InfoMemo;
        TButton *Save;
        TSaveDialog *SaveDialog;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall SaveClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        TJvHidDevice *Dev;
        __fastcall TInfoForm(TComponent* Owner);
        void __fastcall CollectBtnInfo(WORD Val, char *Title, char *TitleBar);
        void __fastcall CollectValueInfo(WORD Val, char *Title, char *TitleBar);
};
//---------------------------------------------------------------------------
extern PACKAGE TInfoForm *InfoForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?