///////////////////////////////////////////////////////////////////////////// // // Version // // $Id$ // Copyright (C) 2009 gingko - http://gingko.homeip.net/ // // This file is part of Pouchin TV Mod, a free DVB-T viewer. // See http://www.pouchintv.fr/ for updates. // // Pouchin TV Mod is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // Pouchin TV Mod is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // // // Most files of this project have been changed from the Pouchin TV // project (Copyright (C) 2006 Pouchin ), // to use with a modified version of this software. // See http://pouchinteve.free.fr/ for the original project. VS_VERSION_INFO VERSIONINFO FILEVERSION PRODUCT_VERSION_RES PRODUCTVERSION PRODUCT_VERSION_RES FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #else FILEFLAGS 0x0L #endif FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN #ifdef _UNICODE BLOCK "040c04b0" #else BLOCK "040c04e3" #endif BEGIN VALUE "Comments", "https://www.pouchintv.fr/, http://www.etud.insa-toulouse.fr/~mvelten/pouchintvmod/, http://pouchinteve.free.fr/" VALUE "FileDescription", "Pouchin TV Mod" VALUE "FileVersion", PRODUCT_VERSION_STR VALUE "InternalName", "Pouchin TV Mod" VALUE "LegalCopyright", "Copyright © 2006 -> 2020" VALUE "OriginalFilename", "PouchinTVMod.exe" VALUE "ProductName", "Pouchin TV Mod" VALUE "ProductVersion", PRODUCT_VERSION_STR END END BLOCK "VarFileInfo" BEGIN #ifdef _UNICODE VALUE "Translation", 0x40c, 1200 #else VALUE "Translation", 0x40c, 1251 #endif END END #ifdef _DIAGNOSTIC // Dialogue de diagnostic. // Note : ce dialogue est implanté ici parce que, dans le fichier de ressources // principal, la directive de compilation conditionnelle ne serait pas préservée. IDD_GETFREQ DIALOGEX 0, 0, 182, 123 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Enregistrement de multiplex inconnu" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,125,100,50,14 PUSHBUTTON "Annuler",IDCANCEL,7,100,50,14 EDITTEXT IDC_FREQUENCY,104,7,71,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "Fréquence à utiliser (kHz) :",IDC_STATIC,7,10,89,8 LTEXT " Une valeur comprise entre 21 et 69 (numéro de canal) sera immédiatement convertie en fréquence avec l’offset courant.",IDC_STATIC,7,24,168,24 LTEXT " En cas d’échec, essayez d’ajuster manuellement la fréquence de 5 kHz (un faible décalage suffit parfois à débloquer la situation), puis de + ou - 167 (unité d’offset).",IDC_STATIC,7,48,168,32 LTEXT " Ceci est une fonction de diagnostic. Il est normal que la vidéo ne s’affiche plus.",IDC_STATIC,7,80,168,16 END #endif // Note : cette icône est placée ici parce que, dans le fichier de ressources // principal, la directive de compilation conditionnelle ne serait pas préservée. #ifdef _VS2005 // Le compilateur de ressources de Visual Studio 2005 ne prend pas en charge // les icônes compressées utilisées sous Windows Vista et Windows 7 IDI_PROG_ICON ICON "prog_uncompressed.ico" #else IDI_PROG_ICON ICON "prog.ico" #endif