commset.h
来自「停车场用」· C头文件 代码 · 共 40 行
H
40 行
//---------------------------------------------------------------------------
#ifndef CommSetH
#define CommSetH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
#include <OleCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TWCommSet : public TForm
{
__published: // IDE-managed Components
TPageControl *PageControl1;
TTabSheet *TabSheet1;
TGroupBox *GroupBox1;
TBitBtn *BitBtnOK;
TBitBtn *BitBtnCacel;
TComboBox *CB_InPort;
TLabel *Label1;
TLabel *Label2;
TComboBox *CB_OutPort;
TImage *Image1;
void __fastcall BitBtnCacelClick(TObject *Sender);
void __fastcall BitBtnOKClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TWCommSet(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TWCommSet *WCommSet;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?