home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 March
/
VPR9703A.ISO
/
VPR_DATA
/
DOGA
/
SOURCES
/
MEDIT.LZH
/
DSELRESO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-28
|
1KB
|
49 lines
#if !defined(__dselreso_h) // 番兵。まだインクルードされていない場合にのみ,このファイルを使用
#define __dselreso_h
/* Project medit
Project Team DoGA
Copyright (c) 1995. All Rights Reserved.
サブシステム: medit.apx Application
ファイル: dselreso.h
作成者: Taka2
概要
====
TDSelReso (TDialog) 用のクラス定義
*/
#include <owl\owlpch.h>
#pragma hdrstop
#include <owl\dialog.h>
#include "meditapp.rh" // すべてのリソースの定義
class TEdit;
//{{TDialog = TDSelReso}}
class TDSelReso : public TDialog {
TEdit *editwidth, *editheight;
public:
int selwidth, selheight;
TDSelReso (TWindow* parent, int iwidth, int iheight);
virtual ~TDSelReso ();
//{{TDSelResoVIRTUAL_BEGIN}}
public:
virtual void SetupWindow ();
//{{TDSelResoVIRTUAL_END}}
//{{TDSelResoRSP_TBL_BEGIN}}
protected:
void CmOK ();
//{{TDSelResoRSP_TBL_END}}
DECLARE_RESPONSE_TABLE(TDSelReso);
}; //{{TDSelReso}}
#endif // __dselreso_h の番兵