Subversion Repositories Kolibri OS

Rev

Rev 3412 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3412 Rev 3413
Line 44... Line 44...
44
//WindowDefinitions
44
//WindowDefinitions
45
#define WIN_W         600
45
#define WIN_W         600
46
#define WIN_H         440
46
#define WIN_H         440
47
#define WIN_MIN_W     500
47
#define WIN_MIN_W     500
48
#define WIN_MIN_H     380
48
#define WIN_MIN_H     380
49
#define LOGIN_HEADER   "Login - Email client Liza 0.77"
49
#define LOGIN_HEADER   "Login - Email client Liza 0.8"
50
#define OPTIONS_HEADER "Options - Email client Liza 0.77"
50
#define OPTIONS_HEADER "Options - Email client Liza 0.8"
51
#define MAILBOX_HEADER "Mail Box - Email client Liza 0.77"
51
#define MAILBOX_HEADER "Mail Box - Email client Liza 0.8"
52
proc_info Form;
52
proc_info Form;
53
system_colors sc;
53
system_colors sc;
54
#define LBUMP 0xFFFfff
54
#define LBUMP 0xFFFfff
Line 55... Line 55...
55
 
55