📄 totalpaydlg.h
字号:
// TotalPayDlg.h : header file
//
#include "LogonAdmin.h"
#include "Picture.h"
#include "Admin.h"
#include "colorBtn.h"
#include "LinkButton.h"
#include "TotalPay.h"
#if !defined(AFX_TOTALPAYDLG_H__26D77B45_11E6_492B_B2E4_7AC6A6AE852D__INCLUDED_)
#define AFX_TOTALPAYDLG_H__26D77B45_11E6_492B_B2E4_7AC6A6AE852D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTotalPayDlg dialog
class CTotalPayDlg : public CDialog
{
// Construction
public:
void EnableRadio(BOOL set);
void EnableButton(BOOL set);
void SetButton();
void SetRadio();
void SetList();
void ReadtoList(CString sql);
CStatusBarCtrl m_StatusBar;
CPicture m_Pic;
_RecordsetPtr m_pRecordset3;
_RecordsetPtr m_pRecordset4;
CTotalPayDlg(CWnd* pParent = NULL); // standard constructor
_RecordsetPtr m_pRecordset;
// Dialog Data
//{{AFX_DATA(CTotalPayDlg)
enum { IDD = IDD_TOTALPAY_DIALOG };
CStatic m_photo;
CButton m_out;
CWinXPButtonST m_in;
CWinXPButtonST m_button6;
CWinXPButtonST m_button1;
CWinXPButtonST m_search;
CWinXPButtonST m_edit;
CWinXPButtonST m_del;
CWinXPButtonST m_connect;
CWinXPButtonST m_add;
CWinXPButtonST m_logon;
CColorButton m_radio1;
CListCtrl m_listmsg;
int m_radio;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTotalPayDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTotalPayDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton6();
afx_msg void OnButtonLogon();
afx_msg void OnRadio1();
afx_msg void OnButton1();
afx_msg void OnButtonAdd();
afx_msg void OnButtonEdit();
afx_msg void OnButtonDel();
afx_msg void OnButtonSearch();
afx_msg void OnButtonConnect();
afx_msg void OnAbout();
afx_msg void OnMonth();
afx_msg void OnYear();
afx_msg void OnStudy();
afx_msg void OnTotal();
afx_msg void OnRegister();
afx_msg void OnLogonAdmin();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnIn();
afx_msg void OnOut();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnGo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOTALPAYDLG_H__26D77B45_11E6_492B_B2E4_7AC6A6AE852D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -