view include/common.h @ 7:bfa0800f1176

fix text-color
author pyon@macmini
date Sat, 08 Oct 2011 19:49:13 +0900
parents 99d612849255
children
line wrap: on
line source

// Filename   : common.h
// Last Change: 08-Oct-2011.
//
#ifndef __COMMON__
#define __COMMON__

#include "wx/wxprec.h"
 
#ifndef WX_PRECOMP
    #include "wx/wx.h"
#endif

enum {
    // mainframe
    ID_MAIN    = wxID_HIGHEST + 1,
    ID_TEST,

    ID_OPWORK,
    ID_WORKDIR,
    ID_DTWHITE,
    ID_DRIVE,
    ID_DATE,
    ID_CCN,
    ID_STDIR,
    ID_MKDIR,
    ID_DIR,
    ID_DOMOVE,
    ID_LIST,

    // delwhite
    ID_LSWHITE,
    ID_CHECK,
    ID_CANCEL,
    ID_DELETE,
};
#endif  // __COMMON__