Mercurial > mercurial > hgweb_mover2.cgi
comparison src/main.cpp @ 1:b47bd4618c16
design done.
| author | pyon@macmini |
|---|---|
| date | Sat, 15 Oct 2011 20:07:12 +0900 |
| parents | 7bf900d47e9e |
| children | 964129946db6 |
comparison
equal
deleted
inserted
replaced
| 0:7bf900d47e9e | 1:b47bd4618c16 |
|---|---|
| 30 wxString verstr = wxString::Format( wxT(" - v%d.%d ( build %d )"), VER, REV, BLD ); | 30 wxString verstr = wxString::Format( wxT(" - v%d.%d ( build %d )"), VER, REV, BLD ); |
| 31 wxString title = progname + verstr; | 31 wxString title = progname + verstr; |
| 32 | 32 |
| 33 MyFrame *mainframe = new MyFrame( NULL, ID_MAIN, title ); | 33 MyFrame *mainframe = new MyFrame( NULL, ID_MAIN, title ); |
| 34 mainframe->SetSize( rect ); | 34 mainframe->SetSize( rect ); |
| 35 mainframe->SetMinSize( wxSize( 580, 680 ) ); | 35 mainframe->SetMinSize( wxSize( 1200, 500 ) ); |
| 36 mainframe->Show(true); | 36 mainframe->Show(true); |
| 37 /* | 37 /* |
| 38 TestFrame *tf = new TestFrame( NULL, ID_TEST, wxT("A Test") ); | 38 TestFrame *tf = new TestFrame( NULL, ID_TEST, wxT("A Test") ); |
| 39 tf->Show(true); | 39 tf->Show(true); |
| 40 */ | 40 */ |
