mixdisp_dlg.h
来自「《Windows CE .NET嵌入式工业用控制器及自动控制系统设计》的源代码」· C头文件 代码 · 共 48 行
H
48 行
//----------------------------------------------------------------------------
#ifndef MixDisp_DlgH
#define MixDisp_DlgH
//----------------------------------------------------------------------------
#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 <ComCtrls.hpp>
#include <Mask.hpp>
//----------------------------------------------------------------------------
class TMixDispDlg : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TListView *ListView1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TComboBox *ComboBox1;
TMaskEdit *MaskEdit1;
TMaskEdit *MaskEdit2;
TBitBtn *BitBtn1;
TLabel *Label5;
TLabel *Label6;
void __fastcall ListView1Click(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall OKBtnClick(TObject *Sender);
private:
public:
virtual __fastcall TMixDispDlg(TComponent* AOwner);
int __fastcall Execute(void);
int SEL_IDX;
void __fastcall display_item(int idx);
};
//----------------------------------------------------------------------------
extern PACKAGE TMixDispDlg *MixDispDlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?