seekterdlg.~h

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

~H
51
字号
//----------------------------------------------------------------------------
#ifndef SeekTerDlgH
#define SeekTerDlgH
//----------------------------------------------------------------------------
#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>

#include "Param.h"

//----------------------------------------------------------------------------
class TSeekTermDlg : public TForm
{
__published:
	TBevel *Bevel1;
        TBitBtn *OKBtn;
        TBitBtn *CancelBtn;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TEdit *EditBeg;
        TUpDown *UpDownBeg;
        TEdit *EditEnd;
        TUpDown *UpDownEnd;
        TEdit *EditTimes;
        TUpDown *UpDownTimes;
        TLabel *Label4;
        void __fastcall EditBegExit(TObject *Sender);
        void __fastcall EditEndExit(TObject *Sender);
        void __fastcall EditTimesExit(TObject *Sender);
        void __fastcall EditBegKeyPress(TObject *Sender, char &Key);
        void __fastcall EditEndKeyPress(TObject *Sender, char &Key);
        void __fastcall EditTimesKeyPress(TObject *Sender, char &Key);
private:
public:
	virtual __fastcall TSeekTermDlg(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TSeekTermDlg *SeekTermDlg;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?