Mercurial > mercurial > hgweb_golang.cgi
diff src/kaigo/horori/alloc/alloc.h @ 65:0369656be06c default tip
many changes.
author | pyon@macmini |
---|---|
date | Fri, 20 May 2022 06:30:34 +0900 |
parents | 20b42e2deae1 |
children |
line wrap: on
line diff
--- a/src/kaigo/horori/alloc/alloc.h Fri Dec 25 20:48:01 2020 +0900 +++ b/src/kaigo/horori/alloc/alloc.h Fri May 20 06:30:34 2022 +0900 @@ -1,5 +1,5 @@ // Filename : alloc.h -// Last Change: 2020-04-16 –Ø 12:22:39. +// Last Change: 2021-05-07 ‹à 17:09:06. // #pragma once @@ -12,6 +12,7 @@ #include <wx/colour.h> #include <wx/settings.h> #include <wx/filepicker.h> +#include <wx/checkbox.h> #include <wx/bitmap.h> #include <wx/image.h> #include <wx/icon.h> @@ -28,8 +29,10 @@ wxStaticText* m_staticTextPdf; wxFilePickerCtrl* m_filePickerPdf1; wxFilePickerCtrl* m_filePickerPdf2; + wxCheckBox* m_checkBoxSkipPdf; wxStaticText* m_staticTextTif; wxDirPickerCtrl* m_dirPickerTif; + wxCheckBox* m_checkBoxJ2T; wxStaticText* m_staticTextWork; wxDirPickerCtrl* m_dirPickerWork; wxButton* m_buttonAlloc; @@ -37,8 +40,8 @@ virtual void OnAlloc(wxCommandEvent& event); void CreateControls(); void InitializeControlsValue(); - void Pdf2Tif(); - void AllocateTif(); + void Pdf2Jpg(); + bool AllocateTif(); public: AllocFrame(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(244,157), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL);