Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Jun 17 19:07:22 2004 UTC (19 years, 9 months ago) by hirami
Branch: MAIN
CVS Tags: B155, Tombo_2_0a3, Tombo_2_0a2, Tombo_2_0a1, Tombo_1_17_1, B153, B191, B192, B193, B194, Tombo_1_9b1, B196, B197, B198, B199, B200, B201, B202, B203, B205, B206, B207, B208, SNAPSHOT_20040920, SNAPSHOT_20040925, B183, B181, B180, B187, B186, B184, B189, B188, B213, B212, B211, B217, B216, B215, B214, B219, B218, Tombo_2_0b2, Tombo_2_0b3, Tombo_2_0b1, Tombo_1_9, Tombo_2_0b4, B228, B229, B226, B227, B224, B225, B222, B223, B220, B221, B154, B172, B156, B157, B150, B151, B152, B173, B158, B159, B171, Tombo_1_10, Tombo_1_13, SNAPSHOT20051220, Tombo_1_12, B231, B230, B147, B146, B145, B144, B143, B142, B141, B140, B149, B148, Tombo_1_15, Tombo_1_14, Tombo_1_17, Tombo_1_16, Tombo_1_11, B177, B174, B175, B178, B179, B164, B169, B168, B165, SNAPSHOT_20041121, B166, B161, B160, B163, B162, B138, B139, HEAD
Branch point for: Tombo_2_0alpha_branch, Tombo_1_17_1_branch
File MIME type: text/x-chdr
* major refactoring
	- modify MemoDetailsView for multi instance support.
	- impliment MemoDetailsViewDlg for support morden PocketPC style but not used in this version.

1 #ifndef DETAILSVIEWDLG_H
2 #define DETAILSVIEWDLG_H
3
4 class MemoDetailsView;
5 class MemoManager;
6
7 class DetailsViewDlg : public Tombo_Lib::DialogTemplate
8 {
9 HWND hDialog;
10 HWND hMenubar;
11
12 MemoManager *pMgr;
13 MemoDetailsView *pView;
14
15 LPTSTR pText;
16 public:
17 DetailsViewDlg();
18 ~DetailsViewDlg();
19
20 void InitDialog(HWND hDlg);
21 BOOL OnOK();
22
23 DWORD Popup(HINSTANCE hInst, HWND hParent, MemoManager *pMgr, LPTSTR pText);
24
25 void SetModify();
26
27 LPCTSTR GetText() { return pText; }
28
29 };
30
31 #endif

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