Mercurial > mercurial > hgweb_searcher03.cgi
diff src/myframe.cpp @ 3:1a64119ab257
Equipment Regist print-target by Drag & Drop.
author | pyon@macmini |
---|---|
date | Tue, 27 Aug 2013 18:50:00 +0900 |
parents | c066fde99517 |
children | fdba695b99f1 |
line wrap: on
line diff
--- a/src/myframe.cpp Fri Aug 23 18:32:09 2013 +0900 +++ b/src/myframe.cpp Tue Aug 27 18:50:00 2013 +0900 @@ -1,5 +1,5 @@ // Filename : myframe.cpp -// Last Change: 23-Aug-2013. +// Last Change: 27-Aug-2013. // #include "main.h" #include "db.h" @@ -376,7 +376,7 @@ /* 一括印刷モード */ void MyFrame::OnBPrintMode( wxCommandEvent& WXUNUSED(event) ) { - FrameBatchPrint* bp = new FrameBatchPrint( this, wxID_ANY, wxT("一括印刷"), wxDefaultPosition, wxSize( 640, 500 ), wxCAPTION|wxFRAME_NO_TASKBAR ); + FrameBatchPrint* bp = new FrameBatchPrint( this, wxID_ANY, wxT("一括印刷"), wxDefaultPosition, wxSize( 680, 600 ), wxCAPTION|wxFRAME_NO_TASKBAR ); bp->SetMask1( m_mask1 ); bp->SetMask2( m_mask2 ); bp->SetMask3( m_mask3 );