reactos/rosapps/smartpdf/fitz/apps/windows/winres.rc
Daniel Reimer 8079b00aa9 Bug 2988: slovak translation for downloader by kario@szm.sk
Same fixes as for trunk done here too.

svn path=/trunk/; revision=31923
2008-01-21 17:01:31 +00:00

62 lines
1.8 KiB
Text

IDI_ICONAPP ICON "gsapp.ico"
IDI_ICONDOC ICON "gsdoc.ico"
IDD_DLOGPASS DIALOGEX 50, 50, 204, 60
//STYLE DS_MODALFRAME | WS_POPUP
STYLE 128 | 0x80000000
CAPTION " Apparition: 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 DIALOGEX 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_DLOGABOUT DIALOGEX 50, 50, 200, 210
STYLE 128 | 0x80000000
CAPTION " About Apparition "
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Okay", 1, 200-10-50,210-7-14,50,14, 0x50010001
LTEXT "<copyright>" 2, 10,10,180,10, 0
LTEXT "<usage>" 3, 10,25,180,160, 0
END