📄 seekterdlg.h
字号:
//----------------------------------------------------------------------------
#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 *Label2;
TEdit *EditTimes;
TUpDown *UpDownTimes;
TGroupBox *GroupBox1;
TLabel *Label4;
TLabel *Label3;
TEdit *EditBeg;
TEdit *EditEnd;
TUpDown *UpDownBeg;
TUpDown *UpDownEnd;
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -