?? inputblockdata.h
字號:
//---------------------------------------------------------------------------
#ifndef InputBlockDataH
#define InputBlockDataH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // IDE-managed Components
TStaticText *StaticText2;
TEdit *Tag_val;
TStaticText *StaticText1;
TEdit *Edit_StartBlockVal;
TStaticText *StaticText3;
TEdit *Edit_BlockCountVal;
TStringGrid *Table_Block_Data;
TButton *Button1;
TButton *Button2;
void __fastcall Edit_BlockCountValChange(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
private: // User declarations
String __fastcall toUniteStr(char *temp,String s,int charNum);
public: // User declarations
__fastcall TForm3(TComponent* Owner);
BYTE Sendval[200];//發送命令字符串
BYTE retval[2000];//返回值
String FlagVal;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -