diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-08 11:07:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-08 11:07:26 +0000 |
commit | 17e1ffb41fd729e5f65a70255ae83917d16340fc (patch) | |
tree | 157f0e2250370b3a49ee8960a9357156ee35d2b0 /plugins/FloatingContacts/res | |
parent | 1749350c4ae58f48b034aa373941dcf0edf8c969 (diff) |
Floating contacts:
- font settings moved to Options / Customize / Fonts & Colors
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@3916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/res')
-rw-r--r-- | plugins/FloatingContacts/res/fltcnt.rc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/FloatingContacts/res/fltcnt.rc b/plugins/FloatingContacts/res/fltcnt.rc index 8c0c4813ae..874eca817c 100644 --- a/plugins/FloatingContacts/res/fltcnt.rc +++ b/plugins/FloatingContacts/res/fltcnt.rc @@ -90,26 +90,6 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0xCC
BEGIN
- GROUPBOX "Fonts",IDC_STATIC,3,2,294,113
- COMBOBOX IDC_FONTID,16,15,273,173,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- LTEXT "same",IDC_STSAMETEXT,19,29,51,10,SS_CENTERIMAGE
- CONTROL "Typeface",IDC_SAMETYPE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,74,29,52,10
- CONTROL "Size",IDC_SAMESIZE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,131,29,45,10
- CONTROL "Style",IDC_SAMESTYLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,181,29,52,10
- CONTROL "Colour",IDC_SAMECOLOUR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,238,29,51,10
- LTEXT "as:",IDC_STASTEXT,19,45,55,10,SS_CENTERIMAGE
- COMBOBOX IDC_SAMEAS,84,42,204,99,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- CONTROL "",IDC_STHORZBAR,"Static",SS_ETCHEDHORZ,17,59,268,1
- COMBOBOX IDC_TYPEFACE,12,64,143,182,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- COMBOBOX IDC_SCRIPT,160,64,82,68,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- COMBOBOX IDC_FONTSIZE,248,64,40,69,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
- CONTROL "Bold",IDC_BOLD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,78,62,10
- CONTROL "Italic",IDC_ITALIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,77,78,58,10
- CONTROL "Underline",IDC_UNDERLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,78,66,10
- CONTROL "",IDC_COLOUR,"ColourPicker",WS_TABSTOP,229,80,59,11
- EDITTEXT IDC_SAMPLE,74,94,151,16,ES_CENTER | ES_READONLY | NOT WS_TABSTOP
- CONTROL "Slider1",IDC_SLIDER_OPACITY,"msctls_trackbar32",TBS_TOP | TBS_NOTICKS | WS_TABSTOP,178,155,81,12,WS_EX_TRANSPARENT
- CTEXT "100 %",IDC_OPACITY,262,157,25,8,0,WS_EX_TRANSPARENT
GROUPBOX "Border",IDC_STATIC,4,116,293,36
CONTROL "Draw border",IDC_DRAWBORDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,131,109,10,WS_EX_TRANSPARENT
RTEXT "Left-top edges color:",IDC_STATIC,116,126,137,8,NOT WS_GROUP,WS_EX_TRANSPARENT
|