stagemeng.h

来自「任意点阵字模生成软件源代码」· C头文件 代码 · 共 33 行

H
33
字号
// Stagemeng.h: interface for the CStagemeng class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_STAGEMENG_H__F21FC9AF_175A_4D6E_84C3_116A85977970__INCLUDED_)
#define AFX_STAGEMENG_H__F21FC9AF_175A_4D6E_84C3_116A85977970__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "mystruct.h"
class CStagementObj : public CObject  
{
public:
	CStagementObj();
	virtual ~CStagementObj();
//	PAGESTRUCT page;
	int screenwidth;
	int screenheight;
	int orgx;
	int orgy;
	double step;
	double scale;
	double prescale;
	int pixperunit;
	CString strName;
	CObList wordList;
	BYTE* buf;
	int m_SelectNum;
};

#endif // !defined(AFX_STAGEMENG_H__F21FC9AF_175A_4D6E_84C3_116A85977970__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?