Mercurial > mercurial > hgweb_searcher03.cgi
diff src/myframe.cpp @ 8:4967d1e2b30c
Alert when not mask in batch print mode.
author | pyon@macmini |
---|---|
date | Fri, 01 Nov 2013 18:44:37 +0900 |
parents | 7ac7d28699af |
children | b455f2d8aac9 |
line wrap: on
line diff
--- a/src/myframe.cpp Thu Oct 17 19:54:23 2013 +0900 +++ b/src/myframe.cpp Fri Nov 01 18:44:37 2013 +0900 @@ -1,5 +1,5 @@ // Filename : myframe.cpp -// Last Change: 17-Oct-2013. +// Last Change: 01-Nov-2013. // #include "main.h" #include "db.h" @@ -403,7 +403,7 @@ /* 一括印刷モード */ void MyFrame::OnBPrintMode( wxCommandEvent& WXUNUSED(event) ) { - FrameBatchPrint* bp = new FrameBatchPrint( this, wxID_ANY, wxT("一括印刷"), wxDefaultPosition, wxSize( 680, 600 ), wxCAPTION|wxFRAME_NO_TASKBAR ); + FrameBatchPrint* bp = new FrameBatchPrint( this, wxID_ANY, wxT("一括印刷"), wxDefaultPosition, wxSize( 700, 600 ), wxCAPTION|wxFRAME_NO_TASKBAR ); bp->SetMask1( m_mask1 ); bp->SetMask2( m_mask2 ); bp->SetMask3( m_mask3 ); @@ -421,8 +421,8 @@ config->Read( wxT("rootdir"), &rootdir ); IndexDialog* index = new IndexDialog( this, wxID_ANY, wxT("インデックス作成"), wxDefaultPosition, wxSize( 700, 600 ), wxDEFAULT_DIALOG_STYLE|wxSTAY_ON_TOP ); + index->SetRootdir( rootdir ); index->ShowModal(); - index->SetRootdir( rootdir ); } /* マークシートパラメータ設定ダイアログ */ void MyFrame::OnMarkParam( wxCommandEvent& WXUNUSED(event) )