📄 comoptiondlg.~h
字号:
//----------------------------------------------------------------------------
#ifndef ComOpitonDlgH
#define ComOpitonDlgH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include "CSPIN.h"
#include <ComCtrls.hpp>
//----------------------------------------------------------------------------
class TComOptionDlg : public TForm
{
__published:
TBevel *Bevel1;
TBitBtn *OKBtn;
TBitBtn *CancelBtn;
TLabel *Label1;
TComboBox *ComboBoxBaud;
TGroupBox *GroupBox1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TStaticText *StaticText1;
TStaticText *StaticText2;
TStaticText *StaticText3;
TLabel *Label8;
TStaticText *StaticText4;
TLabel *Label9;
TLabel *Label10;
TEdit *EditDelay;
TUpDown *UpDown;
private:
public:
virtual __fastcall TComOptionDlg(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TComOptionDlg *ComOptionDlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -