codetemp.txt

来自「本程序源码是为日本一家地震监测机构编写的」· 文本 代码 · 共 29 行

TXT
29
字号
InvalidateRect(m_LeftRect);



/*	POSITION pos = GetFirstViewPosition();
	GetNextView(pos)->SendMessage(WM_ENDQUAKE,0,0);		
	pos = GetFirstViewPosition();
	GetNextView(pos)->PostMessage(WM_DRAWPREPARE,0,0);*/
		
	// (SDI documents will reuse this document)





		}
		//加载震动数据文件
		if(m_QFList.IsPNExist())
			m_QFList.MakePNArray(&m_QuakeFileList);
		else
			::MessageBox(AfxGetMainWnd()->m_hWnd,"List file error! Data or pictrue file is not Exist!","Error",MB_ICONERROR|MB_OK);
		m_QuakeFileList.Load();




	//
	m_DefaultPic.Load("Logo.jpg");
	//

⌨️ 快捷键说明

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