📄 com_ctrl.h.~1~
字号:
//$$---- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -