diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
| commit | 24472a77e5cf7619a284134d4eea7da8849b98ad (patch) | |
| tree | 3db00f0eefa80cf5473564ef5ded17e13ea0d932 /message_notify/resource.rc | |
| parent | aec9ec8b670b3bb9a719377b75a53ff009b07c3d (diff) | |
improved efficiency
added speech support
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@372 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/resource.rc')
| -rw-r--r-- | message_notify/resource.rc | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/message_notify/resource.rc b/message_notify/resource.rc index 89c59da..1bfc075 100644 --- a/message_notify/resource.rc +++ b/message_notify/resource.rc @@ -52,20 +52,23 @@ END // Dialog
//
-IDD_OPTIONS DIALOGEX 0, 0, 269, 110
+IDD_OPTIONS DIALOGEX 0, 0, 269, 181
STYLE DS_SETFONT | WS_CHILD
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
GROUPBOX "Notification Options",IDC_STATIC,7,7,142,95
- CONTROL "Notify if window not open",IDC_RAD_CLOSED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,13,20,132,10
+ CONTROL "Notify if window not open",IDC_RAD_CLOSED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,13,21,132,10
CONTROL "Notify if window isn't 'foreground'",IDC_RAD_NFORE,
- "Button",BS_AUTORADIOBUTTON,13,34,132,10
- CONTROL "Notify always",IDC_RAD_ALWAYS,"Button",BS_AUTORADIOBUTTON,13,59,132,10
- CONTROL "Consider tabs",IDC_CHK_TABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,29,46,112,10
- CONTROL "Close window on right click",IDC_CHK_CLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,74,132,10
+ "Button",BS_AUTORADIOBUTTON,13,41,132,10
+ CONTROL "Notify always",IDC_RAD_ALWAYS,"Button",BS_AUTORADIOBUTTON,13,77,132,10
+ CONTROL "Consider tabs",IDC_CHK_TABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,29,57,112,10
+ CONTROL "Close window on right click",IDC_CHK_CLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,40,129,132,10
GROUPBOX "Disable when",IDC_STATIC,155,7,107,94
CONTROL "",IDC_LST_STATUS,"SysListView32",LVS_REPORT | LVS_NOLABELWRAP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_TABSTOP,159,17,99,80,WS_EX_CLIENTEDGE
- CONTROL "Include message text",IDC_CHK_MSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,87,132,10
+ CONTROL "Include message text",IDC_CHK_MSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,40,142,132,10
+ GROUPBOX "Notification Types",IDC_STATIC,7,103,255,71
+ CONTROL "Popups",IDC_CHK_POPUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,116,104,10
+ CONTROL "Speech",IDC_CHK_SPEECH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,154,104,10
END
@@ -82,7 +85,7 @@ BEGIN LEFTMARGIN, 7
RIGHTMARGIN, 262
TOPMARGIN, 7
- BOTTOMMARGIN, 103
+ BOTTOMMARGIN, 174
END
END
#endif // APSTUDIO_INVOKED
|
