5 Author: Misza (misza@ihug.com.au)
7 (C) 2002 OpenBeOS under MIT license
11 #ifndef __DETAILSVIEW_H__
12 #define __DETAILSVIEW_H__
14 #include <InterfaceKit.h>
16 #include <Application.h>
18 const uint32 CHANGE_PHONENO
= 'Cphn';
19 const uint32 CHANGE_USERNAME
= 'Cusr';
20 const uint32 CHANGE_PASSWORD
= 'Cpwd';
21 const uint32 SAVEPASSWORD
= 'Spwd';
22 const uint32 BTN_SETTINGS
= 'Stng';
24 class DetailsView
: public BView
29 virtual void MessageReceived(BMessage
* msg
);
30 virtual void AttachedToWindow();
32 BTextControl
* phoneno
;
33 BTextControl
* username
;
36 BCheckBox
* savepasswd
;