comoptiondlg.~h

来自「织带机监测系统的上位机软件。RS-485总线」· ~H 代码 · 共 50 行

~H
50
字号
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?