⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mtmainform.h

📁 TComPort 4.0 delphi中com免DLL控件
💻 H
字号:
//-------------------------------------------------------------
#ifndef MTMainFormH
#define MTMainFormH
//-------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <CPortCtl.hpp>
#include <StdCtrls.hpp>
#include <CPort.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-------------------------------------------------------------
class TMainForm : public TForm 
{
__published:	// IDE-managed Components
	TPanel* Panel;
	TComTerminal* ComTerminal;
	TButton* ConnButton;
	TComPort* ComPort;
	TButton* PortButton;
	TButton* TermButton;
	TButton* FontButton;
	TComLed* TerminalReady;
	TLabel* Label1;
	TLabel* Label2;
	TComLed* ComLed1;
  void __fastcall ConnButtonClick(TObject *Sender);
  void __fastcall ComPortAfterOpen(TObject *Sender);
  void __fastcall ComPortAfterClose(TObject *Sender);
  void __fastcall PortButtonClick(TObject *Sender);
  void __fastcall TermButtonClick(TObject *Sender);
  void __fastcall FontButtonClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
	__fastcall TMainForm(TComponent* AOwner);
};
//-------------------------------------------------------------
extern PACKAGE TMainForm *MainForm;
//-------------------------------------------------------------
#endif

⌨️ 快捷键说明

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