portset.~h
来自「Software for T89C51RD2 programming. With」· ~H 代码 · 共 33 行
~H
33 行
//----------------------------------------------------------------------------
#ifndef PortSetH
#define PortSetH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
//----------------------------------------------------------------------------
class TPortSettings : public TForm
{
__published:
TButton *OKBtn;
TRadioGroup *Port;
TRadioGroup *Speed;
private:
public:
virtual __fastcall TPortSettings(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TPortSettings *PortSettings;
void ViewPortSettings(void);
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?