[GME-commit] GMESRC/Tools/GMETableEditor GridDlg.h,1.4,1.5
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Apr 8 12:15:49 CDT 2004
- Previous message: [GME-commit]
GMESRC/Tools/GMETableEditor TableEditorParser.h,NONE,1.1
TableEditorParser.cpp,NONE,1.1 GridDlg.cpp,1.8,1.9
resource.h,1.3,1.4 component.rc,1.3,1.4 Component.dsp,1.4,1.5
- Next message: [GME-commit] GMESRC/GME/Common CommonError.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Tools/GMETableEditor
In directory braindrain:/tmp/cvs-serv25948/Tools/GMETableEditor
Modified Files:
GridDlg.h
Log Message:
Added first version of import of Excel XML for the table Editor
CVS User: brianw
Index: GridDlg.h
===================================================================
RCS file: /var/lib/gme/GMESRC/Tools/GMETableEditor/GridDlg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GridDlg.h 14 Nov 2003 00:40:18 -0000 1.4
--- GridDlg.h 8 Apr 2004 16:15:47 -0000 1.5
***************
*** 32,35 ****
--- 32,36 ----
//{{AFX_DATA(CGridDlg)
enum { IDD = IDD_GRIDDLG };
+ CButton m_btnImport;
CStatic m_stcFilters;
CStatic m_stcSelect;
***************
*** 102,105 ****
--- 103,107 ----
afx_msg void OnChkRef();
afx_msg void OnChkSet();
+ afx_msg void OnBtnImport();
//}}AFX_MSG
afx_msg void OnGridDblClick(NMHDR *pNotifyStruct, LRESULT* pResult);
- Previous message: [GME-commit]
GMESRC/Tools/GMETableEditor TableEditorParser.h,NONE,1.1
TableEditorParser.cpp,NONE,1.1 GridDlg.cpp,1.8,1.9
resource.h,1.3,1.4 component.rc,1.3,1.4 Component.dsp,1.4,1.5
- Next message: [GME-commit] GMESRC/GME/Common CommonError.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list