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

📄 dialogproduceclient.h

📁 以前给一个印刷厂开发的业务管理软件
💻 H
字号:
#if !defined(AFX_IDD_DIALOG_ACCOUNT_H__1114CF62_8DC1_11D7_8BEB_001060768F78__INCLUDED_)
#define AFX_IDD_DIALOG_ACCOUNT_H__1114CF62_8DC1_11D7_8BEB_001060768F78__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AccountView.h : header file
//
#include "PressManagerDoc.h"
#include "ReturnEdit.h"

/////////////////////////////////////////////////////////////////////////////
// CDialogProduceClient form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CDialogProduceClient : public CDialog
{
public:
	CDialogProduceClient();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDialogProduceClient)

// Form Data
public:
	//{{AFX_DATA(CDialogProduceClient)
	enum { IDD = IDD_DIALOG_PRODUCE_CLIENT };
	CButton	m_btnDel;
	CButton	m_btnAdd;
	CButton	m_btnEdit;
	CReturnEdit	m_EditSerial;
	CListCtrl	m_List;
	CTime	m_timeHandDate;
	CString	m_strClientAddress;
	CString	m_strClientName;
	CString	m_strClientRemarks;
	CString	m_strClientTele;
	CString	m_strComputerMan;
	CString	m_strCutProductMan;
	CString	m_strKaiLiaoMan;
	CString	m_strProduceDayMan;
	CString	m_strProduceNightMan;
	CString	m_strProduceRemarks;
	CString	m_strSerial;
	CString	m_strState;
	CString	m_strProduction;
	CString	m_strFee;
	//}}AFX_DATA

	CProduceClientSet* m_pProduceClientSet;
	CProductWareSet* m_pProductWareSet;
	CWarePurposeSet* m_pWarePurposeSet;
	CWareTypeSet* m_pWareTypeSet;
	CWareModeSet* m_pWareModeSet;

	COperatorSet* m_pOperatorSet;
	CString m_strOperatorId;//登陆员id

// Attributes
public:

// Operations
public:

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

// Implementation
protected:

#ifdef _DEBUG
#endif

	// Generated message map functions
	//{{AFX_MSG(CDialogProduceClient)
    afx_msg LRESULT OnKickIdle(WPARAM, LPARAM);	
	afx_msg void OnButtonAddNewUser();
	afx_msg void OnButtonEditUser();
	afx_msg void OnButtonDeleteUser();
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonEditMeter();
	afx_msg void OnButtonAddMeter();
	afx_msg void OnKillfocusEditSerial();
	afx_msg void OnButtonPrintCell();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_ACCOUNTVIEW_H__1114CF62_8DC1_11D7_8BEB_001060768F78__INCLUDED_)

⌨️ 快捷键说明

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