summaryrefslogtreecommitdiff
path: root/apps/windows/win_res.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windows/win_res.rc')
-rw-r--r--apps/windows/win_res.rc16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/windows/win_res.rc b/apps/windows/win_res.rc
deleted file mode 100644
index 17643c33..00000000
--- a/apps/windows/win_res.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-IDI_ICONAPPL ICON "gswin.ico"
-IDI_ICONDOCU ICON "pdfdoc.ico"
-
-IDD_DLOGPASS DIALOG 100, 100, 204, 60
-//STYLE DS_MODALFRAME | WS_POPUP
-STYLE 128 | 0x80000000
-CAPTION "GhostPDF: 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
-