⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 invoicedlg.h

📁 一个企业订单管理流程的例子
💻 H
字号:
// InvoiceDlg.h : header file
//

#if !defined(AFX_INVOICEDLG_H__C23B4975_0FD8_4BC9_9D34_3FB31450D2A9__INCLUDED_)
#define AFX_INVOICEDLG_H__C23B4975_0FD8_4BC9_9D34_3FB31450D2A9__INCLUDED_

#include "Mdb.h"	// Added by ClassView
#include "resource.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CInvoiceDlg dialog

class CInvoiceDlg : public CDialog
{
// Construction
public:
	CString m_user;
	int Curpos;
	int m_out_xh;
	void SaveTradeDat(CString trade_protcol) ;
	int  CheckDat(CString num,int flag);
	int WorkTime();
	int OutMdbQueryscr();
	int MBox(CString buf);
	CString SmallToBig(CString   szSmall);
	int QchOutTable();
	int OutTableSrc();
	int ClearList();
	int OutScr(); 
	CMdb Mdb;
	int m_query_xh;

	CInvoiceDlg(CWnd* pParent = NULL);	// standard constructor
 	
// Dialog Data
	//{{AFX_DATA(CInvoiceDlg)
	enum { IDD = IDD_INVOICE_DIALOG };
	CListCtrl	m_list_mdbout;
	CListCtrl	m_list_resultout;
	CString	m_out_goodsmode;
	CString	m_out_goodsno;
	CString	m_out_goodsnum;
	CString	m_out_orderform;
	CString	m_out_remark;
	CString	m_out_client;
	CString	m_out_createtableman;
	CString	m_out_goodsprice;
	CString	m_out_goodsunitprice;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CInvoiceDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CInvoiceDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnQuery();
	afx_msg void OnClearlist();
	afx_msg void OnOutInsert();
	afx_msg void OnOutDelete();
	afx_msg void OnPrint();
	afx_msg void OnOutChange();
	afx_msg void OnDoMdb();
	afx_msg void OnClickListResultout(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDoOlddat();
	afx_msg void OnSaveTradeDat();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_INVOICEDLG_H__C23B4975_0FD8_4BC9_9D34_3FB31450D2A9__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -