loaddisrepairrecord.h

来自「码头手持机项目,用于统计集装箱,轮船的情况,手持机采用S3C2440处理器,数据」· C头文件 代码 · 共 91 行

H
91
字号
#if !defined(AFX_LOADDISREPAIRRECORD_H__4949AFB6_6B3E_4696_B357_44BDB2BC01C5__INCLUDED_)
#define AFX_LOADDISREPAIRRECORD_H__4949AFB6_6B3E_4696_B357_44BDB2BC01C5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LoadDisrepairRecord.h : header file
//

#include "UniButton.h"
/////////////////////////////////////////////////////////////////////////////
// LoadDisrepairRecord dialog

class LoadDisrepairRecord : public CDialog
{
// Construction
public:
	HRGN BitmapToRegion(HBITMAP hBmp, COLORREF cTransparentColor = 0, COLORREF cTolerance = 0x101010);
	enum {front1 = 12031,front2 = 12032,front3 = 12033,front4 = 12034, left1 = 12041,left2 = 12042,left3 = 12043,left4 = 12044, bottom1 = 12051,bottom2 = 12052,bottom3 = 12053,bottom4 = 12054,top1 = 12061,top2 = 12062,top3 = 12063,top4 = 12064, right1 = 12071,right2 = 12072,right3 = 12073,right4 = 12074, back1 = 12081,back2 = 12082,back3 = 12083,back4 = 12084};
	LoadDisrepairRecord(CWnd* pParent = NULL);   // standard constructor

	CString objectId;
    CString tallyListItemObjId;
	CString damageCode;
	CString propertyObjId;
	bool modify; 
// Dialog Data
	//{{AFX_DATA(LoadDisrepairRecord)
	enum { IDD = IDD_LOAD_DISREPAIR_RECORD };
	CComboBox	m_damageCodeLDR;
	CString	m_containerNo;
	CString	m_sealNo;
	CString	m_remark;
	CString	m_damageCondition;
	//}}AFX_DATA


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

// Implementation
protected:
    CUniButton m_front_1,m_front_2,m_front_3,m_front_4,m_left_1,m_left_2,m_left_3,m_left_4,m_bottom_1,m_bottom_2,m_bottom_3,m_bottom_4,m_top_1,m_top_2,m_top_3,m_top_4,m_right_1,m_right_2,m_right_3,m_right_4,m_back_1,m_back_2,m_back_3,m_back_4;
	// Generated message map functions
	//{{AFX_MSG(LoadDisrepairRecord)
	afx_msg void OnButton201();
	afx_msg void OnButton202();
	afx_msg void OnButton203();
	afx_msg void OnButton204();
	afx_msg void OnButton211();
	afx_msg void OnButton212();
	afx_msg void OnButton213();
	afx_msg void OnButton214();
	afx_msg void OnButton221();
	afx_msg void OnButton222();
	afx_msg void OnButton223();
	afx_msg void OnButton224();
	afx_msg void OnButton231();
	afx_msg void OnButton232();
	afx_msg void OnButton233();
	afx_msg void OnButton234();
	afx_msg void OnButton241();
	afx_msg void OnButton242();
	afx_msg void OnButton243();
	afx_msg void OnButton244();
	afx_msg void OnButton251();
	afx_msg void OnButton252();
	afx_msg void OnButton253();
	afx_msg void OnButton254();
	virtual BOOL OnInitDialog();
	afx_msg void OnCancelMode();
	afx_msg void OnSave();
	afx_msg void OnCancel();
	afx_msg void OnClean();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	afx_msg void OnSelchangeCombo1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LOADDISREPAIRRECORD_H__4949AFB6_6B3E_4696_B357_44BDB2BC01C5__INCLUDED_)

⌨️ 快捷键说明

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