comparison include/preview.h @ 12:52958cd4a073

Implement Force Mask button in Batch Print Mode.
author pyon@macmini
date Sun, 18 May 2014 19:49:15 +0900
parents dfcf8c973219
children bbd65edf71d4
comparison
equal deleted inserted replaced
11:dfcf8c973219 12:52958cd4a073
1 // Filename : preview.h 1 // Filename : preview.h
2 // Last Change: 01-May-2014. 2 // Last Change: 16-May-2014.
3 // 3 //
4 4
5 #ifndef __PREVIEW_H__ 5 #ifndef __PREVIEW_H__
6 #define __PREVIEW_H__ 6 #define __PREVIEW_H__
7 7
49 49
50 protected: 50 protected:
51 wxScrolledWindow* m_scrolledWindow; 51 wxScrolledWindow* m_scrolledWindow;
52 wxStaticBitmap* m_bitmap; 52 wxStaticBitmap* m_bitmap;
53 PThumbnailPanel* m_thumbPanel; 53 PThumbnailPanel* m_thumbPanel;
54 wxTextCtrl* m_textInfo;
55 wxButton* m_buttonMaskPrint;
54 wxButton* m_buttonPrint; 56 wxButton* m_buttonPrint;
55 wxButton* m_buttonClose; 57 wxButton* m_buttonClose;
56 58
57 public: 59 public:
58 PreviewDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); 60 PreviewDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style );