📄 tmcn_def.~h
字号:
//----------------------------------------------------------------------------
#ifndef TMCN_DefH
#define TMCN_DefH
//----------------------------------------------------------------------------
#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 <Mask.hpp>
//----------------------------------------------------------------------------
class TTMCNDlg : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TBevel *Bevel1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TMaskEdit *MaskEdit1;
TMaskEdit *MaskEdit2;
TComboBox *ComboBox1;
TLabel *Label4;
TLabel *Label5;
void __fastcall OKBtnClick(TObject *Sender);
void __fastcall MaskEdit1Exit(TObject *Sender);
void __fastcall MaskEdit2Exit(TObject *Sender);
private:
public:
virtual __fastcall TTMCNDlg(TComponent* AOwner);
int __fastcall Execute(int type, int idx);
int m_type, m_idx;
};
//----------------------------------------------------------------------------
extern PACKAGE TTMCNDlg *TMCNDlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -