From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/sdk/inc/mfc40/l.deu/afxctl.rc | 272 +++++++++++++++++++++++++++++++++ public/sdk/inc/mfc40/l.deu/afxdb.rc | 97 ++++++++++++ public/sdk/inc/mfc40/l.deu/afxolecl.rc | 66 ++++++++ public/sdk/inc/mfc40/l.deu/afxolesv.rc | 53 +++++++ public/sdk/inc/mfc40/l.deu/afxprint.rc | 130 ++++++++++++++++ public/sdk/inc/mfc40/l.deu/afxres.rc | 211 +++++++++++++++++++++++++ 6 files changed, 829 insertions(+) create mode 100644 public/sdk/inc/mfc40/l.deu/afxctl.rc create mode 100644 public/sdk/inc/mfc40/l.deu/afxdb.rc create mode 100644 public/sdk/inc/mfc40/l.deu/afxolecl.rc create mode 100644 public/sdk/inc/mfc40/l.deu/afxolesv.rc create mode 100644 public/sdk/inc/mfc40/l.deu/afxprint.rc create mode 100644 public/sdk/inc/mfc40/l.deu/afxres.rc (limited to 'public/sdk/inc/mfc40/l.deu') diff --git a/public/sdk/inc/mfc40/l.deu/afxctl.rc b/public/sdk/inc/mfc40/l.deu/afxctl.rc new file mode 100644 index 000000000..246d269bf --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxctl.rc @@ -0,0 +1,272 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXCTL_RC__ +#define __AFXCTL_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif // APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// OLE Control Resources + +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +AFX_IDB_TRUETYPE BITMAP DISCARDABLE "RES\\TRUETYPE.BMP" + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +AFX_IDD_PROPPAGE_FONT DIALOG DISCARDABLE 13, 54, 250, 110 +STYLE WS_CHILD | 0x4 +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Eigenschafts&name:",IDC_STATIC,3,5,61,8 + COMBOBOX AFX_IDC_FONTPROP,65,3,100,71,CBS_DROPDOWNLIST | CBS_SORT | + WS_VSCROLL | WS_TABSTOP + LTEXT "&Schriftart:",IDC_STATIC,3,19,91,8 + COMBOBOX AFX_IDC_FONTNAMES,3,29,91,77,CBS_SIMPLE | + CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | + CBS_HASSTRINGS | CBS_DISABLENOSCROLL | WS_VSCROLL | + WS_TABSTOP + LTEXT "Schriftst&il:",IDC_STATIC,102,19,53,8 + COMBOBOX AFX_IDC_FONTSTYLES,104,29,53,53,CBS_DROPDOWNLIST | + CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP + LTEXT "&Größe:",IDC_STATIC,167,19,40,8 + COMBOBOX AFX_IDC_FONTSIZES,167,29,36,53,CBS_DROPDOWN | CBS_SORT | + CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP + GROUPBOX "Effekte",IDC_STATIC,104,44,142,24,WS_GROUP + CONTROL "&Durchgestrichen",AFX_IDC_STRIKEOUT,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,109,55,65,10 + CONTROL "&Unterstrichen",AFX_IDC_UNDERLINE,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,175,55,65,10 + GROUPBOX "Beispiel",IDC_STATIC,104,71,142,36,WS_GROUP + CTEXT "AaBbYyZz",AFX_IDC_SAMPLEBOX,110,80,130,22,SS_NOPREFIX | + NOT WS_VISIBLE +END + +AFX_IDD_PROPPAGE_COLOR DIALOG DISCARDABLE 0, 0, 250, 62 +STYLE WS_CHILD | 0x4 +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Eigenschafts&name:",IDC_STATIC,3,3,100,8 + COMBOBOX AFX_IDC_COLORPROP,3,13,100,54,CBS_DROPDOWNLIST | + CBS_SORT | WS_VSCROLL | WS_TABSTOP + LTEXT "System&farbe:",IDC_STATIC,3,29,100,8 + COMBOBOX AFX_IDC_SYSTEMCOLORS,3,39,100,54,CBS_DROPDOWNLIST | + CBS_SORT | WS_VSCROLL | WS_TABSTOP + CONTROL "",AFX_IDC_COLOR_BLACK,"Button",BS_OWNERDRAW | WS_GROUP | + WS_TABSTOP,118,4,15,11 + CONTROL "",AFX_IDC_COLOR_BLUE,"Button",BS_OWNERDRAW,138,4,15,11 + CONTROL "",AFX_IDC_COLOR_CYAN,"Button",BS_OWNERDRAW,158,4,15,11 + CONTROL "",AFX_IDC_COLOR_DARKBLUE,"Button",BS_OWNERDRAW,178,4,15, + 11 + CONTROL "",AFX_IDC_COLOR_DARKCYAN,"Button",BS_OWNERDRAW,118,18, + 15,11 + CONTROL "",AFX_IDC_COLOR_DARKGREEN,"Button",BS_OWNERDRAW,138,18, + 15,11 + CONTROL "",AFX_IDC_COLOR_DARKMAGENTA,"Button",BS_OWNERDRAW,158, + 18,15,11 + CONTROL "",AFX_IDC_COLOR_GRAY,"Button",BS_OWNERDRAW,178,18,15,11 + CONTROL "",AFX_IDC_COLOR_DARKRED,"Button",BS_OWNERDRAW,118,32,15, + 11 + CONTROL "",AFX_IDC_COLOR_GREEN,"Button",BS_OWNERDRAW,138,32,15, + 11 + CONTROL "",AFX_IDC_COLOR_LIGHTBROWN,"Button",BS_OWNERDRAW,158,32, + 15,11 + CONTROL "",AFX_IDC_COLOR_LIGHTGRAY,"Button",BS_OWNERDRAW,178,32, + 15,11 + CONTROL "",AFX_IDC_COLOR_MAGENTA,"Button",BS_OWNERDRAW,118,46,15, + 11 + CONTROL "",AFX_IDC_COLOR_RED,"Button",BS_OWNERDRAW,138,46,15,11 + CONTROL "",AFX_IDC_COLOR_WHITE,"Button",BS_OWNERDRAW,158,46,15, + 11 + CONTROL "",AFX_IDC_COLOR_YELLOW,"Button",BS_OWNERDRAW,178,46,15, + 11 +END + +AFX_IDD_PROPPAGE_PICTURE DIALOG DISCARDABLE 0, 0, 250, 62 +STYLE WS_CHILD | 0x4 +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Eigenschafts&name:",IDC_STATIC,3,3,100,8 + COMBOBOX AFX_IDC_PROPNAME,3,13,100,30,CBS_DROPDOWNLIST | CBS_SORT | + WS_VSCROLL | WS_TABSTOP + PUSHBUTTON "&Durchsuchen...",AFX_IDC_BROWSE,3,35,54,14 + PUSHBUTTON "&Löschen",AFX_IDC_CLEAR,61,35,54,14 + RTEXT "Vorschau:",IDC_STATIC,107,3,42,16 + CONTROL "",AFX_IDC_PICTURE,"Static",SS_BLACKFRAME,151,4,93,54 +END + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog Info +// + +AFX_IDD_PROPPAGE_FONT DLGINIT +BEGIN + 1002, 0x403, 12, 0 +0x6f42, 0x646c, 0x4920, 0x6174, 0x696c, 0x0063, + 0 +END + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_PROPPAGE_UNKNOWN "(Unbekannt)" + AFX_IDS_COLOR_DESKTOP "Desktop" + AFX_IDS_COLOR_APPWORKSPACE "Anwendungsarbeitsbereich" + AFX_IDS_COLOR_WNDBACKGND "Fensterhintergrund" + AFX_IDS_COLOR_WNDTEXT "Fenstertext" + AFX_IDS_COLOR_MENUBAR "Menüleiste" + AFX_IDS_COLOR_MENUTEXT "Menütext" + AFX_IDS_COLOR_ACTIVEBAR "Aktive Titelleiste" + AFX_IDS_COLOR_INACTIVEBAR "Inaktive Titelleiste" + AFX_IDS_COLOR_ACTIVETEXT "Aktiver Titelleistentext" + AFX_IDS_COLOR_INACTIVETEXT "Inaktiver Titelleistentext" + AFX_IDS_COLOR_ACTIVEBORDER "Aktiver Rahmen" + AFX_IDS_COLOR_INACTIVEBORDER "Inaktiver Rahmen" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_COLOR_WNDFRAME "Fensterrahmen" + AFX_IDS_COLOR_SCROLLBARS "Bildlaufleisten" + AFX_IDS_COLOR_BTNFACE "Schaltfläche" + AFX_IDS_COLOR_BTNSHADOW "Schaltflächenschatten" + AFX_IDS_COLOR_BTNTEXT "Schaltflächentext" + AFX_IDS_COLOR_BTNHIGHLIGHT "Schaltflächenhervorhebung" + AFX_IDS_COLOR_DISABLEDTEXT "Deaktivierter Text" + AFX_IDS_COLOR_HIGHLIGHT "Markierung" + AFX_IDS_COLOR_HIGHLIGHTTEXT "Markierter Text" + AFX_IDS_REGULAR "Normal" + AFX_IDS_BOLD "Fett" + AFX_IDS_ITALIC "Kursiv" + AFX_IDS_BOLDITALIC "Fett-kursiv" + AFX_IDS_SAMPLETEXT "AaBbYyZz" + AFX_IDS_DISPLAYSTRING_FONT "(Schriftart)" + AFX_IDS_DISPLAYSTRING_COLOR "(Farbe)" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_DISPLAYSTRING_PICTURE "(Bild - %s)" + AFX_IDS_PICTUREFILTER "Alle Bildtypen|*.bmp;*.cur;*.dib;*.emf;*.ico;*.wmf|Bitmaps (*.bmp;*.dib)|*.bmp;*.dib|Symbole/Zeiger (*.ico;*.cur)|*.ico;*.cur|Metadateien (*.wmf;*.emf)|*.emf;*.wmf|Alle Dateien (*.*)|*.*||" + AFX_IDS_PICTYPE_UNKNOWN "Unbekannt" + AFX_IDS_PICTYPE_NONE "Kein" + AFX_IDS_PICTYPE_BITMAP "Bitmap" + AFX_IDS_PICTYPE_METAFILE "Metadatei" + AFX_IDS_PICTYPE_ICON "Symbol" + AFX_IDS_COLOR_PPG "Farbeigenschaften" + AFX_IDS_COLOR_PPG_CAPTION "Farben" + AFX_IDS_FONT_PPG "Schrifteigenschaften" + AFX_IDS_FONT_PPG_CAPTION "Schriftarten" + AFX_IDS_PICTURE_PPG "Bildeigenschaften" + AFX_IDS_PICTURE_PPG_CAPTION "Bilder" + AFX_IDS_BORDERSTYLE_0 "0 - Keiner" + AFX_IDS_BORDERSTYLE_1 "1 - Fester einzelner" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_VERB_EDIT "&Bearbeiten" + AFX_IDS_VERB_PROPERTIES "&Eigenschaften..." +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_PICTURECANTOPEN "Bilddatei %1 konnte nicht geöffnet werden. Die Datei existiert möglicherweise nicht oder ist nicht lesbar." + AFX_IDP_PICTURECANTLOAD "Bilddatei %1 konnte nicht geladen werden. Die Datei hat möglicherweise ein ungültiges Format." + AFX_IDP_PICTURETOOLARGE "Bilddatei %1 konnte nicht geladen werden, da sie nicht in den Speicher paßt." + AFX_IDP_PICTUREREADFAILED + "Bilddatei %1 konnte nicht geladen werden, da ein unbekannter Lesefehler auftrat." +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_PICTUREBROWSETITLE "Bilder durchsuchen" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_E_ILLEGALFUNCTIONCALL "Ungültiger Funktionsaufruf" + AFX_IDP_E_OVERFLOW "Überlauf" + AFX_IDP_E_OUTOFMEMORY "Nicht genügend Speicher" + AFX_IDP_E_DIVISIONBYZERO "Division durch Null" + AFX_IDP_E_OUTOFSTRINGSPACE "Nicht genügend Zeichenfolgenspeicher" + AFX_IDP_E_OUTOFSTACKSPACE "Nicht genügend Stack-Speicher" + AFX_IDP_E_BADFILENAMEORNUMBER "Ungültiger Dateiname oder -nummer" + AFX_IDP_E_FILENOTFOUND "Datei nicht gefunden" + AFX_IDP_E_BADFILEMODE "Falscher Dateimodus" + AFX_IDP_E_FILEALREADYOPEN "Datei bereits geöffnet" + AFX_IDP_E_DEVICEIOERROR "Geräte-E/A-Fehler" + AFX_IDP_E_FILEALREADYEXISTS "Datei besteht bereits" + AFX_IDP_E_BADRECORDLENGTH "Ungültige Datensatzlänge" + AFX_IDP_E_DISKFULL "Datenträger voll" + AFX_IDP_E_BADRECORDNUMBER "Ungültige Datensatznummer" + AFX_IDP_E_BADFILENAME "Ungültiger Dateiname" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_E_TOOMANYFILES "Zu viele Dateien" + AFX_IDP_E_DEVICEUNAVAILABLE "Gerät nicht verfügbar" + AFX_IDP_E_PERMISSIONDENIED "Zugriff verweigert" + AFX_IDP_E_DISKNOTREADY "Laufwerk nicht bereit" + AFX_IDP_E_PATHFILEACCESSERROR "Pfad-/Dateizugriffsfehler" + AFX_IDP_E_PATHNOTFOUND "Pfad nicht gefunden" + AFX_IDP_E_INVALIDPATTERNSTRING "Ungültige Musterzeichenfolge" + AFX_IDP_E_INVALIDUSEOFNULL "Ungültige Verwendung von Null" + AFX_IDP_E_INVALIDFILEFORMAT "Ungültiges Dateiformat" + AFX_IDP_E_INVALIDPROPERTYVALUE "Ungültiger Eigenschaftswert" + AFX_IDP_E_INVALIDPROPERTYARRAYINDEX "Ungültiger Feldindex" + AFX_IDP_E_SETNOTSUPPORTEDATRUNTIME "Eigenschaft kann nicht zur Laufzeit gesetzt werden" + AFX_IDP_E_SETNOTSUPPORTED "Eigenschaft ist schreibgeschützt" + AFX_IDP_E_NEEDPROPERTYARRAYINDEX + "Ein Feldindex muß angegeben sein, wenn ein Eigenschaftsfeld verwendet wird" + AFX_IDP_E_SETNOTPERMITTED "Eigenschaft kann für dieses Steuerelement nicht gesetzt werden" + AFX_IDP_E_GETNOTSUPPORTEDATRUNTIME "Eigenschaft kann nicht zur Laufzeit gelesen werden" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_E_GETNOTSUPPORTED "Eigenschaft ist lesegeschützt" + AFX_IDP_E_PROPERTYNOTFOUND "Eigenschaft nicht gefunden" + AFX_IDP_E_INVALIDCLIPBOARDFORMAT "Ungültiges Zwischenablageformat" + AFX_IDP_E_INVALIDPICTURE "Ungültiges Bild" + AFX_IDP_E_PRINTERERROR "Druckerfehler" + AFX_IDP_E_CANTSAVEFILETOTEMP + "Zum Speichern notwendige temporäre Datei kann nicht erstellt werden" + AFX_IDP_E_SEARCHTEXTNOTFOUND "Suchtext nicht gefunden" + AFX_IDP_E_REPLACEMENTSTOOLONG "Ersetzungstext zu lang" +END + +#endif //!_AFXDLL +#endif //__AFXOLECL_RC__ diff --git a/public/sdk/inc/mfc40/l.deu/afxdb.rc b/public/sdk/inc/mfc40/l.deu/afxdb.rc new file mode 100644 index 000000000..1acf6f4c3 --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxdb.rc @@ -0,0 +1,97 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXDB_RC__ +#define __AFXDB_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif // APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// Database Resources + +// Database strings +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_SQL_CONNECT_FAIL + "Der Verbindungsversuch zur Datenquelle ist gescheitert." + AFX_IDP_SQL_RECORDSET_FORWARD_ONLY + "Datensatzgruppe unterstützt nur Vorwärtsbewegung." + AFX_IDP_SQL_EMPTY_COLUMN_LIST + "Der Versuch, eine Tabelle zu öffnen, ist fehlgeschlagen, da am angegebenen Ort keine Spalten abgerufen werden konnten." + AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH + "Von einer Abfrage wurden unerwartete Spaltendatentypen zurückgegeben." + AFX_IDP_SQL_ILLEGAL_MODE "Versuch zu aktualisieren oder zu löschen ist fehlgeschlagen." + AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Es wurden mehrere Zeilen aktualisiert." + AFX_IDP_SQL_NO_CURRENT_RECORD "Operation ist fehlgeschlagen; es gibt keinen aktuellen Datensatz." + AFX_IDP_SQL_NO_ROWS_AFFECTED + "Es waren keine Zeilen von der Aktualisierungs- oder Löschoperation betroffen." + AFX_IDP_SQL_RECORDSET_READONLY "Datensatzgruppe kann nur gelesen werden." + AFX_IDP_SQL_SQL_NO_TOTAL + "Der ODBC-Treiber unterstützt das MFC-LongBinary-Datenmodell nicht." + AFX_IDP_SQL_ODBC_LOAD_FAILED + "Der Versuch, die benötigte Komponente ODBC32.DLL zu laden, ist fehlgeschlagen." + AFX_IDP_SQL_DYNASET_NOT_SUPPORTED + "Der ODBC-Treiber unterstützt keine Dynasets." + AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED + "Statische ODBC-Cursor werden zur Unterstützung von Snapshots benötigt." + AFX_IDP_SQL_API_CONFORMANCE + "Der ODBC-Treiber ist inkompatibel zu den MFC-Datenbankklassen (API_CONFORMANCE >= SQL_OAC_LEVEL1 wird benötigt)." + AFX_IDP_SQL_SQL_CONFORMANCE + "Der ODBC-Treiber ist inkompatibel zu den MFC-Datenbankklassen (SQL_CONFORMANCE >= SQL_OSC_MINIMUM wird benötigt)." + AFX_IDP_SQL_NO_DATA_FOUND + "Es wurde versucht, hinter das Ende oder vor den Anfang der Daten zu gelangen." + AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED + "Dynasets werden vom ODBC-Treiber nicht unterstützt." + AFX_IDP_SQL_ODBC_V2_REQUIRED + "Treiber gemäß ODBC Level 2 wird benötigt." + AFX_IDP_SQL_NO_POSITIONED_UPDATES + "Positionierte Aktualisierungen werden vom ODBC-Treiber nicht unterstützt." + AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED + "Der angeforderte Sperrmodus wird nicht unterstützt." + AFX_IDP_SQL_DATA_TRUNCATED + "Daten abgeschnitten." + AFX_IDP_SQL_ROW_FETCH + "Fehler beim Abruf eines Datensatzes." + AFX_IDP_SQL_INCORRECT_ODBC + "Ein benötigter ODBC-Einsprungspunkt konnte nicht gefunden werden. Überprüfen Sie, ob OBDC korrekt installiert ist." + AFX_IDP_SQL_UPDATE_DELETE_FAILED + "Fehler bei der Aktualisierungs- oder Löschoperation." + AFX_IDP_SQL_DYNAMIC_CURSOR_NOT_SUPPORTED + "Dynamische Cursor werden vom ODBC-Treiber nicht unterstützt." + AFX_IDP_DAO_ENGINE_INITIALIZATION + "Initialisierung des DAO/Jet-Datenbankmoduls nicht möglich." + AFX_IDP_DAO_DFX_BIND + "Ungültiger DFX-Werteparameter." + AFX_IDP_DAO_OBJECT_NOT_OPEN + "DAO-TableDef oder DAO-QueryDef nicht offen." + AFX_IDP_DAO_ROWTOOSHORT + "Fehler bei GetRows-Operation. Für die Zeile ist nicht genügend Speicher reserviert." + AFX_IDP_DAO_BADBINDINFO + "GetRows-Bindungsfehler. Nicht übereinstimmende Datentypen sind wahrscheinlich die Ursache." + AFX_IDP_DAO_COLUMNUNAVAILABLE + "Fehler bei GetRows-Operation. Die angeforderte Spalte ist kein Element der Datensatzgruppe." +END + +///////////////////////////////////////////////////////////////////////////// + +#endif //!_AFXDLL +#endif //__AFXDB_RC__ diff --git a/public/sdk/inc/mfc40/l.deu/afxolecl.rc b/public/sdk/inc/mfc40/l.deu/afxolecl.rc new file mode 100644 index 000000000..ad4df58c8 --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxolecl.rc @@ -0,0 +1,66 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXOLECL_RC__ +#define __AFXOLECL_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifndef _INC_DLGS + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif // APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// OLE Client Resources + +///////////////////////////////////////////////////////////////////////////// +// OLE strings + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_STATIC_OBJECT "Ein statisches OLE-Objekt kann nicht aktiviert werden." + AFX_IDP_FAILED_TO_CONNECT "Fehler beim Verbindungsversuch.\nDie Verbindung ist vielleicht unterbrochen." + AFX_IDP_SERVER_BUSY "Der Befehl kann nicht verarbeitet werden, weil der Server beschäftigt ist." + AFX_IDP_BAD_VERB "Fehler beim Ausführen der Server-Operation." + AFX_IDP_FAILED_TO_LAUNCH "Die Server-Anwendung konnte nicht gestartet werden." + AFX_IDS_UPDATING_ITEMS "Aktualisiere OLE-Objekte." + AFX_IDP_FAILED_TO_CONVERT "Das OLE-Objekt konnte nicht umgewandelt werden." + AFX_IDP_ASK_TO_DISCARD "OLE-Objekte können nicht beim Beenden von Windows gespeichert werden!\nSollen alle Änderungen an %1 verworfen werden?" + AFX_IDP_FAILED_TO_CREATE "Fehler beim Erzeugen des Objekts. Stellen Sie sicher, daß das Objekt in der Systemregistrierung eingetragen ist." + + AFX_IDS_METAFILE_FORMAT "Bild (Metadatei)\nein Bild" + AFX_IDS_DIB_FORMAT "Geräteunabhängiges Bitmap\nein geräteunabhängiges Bitmap" + AFX_IDS_BITMAP_FORMAT "Bitmap\nein Bitmap" + AFX_IDS_LINKSOURCE_FORMAT "%s\n%s" + AFX_IDS_EMBED_FORMAT "%s\n%s" + AFX_IDS_RTF_FORMAT "Rich Text (RTF)\nText mit Schrift- und Absatzformatierung" + AFX_IDS_TEXT_FORMAT "Unformatierter Text\nText ohne Formatierung" + + AFX_IDS_INVALID_CURRENCY "Ungültige Währung." + AFX_IDS_INVALID_DATETIME "Ungültiges Datum oder ungültige Zeit." + AFX_IDS_INVALID_DATETIMESPAN "Ungültige Datums- oder Zeitspanne." +END + +///////////////////////////////////////////////////////////////////////////// + +#endif //!_AFXDLL +#endif //__AFXOLECL_RC__ diff --git a/public/sdk/inc/mfc40/l.deu/afxolesv.rc b/public/sdk/inc/mfc40/l.deu/afxolesv.rc new file mode 100644 index 000000000..323fc96a1 --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxolesv.rc @@ -0,0 +1,53 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXOLESV_RC__ +#define __AFXOLESV_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif // APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// OLE Server Resources + +// OLE strings +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDP_ASK_TO_UPDATE, "%1 vor dem Fortfahren aktualisieren?" + AFX_IDP_FAILED_TO_UPDATE, "Client konnte nicht aktualisiert werden." + + AFX_IDP_FAILED_TO_REGISTER, "Fehler bei der Registrierung. Die OLE-Funktionen arbeiten eventuell nicht richtig." + AFX_IDP_FAILED_TO_AUTO_REGISTER, "Fehler bei der Aktualisierung der Systemregistrierung.\nVersuchen Sie REGEDIT zu benutzen." +END + +STRINGTABLE PRELOAD +BEGIN + AFX_IDS_APP_TITLE_EMBEDDING, "%1 in %2" + AFX_IDS_OBJ_TITLE_INPLACE, "%1 - %2" + AFX_IDS_EXIT_MENU, "&Beenden und zu %1 zurückkehren" + AFX_IDS_UPDATE_MENU, "&Aktualisiere %1" + AFX_IDS_SAVEFILECOPY, "Kopie speichern unter" +END + +///////////////////////////////////////////////////////////////////////////// + +#endif //!_AFXDLL +#endif //__AFXOLESV_RC__ diff --git a/public/sdk/inc/mfc40/l.deu/afxprint.rc b/public/sdk/inc/mfc40/l.deu/afxprint.rc new file mode 100644 index 000000000..317839000 --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxprint.rc @@ -0,0 +1,130 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXPRINT_RC__ +#define __AFXPRINT_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif // APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// Printing Resources + +AFX_IDC_MAGNIFY CURSOR DISCARDABLE "res\\magnify.cur" + +#ifndef _MAC +AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 95 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04 +#else +AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 84 +STYLE DS_MODALFRAME | WS_POPUP +#endif +FONT 8, "MS Sans Serif" +BEGIN + CTEXT "Drucke",IDC_STATIC,0,9,133,8 + CTEXT "",AFX_IDC_PRINT_DOCNAME,0,19,133,8 +#ifndef _MAC + CTEXT "auf",IDC_STATIC,0,29,133,8 + CTEXT "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8 + CTEXT "",AFX_IDC_PRINT_PORTNAME,0,49,133,8 + CTEXT "",AFX_IDC_PRINT_PAGENUM,0,59,133,8 + PUSHBUTTON "Abbrechen",IDCANCEL,46,74,40,14 +#else + CTEXT "",AFX_IDC_PRINT_PAGENUM,0,30,133,8 + PUSHBUTTON "Abbrechen",IDCANCEL,46,45,40,15 + CTEXT "Drücken Sie Cmd-., um abzubrechen.",IDC_STATIC,0,63,133,16 +#endif +END + +// Preview Toolbar Dialog +#ifndef _MAC +AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 330, 16 +STYLE WS_CHILD | 0x04 +FONT 8, "MS Sans Serif" +BEGIN + PUSHBUTTON "&Drucken...",AFX_ID_PREVIEW_PRINT,2,2,44,12 + PUSHBUTTON "&Nächste",AFX_ID_PREVIEW_NEXT,48,2,44,12 + PUSHBUTTON "&Vorherige",AFX_ID_PREVIEW_PREV,94,2,44,12 + PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12 + PUSHBUTTON "Ver&größern",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12 + PUSHBUTTON "Ver&kleinern",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12 + PUSHBUTTON "&Schließen",AFX_ID_PREVIEW_CLOSE,278,2,44,12 +END +#else +// standard toolbar for 14 inch and larger screens +// width *must* be 320 or less so that this is used on 640x480 screens +AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 320, 19 +STYLE WS_CHILD | CBRS_TOP +BEGIN + PUSHBUTTON "&Drucken...",AFX_ID_PREVIEW_PRINT,1,2,44,15 + PUSHBUTTON "&Nächste",AFX_ID_PREVIEW_NEXT,46,2,44,15 + PUSHBUTTON "&Vorherige",AFX_ID_PREVIEW_PREV,91,2,44,15 + PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,136,2,44,15 + PUSHBUTTON "Ver&größern",AFX_ID_PREVIEW_ZOOMIN,181,2,44,15 + PUSHBUTTON "Ver&kleinern",AFX_ID_PREVIEW_ZOOMOUT,226,2,44,15 + PUSHBUTTON "&Schließen",AFX_ID_PREVIEW_CLOSE,271,2,44,15 +END + +// short toolbar for 9 inch and 12 inch screens +AFX_IDD_PREVIEW_SHORTTOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 270, 19 +STYLE WS_CHILD | CBRS_TOP +BEGIN + PUSHBUTTON "&Drucken...",AFX_ID_PREVIEW_PRINT,1,2,44,15 + PUSHBUTTON "&Nächste",AFX_ID_PREVIEW_NEXT,46,2,29,15 + PUSHBUTTON "&Vorh.",AFX_ID_PREVIEW_PREV,76,2,29,15 + PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,106,2,44,15 + PUSHBUTTON "&Größer",AFX_ID_PREVIEW_ZOOMIN,151,2,29,15 + PUSHBUTTON "&Kleiner",AFX_ID_PREVIEW_ZOOMOUT,181,2,29,15 + PUSHBUTTON "&Schließen",AFX_ID_PREVIEW_CLOSE,211,2,44,15 +END +#endif + +// Printing strings +STRINGTABLE DISCARDABLE +BEGIN + // print progress dialog strings + AFX_IDS_PRINTONPORT, "auf %1" // for print output + AFX_IDS_ONEPAGE, "&Eine Seite" // for preview button + AFX_IDS_TWOPAGE, "&Zwei Seiten" // for preview button + AFX_IDS_PRINTPAGENUM, "Seite %u" // for print output + AFX_IDS_PREVIEWPAGEDESC, "Seite %u\nSeiten %u-%u\n" + + // print to file dialog strings + AFX_IDS_PRINTDEFAULTEXT, "prn" // default extension + AFX_IDS_PRINTDEFAULT, "Ausgabe.prn" // default file + AFX_IDS_PRINTFILTER, + "Drucker-Dateien (*.prn)|*.prn|Alle Dateien (*.*)|*.*||" + AFX_IDS_PRINTCAPTION, "In Datei drucken" // caption for browse dlg + AFX_IDS_PRINTTOFILE, "in %1" // to file +END + +// Print Preview Accelerator Table +AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE +BEGIN + VK_NEXT, AFX_ID_PREVIEW_NEXT, VIRTKEY, NOINVERT + VK_PRIOR, AFX_ID_PREVIEW_PREV, VIRTKEY, NOINVERT + VK_ESCAPE, AFX_ID_PREVIEW_CLOSE, VIRTKEY, NOINVERT +END + +///////////////////////////////////////////////////////////////////////////// + +#endif //!_AFXDLL +#endif //__AFXPRINT_RC__ diff --git a/public/sdk/inc/mfc40/l.deu/afxres.rc b/public/sdk/inc/mfc40/l.deu/afxres.rc new file mode 100644 index 000000000..eeabb495f --- /dev/null +++ b/public/sdk/inc/mfc40/l.deu/afxres.rc @@ -0,0 +1,211 @@ +// This is a part of the Microsoft Foundation Classes C++ library. +// Copyright (C) 1992-1995 Microsoft Corporation +// All rights reserved. +// +// This source code is only intended as a supplement to the +// Microsoft Foundation Classes Reference and related +// electronic documentation provided with the library. +// See these sources for detailed information regarding the +// Microsoft Foundation Classes product. + +#ifndef __AFXRES_RC__ +#define __AFXRES_RC__ + +#ifndef __AFXRES_H__ + #include +#endif + +#ifdef APSTUDIO_INVOKED +// This will prevent the VC++ Resource Editor user from saving this file +1 TEXTINCLUDE DISCARDABLE +BEGIN +"< Cannot change standard MFC resources! >\0" +END +#endif //APSTUDIO_INVOKED + +#ifndef _AFXDLL + +///////////////////////////////////////////////////////////////////////////// +// Default resource description for MFC applications +///////////////////////////////////////////////////////////////////////////// + +///////////////////////////////////////////////////////////////////////////// +// Strings + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_OPENFILE, "Öffnen" +#ifndef _MAC + AFX_IDS_SAVEFILE, "Speichern unter" + AFX_IDS_ALLFILTER, "Alle Dateien (*.*)" + AFX_IDS_UNTITLED, "Unbenannt" +#else + AFX_IDS_SAVEFILE, "Dokument speichern unter:" + AFX_IDS_ALLFILTER, "Alle Dateien" + AFX_IDS_UNTITLED, "unbenannt" + AFX_IDS_UNNAMED_FILE, "eine unbenannte Datei" + AFX_IDS_ABOUT, "Info über %1\205" +#endif + AFX_IDS_HIDE, "&Verbergen" + + AFX_IDS_MEMORY_EXCEPTION, "Nicht genügend Speicher." + AFX_IDS_NOT_SUPPORTED_EXCEPTION,"Es wurde versucht, eine nicht unterstützte Operation auszuführen." + AFX_IDS_RESOURCE_EXCEPTION, "Eine benötigte Ressource ist nicht verfügbar." + AFX_IDS_USER_EXCEPTION, "Ein unerwarteter Fehler ist aufgetreten." + + // General error prompts + AFX_IDP_INVALID_FILENAME, "Ungültiger Dateiname." + AFX_IDP_FAILED_TO_OPEN_DOC, "Fehler beim Öffnen des Dokuments." + AFX_IDP_FAILED_TO_SAVE_DOC, "Fehler beim Speichern des Dokuments." +#ifndef _MAC + AFX_IDP_ASK_TO_SAVE, "Änderungen in %1 speichern?" +#else + AFX_IDP_ASK_TO_SAVE, "Änderungen im %1-Dokument \042%2\042 speichern?" +#endif + AFX_IDP_FAILED_TO_CREATE_DOC, "Fehler beim Erzeugen eines leeren Dokuments." + AFX_IDP_FILE_TOO_LARGE, "Die Datei ist zu groß zum Öffnen." + AFX_IDP_FAILED_TO_START_PRINT, "Der Druckauftrag konnte nicht gestartet werden." + AFX_IDP_FAILED_TO_LAUNCH_HELP, "Die Hilfe konnte nicht aufgerufen werden." + AFX_IDP_INTERNAL_FAILURE, "Interner Anwendungsfehler." + AFX_IDP_COMMAND_FAILURE, "Befehl fehlgeschlagen." + AFX_IDP_FAILED_MEMORY_ALLOC "Nicht genügend Speicher vorhanden, um Operation auszuführen." + AFX_IDP_GET_NOT_SUPPORTED, "Lesen ist wegen der Eigenschaft Nur-Schreiben nicht möglich." + AFX_IDP_SET_NOT_SUPPORTED, "Schreiben ist wegen der Eigenschaft Nur-Lesen nicht möglich." + + // CFile/CArchive error strings for user failure + AFX_IDP_FAILED_INVALID_FORMAT "Unerwartetes Dateiformat." +#ifndef _MAC + AFX_IDP_FAILED_INVALID_PATH "%1\nDiese Datei konnte nicht gefunden werden.\nÜberprüfen Sie, ob der korrekte Pfad und Dateiname angegeben wurde." + AFX_IDP_FAILED_DISK_FULL "Das Ziellaufwerk ist voll." +#else + AFX_IDP_FAILED_INVALID_PATH "Die Datei \042%1\042 konnte nicht gefunden werden. Überprüfen Sie, ob der korrekte Dateiname angegeben wurde." + AFX_IDP_FAILED_DISK_FULL "Das Ziel-Volume ist voll." +#endif + AFX_IDP_FAILED_ACCESS_READ "Lesen von %1 ist nicht möglich, da von anderem Anwender geöffnet." + AFX_IDP_FAILED_ACCESS_WRITE "Schreiben auf %1 ist nicht möglich, da schreibgeschützt oder von anderem Anwender geöffnet." + AFX_IDP_FAILED_IO_ERROR_READ "Beim Lesen von %1 ist ein unerwarteter Fehler aufgetreten." + AFX_IDP_FAILED_IO_ERROR_WRITE "Beim Schreiben von %1 ist ein unerwarteter Fehler aufgetreten." + + // Parsing error prompts + AFX_IDP_PARSE_INT, "Geben Sie bitte eine ganze Zahl ein." + AFX_IDP_PARSE_REAL, "Geben Sie bitte eine Zahl ein." + AFX_IDP_PARSE_INT_RANGE, "Geben Sie bitte eine ganze Zahl zwischen %1 und %2 ein." + AFX_IDP_PARSE_REAL_RANGE, "Geben Sie bitte eine Zahl zwischen %1 und %2 ein." + AFX_IDP_PARSE_STRING_SIZE, "Geben Sie bitte nicht mehr als %1 Zeichen ein." + AFX_IDP_PARSE_RADIO_BUTTON, "Wählen Sie bitte eine Schaltfläche." + AFX_IDP_PARSE_BYTE, "Geben Sie bitte eine ganze Zahl zwischen 0 und 255 ein." + AFX_IDP_PARSE_UINT, "Geben Sie bitte eine positive ganze Zahl ein." + AFX_IDP_PARSE_DATETIME, "Geben Sie bitte ein Datum und/oder eine Zeit ein." + AFX_IDP_PARSE_CURRENCY, "Geben Sie bitte eine Währung ein." + +#ifndef _AFX_NO_OLE_RESOURCES + // OLE strings required for both servers and containers + AFX_IDS_PASTELINKEDTYPE "Verknüpft: %s" + AFX_IDS_UNKNOWNTYPE "Unbekannter Typ" +#ifndef _MAC + AFX_IDP_FAILED_TO_NOTIFY "%1\nRegistrierung des Dokuments nicht möglich.\nDas Dokument ist vielleicht schon geöffnet." +#else + AFX_IDP_FAILED_TO_NOTIFY "Registrierung des Dokuments \042%1\042 nicht möglich.\nDas Dokument ist vielleicht schon geöffnet." +#endif +#endif //!_AFX_NO_OLE_RESOURCES + + AFX_IDP_NO_ERROR_AVAILABLE "Keine Fehlermeldung verfügbar." + + AFX_IDP_FILE_NONE "Kein Fehler aufgetreten." + AFX_IDP_FILE_GENERIC "Ein unbekannter Fehler ist beim Zugriff auf %1 aufgetreten." + AFX_IDP_FILE_NOT_FOUND "%1 wurde nicht gefunden." + AFX_IDP_FILE_BAD_PATH "%1 enthält eine ungültige Pfadangabe." + AFX_IDP_FILE_TOO_MANY_OPEN "%1 konnte nicht geöffnet werden, da zu viele Dateien geöffnet sind." + AFX_IDP_FILE_ACCESS_DENIED "Zugriff auf %1 wurde verwehrt." + AFX_IDP_FILE_INVALID_FILE "Eine ungültige Dateikennung war mit %1 verbunden." + AFX_IDP_FILE_REMOVE_CURRENT "Das Verzeichnis %1 konnte nicht entfernt werden, da es das aktuelle Verzeichnis ist. " + AFX_IDP_FILE_DIR_FULL "%1 konnte nicht erstellt werden, da das Verzeichnis voll ist." + AFX_IDP_FILE_BAD_SEEK "Positionierungsfehler auf %1." + AFX_IDP_FILE_HARD_IO "Ein Hardware-E/A-Fehler wurde während des Zugriffs auf %1 gemeldet." + AFX_IDP_FILE_SHARING "Eine Zugriffsverletzung ist während des Zugriffs auf %1 aufgetreten." + AFX_IDP_FILE_LOCKING "Eine Sperrverletzung ist während des Zugriffs auf %1 aufgetreten." + AFX_IDP_FILE_DISKFULL "Beim Zugriff auf %1 wurde ein voller Datenträger gemeldet." + AFX_IDP_FILE_EOF "Es wurde versucht, auf eine Stelle hinter dem Ende von %1 zuzugreifen." + + AFX_IDP_ARCH_NONE "Kein Fehler aufgetreten." + AFX_IDP_ARCH_GENERIC "Ein unbekannter Fehler ist beim Zugriff auf %1 aufgetreten." + AFX_IDP_ARCH_READONLY "%1 ist nur lesbar. Es wurde versucht, darauf zu schreiben." + AFX_IDP_ARCH_ENDOFFILE "Es wurde versucht, auf eine Stelle hinter dem Ende von %1 zuzugreifen." + AFX_IDP_ARCH_WRITEONLY "%1 ist lesegeschützt. Es wurde versucht, davon zu lesen." + AFX_IDP_ARCH_BADINDEX "%1 besitzt ein falsches Format." + AFX_IDP_ARCH_BADCLASS "%1 enthielt ein unerwartetes Objekt." + AFX_IDP_ARCH_BADSCHEMA "%1 enthält ein falsches Schema." + +#ifndef _AFX_NO_MAPI_RESOURCES + // MAPI strings / error messages + AFX_IDP_FAILED_MAPI_LOAD "Systemunterstützung für elektronische Post kann nicht geladen werden." + AFX_IDP_INVALID_MAPI_DLL "Die System-DLL für elektronische Post ist ungültig." + AFX_IDP_FAILED_MAPI_SEND "\042Nachricht senden\042 scheiterte beim Senden der Nachricht." +#endif //!_AFX_NO_MAPI_RESOURCES + +#ifndef _AFX_NO_OCC_RESOURCES + AFX_IDS_OCC_SCALEUNITS_PIXELS "Pixel" +#endif //!_AFX_NO_OCC_RESOURCES +END + +///////////////////////////////////////////////////////////////////////////// +// Cursors + +AFX_IDC_CONTEXTHELP CURSOR DISCARDABLE "res\\help.cur" + +#ifndef _AFX_NO_SPLITTER_RESOURCES +AFX_IDC_SMALLARROWS CURSOR DISCARDABLE "res\\sarrows.cur" +AFX_IDC_HSPLITBAR CURSOR DISCARDABLE "res\\splith.cur" +AFX_IDC_VSPLITBAR CURSOR DISCARDABLE "res\\splitv.cur" +AFX_IDC_NODROPCRSR CURSOR DISCARDABLE "res\\nodrop.cur" +#endif //!_AFX_NO_SPLITTER_RESOURCES + +#ifndef _AFX_NO_TRACKER_RESOURCES +AFX_IDC_TRACKNWSE CURSOR DISCARDABLE "res\\trcknwse.cur" +AFX_IDC_TRACKNESW CURSOR DISCARDABLE "res\\trcknesw.cur" +AFX_IDC_TRACKNS CURSOR DISCARDABLE "res\\trckns.cur" +AFX_IDC_TRACKWE CURSOR DISCARDABLE "res\\trckwe.cur" +AFX_IDC_TRACK4WAY CURSOR DISCARDABLE "res\\trck4way.cur" +AFX_IDC_MOVE4WAY CURSOR DISCARDABLE "res\\move4way.cur" +#endif //!_AFX_NO_TRACKER_RESOURCES + +#ifndef _AFX_NO_CTL3D_RESOURCES +26567 BITMAP "res\\3dcheck.bmp" // Note: 26567 comes from CTL3D.H +#endif + +///////////////////////////////////////////////////////////////////////////// +// Standard Dialogs + +AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE 9, 26, 183, 70 +#ifndef _MAC +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04 +#else +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION +#endif +CAPTION "Neu" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "&Neu",IDC_STATIC,6,5,123,8,NOT WS_GROUP + LISTBOX AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP + DEFPUSHBUTTON "OK",IDOK,137,6,40,14 + PUSHBUTTON "Abbrechen",IDCANCEL,137,23,40,14 + PUSHBUTTON "&Hilfe",ID_HELP,137,43,40,14 +END + +///////////////////////////////////////////////////////////////////////////// +// CMiniFrameWnd Bitmap + +AFX_IDB_MINIFRAME_MENU BITMAP DISCARDABLE "res\\minifwnd.bmp" + +///////////////////////////////////////////////////////////////////////////// +// CCheckListBox Bitmaps + +AFX_IDB_CHECKLISTBOX_NT BITMAP DISCARDABLE "res\\ntcheck.bmp" +AFX_IDB_CHECKLISTBOX_95 BITMAP DISCARDABLE "res\\95check.bmp" + +///////////////////////////////////////////////////////////////////////////// + +#endif //!_AFXDLL +#endif //!__AFXRES_RC__ + +///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3