compiledlg.h

来自「模拟了tec2000的所有功能」· C头文件 代码 · 共 74 行

H
74
字号
#if !defined(AFX_COMPILEDLG_H__8B39BF35_EC6A_470C_ACCC_3E9302138E8F__INCLUDED_)
#define AFX_COMPILEDLG_H__8B39BF35_EC6A_470C_ACCC_3E9302138E8F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CompileDlg.h : header file
//
#include<fstream.h>

//#include "CAcroComp.h"

/////////////////////////////////////////////////////////////////////////////
// CCompileDlg dialog

#include "TWScriptEdit.h"

class CCompileDlg : public CDialog
{
// Construction
public:
	CCompileDlg(CWnd* pParent = NULL);   // standard constructor
	HICON m_hIcon;
	CTWScriptEdit m_wndScriptEdit;
    ifstream infmem;
	int status;
	WORD *memory;

	int ReadCharmemCom(int o);
	bool WriteToMemCom(char * cod);
//	HICON m_hIcon;
//	BOOL keydown;
//	char curchar;
//	CString text;
//	CString str;
//	CRichEditCtrl *pa;

// Dialog Data
	//{{AFX_DATA(CCompileDlg)
	enum { IDD = IDD_COMPILE };
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCompileDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
  //  void OutConsole(char ch);

	// Generated message map functions
	//{{AFX_MSG(CCompileDlg)
	afx_msg void OnInteruptset();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnCodload();
	afx_msg void OnInter1();
	afx_msg void OnInter2();
	afx_msg void OnInter3();
	afx_msg void OnReset();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_COMPILEDLG_H__8B39BF35_EC6A_470C_ACCC_3E9302138E8F__INCLUDED_)

⌨️ 快捷键说明

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