diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-09-27 12:16:29 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-09-27 12:16:29 +0000 |
commit | d58f242125c980ba56192f99bfb957de00b7c191 (patch) | |
tree | 5f017b691e50352a44c79096a6e18e3cf8dd8a6d /plugins/SmileyAdd/res/resource.rc | |
parent | dc7d14e9bec31f5ba10198e024fafe8636d1f852 (diff) |
cosmetics (patch by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/res/resource.rc')
-rw-r--r-- | plugins/SmileyAdd/res/resource.rc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/plugins/SmileyAdd/res/resource.rc b/plugins/SmileyAdd/res/resource.rc index 2b8039684c..ec964d5b9e 100644 --- a/plugins/SmileyAdd/res/resource.rc +++ b/plugins/SmileyAdd/res/resource.rc @@ -61,22 +61,23 @@ BEGIN EDITTEXT IDC_MINSMSZ,165,144,30,14,ES_RIGHT | ES_NUMBER
CONTROL "",IDC_MINSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,182,145,11,12
LTEXT "Minimum smiley height",IDC_STATIC,198,148,115,8
- GROUPBOX "Smiley selector",IDC_STATIC,6,160,310,51
- CONTROL "Surround inserted smiley with spaces",IDC_APPENDSPACES,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,170,235,10
- CONTROL "Use first smiley for selection size",IDC_SCALEALLSMILEYS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,179,209,10
- CONTROL "IEView style window",IDC_IEVIEWSTYLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,189,192,10
- CONTROL "",IDC_SELCLR,"ColourPicker",WS_TABSTOP,260,169,50,11
- CONTROL "Animate",IDC_ANIMATESEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,190,85,10
+ GROUPBOX "Smiley selector",IDC_STATIC,6,160,310,52
+ CONTROL "",IDC_SELCLR,"ColourPicker",WS_TABSTOP,257,185,41,11
+ CONTROL "Animate",IDC_ANIMATESEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,200,85,10
GROUPBOX "Input area",IDC_STATIC,6,213,145,36
CONTROL "Enable smileys",IDC_INPUTSMILEYS,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,15,226,130,8
CONTROL "Don't replace at cursor",IDC_DCURSORSMILEY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,15,237,130,8
GROUPBOX "Built-in message dialog support",IDC_STATIC,155,213,162,36
CONTROL "Disable",IDC_PLUGENABLED,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,240,222,69,12
- COMBOBOX IDC_SMLBUT,159,234,60,35,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_SMLBUT,159,233,60,35,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "Smiley button",IDC_STATIC,161,223,72,8
- CONTROL "Horizontal sorting",IDC_SORTING_HORIZONTAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,199,194,10
+ CTEXT "Background\ncolor",IDC_STATIC,243,167,70,16
+ CONTROL "Surround inserted smiley with spaces",IDC_APPENDSPACES,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,170,220,11
+ CONTROL "Use first smiley for selection size",IDC_SCALEALLSMILEYS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,180,220,8
+ CONTROL "IEView style window",IDC_IEVIEWSTYLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,199,192,11
+ CONTROL "Horizontal sorting",IDC_SORTING_HORIZONTAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,190,200,8
END
|