?? info.h
字號:
//---------------------------------------------------------------------------
#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -