From 5ca9fffedd1682ab1d62098df20e284bfe94ad45 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 13 Oct 2009 09:14:32 +0300 Subject: variables button (thx awkward) --- stopspam_mod/headers.h | 1 + stopspam_mod/stopspam.aps | Bin 40388 -> 40396 bytes stopspam_mod/stopspam.rc | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stopspam_mod/headers.h b/stopspam_mod/headers.h index ff7349e..952a392 100644 --- a/stopspam_mod/headers.h +++ b/stopspam_mod/headers.h @@ -12,6 +12,7 @@ #include #include #include +#include //#define VARIABLES_NOHELPER #include diff --git a/stopspam_mod/stopspam.aps b/stopspam_mod/stopspam.aps index ad8f2a3..54b6850 100644 Binary files a/stopspam_mod/stopspam.aps and b/stopspam_mod/stopspam.aps differ diff --git a/stopspam_mod/stopspam.rc b/stopspam_mod/stopspam.rc index 74cd783..1f41d8f 100644 --- a/stopspam_mod/stopspam.rc +++ b/stopspam_mod/stopspam.rc @@ -36,10 +36,10 @@ BEGIN LTEXT "Answer:",IDC_STATIC,0,82,270,8 EDITTEXT ID_ANSWER,0,94,300,14,ES_AUTOHSCROLL LTEXT "Congratulation:",IDC_STATIC,0,112,270,8 - EDITTEXT ID_CONGRATULATION,0,125,300,48,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL + EDITTEXT ID_CONGRATULATION,0,123,300,48,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL LTEXT "Auth. request reply:",IDC_STATIC,0,174,270,8 EDITTEXT ID_AUTHREPL,0,187,300,14,ES_AUTOHSCROLL - PUSHBUTTON "Vars.",IDC_VARS,0,208,19,14 + CONTROL "Vars",IDC_VARS,"MButtonClass",WS_TABSTOP,0,206,16,16 END IDD_PROTO DIALOGEX 0, 0, 230, 173 -- cgit v1.2.3