Mercurial > mercurial > hgweb_lesearcher.cgi
comparison include/mmove.h @ 0:615a15029602 default tip
first commit.
author | pyon@macmini |
---|---|
date | Sun, 10 Nov 2019 08:39:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:615a15029602 |
---|---|
1 /* Filename : mmover.h | |
2 Last Change: 2019-11-08 金 14:16:26. | |
3 by Takayuki Mutoh | |
4 */ | |
5 #pragma once | |
6 | |
7 #include <wx/frame.h> | |
8 #include <wx/dataview.h> | |
9 #include <wx/button.h> | |
10 | |
11 class MergeMoveFrame : public wxFrame | |
12 { | |
13 private: | |
14 | |
15 protected: | |
16 | |
17 public: | |
18 MergeMoveFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("資料作成"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); | |
19 ~MergeMoveFrame(); | |
20 }; | |
21 |