[commit] r2147 - trunk/Tools/TableEditor

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Feb 12 13:46:24 CST 2013


Author: ksmyth
Date: Tue Feb 12 13:46:23 2013
New Revision: 2147

Log:
Fully remove import/export buttons

Modified:
   trunk/Tools/TableEditor/GridDlg.cpp
   trunk/Tools/TableEditor/GridDlg.h
   trunk/Tools/TableEditor/Resource.h

Modified: trunk/Tools/TableEditor/GridDlg.cpp
==============================================================================
--- trunk/Tools/TableEditor/GridDlg.cpp	Thu Jan 24 11:32:33 2013	(r2146)
+++ trunk/Tools/TableEditor/GridDlg.cpp	Tue Feb 12 13:46:23 2013	(r2147)
@@ -599,7 +599,6 @@
 {
 	CDialog::DoDataExchange(pDX);
 	//{{AFX_DATA_MAP(CGridDlg)
-	DDX_Control(pDX, IDC_BTNIMPORT, m_btnImport);
 	DDX_Control(pDX, IDC_STATIC_FILTERS, m_stcFilters);
 	DDX_Control(pDX, IDC_STATIC_SELECTION, m_stcSelect);
 	DDX_Control(pDX, IDC_CHKALLTYPES, m_btnAllTypes);
@@ -614,7 +613,6 @@
 	DDX_Control(pDX, IDC_CHKCON, m_btnCon);
 	DDX_Control(pDX, IDC_CHKATOM, m_btnAtom);
 	DDX_Control(pDX, IDC_LISTKIND, m_lstKind);
-	DDX_Control(pDX, IDC_BTNEXPORT, m_btnExport);
 	DDX_Control(pDX, IDCANCEL, m_btnCANCEL);
 	DDX_Control(pDX, IDOK, m_btnOK);
 	DDX_Check(pDX, IDC_CHECKALLKINDS, m_chkAllKinds);
@@ -945,8 +943,6 @@
 
 	MoveWndDown(&m_btnCANCEL, Translate.cy);
 
-	MoveWndDown(&m_btnExport, Translate.cy);
-
 	MoveWndDown(&m_btnDisp, Translate.cy);
 
 	MoveWndDown(&m_btnAllKinds, Translate.cy);
@@ -975,8 +971,6 @@
 
 	MoveWndDown(&m_stcFilters, Translate.cy);
 
-	MoveWndDown(&m_btnImport, Translate.cy);
-
 	Invalidate();
 
 	m_OldSize = CSize(cx,cy);

Modified: trunk/Tools/TableEditor/GridDlg.h
==============================================================================
--- trunk/Tools/TableEditor/GridDlg.h	Thu Jan 24 11:32:33 2013	(r2146)
+++ trunk/Tools/TableEditor/GridDlg.h	Tue Feb 12 13:46:23 2013	(r2147)
@@ -32,7 +32,6 @@
 // Dialog Data
 	//{{AFX_DATA(CGridDlg)
 	enum { IDD = IDD_GRIDDLG };
-	CButton	m_btnImport;
 	CStatic	m_stcFilters;
 	CStatic	m_stcSelect;
 	CButton	m_btnAllTypes;
@@ -47,7 +46,6 @@
 	CButton	m_btnCon;
 	CButton	m_btnAtom;
 	CListBox	m_lstKind;
-	CButton	m_btnExport;
 	CButton	m_btnCANCEL;
 	CButton	m_btnOK;
 	BOOL	m_chkAllKinds;

Modified: trunk/Tools/TableEditor/Resource.h
==============================================================================
--- trunk/Tools/TableEditor/Resource.h	Thu Jan 24 11:32:33 2013	(r2146)
+++ trunk/Tools/TableEditor/Resource.h	Tue Feb 12 13:46:23 2013	(r2147)
@@ -16,13 +16,11 @@
 #define IDC_CHKREF                      217
 #define IDC_CHKSET                      218
 #define IDC_STATICHELP                  219
-#define IDC_BTNEXPORT                   220
 #define IDC_CHKCON                      221
 #define IDC_BTNDISP                     222
 #define IDC_STATIC_TYPE                 223
 #define IDC_STATIC_SELECTION            224
 #define IDC_STATIC_FILTERS              225
-#define IDC_BTNIMPORT                   226
 #define ID_VIEW_RECURSIVELYSHOWITEMS    32771
 
 // Next default values for new objects


More information about the gme-commit mailing list