diff src/kaigo/horori/searcher/include/searcher.h @ 50:638e1ad05cae

small changes.
author pyon@macmini
date Fri, 24 Apr 2020 22:22:12 +0900
parents 8384ca56f1b4
children 7396e7407abd
line wrap: on
line diff
--- a/src/kaigo/horori/searcher/include/searcher.h	Thu Apr 23 22:54:58 2020 +0900
+++ b/src/kaigo/horori/searcher/include/searcher.h	Fri Apr 24 22:22:12 2020 +0900
@@ -1,5 +1,5 @@
 // Filename   : searcher.h
-// Last Change: 2020-04-23 木 16:23:44.
+// Last Change: 2020-04-24 金 09:50:28.
 //
 #pragma once
 
@@ -110,7 +110,7 @@
 		wxDataViewColumn*   m_dataViewListColumnProgress;
 		wxDataViewColumn*   m_dataViewListColumnDummy;
 
-		// Index
+		// Mainte(Index)
 		wxStaticText* m_staticTextIndex;
 		wxStaticText* m_staticTextDrive;
 		wxStaticText* m_staticTextYear;
@@ -155,6 +155,16 @@
 		wxButton*         m_buttonRegImg;
 		wxTextCtrl*       m_textCtrlLastIndex;
 
+		// Setup
+		wxPanel*            m_panelSetup;
+		wxDataViewListCtrl* m_dataViewListCtrlPw;
+		wxDataViewColumn*   m_dataViewListColumnUId;
+		wxDataViewColumn*   m_dataViewListColumnUName;
+		wxDataViewColumn*   m_dataViewListColumnUGroup;
+		wxDataViewColumn*   m_dataViewListColumnUPw;
+		wxTextCtrl*         m_textCtrlUPassword;
+		wxButton*           m_buttonPw;
+
 		// Right-Pane
 		wxSearchCtrl*       m_searchCtrl;
 		wxButton*           m_buttonHist;
@@ -196,6 +206,9 @@
 		virtual void OnUploadHhsDB(wxCommandEvent& event);
 		virtual void OnUploadImage(wxCommandEvent& event);
 
+		virtual void OnUPassword(wxCommandEvent& event);
+		virtual void OnSavePw(wxCommandEvent& event);
+
 		virtual void OnChar(wxKeyEvent& event);
 		virtual void OnHist(wxCommandEvent& event);
 		virtual void OnSelectAnyListItem(wxDataViewEvent& event);
@@ -212,6 +225,8 @@
 		void LoadBookImage(MyStaticBitmap& mysb, wxString file);
 		void LoadBookImages();
 		void ReadCSV();
+		void LoadPasswd(bool show);
+		void SavePasswd();
 		void RemoveTemp();
 		void MaskImage1();