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
Options.h
Package: Text2PDF.rar [view]
Upload User: hnmaggie2
Upload Date: 2010-02-14
Package Size: 46k
Code Size: 2k
Category:
File Formats
Development Platform:
Visual C++
- #if !defined(AFX_OPTIONS_H__5094F502_280C_4299_B39E_D6E8EDACE6B4__INCLUDED_)
- #define AFX_OPTIONS_H__5094F502_280C_4299_B39E_D6E8EDACE6B4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Options.h : header file
- //
- #include "CommonDef.h"
- /////////////////////////////////////////////////////////////////////////////
- // COptions dialog
- class COptions : public CDialog
- {
- // Construction
- public:
- struct _PageSpec GetParameter();
- COptions(CWnd* pParent = NULL); // standard constructor
- void SetParameter(struct _PageSpec _pageSpec);
- // Dialog Data
- //{{AFX_DATA(COptions)
- enum { IDD = IDD_OPTIONS };
- CComboBox m_PageSize;
- CComboBox m_OpenMode;
- CComboBox m_OpenAction;
- CComboBox m_Effect;
- float m_Bottom;
- float m_Left;
- float m_Right;
- float m_Top;
- CString m_PageSizePoints;
- BOOL m_Launch;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COptions)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- struct _PageSpec PageSpec;
- // Generated message map functions
- //{{AFX_MSG(COptions)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangePageSize();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OPTIONS_H__5094F502_280C_4299_B39E_D6E8EDACE6B4__INCLUDED_)