资源简介
提供了简单绘图软件的源代码,可以运行,可用于课程设计等
代码片段和文件信息
// LineWidth.cpp : implementation file
//
#include “stdafx.h“
#include “YYY.h“
#include “LineWidth.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLineWidth dialog
CLineWidth::CLineWidth(CWnd* pParent /*=NULL*/)
: CDialog(CLineWidth::IDD pParent)
{
//{{AFX_DATA_INIT(CLineWidth)
m_MyWidth = 0;
//}}AFX_DATA_INIT
}
void CLineWidth::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CLineWidth)
DDX_Text(pDX IDC_EDIT1 m_MyWidth);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CLineWidth CDialog)
//{{AFX_MSG_MAP(CLineWidth)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CLineWidth message handlers
void CLineWidth::OnShowWindow(BOOL bShow UINT nStatus)
{
CDialog::OnShowWindow(bShow nStatus);
CEdit *myEdit;
myEdit=(CEdit *)GetDlgItem(IDC_EDIT1);
myEdit->SetWindowText(“1“);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11937 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\LineWidth.obj
文件 20559 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\MainFrm.obj
文件 106289 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\StdAfx.obj
文件 214016 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\vc60.idb
文件 364544 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\vc60.pdb
文件 122987 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.exe
文件 329608 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.ilk
文件 23427 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.obj
文件 5505044 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.pch
文件 353280 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.pdb
文件 7532 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYY.res
文件 15211 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYYDoc.obj
文件 36134 2011-08-29 11:05 2_2 简易绘图软件 源代码\Debug\YYYView.obj
文件 1106 2011-03-10 10:22 2_2 简易绘图软件 源代码\LineWidth.cpp
文件 1209 2011-03-10 10:20 2_2 简易绘图软件 源代码\LineWidth.h
文件 2366 2011-03-10 09:42 2_2 简易绘图软件 源代码\MainFrm.cpp
文件 1440 2011-03-10 09:42 2_2 简易绘图软件 源代码\MainFrm.h
文件 4239 2011-03-10 08:19 2_2 简易绘图软件 源代码\ReadMe.txt
文件 1078 2011-03-10 08:19 2_2 简易绘图软件 源代码\res\Toolbar.bmp
文件 1078 2011-03-10 08:19 2_2 简易绘图软件 源代码\res\YYY.ico
文件 395 2011-03-10 08:19 2_2 简易绘图软件 源代码\res\YYY.rc2
文件 1078 2011-03-10 08:19 2_2 简易绘图软件 源代码\res\YYYDoc.ico
文件 963 2011-03-10 10:07 2_2 简易绘图软件 源代码\resource.h
文件 205 2011-03-10 08:19 2_2 简易绘图软件 源代码\StdAfx.cpp
文件 1054 2011-03-10 08:19 2_2 简易绘图软件 源代码\StdAfx.h
文件 29520 2012-10-15 20:25 2_2 简易绘图软件 源代码\YYY.APS
文件 2861 2012-10-15 20:26 2_2 简易绘图软件 源代码\YYY.clw
文件 4155 2011-03-10 08:19 2_2 简易绘图软件 源代码\YYY.cpp
文件 4622 2011-03-10 10:05 2_2 简易绘图软件 源代码\YYY.dsp
文件 529 2011-03-10 08:19 2_2 简易绘图软件 源代码\YYY.dsw
............此处省略15个文件信息
评论
共有 条评论