-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sala Carlo <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Calcolo-peso-forma | ||
Calcolo del peso forma secondo la formula di Keys. | ||
Compilare con wxWidgets-3.1.2 o superiore. | ||
Compilare con wxWidgets o superiore. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
///////////////////////////////////////////////////////////////////////////// | ||
// Name: samples/samples.rc | ||
// Purpose: a standard Win32 .rc file for the wxWindows samples | ||
// Author: Vadim Zeitlin | ||
// Modified by: | ||
// Created: 04.08.03 | ||
// RCS-ID: $Id$ | ||
// Copyright: (c) 2003 Vadim Zeitlin <[email protected]> | ||
// Licence: wxWindows licence | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
// this minimal resource file is all what is needed for most of the wxWindows | ||
// samples | ||
|
||
// note that the icon used by the Explorer (i.e. the programs icon) is the | ||
// first icon in the executable and the icons are sorted both by their order | ||
// (Win9x) and by alphabetically (!) (NT), so put this icon first and give it | ||
// a name starting with "a" | ||
// | ||
// APPLICAZIONE Peso Forma | ||
// di Carlo Sala | ||
// Via Plinio 6 - Torno (Co) | ||
// Tel. 031 417092 Cell. 3207591458 | ||
// Mail: [email protected] | ||
// 28/11/2019 | ||
// License: wxWidgets license (www.wxwidgets.org) | ||
// | ||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 | ||
#define RT_MANIFEST 24 | ||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "file.manifest" | ||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "/wx/msw/file.manifest" | ||
AAA ICON "Bilancia.ico" | ||
|
||
// this icon is used with wxFrame::SetIcon() | ||
|
This file was deleted.
Oops, something went wrong.