dido_def.~h
来自「《Windows CE .NET嵌入式工业用控制器及自动控制系统设计》的源代码」· ~H 代码 · 共 38 行
~H
38 行
//----------------------------------------------------------------------------
#ifndef DIDO_DefH
#define DIDO_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>
//----------------------------------------------------------------------------
class TDIDODlg : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TBevel *Bevel1;
TLabel *Label1;
TLabel *Label2;
TComboBox *ComboBox1;
TLabel *Label3;
TComboBox *ComboBox2;
void __fastcall OKBtnClick(TObject *Sender);
private:
public:
virtual __fastcall TDIDODlg(TComponent* AOwner);
int __fastcall Execute(int type, int idx);
int m_type, m_idx;
};
//----------------------------------------------------------------------------
extern PACKAGE TDIDODlg *DIDODlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?