📄 dem_dealerdlg.h
字号:
// DEM_dealerDlg.h : header file
//
#if !defined(AFX_DEM_DEALERDLG_H__A8F90296_0437_4C4E_8A97_B2B76C0B9E96__INCLUDED_)
#define AFX_DEM_DEALERDLG_H__A8F90296_0437_4C4E_8A97_B2B76C0B9E96__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CDEM_dealerDlg dialog
typedef struct tagPoint{
char ZZ[1000];
}PicPoint;
class CDEM_dealerDlg : public CDialog
{
// Construction
public:
CString fileUnion[1000];
int filenumber;
CDEM_dealerDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDEM_dealerDlg)
enum { IDD = IDD_DEM_DEALER_DIALOG };
CString m_Sigleinput;
CString m_Singleoutput;
CString m_BatchInput;
CString m_BatchOutput;
CString m_line1;
CString m_line2;
CString m_line3;
CString m_line4;
CString m_line5;
CString m_line6;
CString m_line7;
CString m_line8;
CString m_line9;
CString m_line10;
CString m_line11;
CString m_line12;
CString m_jia;
CString m_jian;
CString m_chen;
CString m_chu;
CString m_line124;
CString m_line123;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDEM_dealerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDEM_dealerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEM_DEALERDLG_H__A8F90296_0437_4C4E_8A97_B2B76C0B9E96__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -