summaryrefslogtreecommitdiff
path: root/apps/win_res.rc
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2012-08-03 15:40:05 +0100
committerPaul Gardiner <paulg.artifex@glidos.net>2012-08-03 15:40:05 +0100
commitbec275e1c32de2e766777fca14394206106bf60b (patch)
tree50a74f16fed19862ea8b3e9315ac31a435354ba9 /apps/win_res.rc
parent8644f962dcbe086fb28d1eb8cff77aa74098058f (diff)
downloadmupdf-bec275e1c32de2e766777fca14394206106bf60b.tar.xz
Forms: add basic support for choice widgets to the Windows app
Diffstat (limited to 'apps/win_res.rc')
-rw-r--r--apps/win_res.rc12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/win_res.rc b/apps/win_res.rc
index ff296133..3cf601a3 100644
--- a/apps/win_res.rc
+++ b/apps/win_res.rc
@@ -50,7 +50,7 @@ BEGIN
END
IDD_DLOGTEXT DIALOG 50, 50, 204, 85
-//STYLE DS_MODALFRAME | WS_POPUP
+STYLE 128 | 0x80000000
CAPTION " MuPDF: fill out form"
FONT 8, "MS Shell Dlg"
BEGIN
@@ -59,6 +59,16 @@ BEGIN
PUSHBUTTON "Cancel",2,147,64,50,14
END
+IDD_DLOGLIST DIALOG 50, 50, 204, 85
+STYLE 128 | 0x80000000
+CAPTION " MuPDF: select an item"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX 3,8,7,183,50,0x210102
+ DEFPUSHBUTTON "Okay",1,89,64,50,14
+ PUSHBUTTON "Cancel",2,147,64,50,14
+END
+
IDD_DLOGABOUT DIALOG 50, 50, 200, 300
STYLE 128 | 0x80000000
CAPTION " About MuPDF "