Develop and Download Open Source Software

Browse CVS Repository

Contents of /tombo/Tombo/Src/NewFolderDialog.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Mon Sep 25 15:59:44 2006 UTC (17 years, 6 months ago) by hirami
Branch: MAIN
CVS Tags: Tombo_2_0b4, B231, HEAD
Changes since 1.1: +5 -1 lines
File MIME type: text/x-chdr
* FIX: One pane mode is not worked(#8954)
* FIX: Save new note failed when choosing virtual folder(#9013)
* FIX: Cut/Copy/Paste is not worked when choosing from menu(WM5)(#9008)
* FIX: Renaming is not worked on some WM5 devices(#9014)
* FIX: Password timeout is not occured when displaying crypted notes and focus is in treeview.(#9050)

1 #ifndef NEWFOLDERDIALOG_H
2 #define NEWFOLDERDIALOG_H
3
4 class NewFolderDialog {
5 HWND hDialog;
6 HINSTANCE hInstance;
7 TCHAR aFolder[MAX_PATH];
8 LPCTSTR pBaseText;
9 DWORD nTitleID;
10 public:
11
12 NewFolderDialog();
13 void InitDialog(HWND hWnd);
14 BOOL OnOK(HWND hWnd);
15
16 DWORD Popup(HINSTANCE hInst, HWND hParent);
17 LPCTSTR FolderName() { return aFolder; }
18
19 void SetOption(DWORD nTitleID, LPCTSTR pText);
20 };
21
22 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26