EnglishРусский  

   ..

   GEENGINE

   RES

   GeClass.cpp

   GeClass.h

   GeParserData.cpp

   GeViewer.cpp

   GeViewer.dsp

   GeViewer.dsw

   GeViewerDlg.cpp

   GeViewerDlg.h

   StdAfx.cpp

   StdAfx.h

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

source\programs\geviewer\GeViewerDlg.h
 1 // GeViewerDlg.h : header file
 2 //
 3 
 4 #if !defined(AFX_GEVIEWERDLG_H__12E7D9FA_3F66_40E9_A340_A19FC370196F__INCLUDED_)
 5 #define AFX_GEVIEWERDLG_H__12E7D9FA_3F66_40E9_A340_A19FC370196F__INCLUDED_
 6 
 7 #if _MSC_VER > 1000
 8 #pragma once
 9 #endif // _MSC_VER > 1000
10 
11 /////////////////////////////////////////////////////////////////////////////
12 // CGeViewerDlg dialog
13 
14 class CGeViewerDlg : public CDialog
15 {
16 // Construction
17 public:
18 	CGeViewerDlg(CWnd* pParent = NULL);	// standard constructor
19 
20     CTreeCtrl  m_Tree;;
21 	CEdit      m_Edit;
22 	CImageList m_TreeImage; 
23     HTREEITEM  m_GeType;
24     HTREEITEM  m_GeGlobal;
25     HTREEITEM  m_GeDefine;
26     HTREEITEM  m_GeImport;
27     HTREEITEM  m_GeResource;
28     HTREEITEM  m_GeAlias;
29     HTREEITEM  m_GeExFunc;
30 	HTREEITEM  m_GeByteCode;
31 // Dialog Data
32 	//{{AFX_DATA(CGeViewerDlg)
33 	enum { IDD = IDD_GEVIEWER_DIALOG };
34 		// NOTE: the ClassWizard will add data members here
35 	//}}AFX_DATA
36 
37 	// ClassWizard generated virtual function overrides
38 	//{{AFX_VIRTUAL(CGeViewerDlg)
39 	public:
40 	virtual BOOL DestroyWindow();
41 	protected:
42 	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
43 	//}}AFX_VIRTUAL
44 
45 // Implementation
46 protected:
47 	HICON m_hIcon;
48     GeClass m_GeFile;
49     bool isDeleteName;
50 	// Generated message map functions
51 	//{{AFX_MSG(CGeViewerDlg)
52 	virtual BOOL OnInitDialog();
53 	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
54 	afx_msg void OnPaint();
55 	afx_msg HCURSOR OnQueryDragIcon();
56 	afx_msg void OnClickTree1(NMHDR* pNMHDR, LRESULT* pResult);
57 	afx_msg void OnSaveAss();
58 	afx_msg void OnDeleteNames();
59 	//}}AFX_MSG
60 	DECLARE_MESSAGE_MAP()
61 };
62 
63 //{{AFX_INSERT_LOCATION}}
64 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
65 
66 #endif // !defined(AFX_GEVIEWERDLG_H__12E7D9FA_3F66_40E9_A340_A19FC370196F__INCLUDED_)
Edit