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
edityuangong.h
Package: salarysystem.rar [view]
Upload User: xz12345
Upload Date: 2007-09-12
Package Size: 7437k
Code Size: 2k
Category:
ADO-ODBC
Development Platform:
Visual C++
- #if !defined(AFX_EDITYUANGONG_H__1795B3A2_2FE0_488E_835C_0EECD66D51A9__INCLUDED_)
- #define AFX_EDITYUANGONG_H__1795B3A2_2FE0_488E_835C_0EECD66D51A9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // edityuangong.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // edityuangong dialog
- class edityuangong : public CDialog
- {
- public:
- int Id; //用于保存当前编辑员工的编号
- CString Name; //用于保存当前编辑员工的姓名
- CString Depname; //用于保存当前编辑员工的部门编号
- CString cSex; //用于保存当前员工的性别
- CString zhiwu; //用于保存当前员工的职务
- public:
- edityuangong(CWnd* pParent = NULL); // standard constructor
- // Construction
- // Dialog Data
- //{{AFX_DATA(edityuangong)
- enum { IDD = IDD_edityuangong };
- CComboBox m_Sex;
- CString m_name;
- int m_id;
- CString m_dep;
- CString m_pos;
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(edityuangong)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(edityuangong)
- afx_msg void OnOk();
- afx_msg void Oncancel();
- afx_msg void OnEditchangeCombo3();
- afx_msg void OnChangeEdit1();
- afx_msg void OnChangeEdit2();
- afx_msg void Onyuangongid();
- afx_msg void Onyuangongxingming();
- afx_msg void Onyuangongxingbie();
- afx_msg void Onsuoshubumen();
- afx_msg void OnEditchangeCombo1();
- afx_msg void Onzhiwu();
- afx_msg void OnEditchangeCombo2();
- afx_msg void OnChangeEdit3();
- afx_msg void OnChangeEdit4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_EDITYUANGONG_H__1795B3A2_2FE0_488E_835C_0EECD66D51A9__INCLUDED_)