summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AVS/res/avs.rc15
-rw-r--r--plugins/Alarms/res/resource.rc2
-rw-r--r--plugins/AssocMgr/res/resource.rc4
-rw-r--r--plugins/AutoRun/res/autorun.rc4
-rw-r--r--plugins/AvatarHistory/res/AvatarHistory.rc2
-rw-r--r--plugins/BASS_interface/res/Bass.rc4
-rw-r--r--plugins/BasicHistory/res/BasicHistory.rc12
-rw-r--r--plugins/BossKeyPlus/res/BossKey.rc6
-rw-r--r--plugins/BuddyExpectator/res/BuddyExpectator.rc2
-rw-r--r--plugins/BuddyPounce/res/resource.rc5
-rw-r--r--plugins/Clist_blind/res/resource.rc10
11 files changed, 34 insertions, 32 deletions
diff --git a/plugins/AVS/res/avs.rc b/plugins/AVS/res/avs.rc
index 11d9631c5e..59936a6d9f 100644
--- a/plugins/AVS/res/avs.rc
+++ b/plugins/AVS/res/avs.rc
@@ -27,8 +27,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//
IDD_OPTIONS_PICTS DIALOGEX 0, 0, 299, 214
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CTEXT "The pictures you can set here are used as default avatars\nfor contacts that don't have their own.\nUse the checkboxes to enable/disable showing avatars for the protocols.",IDC_STATIC,0,13,294,27
CONTROL "",IDC_PROTOCOLS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,19,83,150,85
@@ -40,8 +41,9 @@ BEGIN
END
IDD_OPTIONS_AVATARS DIALOGEX 0, 0, 302, 189
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Try to draw avatar background transparent (for images without transparency)",IDC_MAKE_TRANSPARENT_BKG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,17,278,12
@@ -58,8 +60,9 @@ BEGIN
END
IDD_OPTIONS_OWN DIALOGEX 0, 0, 302, 75
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "When setting avatars, always make them square",IDC_SET_MAKE_SQUARE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,17,281,11
diff --git a/plugins/Alarms/res/resource.rc b/plugins/Alarms/res/resource.rc
index a3f391d1cf..13104dbf7e 100644
--- a/plugins/Alarms/res/resource.rc
+++ b/plugins/Alarms/res/resource.rc
@@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
//
IDD_OPT1 DIALOGEX 0, 0, 306, 222
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
diff --git a/plugins/AssocMgr/res/resource.rc b/plugins/AssocMgr/res/resource.rc
index 9cd224e2d1..a2ce1cca68 100644
--- a/plugins/AssocMgr/res/resource.rc
+++ b/plugins/AssocMgr/res/resource.rc
@@ -47,9 +47,9 @@ END
//
IDD_OPT_ASSOCLIST DIALOGEX 0, 0, 301, 227
-STYLE DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Registered associations for Miranda NG:",
IDC_HEADERTEXT,3,0,295,8,SS_NOPREFIX
diff --git a/plugins/AutoRun/res/autorun.rc b/plugins/AutoRun/res/autorun.rc
index 889686ed3d..bcdb00807e 100644
--- a/plugins/AutoRun/res/autorun.rc
+++ b/plugins/AutoRun/res/autorun.rc
@@ -27,9 +27,9 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
//
IDD_OPT_AUTORUN DIALOGEX 0, 0, 200, 90
-STYLE DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Autorun",0,3,3,193,60
CONTROL "Launch Miranda NG at system startup",IDC_AUTORUN,"Button",
diff --git a/plugins/AvatarHistory/res/AvatarHistory.rc b/plugins/AvatarHistory/res/AvatarHistory.rc
index 0b94d45b32..db6f19ca7e 100644
--- a/plugins/AvatarHistory/res/AvatarHistory.rc
+++ b/plugins/AvatarHistory/res/AvatarHistory.rc
@@ -60,7 +60,7 @@ BEGIN
END
IDD_OPTIONS DIALOGEX 0, 0, 314, 173
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
diff --git a/plugins/BASS_interface/res/Bass.rc b/plugins/BASS_interface/res/Bass.rc
index 6ae3faa92f..b82783da8c 100644
--- a/plugins/BASS_interface/res/Bass.rc
+++ b/plugins/BASS_interface/res/Bass.rc
@@ -37,9 +37,9 @@ IDI_BASSSoundOff ICON "BASSSoundOff.ico"
//
IDD_OPTIONS DIALOGEX 0, 0, 313, 240
-STYLE DS_SHELLFONT | WS_VISIBLE | WS_CHILDWINDOW
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "un4seen's bass interface", IDC_STATIC, 5, 5, 302, 231
LTEXT "bass.dll loading error", IDC_BASSVERSION, 20, 20, 210, 8, SS_LEFT
diff --git a/plugins/BasicHistory/res/BasicHistory.rc b/plugins/BasicHistory/res/BasicHistory.rc
index 67d9dab156..bf900229e7 100644
--- a/plugins/BasicHistory/res/BasicHistory.rc
+++ b/plugins/BasicHistory/res/BasicHistory.rc
@@ -48,7 +48,7 @@ END
IDD_OPT_MAIN DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,5,298,220
CONTROL "Always show contact list",IDC_SHOWCONTACTS,
@@ -79,7 +79,7 @@ END
IDD_OPT_GROUPLIST DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,5,298,220
CONTROL "New messages on top",IDC_NEWONTOP,
@@ -104,7 +104,7 @@ END
IDD_OPT_MESSAGES DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,5,298,220
CONTROL "New messages on top",IDC_NEWONTOP,
@@ -124,7 +124,7 @@ END
IDD_OPT_SEARCHING DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,5,298,220
CONTROL "Search forward in list group",IDC_FORLIST,
@@ -148,7 +148,7 @@ END
IDD_OPT_EXPORT DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Export To Txt",IDC_STATIC,4,5,298,37
COMBOBOX IDC_TXTENC,142,20,152,30,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
@@ -175,7 +175,7 @@ END
IDD_OPT_SCHEDULER DIALOGEX 0, 0, 304, 225
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,5,298,220
LISTBOX IDC_LIST_TASKS,12,23,208,174, WS_TABSTOP | LBS_NOINTEGRALHEIGHT | WS_BORDER | WS_VSCROLL
diff --git a/plugins/BossKeyPlus/res/BossKey.rc b/plugins/BossKeyPlus/res/BossKey.rc
index 3f40658480..59cf4acad9 100644
--- a/plugins/BossKeyPlus/res/BossKey.rc
+++ b/plugins/BossKeyPlus/res/BossKey.rc
@@ -25,9 +25,8 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
//
IDD_OPTDIALOGMAIN DIALOGEX 0, 0, 224, 220
-STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "BossKey"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Go to Customize -> Hotkeys to change the hotkey",IDC_MAINOPT_LNK_HOTKEY,
@@ -65,9 +64,8 @@ BEGIN
END
IDD_OPTDIALOGADV DIALOGEX 0, 0, 224, 154
-STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "BossKey"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Workstation is locked",IDC_MAINOPT_HIDEIFLOCK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,18,204,8
diff --git a/plugins/BuddyExpectator/res/BuddyExpectator.rc b/plugins/BuddyExpectator/res/BuddyExpectator.rc
index 39baeb87d3..609d06196e 100644
--- a/plugins/BuddyExpectator/res/BuddyExpectator.rc
+++ b/plugins/BuddyExpectator/res/BuddyExpectator.rc
@@ -53,7 +53,7 @@ END
IDD_OPTIONSPANEL DIALOGEX 0, 0, 295, 219
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0xCC
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "When a contact returns after",IDC_STATIC,21,16,167,8
EDITTEXT IDC_EDIT_ABSENCE,196,13,22,13,ES_AUTOHSCROLL
diff --git a/plugins/BuddyPounce/res/resource.rc b/plugins/BuddyPounce/res/resource.rc
index 73e459a8de..b1c6310750 100644
--- a/plugins/BuddyPounce/res/resource.rc
+++ b/plugins/BuddyPounce/res/resource.rc
@@ -94,8 +94,9 @@ BEGIN
END
IDD_OPTIONS DIALOGEX 0, 0, 314, 249
-STYLE DS_SETFONT | WS_CHILD
-FONT 8, "MS Sans Serif", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Use Advanced Dialog",IDC_USEADVANCED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,183,136,10
EDITTEXT IDC_MESSAGE,17,48,279,56,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc
index a2b5092029..175d58206c 100644
--- a/plugins/Clist_blind/res/resource.rc
+++ b/plugins/Clist_blind/res/resource.rc
@@ -41,7 +41,7 @@ BEGIN
END
IDD_OPT_HOTKEY DIALOGEX 0, 0, 238, 136
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -60,7 +60,7 @@ BEGIN
END
IDD_OPT_CLIST DIALOGEX 0, 0, 314, 204
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -93,7 +93,7 @@ BEGIN
END
IDD_OPT_CLUI DIALOGEX 0, 0, 313, 245
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -135,7 +135,7 @@ BEGIN
END
IDD_OPT_CLC DIALOGEX 0, 0, 314, 242
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -162,7 +162,7 @@ BEGIN
END
IDD_OPT_SBAR DIALOGEX 0, 0, 178, 212
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN