summaryrefslogtreecommitdiff
path: root/apps/w32res.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/w32res.rc')
-rw-r--r--apps/w32res.rc15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/w32res.rc b/apps/w32res.rc
new file mode 100644
index 00000000..02facf6b
--- /dev/null
+++ b/apps/w32res.rc
@@ -0,0 +1,15 @@
+IDI_ICONGHOST ICON "apps/gswin16.ico"
+
+IDD_DLOGPASS DIALOG 100, 100, 204, 60
+//STYLE DS_MODALFRAME | WS_POPUP
+STYLE 128 | 0x80000000
+CAPTION "MuPDF: Password"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ EDITTEXT 3, 57,20,140,12, 32
+ DEFPUSHBUTTON "Okay", 1, 90,40,50,14, 0x50010001
+ PUSHBUTTON "Cancel", 2, 147,40,50,14, 0x50010000
+ LTEXT "The file is encrypted." 4, 10,7,180,10, 0x00000
+ LTEXT "Password:" 5, 17,22,40,10, 0x00000
+END
+