diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-26 21:43:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-26 21:43:05 +0000 |
commit | 5f7220f4ac50fe08f6e604e29b43f072c5756f0c (patch) | |
tree | 0457a226e7ed38eb710e2733d54d149bb113d002 /protocols/JabberG/res | |
parent | 241694d1e1888c8f0b74ed95c894a5e393500b21 (diff) |
Jabber: resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@10604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/res')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 42de6ac56e..442cd0d29e 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -70,8 +70,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN
DEFPUSHBUTTON "Go",IDC_GO,93,11,16,13,WS_DISABLED
LTEXT "Search service",IDC_STATIC,0,1,97,8
- SCROLLBAR IDC_VSCROLL,97,49,12,99,SBS_BOTTOMALIGN | SBS_VERT | NOT WS_VISIBLE
- EDITTEXT IDC_INSTRUCTIONS,0,27,105,22,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
+ SCROLLBAR IDC_VSCROLL,97,65,11,83,SBS_BOTTOMALIGN | SBS_VERT | NOT WS_VISIBLE
+ EDITTEXT IDC_INSTRUCTIONS,1,26,105,35,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "",IDC_FRAME,0,49,97,99,NOT WS_GROUP
COMBOBOX IDC_SERVER,0,11,92,75,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
END
@@ -201,7 +201,8 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
EDITTEXT IDC_JID,7,7,272,12,ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
EDITTEXT IDC_PASSWORD,7,22,272,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "Remember password for this session",IDC_SAVEPASSWORD, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,272,14
+ CONTROL "Remember password for this session",IDC_SAVEPASSWORD,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,272,14
CONTROL "Save password permanently",IDC_SAVE_PERM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,56,272,12
DEFPUSHBUTTON "OK",IDOK,175,70,50,14
PUSHBUTTON "Cancel",IDCANCEL,229,70,50,14
@@ -695,7 +696,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "XML Console"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_CONSOLE,RICHEDIT_CLASS,WS_BORDER | WS_VSCROLL | WS_TABSTOP | 0x804,5,5,343,137
+ CONTROL "",IDC_CONSOLE,"RichEdit20A",ES_MULTILINE | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP,5,5,343,137
CONTROL "Custom1",IDC_BTN_MSG,"MButtonClass",WS_TABSTOP,5,147,16,14
CONTROL "Custom1",IDC_BTN_PRESENCE,"MButtonClass",WS_TABSTOP,21,147,16,14
CONTROL "Custom1",IDC_BTN_IQ,"MButtonClass",WS_TABSTOP,37,147,16,14
@@ -707,6 +708,7 @@ BEGIN DEFPUSHBUTTON "Send",IDOK,299,209,50,14
END
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -735,6 +737,10 @@ BEGIN RIGHTMARGIN, 184
END
+ IDD_SEARCHUSER, DIALOG
+ BEGIN
+ END
+
IDD_OPT_REGISTER, DIALOG
BEGIN
RIGHTMARGIN, 165
|