diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-31 00:17:30 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-31 00:17:30 +0000 |
| commit | 9b1bb8df8c9cde0161cbce717d1aae637d4c2b5e (patch) | |
| tree | 8d154d3737fecc6c9b78109fc610250034db90eb /yapp/popups2.rc | |
| parent | a912097411a247b945841c172cb2fe7a6b748518 (diff) | |
fix resources
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@97 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/popups2.rc')
| -rw-r--r-- | yapp/popups2.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yapp/popups2.rc b/yapp/popups2.rc index 9ffafcd..daf9b25 100644 --- a/yapp/popups2.rc +++ b/yapp/popups2.rc @@ -71,6 +71,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN
PUSHBUTTON "Close",IDC_CLOSE,413,285,50,14
CONTROL "",IDC_LST_HISTORY,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,4,3,459,278
+ EDITTEXT IDC_HISTORY_FILTER,4,285,176,14,ES_AUTOHSCROLL
+ CONTROL "Case sensitive",IDC_HISTORY_FILTER_CASESENSITIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,185,287,222,10
END
IDD_OPT1 DIALOGEX 0, 0, 297, 218
@@ -153,6 +155,15 @@ BEGIN END
#endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_POPUP_HISTORY ICON "PPh2.ico"
#endif // English (Australia) resources
/////////////////////////////////////////////////////////////////////////////
|
