OSDN Git Service

Lycheeにリネーム。
[tpi/lychee.git] / src / lychee / frm_main.h
index e577ee2..722cc41 100644 (file)
 
 class MainFrame: public wxFrame {
 public:
-    wxStatusBar* statusbar;
-    wxTreeCtrl* tree_ctrl;
-    myListCtrl* list_ctrl;
+    wxTreeCtrl * tree_ctrl;
+    myListCtrl * list_ctrl;
        ArrayTPI_FILEINFO fileinfo;
        TPIHandle tpi;
+       wxFileName fnArchive;
+       wxFileConfig conf;
        wxString szCurrentPath;
        wxCmdLineParser cmdLine;
-       wxFileName fnArchive;
 
     // Event handler.
     void OnInit(    wxInitDialogEvent&);
@@ -74,11 +74,11 @@ public:
        ~MainFrame();
 
 protected:
-    wxMenuBar* menubar;
-    wxToolBar* toolbar;
-    wxSplitterWindow* window_splitter;
+    wxMenuBar * menubar;
+    wxToolBar * toolbar;
+    wxStatusBar * statusbar;
+    wxSplitterWindow * window_splitter;
     wxTextCtrl * tcFilter;
-       wxFileConfig conf;
     DECLARE_EVENT_TABLE()
 };