?? banksystemdlg.h
字號:
// BankSystemDlg.h : header file
//
#if !defined(AFX_BANKSYSTEMDLG_H__AA6EB7B0_3172_44B4_8582_4E2B44616D8F__INCLUDED_)
#define AFX_BANKSYSTEMDLG_H__AA6EB7B0_3172_44B4_8582_4E2B44616D8F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBankSystemDlg dialog
extern CBankSystemApp theApp;
class CBankSystemDlg : public CDialog
{
// Construction
public:
CBankSystemDlg(CWnd* pParent = NULL); // standard constructor
void RefreshData();
void refresh();
CBitmap m_bitmap;
CBrush m_brush;
int sel,Count;
int isbank;
//銀行信息
CString bankId,Name,Addr,Tel,PostCode;
//操作員信息
CString opId,opPwd;
//用戶信息
CString userId;
//卡信息
CString cardId,cardPwd;
//利率信息
CString moneyname,live,dead, curr;
//所有信息
CString AllData;
// Dialog Data
//{{AFX_DATA(CBankSystemDlg)
enum { IDD = IDD_BANKSYSTEM_DIALOG };
CButton m_print;
CButton m_edit;
CButton m_find;
CButton m_outop;
CButton m_op8;
CButton m_op7;
CButton m_op6;
CButton m_op5;
CButton m_op4;
CButton m_op3;
CButton m_op2;
CButton m_op1;
CButton m_bankreg;
CButton m_usereg;
CButton m_inte;
CButton m_bankser;
CButton m_atm;
CListCtrl m_list;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBankSystemDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBankSystemDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnExit();
afx_msg void OnBankreg();
afx_msg void OnOperate();
afx_msg void OnLogin();
afx_msg void OnUserreg();
afx_msg void OnBankser();
afx_msg void OnBack();
afx_msg void OnInfo();
afx_msg void OnOutop();
afx_msg void OnBalance();
afx_msg void OnMove();
afx_msg void OnLoss();
afx_msg void OnSaveget();
afx_msg void OnExchang();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnFind();
afx_msg void OnRadio2();
afx_msg void OnRadio1();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnEdititem();
afx_msg void OnPrint();
afx_msg void OnAtmser();
afx_msg void OnInterser();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BANKSYSTEMDLG_H__AA6EB7B0_3172_44B4_8582_4E2B44616D8F__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -