資源簡介
LCD TFT TOUCH 液晶 模擬器 可任意改變分辨率(修改分辨時注意函數調用參數的范圍)方便開發UI

代碼片段和文件信息
//?LCD.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“LCD.h“
#include?“LCDDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CLCDApp
BEGIN_MESSAGE_MAP(CLCDApp?CWinApp)
//{{AFX_MSG_MAP(CLCDApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CLCDApp?construction
CLCDApp::CLCDApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CLCDApp?object
CLCDApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CLCDApp?initialization
BOOL?CLCDApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CLCDDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4042??2015-11-03?18:42??LCD_Simulator\Debug\FONT.obj
?????文件??????????0??2015-11-03?18:42??LCD_Simulator\Debug\FONT.sbr
?????文件????4965376??2015-11-03?20:40??LCD_Simulator\Debug\LCD.bsc
?????文件?????118845??2015-11-03?20:40??LCD_Simulator\Debug\LCD.exe
?????文件?????216784??2015-11-03?20:40??LCD_Simulator\Debug\LCD.ilk
?????文件??????22465??2015-11-03?12:54??LCD_Simulator\Debug\LCD.obj
?????文件????6869428??2015-11-03?12:53??LCD_Simulator\Debug\LCD.pch
?????文件?????402432??2015-11-03?20:40??LCD_Simulator\Debug\LCD.pdb
?????文件???????2420??2015-11-03?18:13??LCD_Simulator\Debug\LCD.res
?????文件??????????0??2015-11-03?12:54??LCD_Simulator\Debug\LCD.sbr
?????文件??????40628??2015-11-03?20:40??LCD_Simulator\Debug\LCDDlg.obj
?????文件??????????0??2015-11-03?20:40??LCD_Simulator\Debug\LCDDlg.sbr
?????文件??????11035??2015-11-03?20:40??LCD_Simulator\Debug\LCD_DEV.obj
?????文件??????????0??2015-11-03?20:40??LCD_Simulator\Debug\LCD_DEV.sbr
?????文件?????105490??2015-11-03?12:53??LCD_Simulator\Debug\StdAfx.obj
?????文件????1374932??2015-11-03?12:53??LCD_Simulator\Debug\StdAfx.sbr
?????文件?????222208??2015-11-03?20:40??LCD_Simulator\Debug\vc60.idb
?????文件?????372736??2015-11-03?20:40??LCD_Simulator\Debug\vc60.pdb
?????文件??????16116??2015-11-03?18:42??LCD_Simulator\FONT.C
?????文件????????142??2015-11-03?08:34??LCD_Simulator\font.h
?????文件??????20536??2015-11-03?19:57??LCD_Simulator\LCD.APS
?????文件???????1021??2015-11-03?20:40??LCD_Simulator\LCD.clw
?????文件???????2021??2015-11-02?21:26??LCD_Simulator\LCD.cpp
?????文件???????4410??2015-11-03?20:40??LCD_Simulator\LCD.dsp
?????文件????????512??2015-11-02?21:26??LCD_Simulator\LCD.dsw
?????文件???????1291??2015-11-03?12:41??LCD_Simulator\LCD.h
?????文件??????82944??2015-11-03?20:40??LCD_Simulator\LCD.ncb
?????文件??????50688??2015-11-03?20:40??LCD_Simulator\LCD.opt
?????文件???????1335??2015-11-03?20:40??LCD_Simulator\LCD.plg
?????文件???????5145??2015-11-03?18:13??LCD_Simulator\LCD.rc
............此處省略23個文件信息
- 上一篇:BMP2MifCoeHex
- 下一篇:Cognos8培訓教程
評論
共有 條評論