资源简介

局域网消息发送程序.rar 消息发送

资源截图

代码片段和文件信息

// DirectDriver.cpp : implementation file
//

#include “stdafx.h“
#include “Neighbor.h“
#include “DirectDriver.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDirectDriver dialog


CDirectDriver::CDirectDriver(CWnd* pParent /*=NULL*/)
: CDialog(CDirectDriver::IDD pParent)
{
//{{AFX_DATA_INIT(CDirectDriver)
m_localname = _T(““);
m_remotename = _T(““);
m_username = _T(“anonymouse“);
m_password = _T(“anonymouse“);
//}}AFX_DATA_INIT
}


void CDirectDriver::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDirectDriver)
DDX_Text(pDX IDC_LOCALNAME m_localname);
DDX_Text(pDX IDC_PASSWORD m_password);
DDX_Text(pDX IDC_REMOTENAME m_remotename);
DDX_Text(pDX IDC_USERNAME m_username);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDirectDriver CDialog)
//{{AFX_MSG_MAP(CDirectDriver)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDirectDriver message handlers

void CDirectDriver::OnOK() 
{
// TODO: Add extra validation here
UpdateData();
CDialog::OnOK();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      14602  2007-12-18 23:42  局域网消息发送程序\Debug\DirectDriver.obj

     文件      14064  2007-12-18 23:42  局域网消息发送程序\Debug\HostNameDlg.obj

     文件      12959  2007-12-18 23:42  局域网消息发送程序\Debug\LocalNameDlg.obj

     文件     127088  2007-12-20 22:54  局域网消息发送程序\Debug\Neighbor.exe

     文件     279136  2007-12-20 22:54  局域网消息发送程序\Debug\Neighbor.ilk

     文件      14165  2007-12-18 23:42  局域网消息发送程序\Debug\Neighbor.obj

     文件    5483656  2007-12-18 23:42  局域网消息发送程序\Debug\Neighbor.pch

     文件     418816  2007-12-20 22:54  局域网消息发送程序\Debug\Neighbor.pdb

     文件       4128  2007-12-20 22:54  局域网消息发送程序\Debug\Neighbor.res

     文件      69546  2007-12-18 23:42  局域网消息发送程序\Debug\NeighborDlg.obj

     文件      25600  2007-12-20 22:53  局域网消息发送程序\Debug\NeighborDlg.pdb

     文件     105433  2007-12-18 23:42  局域网消息发送程序\Debug\StdAfx.obj

     文件     214016  2007-12-20 22:59  局域网消息发送程序\Debug\vc60.idb

     文件     364544  2007-12-18 23:42  局域网消息发送程序\Debug\vc60.pdb

     文件       1276  2003-08-18 04:43  局域网消息发送程序\DirectDriver.cpp

     文件       1284  2003-08-18 04:42  局域网消息发送程序\DirectDriver.h

     文件       1408  2003-08-18 17:11  局域网消息发送程序\HostNameDlg.cpp

     文件       1307  2003-08-18 17:05  局域网消息发送程序\HostNameDlg.h

     文件       1050  2003-08-18 16:31  局域网消息发送程序\LocalNameDlg.cpp

     文件       1214  2003-08-18 16:31  局域网消息发送程序\LocalNameDlg.h

     文件      39348  2007-12-20 22:54  局域网消息发送程序\Neighbor.aps

     文件       3050  2007-12-20 22:59  局域网消息发送程序\Neighbor.clw

     文件       2091  2003-08-10 07:28  局域网消息发送程序\Neighbor.cpp

     文件       4639  2003-08-18 17:12  局域网消息发送程序\Neighbor.dsp

     文件        541  2003-08-10 07:28  局域网消息发送程序\Neighbor.dsw

     文件       1346  2003-08-10 07:28  局域网消息发送程序\Neighbor.h

     文件     214016  2007-12-20 22:59  局域网消息发送程序\Neighbor.ncb

     文件      57856  2007-12-20 22:59  局域网消息发送程序\Neighbor.opt

     文件        990  2007-12-20 22:54  局域网消息发送程序\Neighbor.plg

     文件       8240  2007-12-20 22:54  局域网消息发送程序\Neighbor.rc

............此处省略17个文件信息

评论

共有 条评论