From 27c029afcd42568aeec293da28f6f68585416838 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 14 Apr 2015 13:49:26 +0000 Subject: SkypeWeb: Cosmetics. git-svn-id: http://svn.miranda-ng.org/main/trunk@12808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/res/resource.rc | 25 ++++++++++++++++++------- protocols/SkypeWeb/src/resource.h | 7 ++++++- 2 files changed, 24 insertions(+), 8 deletions(-) (limited to 'protocols') 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 -- cgit v1.2.3