Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/platform/x11/win_res.rc @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
line wrap: on
line source
IDI_ICONAPP ICON "mupdf.ico" IDD_DLOGPASS DIALOG 50, 50, 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 IDD_DLOGINFO DIALOG 50, 50, 300, 145 STYLE 128 | 0x80000000 CAPTION " Document Properties " FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "Okay", 1, 300-10-50, 145-7-14, 50, 14, 0x50010001 LTEXT "File:", -1, 10, 10, 50, 10, 0 LTEXT "Format:", -1, 10, 20, 50, 10, 0 LTEXT "Encryption:", -1, 10, 30, 50, 10, 0 LTEXT "Permissions:", -1, 10, 40, 50, 10, 0 LTEXT "<file", 0x10, 60, 10, 230, 10, 0 LTEXT "<version", 0x11, 60, 20, 230, 10, 0 LTEXT "<encryption", 0x12, 60, 30, 230, 10, 0 LTEXT "<permissions", 0x13, 60, 40, 230, 10, 0 LTEXT "Title:", -1, 10, 55, 50, 10, 0 LTEXT "Author:", -1, 10, 65, 50, 10, 0 LTEXT "Subject:", -1, 10, 75, 50, 10, 0 LTEXT "Keywords:", -1, 10, 85, 50, 10, 0 LTEXT "Creator:", -1, 10, 95, 50, 10, 0 LTEXT "Producer:", -1, 10, 105, 50, 10, 0 LTEXT "Created:", -1, 10, 115, 50, 10, 0 LTEXT "Modified:", -1, 10, 125, 50, 10, 0 LTEXT "", 0x20, 60, 55, 230, 10, 0 LTEXT "", 0x21, 60, 65, 230, 10, 0 LTEXT "", 0x22, 60, 75, 230, 10, 0 LTEXT "", 0x23, 60, 85, 230, 10, 0 LTEXT "", 0x24, 60, 95, 230, 10, 0 LTEXT "", 0x25, 60, 105, 230, 10, 0 LTEXT "", 0x26, 60, 115, 100, 10, 0 LTEXT "", 0x27, 60, 125, 100, 10, 0 END IDD_DLOGTEXT DIALOG 50, 50, 204, 85 STYLE 128 | 0x80000000 CAPTION " MuPDF: fill out form" FONT 8, "MS Shell Dlg" BEGIN EDITTEXT 3,8,7,183,50,0x1004 DEFPUSHBUTTON "Okay",1,89,64,50,14 PUSHBUTTON "Cancel",2,147,64,50,14 LTEXT "** Invalid value **",4,11,65,62,8 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, 360 STYLE 128 | 0x80000000 CAPTION " About MuPDF " FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "Okay", 1, 200-10-50, 360-7-14, 50, 14, 0x50010001 LTEXT "<copyright>", 2, 10, 10, 180, 20, 0 LTEXT "<usage>", 3, 10, 35, 180, 300, 0 END
