Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
DlgOptLog.cpp
Package: ROA3.40.rar [view]
Upload User: tianheyiqi
Upload Date: 2010-04-16
Package Size: 282k
Code Size: 2k
Category:
Game Hook Crack
Development Platform:
Visual C++
- // DlgOptLog.cpp : implementation file
- //
- #include "stdafx.h"
- #include "ROA.h"
- #include "DlgOptLog.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CDlgOptLog dialog
- CDlgOptLog::CDlgOptLog(CWnd* pParent /*=NULL*/)
- : CDialog(CDlgOptLog::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CDlgOptLog)
- m_nFile = -1;
- m_nRo = -1;
- m_nWindow = -1;
- //}}AFX_DATA_INIT
- }
- void CDlgOptLog::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CDlgOptLog)
- DDX_Radio(pDX, IDC_RAD_FILE_NONE, m_nFile);
- DDX_Radio(pDX, IDC_RAD_RO_NONE, m_nRo);
- DDX_Radio(pDX, IDC_RAD_WND_NONE, m_nWindow);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CDlgOptLog, CDialog)
- //{{AFX_MSG_MAP(CDlgOptLog)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CDlgOptLog message handlers
- BOOL CDlgOptLog::OnInitDialog()
- {
- CDialog::OnInitDialog();
- m_nFile = llFile + 1;
- m_nWindow = llDlg + 1;
- m_nRo = llRo + 1;
- UpdateData(false);
- return TRUE; // return TRUE unless you set the focus to a control
- // EXCEPTION: OCX Property Pages should return FALSE
- }
- void CDlgOptLog::OnOK()
- {
- // TODO: Add extra validation here
- UpdateData(true);
- llFile = (LOG_LEVEL)(m_nFile - 1);
- llDlg = (LOG_LEVEL)(m_nWindow - 1);
- llRo = (LOG_LEVEL)(m_nRo - 1);
- CDialog::OnOK();
- }