summaryrefslogtreecommitdiff
path: root/yapp/popups2.rc
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/popups2.rc')
-rw-r--r--yapp/popups2.rc11
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
/////////////////////////////////////////////////////////////////////////////