com_ctrl.h.~2~

来自「bds2006下面的串口操作」· ~2~ 代码 · 共 63 行

~2~
63
字号
//$$---- Form HDR ----
//---------------------------------------------------------------------------

#ifndef com_ctrlH
#define com_ctrlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "IWBaseControl.hpp"
#include "IWBaseHTMLControl.hpp"
#include "IWCompMemo.hpp"
#include "IWControl.hpp"
#include "IWVCLBaseControl.hpp"
#include <ExtCtrls.hpp>
#include <Menus.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
//---------------------------------------------------------------------------
class TFormMain : public TForm
{
__published:	// IDE-managed Components
	TComboBox *ComboComNo;
	TButton *ButtonSend;
	TMemo *ReceiveMemo;
	TTimer *Timer1;
	TMemo *SendEdit;
	TMainMenu *MainMenu1;
	TMenuItem *N1;
	TMenuItem *MenuSave;
	TMenuItem *MenuClose;
	TMenuItem *MenuPrinter;
	TMenuItem *N5;
	TStaticText *StaticText1;
	TStaticText *StaticText2;
	TStaticText *StaticText3;
	TButton *ButtonClearR;
	TButton *ButtonClearT;
	TPrintDialog *PrintDialog;
	TSaveDialog *SaveFile;
	TComboBox *ComboBaud;
	TLabel *Label1;
	void __fastcall ComboComNoChange(TObject *Sender);
	void __fastcall ButtonSendClick(TObject *Sender);
	void __fastcall Timer1Timer(TObject *Sender);
	void __fastcall ButtonClearRClick(TObject *Sender);
	void __fastcall ButtonClearTClick(TObject *Sender);
	void __fastcall MenuSaveClick(TObject *Sender);
	void __fastcall MenuCloseClick(TObject *Sender);
	void __fastcall MenuPrinterClick(TObject *Sender);
	void __fastcall ComboBaudChange(TObject *Sender);
	//
private:	// User declarations

public:		// User declarations
	__fastcall TFormMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormMain *FormMain;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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