📄 doc.h
字号:
#if !defined(AFX_DOC_H__11DF0A23_56DC_11D3_A3DA_D97F82FA553C__INCLUDED_)
#define AFX_DOC_H__11DF0A23_56DC_11D3_A3DA_D97F82FA553C__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// doc.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// doc document
static char file0[30];
static char file00[30];
static char file1[30];
static char file10[]={".nna"};
static char file2[30];
static char file20[]={".nnb"};
static char file3[30];
static char file30[]={".nnr"};
static char file4[30];
static char file40[]={".out"};
static char file5[30];
static char file50[]={".wgt"};
static char file6[30];
static char file60[]={".str"};
static char file7[30];
static char file70[]={".err"};
static char file8[30];
static char file80[]={".epo"};
static char file9[30];
static char file90[]={".fig"};
static char name1[30];
static char name10[]={".map"};
static char name2[30];
static char name20[]={".par"};
static char name3[30];
static char name30[]={".val"};
class doc : public CDocument
{
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(doc)
//}}AFX_VIRTUAL
// Implementation
public:
void str(char *file);
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOC_H__11DF0A23_56DC_11D3_A3DA_D97F82FA553C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -