diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 13:49:26 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 13:49:26 +0000 |
commit | 27c029afcd42568aeec293da28f6f68585416838 (patch) | |
tree | 43ac84fc5882d595b88f34094edffb75f4ccc9f5 /protocols/SkypeWeb | |
parent | fbb5d3456c540866ccc249c35b656def0219d8fb (diff) |
SkypeWeb: Cosmetics.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 25 | ||||
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 7 |
2 files changed, 24 insertions, 8 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 24a62ac7c1..2bbd7e616e 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -107,15 +107,21 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Account",IDC_STATIC,7,7,296,63
- LTEXT "Skypename:",IDC_STATIC,12,19,69,11
+ LTEXT "Skypename:",IDC_STATIC,13,19,69,11
EDITTEXT IDC_SKYPENAME,81,17,217,12,ES_AUTOHSCROLL
- LTEXT "Password:",IDC_STATIC,12,35,69,8
+ LTEXT "Password:",IDC_STATIC,13,35,69,8
EDITTEXT IDC_PASSWORD,81,33,217,12,ES_PASSWORD | ES_AUTOHSCROLL
- LTEXT "Default group:",IDC_STATIC,12,51,69,12
+ LTEXT "Default group:",IDC_STATIC,13,51,69,12
EDITTEXT IDC_GROUP,81,49,217,12,ES_AUTOHSCROLL
- GROUPBOX "Others",IDC_STATIC,5,79,298,71
- CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,94,282,10
- CONTROL "Use local time for received messages",IDC_LOCALTIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,108,282,10
+ GROUPBOX "Others",IDC_STATIC,5,79,298,51
+ CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,89,282,10
+ CONTROL "Use local time for received messages",IDC_LOCALTIME,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,99,282,10
+ GROUPBOX "Mark message as read...",IDC_STATIC_MARC_AS_READ,6,132,297,38,NOT WS_VISIBLE
+ CONTROL "on read",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE,13,142,124,10
+ CONTROL "on receive",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE,13,153,113,10
+ CONTROL "on reply",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE,146,142,122,10
+ CONTROL "on typing",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE,146,153,125,10
END
IDD_PASSWORD_EDITOR DIALOGEX 0, 0, 209, 75
@@ -146,7 +152,12 @@ BEGIN IDD_OPTIONS_MAIN, DIALOG
BEGIN
- VERTGUIDE, 12
+ VERTGUIDE, 13
+ VERTGUIDE, 146
+ HORZGUIDE, 89
+ HORZGUIDE, 99
+ HORZGUIDE, 142
+ HORZGUIDE, 153
END
IDD_PASSWORD_EDITOR, DIALOG
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index 61027d0438..b9e82b8a3c 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -12,6 +12,11 @@ #define IDC_SAVEPERMANENTLY 108
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
+#define IDC_RADIO1 1030
+#define IDC_RADIO2 1031
+#define IDC_RADIO3 1032
+#define IDC_RADIO4 1033
+#define IDC_STATIC_MARC_AS_READ 1034
// Next default values for new objects
//
@@ -19,7 +24,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1030
+#define _APS_NEXT_CONTROL_VALUE 1035
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|