diff myframe.h @ 4:3fadcf124bb4

add Percent.
author pyon@macmini
date Tue, 05 Jun 2018 22:09:21 +0900
parents cc1f1fa544a4
children
line wrap: on
line diff
--- a/myframe.h	Sun Nov 27 20:15:37 2016 +0900
+++ b/myframe.h	Tue Jun 05 22:09:21 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 2016-11-27 Sun 14:19:57.
+// Last Change: 2018-06-05 Tue 21:56:57.
 //
 #ifndef __MYFRAME_H__
 #define __MYFRAME_H__
@@ -29,7 +29,7 @@
 {
     DECLARE_EVENT_TABLE()
 	private:
-        long     w, h;
+        long     w, h, s;
         int      choice_type;
         wxString out_dir;
 	
@@ -44,6 +44,8 @@
 		wxTextCtrl*      m_textCtrlWidth;
 		wxStaticText*    m_staticTextHeight;
 		wxTextCtrl*      m_textCtrlHeight;
+		wxStaticText*    m_staticTextPercent;
+		wxTextCtrl*      m_textCtrlPercent;
 		wxStaticText*    m_staticTextOutput;
 		wxDirPickerCtrl* m_dirPicker;
 		wxButton*        m_buttonExec;