/************************************************************************* * * $RCSfile: basic.src,v $ * * $Revision: 1.57 $ * * last change: $Author: hr $ $Date: 2004-11-09 16:54:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #include "basic.hrc" #include "resids.hrc" ModalDialog RID_CALLDLG { Text [ de ] = "Dynamischer Link Nr. "; PosSize = MAP_SYSFONT (18,18,142,142); SVLook = TRUE; MOVEABLE = TRUE; CLOSEABLE = TRUE; // WinChilds = { // FixedText { // Text = "Aktuelle Parameter"; // PosSize = MAP_SYSFONT (10,10,120,8); // }; // }; FixedText RID_RETTYPE { PosSize = MAP_SYSFONT (10,70,120,8); }; Edit RID_RETVAL { PosSize = MAP_SYSFONT (10,85,120,12); Border = TRUE; TabStop = TRUE; }; ListBox RID_PARAMS { PosSize = MAP_SYSFONT (10,25,120,40); TabStop = TRUE; Border = TRUE; }; OKButton RID_OK { PosSize = MAP_SYSFONT (50,105,40,14); TabStop = TRUE; DefButton = TRUE; }; Text[ en-US ] = "Dynamic Link No. "; }; ModalDialog IDD_ABOUT_DIALOG { Pos = MAP_APPFONT( 58, 17 ); Size = MAP_APPFONT( 155, 106 ); SVLook = TRUE; /* WINCHILDS = { FixedText { Pos = MAP_APPFONT( 40, 5 ); Size = MAP_APPFONT( 110, 10 ); TEXT = "Testtool"; CENTER = TRUE; }; FixedText { Pos = MAP_APPFONT( 40, 20 ); Size = MAP_APPFONT( 110, 20 ); TEXT = "Ojektorientiertes BASIC-Entwicklungssystem"; CENTER = TRUE; }; FixedText { Pos = MAP_APPFONT( 40, 45 ); Size = MAP_APPFONT( 110, 10 ); TEXT = "Version 2.0 May 2002"; CENTER = TRUE; }; FixedText { Pos = MAP_APPFONT( 40, 60 ); Size = MAP_APPFONT( 110, 10 ); TEXT = "®1995 Sun Microsystems, Inc."; CENTER = TRUE; }; }; */ // FixedIcon RID_ICON { // Pos = MAP_APPFONT( 20, 26 ); // Size = MAP_APPFONT( 20, 20 ); // FIXED = Icon { // FILE = "basic.ico"; // }; // }; OKButton RID_OK { Pos = MAP_APPFONT( 55, 80 ); Size = MAP_APPFONT( 40, 14 ); DefButton = TRUE; }; }; ModalDialog IDD_TT_ABOUT_DIALOG { Pos = MAP_APPFONT( 58, 17 ); Size = MAP_APPFONT( 120, 81 ); SVLook = TRUE; MOVEABLE = TRUE; Text [ de ] = ""; FixedText 1 { Pos = MAP_APPFONT( 5, 10 ); Size = MAP_APPFONT( 110, 10 ); TEXT [ de ] = "StarTestTool"; CENTER = TRUE; TEXT[ en-US ] = "OpenOffice.org TestTool"; }; FixedText RID_VERSIONSTRING { Pos = MAP_APPFONT( 5, 25 ); Size = MAP_APPFONT( 110, 10 ); Text = UPDVER; CENTER = TRUE; }; FixedText 4 { Pos = MAP_APPFONT( 5, 40 ); Size = MAP_APPFONT( 110, 10 ); TEXT [ de ] = "©1995-2004 Sun Microsystems, Inc."; CENTER = TRUE; TEXT[ en-US ] = "©1995-2004 Sun Microsystems, Inc."; }; OKButton RID_OK { Pos = MAP_APPFONT( 40, 60 ); Size = MAP_APPFONT( 40, 14 ); DefButton = TRUE; }; TEXT[ en-US ] = "About OpenOffice.org TestTool"; }; ModalDialog IDD_FIND_DIALOG { Pos = MAP_APPFONT( 69, 30 ); Size = MAP_APPFONT( 185, 70 ); SVLook = TRUE; TEXT [ de ] = "Testtool: Text suchen"; MOVEABLE = TRUE; // CLOSEABLE = TRUE; // Hat cancelbutton FixedText RID_FIXEDTEXT1 { Pos = MAP_APPFONT( 5, 10 ); Size = MAP_APPFONT( 30, 10 ); TEXT [ de ] = "~Text"; TEXT[ en-US ] = "~Text"; }; Edit RID_FIND { BORDER = TRUE; Pos = MAP_APPFONT( 40, 8 ); Size = MAP_APPFONT( 135, 12 ); TABSTOP = TRUE; }; OKButton RID_OK { Pos = MAP_APPFONT( 30, 30 ); Size = MAP_APPFONT( 50, 14 ); TEXT [ de ] = "~Suchen"; TABSTOP = TRUE; DefButton = TRUE; TEXT[ en-US ] = "~Find"; }; CancelButton RID_CANCEL { Pos = MAP_APPFONT( 105, 30 ); Size = MAP_APPFONT( 50, 14 ); TEXT [ de ] = "~Abbruch"; TABSTOP = TRUE; TEXT[ en-US ] = "~Cancel"; }; TEXT[ en-US ] = "Testtool: Find Text"; }; ModalDialog IDD_REPLACE_DIALOG { Pos = MAP_APPFONT( 69, 30 ); Size = MAP_APPFONT( 185, 88 ); SVLook = TRUE; TEXT [ de ] = "Testtool: Text ersetzen"; MOVEABLE = TRUE; // CLOSEABLE = TRUE; // Hat cancelbutton FixedText RID_FIXEDTEXT1 { Pos = MAP_APPFONT( 5, 10 ); Size = MAP_APPFONT( 55, 10 ); TEXT [ de ] = "~Alter Text"; TEXT[ en-US ] = "~Search for"; }; FixedText RID_FIXEDTEXT2 { Pos = MAP_APPFONT( 5, 30 ); Size = MAP_APPFONT( 55, 10 ); TEXT [ de ] = "~Neuer Text"; TEXT[ en-US ] = "~Replace by"; }; Edit RID_FIND { BORDER = TRUE; Pos = MAP_APPFONT( 65, 8 ); Size = MAP_APPFONT( 110, 12 ); TABSTOP = TRUE; }; Edit RID_REPLACE { BORDER = TRUE; Pos = MAP_APPFONT( 65, 28 ); Size = MAP_APPFONT( 110, 12 ); TABSTOP = TRUE; }; OKButton RID_OK { Pos = MAP_APPFONT( 30, 50 ); Size = MAP_APPFONT( 50, 14 ); TEXT [ de ] = "~Ersetzen"; TABSTOP = TRUE; DefButton = TRUE; TEXT[ en-US ] = "~Replace"; }; CancelButton RID_CANCEL { Pos = MAP_APPFONT( 105, 50 ); Size = MAP_APPFONT( 50, 14 ); TEXT [ de ] = "~Abbruch"; TABSTOP = TRUE; TEXT[ en-US ] = "~Cancel"; }; TEXT[ en-US ] = "Testtool: Replace Text"; }; InfoBox IDS_NOPRINTERERROR { MESSAGE [ de ] = "Drucken steht nicht zur Verfügung!"; MESSAGE[ en-US ] = "The print function is not available!"; }; ErrorBox IDS_CANTLOAD { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Library kann nicht geladen werden!"; MESSAGE[ en-US ] = "Library cannot be loaded!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_CANTSAVE { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Library kann nicht gespeichert werden!"; MESSAGE[ en-US ] = "Library cannot be saved!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_NOMAINPGM { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Dieses Fenster enthält kein Hauptprogramm!"; MESSAGE[ en-US ] = "This window does not contain a main program!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_READERROR { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Datei kann nicht eingelesen werden!"; MESSAGE[ en-US ] = "File cannot be read!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_WRITEERROR { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Datei kann nicht abgespeichert werden!"; MESSAGE[ en-US ] = "File cannot be saved!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_PATTERNNOTFOUND { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Suchbegriff nicht gefunden!"; MESSAGE[ en-US ] = "Search key not found!"; Title[ en-US ] = "Testtool Error"; }; ErrorBox IDS_INVALID_VALUE { TITLE [ de ] = "Testtool-Fehler"; MESSAGE [ de ] = "Der Wert ist ungültig und kann daher nicht gesetzt werden."; MESSAGE[ en-US ] = "The value is invalid and cannot be set."; Title[ en-US ] = "Testtool Error"; }; QueryBox IDS_ASKSAVEERROR { TITLE = "Testtool"; MESSAGE [ de ] = "Fehler beim Speichern der Dateien! Trotzdem ausführen?"; BUTTONS = WB_YES_NO; MESSAGE[ en-US ] = "Error saving files! Run anyway?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_ASK_DIRTY_SAVE { TITLE = "Testtool"; MESSAGE [ de ] = "Datei ist geändert worden. Abspeichern?"; BUTTONS = WB_YES_NO_CANCEL; MESSAGE[ en-US ] = "File has been changed. Save?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_ASK_DIRTY_AND_DISKCHANGE_SAVE { TITLE = "Testtool"; MESSAGE [ de ] = "Datei ist auf dem Datenträger und\nim Editor geändert worden. Abspeichern?"; BUTTONS = WB_YES_NO_CANCEL; MESSAGE[ en-US ] = "File has been changed on data medium\nand in the Editor. Save?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_ASK_DISKCHANGE_SAVE { TITLE = "Testtool"; MESSAGE [ de ] = "Datei ist auf dem Datenträger geändert worden.\nÜberschreiben?"; BUTTONS = WB_YES_NO_CANCEL; MESSAGE[ en-US ] = "File has been changed on data medium.\nOverwrite?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_ASKRELOAD { TITLE = "Testtool"; MESSAGE [ de ] = "Datei ist auf dem Datenträger geändert worden. Erneut Laden?"; BUTTONS = WB_YES_NO; MESSAGE[ en-US ] = "File has been changed on data medium. Reload?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_ASKDIRTYRELOAD { TITLE = "Testtool"; MESSAGE [ de ] = "Datei ist auf dem Datenträger und\nim Editor geändert worden. Erneut Laden?"; BUTTONS = WB_YES_NO; MESSAGE[ en-US ] = "File has been changed on data medium\nand in the Editor. Reload?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_RUNNING { TITLE = "Testtool"; MESSAGE [ de ] = "BASIC-Programm ist noch aktiv! Dennoch beenden?"; BUTTONS = WB_YES_NO; MESSAGE[ en-US ] = "BASIC is still running! Exit anyway?"; Title[ en-US ] = "Testtool"; }; QueryBox IDS_LOSS_OF_INFORMATION { TITLE = "Testtool"; MESSAGE [ de ] = "Speichern in Fremdformat verursacht Informationsverlust"; BUTTONS = WB_OK_CANCEL; MESSAGE[ en-US ] = "Saving in an external format causes information loss."; Title[ en-US ] = "Testtool"; }; InfoBox IDS_NOT_YET_IMPLEMENTED { MESSAGE [ de ] = "Noch nicht implementiert"; MESSAGE[ en-US ] = "Not yet implemented"; }; String IDS_WARNING1 { TEXT [ de ] = "Warnung "; TEXT[ en-US ] = "Warning "; }; String IDS_ERROR1 { TEXT [ de ] = "Fehler "; TEXT[ en-US ] = "Error "; }; String IDS_ERROR2 { TEXT [ de ] = " in Zeile "; TEXT[ en-US ] = " in line "; }; String IDS_NO_LONGNAME { TEXT [ de ] = "Kein Eintrag in Hid.Lst"; TEXT[ en-US ] = "No entries in Hid.Lst"; }; String IDS_WARNING_PREFIX { Text [ de ] = "Warnung: "; Text[ en-US ] = "Warning: "; }; String IDS_OBJECT { Text [ de ] = "Objekt"; Text[ LANGUAGE_USER1 ] = "Gemeint sind Objekte aus der Objektorientierten Programmierung"; Text[ en-US ] = "Object"; }; String IDS_EDIT_VAR { Text [ de ] = "($Arg1) Editieren"; Text[ en-US ] = "Edit ($Arg1)"; }; String IDS_APPNAME { TEXT [ de ] = "Testtool"; TEXT[ en-US ] = "Testtool"; }; String IDS_APPNAME2 { TEXT [ de ] = "StarTestTool"; TEXT[ en-US ] = "StarTestTool"; }; String IDS_APPMODE_BREAK { text [ de ] = "Break"; text[ en-US ] = "Break"; }; String IDS_APPMODE_RUN { text [ de ] = "Run"; text[ en-US ] = "Run"; }; String IDS_NONAME { TEXT [ de ] = "Unbenannt"; TEXT[ en-US ] = "Unnamed"; }; String IDS_NONAMEFILE { #if defined ( UNX ) TEXT = "*.bas"; #else TEXT = "*.BAS"; #endif }; String IDS_INCFILE { #if defined ( UNX ) TEXT = "*.inc"; #else TEXT = "*.INC"; #endif }; String IDS_LIBFILE { #if defined ( UNX ) TEXT = "*.sb"; #else TEXT = "*.SB"; #endif }; String IDS_RESFILE { #if defined ( UNX ) TEXT = "*.res"; #else TEXT = "*.RES"; #endif }; String IDS_TXTFILE { #if defined ( UNX ) TEXT = "*.txt"; #else TEXT = "*.TXT"; #endif }; String IDS_LOADDLG { TEXT [ de ] = "Testtool: Datei einlesen"; TEXT[ en-US ] = "Testtool: Load File"; }; String IDS_SAVEDLG { TEXT [ de ] = "Testtool: Datei speichern"; TEXT[ en-US ] = "Testtool: Save File"; }; String IDS_BASFILTER { TEXT [ de ] = "Quelltexte (*.BAS)"; TEXT[ en-US ] = "Source files (*.BAS)"; }; String IDS_INCFILTER { TEXT [ de ] = "Include-Dateien (*.INC)"; TEXT[ en-US ] = "Include files (*.INC)"; }; String IDS_LIBFILTER { TEXT [ de ] = "Libraries (*.SB)"; TEXT[ en-US ] = "Libraries (*.SB)"; }; String IDS_RESFILTER { TEXT [ de ] = "Results (*.RES)"; TEXT[ en-US ] = "Result files (*.RES)"; }; String IDS_TXTFILTER { TEXT [ de ] = "Results als Textdatei (*.TXT)"; TEXT[ en-US ] = "Results as text file (*.TXT)"; }; String IDS_PAGE { TEXT [ de ] = "Seite "; TEXT[ en-US ] = "Page "; }; String IDS_PRINTMSG { TEXT [ de ] = "Ausdruck von "; TEXT[ en-US ] = "Printout of "; }; String IDS_CONTINUE { TEXT [ de ] = "Weiter"; TEXT[ en-US ] = "Continue"; }; String IDS_CANCEL { TEXT [ de ] = "Abbruch"; TEXT[ en-US ] = "Cancel"; }; String IDS_DISASWIN { TEXT [ de ] = "Disassembly"; TEXT[ en-US ] = "Disassembly"; }; //Icon RID_APPICON { // FILE = "basic.ico"; //}; //Icon RID_APPICON2 { // FILE = "testtool.ico"; //}; //Icon RID_WORKICON { // FILE = "work.ico"; //}; Bitmap MBP_PLUS { File = "plus.bmp"; }; Bitmap MBP_MINUS { File = "minus.bmp"; }; Bitmap MBP_ASSERT { File = "assert.bmp"; }; Bitmap MBP_QAERROR { File = "qaerror.bmp"; }; Menu RID_APPMENUBAR { ItemList = { MenuItem { Identifier = RID_APPFILE; TEXT [ de ] = "~Datei"; SUBMENU = Menu ,RID_FILE; TEXT[ en-US ] = "~File"; }; MenuItem { Identifier = RID_APPEDIT; TEXT [ de ] = "~Bearbeiten"; SUBMENU = Menu ,RID_EDIT; TEXT[ en-US ] = "~Edit"; }; MenuItem { Identifier = RID_APPRUN; TEXT [ de ] = "~Programm"; SUBMENU = Menu ,RID_RUN; TEXT[ en-US ] = "~Program"; }; MenuItem { Identifier = RID_APPWINDOW; TEXT [ de ] = "~Fenster"; SUBMENU = Menu ,RID_WINDOW; TEXT[ en-US ] = "~Window"; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { HELP = TRUE; Identifier = RID_APPHELP; TEXT [ de ] = "~Hilfe"; SUBMENU = Menu ,RID_HELP; TEXT[ en-US ] = "~Help"; }; }; }; Menu RID_FILE { ITEMLIST = { MenuItem { Identifier = RID_FILENEW; TEXT [ de ] = "~Neu"; AccelKey = KeyCode { Function = KEYFUNC_NEW; }; TEXT[ en-US ] = "~New"; }; MenuItem { Identifier = RID_FILEOPEN; TEXT [ de ] = "Ö~ffnen..."; AccelKey = KeyCode { Function = KEYFUNC_OPEN; }; TEXT[ en-US ] = "~Open..."; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_FILECLOSE; TEXT [ de ] = "S~chließen"; TEXT[ en-US ] = "~Close"; }; MenuItem { Identifier = RID_FILESAVE; TEXT [ de ] = "~Speichern"; AccelKey = KeyCode { Function = KEYFUNC_SAVE; }; TEXT[ en-US ] = "~Save"; }; MenuItem { Identifier = RID_FILESAVEAS; TEXT [ de ] = "Speichern ~unter..."; AccelKey = KeyCode { Function = KEYFUNC_SAVEAS; }; TEXT[ en-US ] = "Save~ As..."; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_FILELOADLIB; TEXT [ de ] = "~Library laden..."; TEXT[ en-US ] = "~Load Library..."; }; MenuItem { Identifier = RID_FILESAVELIB; TEXT [ de ] = "Li~brary speichern..."; TEXT[ en-US ] = "Save Li~brary..."; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_FILEPRINT; TEXT [ de ] = "~Drucken"; TEXT[ en-US ] = "~Print"; }; MenuItem { Identifier = RID_FILESETUP; TEXT [ de ] = "Druckereinstellun~g..."; TEXT[ en-US ] = "P~rinter Setting..."; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_QUIT; TEXT [ de ] = "~Beenden"; AccelKey = KeyCode { Function = KEYFUNC_QUIT; }; TEXT[ en-US ] = "~Exit"; }; }; }; Menu RID_EDIT { ITEMLIST = { MenuItem { Identifier = RID_EDITUNDO; TEXT [ de ] = "~Rückgängig"; // AccelKey = KeyCode { Function = KEYFUNC_CUT; }; TEXT[ en-US ] = "~Undo"; }; MenuItem { Identifier = RID_EDITREDO; TEXT [ de ] = "~Wiederholen"; // AccelKey = KeyCode { Function = KEYFUNC_CUT; }; TEXT[ en-US ] = "~Redo"; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_EDITCUT; TEXT [ de ] = "~Ausschneiden"; AccelKey = KeyCode { Function = KEYFUNC_CUT; }; TEXT[ en-US ] = "~Cut"; }; MenuItem { Identifier = RID_EDITCOPY; TEXT [ de ] = "~Kopieren"; AccelKey = KeyCode { Function = KEYFUNC_COPY; }; TEXT[ en-US ] = "~Copy"; }; MenuItem { Identifier = RID_EDITPASTE; TEXT [ de ] = "E~infügen"; AccelKey = KeyCode { Function = KEYFUNC_PASTE; }; TEXT[ en-US ] = "~Paste"; }; MenuItem { Identifier = RID_EDITDEL; TEXT [ de ] = "~Löschen"; AccelKey = KeyCode { Function = KEYFUNC_DELETE; }; TEXT[ en-US ] = "~Delete"; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_EDITSEARCH; TEXT [ de ] = "~Suchen..."; AccelKey = KeyCode { Function = KEYFUNC_FIND; }; TEXT[ en-US ] = "~Find..."; }; MenuItem { Identifier = RID_EDITREPLACE; TEXT [ de ] = "~Ersetzen..."; TEXT[ en-US ] = "~Replace..."; }; MenuItem { Identifier = RID_EDITREPEAT; TEXT [ de ] = "S~uchen Wiederholen"; AccelKey = KeyCode { Code = KEY_F3; }; // AccelKey = KeyCode { Function = KEYFUNC_REPEAT; }; TEXT[ en-US ] = "Repeat S~earch"; }; }; }; Menu RID_RUN { ITEMLIST = { MenuItem { Identifier = RID_RUNCOMPILE; TEXT [ de ] = "~Compilieren"; TEXT[ en-US ] = "~Compile"; }; MenuItem { Identifier = RID_RUNDISAS; TEXT [ de ] = "~Disassemblieren"; TEXT[ en-US ] = "~Disassemble"; }; MenuItem { Identifier = RID_RUNSTART; TEXT [ de ] = "~Start"; AccelKey = KeyCode { Code = KEY_F5; }; TEXT[ en-US ] = "~Start"; }; MenuItem { Identifier = RID_RUNSTEPINTO; TEXT [ de ] = "~Einzelschritt"; AccelKey = KeyCode { Code = KEY_F8; }; TEXT[ en-US ] = "~Single Step"; }; MenuItem { Identifier = RID_RUNSTEPOVER; TEXT [ de ] = "Einzelschritt über ~Prozeduren"; AccelKey = KeyCode { Code = KEY_F10; }; TEXT[ en-US ] = "Si~ngle Step over Procedure"; }; // MenuItem { // Identifier = RID_RUNTOCURSOR; // TEXT = "Run to cursor"; // AccelKey = KeyCode { Code = KEY_F7; }; // }; MenuItem { Identifier = RID_TOGLEBRKPNT; TEXT [ de ] = "Brechpunkt setzen/löschen"; AccelKey = KeyCode { Code = KEY_F9; }; TEXT[ en-US ] = "Set / Delete Break Point"; }; MenuItem { Identifier = RID_RUNBREAK; TEXT [ de ] = "~Unterbrechen"; AccelKey = KeyCode { Code = KEY_F5; Modifier1 = TRUE; }; TEXT[ en-US ] = "~Break"; }; MenuItem { Identifier = RID_RUNSTOP; TEXT [ de ] = "~Abbrechen"; AccelKey = KeyCode { Code = KEY_F5; Shift = TRUE; }; TEXT[ en-US ] = "~Stop"; }; MenuItem { Identifier = RID_RUNNEXTERR; TEXT [ de ] = "~Nächster Fehler"; AccelKey = KeyCode { Code = KEY_F8; Shift = TRUE; }; TEXT[ en-US ] = "~Next Error"; }; MenuItem { Identifier = RID_RUNPREVERR; TEXT [ de ] = "~Vorheriger Fehler"; AccelKey = KeyCode { Code = KEY_F7; Shift = TRUE; }; TEXT[ en-US ] = "~Previous Error"; }; MenuItem { SEPARATOR = TRUE; }; }; }; // Wird nur beim Test Tool eingef³gt // unter Folgendem Name String RID_TT_EXTRAS_NAME { Text [ de ] = "E~xtras"; Text[ en-US ] = "E~xtra"; }; Menu RID_TT_EXTRAS { ITEMLIST = { MenuItem { Identifier = RID_OPTIONS; TEXT [ de ] = "~Einstellungen"; TEXT[ en-US ] = "~Settings"; }; /* comment out till it gets functionality #i26908 MenuItem { Identifier = RID_DECLARE_HELPER; Text [ de ] = "~Record Dialogs"; Text [ en-US ] = "~Record Dialogs"; };*/ }; }; Menu RID_WINDOW { ITEMLIST = { MenuItem { Identifier = RID_WINCASCADE; TEXT [ de ] = "~Überlappend"; TEXT[ en-US ] = "~Cascade"; }; MenuItem { Identifier = RID_WINTILE; TEXT [ de ] = "~Nebeneinander"; TEXT[ en-US ] = "~Tile"; }; MenuItem { Identifier = RID_WINTILEHORZ; TEXT [ de ] = "~Horizontal anordnen"; TEXT[ en-US ] = "~Arrange Horizontally"; }; MenuItem { Identifier = RID_WINTILEVERT; TEXT [ de ] = "~Vertikal anordnen"; TEXT[ en-US ] = "~Arrange Vertically"; }; }; }; Menu RID_HELP { ITEMLIST = { /* MenuItem { Identifier = RID_HELPINDEX; TEXT = "~Index"; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_HELPKEYS; TEXT = "~Tastaturbelegung"; }; MenuItem { Identifier = RID_HELPINTRO; TEXT = "~Anleitung"; }; MenuItem { SEPARATOR = TRUE; }; MenuItem { Identifier = RID_HELPTOPIC; TEXT = "~Markierter Text"; }; MenuItem { SEPARATOR = TRUE; }; */ MenuItem { ABOUT = TRUE; Identifier = RID_HELPABOUT; TEXT [ de ] = "~Info..."; TEXT[ en-US ] = "~About..."; }; }; }; ModelessDialog IDD_PRINT_DIALOG { Pos = MAP_APPFONT( 83, 42 ); Size = MAP_APPFONT( 171, 94 ); TEXT [ de ] = "Testtool: Datei drucken"; MOVEABLE = TRUE; SVLook = TRUE; FixedText RID_TEXT { Pos = MAP_APPFONT( 11, 9 ); Size = MAP_APPFONT( 146, 28 ); TEXT [ de ] = "Druck von "; CENTER = TRUE; TEXT[ en-US ] = "Print "; }; CancelButton RID_CANCEL { Pos = MAP_APPFONT( 56, 46 ); Size = MAP_APPFONT( 47, 19 ); TEXT [ de ] = "Abbruch"; TEXT[ en-US ] = "Cancel"; }; TEXT[ en-US ] = "Testtool: Print File"; }; ModelessDialog IDD_OPTIONS_DLG { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 248, 140 ); Text [ de ] = "Einstellungen" ; Moveable = TRUE ; Closeable = TRUE ; TabControl RES_TC_OPTIONS { OutputSize = TRUE ; Pos = MAP_APPFONT( 4, 4 ); Size = MAP_APPFONT( 240, 116 ); Hide = FALSE ; PageList = { PageItem { Identifier = RID_TP_GEN ; Text [ de ] = "Generisch" ; Text[ en-US ] = "Generic"; }; PageItem { Identifier = RID_TP_PRO ; Text [ de ] = "" ; Text[ en-US ] = "Profile"; }; PageItem { Identifier = RID_TP_MIS ; Text [ de ] = "" ; Text[ en-US ] = "Misc"; }; PageItem { Identifier = RID_TP_FON ; Text [ de ] = "Schrift" ; Text[ en-US ] = "Font"; }; }; OKButton RID_OK { Pos = MAP_APPFONT( 65, 124 ); Size = MAP_APPFONT( 55, 12 ); TabStop = TRUE; DefButton = TRUE; }; CancelButton RID_CANCEL { Pos = MAP_APPFONT( 135, 124 ); Size = MAP_APPFONT( 55, 12 ); TabStop = TRUE; }; }; Text[ en-US ] = "Settings"; }; TabPage RID_TP_GENERIC { Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 244, 100 ); FixedLine RID_FL_AREA { Pos = MAP_APPFONT( 4, 2 ); Size = MAP_APPFONT( 228, 8 ); Text [ de ] = "Bereich"; Text[ en-US ] = "Area"; }; ComboBox RID_CB_AREA { HScroll = TRUE; VScroll = TRUE; AutoHScroll = TRUE; Border = TRUE; Pos = MAP_APPFONT( 8, 12 ); Size = MAP_APPFONT( 132, 88 ); TabStop = TRUE; DropDown = TRUE; }; PushButton RID_PB_NEW_AREA { Pos = MAP_APPFONT( 144, 12 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Neu"; TabStop = TRUE; Text[ en-US ] = "New"; }; PushButton RID_PD_DEL_AREA { Pos = MAP_APPFONT( 188, 12 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Löschen"; TabStop = TRUE; Text[ en-US ] = "Delete"; }; FixedLine RID_FL_VALUE { Pos = MAP_APPFONT( 4, 32 ); Size = MAP_APPFONT( 228, 8 ); Text [ de ] = "Einstellung"; Text[ en-US ] = "Setting"; }; ComboBox RID_CB_VALUE { HScroll = TRUE; VScroll = TRUE; AutoHScroll = TRUE; Border = TRUE; Pos = MAP_APPFONT( 8, 48 ); Size = MAP_APPFONT( 176, 44 ); TabStop = TRUE; }; PushButton RID_PB_NEW_VALUE { Pos = MAP_APPFONT( 188, 48 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Neu"; TabStop = TRUE; Text[ en-US ] = "New"; }; PushButton RID_PB_DEL_VALUE { Pos = MAP_APPFONT( 188, 64 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Löschen"; TabStop = TRUE; Text[ en-US ] = "Delete"; }; }; TabPage RID_TP_PROFILE { Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 244, 100 ); FixedLine RID_FL_PROFILE { Pos = MAP_APPFONT( 4, 4 ); Size = MAP_APPFONT( 22, 8 ); Text [ de ] = "Profile"; Text[ en-US ] = "Profile"; }; ComboBox RID_CB_PROFILE { HScroll = TRUE; VScroll = TRUE; AutoHScroll = TRUE; Border = TRUE; Pos = MAP_APPFONT( 30, 2 ); Size = MAP_APPFONT( 110, 88 ); TabStop = TRUE; DropDown = TRUE; }; PushButton RID_PB_NEW_PROFILE { Pos = MAP_APPFONT( 144, 2 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Neu"; TabStop = TRUE; Text[ en-US ] = "New"; }; PushButton RID_PD_DEL_PROFILE { Pos = MAP_APPFONT( 188, 2 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Löschen"; TabStop = TRUE; Text[ en-US ] = "Delete"; }; FixedLine FL_DIRECTORIES { Pos = MAP_APPFONT( 4, 16 ); Size = MAP_APPFONT( 230, 8 ); Text [ de ] = "Profileinstellungen"; Text[ en-US ] = "Profile settings"; }; FixedText LOG_TEXT { Pos = MAP_APPFONT( 7, 26 ); Size = MAP_APPFONT( 76, 12 ); Text [ de ] = "Log Basisverzeichnis"; Text[ en-US ] = "Log base directory"; }; FixedText BASIS_TEXT { Pos = MAP_APPFONT( 7, 42 ); Size = MAP_APPFONT( 76, 12 ); Text [ de ] = "Basisverzeichnis"; Text[ en-US ] = "Base directory"; }; FixedText HID_TEXT { Pos = MAP_APPFONT( 7, 58 ); Size = MAP_APPFONT( 76, 12 ); Text [ de ] = "HID Verzeichnis"; Text[ en-US ] = "HID directory"; }; Edit LOG_NAME { Border = TRUE; Pos = MAP_APPFONT( 87, 26 ); Size = MAP_APPFONT( 126, 12 ); TabStop = TRUE; }; Edit BASIS_NAME { Border = TRUE; Pos = MAP_APPFONT( 87, 42 ); Size = MAP_APPFONT( 126, 12 ); TabStop = TRUE; }; Edit HID_NAME { Border = TRUE; Pos = MAP_APPFONT( 87, 58 ); Size = MAP_APPFONT( 126, 12 ); TabStop = TRUE; }; PushButton LOG_SET { Pos = MAP_APPFONT( 217, 26 ); Size = MAP_APPFONT( 12, 12 ); Text [ de ] = "..."; TabStop = TRUE; Text[ en-US ] = "..."; }; PushButton BASIS_SET { Pos = MAP_APPFONT( 217, 42 ); Size = MAP_APPFONT( 12, 12 ); Text [ de ] = "..."; TabStop = TRUE; Text[ en-US ] = "..."; }; PushButton HID_SET { Pos = MAP_APPFONT( 217, 58 ); Size = MAP_APPFONT( 12, 12 ); Text [ de ] = "..."; TabStop = TRUE; Text[ en-US ] = "..."; }; CheckBox CB_AUTORELOAD { Pos = MAP_APPFONT( 7, 74 ); Size = MAP_APPFONT( 115, 12 ); Text [ de ] = "automatiscc neu laden"; Text[ en-US ] = "AutoReload"; }; CheckBox CB_AUTOSAVE { Pos = MAP_APPFONT( 7, 87 ); Size = MAP_APPFONT( 115, 12 ); Text [ de ] = "Speichern vor Ausführen"; Text[ en-US ] = "Save before execute"; }; CheckBox CB_STOPONSYNTAXERRORS { Pos = MAP_APPFONT( 132, 74 ); Size = MAP_APPFONT( 115, 12 ); Text [ de ] = "Abbruch bei Syntaxfehlern"; Text[ en-US ] = "Stop on Syntax Errors"; }; }; TabPage RID_TP_MISC { Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 244, 100 ); FixedLine FL_COMMUNICATION { Pos = MAP_APPFONT( 4, 2 ); Size = MAP_APPFONT( 230, 8 ); Text [ de ] = "Kommunikation"; Text[ en-US ] = "Communication"; }; FixedText FT_HOST { Pos = MAP_APPFONT( 8, 12 ); Size = MAP_APPFONT( 30, 12 ); Text [ de ] = "Host"; Text[ en-US ] = "Host"; }; Edit ED_HOST { Border = TRUE; Pos = MAP_APPFONT( 43, 12); Size = MAP_APPFONT( 80, 12 ); TabStop = TRUE; }; FixedText FT_TTPORT { Pos = MAP_APPFONT( 132, 12 ); Size = MAP_APPFONT( 70, 12 ); Text [ de ] = "Testtool Port"; Text[ en-US ] = "Testtool Port"; }; NumericField NF_TTPORT { Border = TRUE; Pos = MAP_APPFONT( 191, 12); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; Right = TRUE; Repeat = TRUE; Spin = TRUE; Minimum = 1024; Maximum = 0xffff; First = 1024; Last = 0xffff; }; FixedText FT_UNOPORT { Pos = MAP_APPFONT( 132, 12+15 ); Size = MAP_APPFONT( 70, 12 ); Text [ de ] = "Remote UNO Port"; Text[ en-US ] = "Remote UNO Port"; }; NumericField NF_UNOPORT { Border = TRUE; Pos = MAP_APPFONT( 191, 12+15); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; Right = TRUE; Repeat = TRUE; Spin = TRUE; Minimum = 1024; Maximum = 0xffff; First = 1024; Last = 0xffff; }; FixedLine FL_OTHER { Pos = MAP_APPFONT( 4, 27 +13 ); Size = MAP_APPFONT( 230, 8 ); Text [ de ] = "Andere Einstellungen"; Text[ en-US ] = "Other settings"; }; FixedText TIMEOUT_TEXT { Pos = MAP_APPFONT( 8, 48 ); Size = MAP_APPFONT( 70, 12 ); Text [ de ] = "Server Timeout"; Text[ en-US ] = "Server Timeout"; }; TimeField SERVER_TIMEOUT { Border = TRUE; Pos = MAP_APPFONT( 83, 48 ); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; Repeat = TRUE; Spin = TRUE; Format = TIMEF_SEC; Duration = TRUE; }; FixedText FT_LRU { Pos = MAP_APPFONT( 132, 48 ); Size = MAP_APPFONT( 70, 12 ); Text [ de ] = "Max LRU Files"; Text[ en-US ] = "Max LRU Files"; }; NumericField TF_MAX_LRU { Border = TRUE; Pos = MAP_APPFONT( 191, 48); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; Right = TRUE; Repeat = TRUE; Spin = TRUE; Minimum = 0; Maximum = IDM_FILE_LRUn - IDM_FILE_LRU1 +1; }; }; TabPage RID_TP_FONT { Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 244, 100 ); FixedText FT_FONTNAME { Pos = MAP_APPFONT( 4, 2 ); Size = MAP_APPFONT( 123, 8 ); Text [ de ] = "Art"; Text[ en-US ] = "Type"; }; ComboBox CB_FONTNAME { Pos = MAP_APPFONT( 4, 12 ); Size = MAP_APPFONT( 123, 12*4 ); Sort = TRUE; AutoHScroll = TRUE; }; FixedText FT_FONTSTYLE { Pos = MAP_APPFONT( 131, 2 ); Size = MAP_APPFONT( 65, 8 ); Text [ de ] = "Schnitt"; Text[ en-US ] = "Typeface"; }; ComboBox CB_FONTSTYLE { Pos = MAP_APPFONT( 131, 12 ); Size = MAP_APPFONT( 65, 12*4 ); AutoHScroll = TRUE; }; FixedText FT_FONTSIZE { Pos = MAP_APPFONT( 200, 2 ); Size = MAP_APPFONT( 29, 8 ); Text [ de ] = "Größe"; Text[ en-US ] = "Size"; }; MetricBox MB_FONTSIZE { Pos = MAP_APPFONT( 200, 12 ); Size = MAP_APPFONT( 29, 12*4 ); AutoHScroll = TRUE; }; FixedText FT_PREVIEW { Pos = MAP_APPFONT( 4, 12*5+5 ); Size = MAP_APPFONT( 229, 30 ); }; // 229 is max }; FloatingWindow IDD_DISPLAY_HID { OutputSize = TRUE; SVLook = TRUE; Size = MAP_APPFONT( 261, 160 ); Text [ de ] = "Display HId"; Moveable = TRUE; Closeable = TRUE; Sizeable = TRUE; Zoomable = TRUE; Hide = TRUE; ClipChildren = TRUE; ToolBox RID_TB_CONF { Border = TRUE; Pos = MAP_APPFONT( 0, 0 ); Size = MAP_APPFONT( 260, 14 ); /* ItemList = { ToolBoxItem { Text = "erster der Toolbox"; }; };*/ // Hide = TRUE; }; FixedText RID_FT_CONTROLS { Pos = MAP_APPFONT( 4, 16 ); Size = MAP_APPFONT( 128, 10 ); Text [ de ] = "Controls"; Text[ en-US ] = "Controls"; }; MultiListBox RID_MLB_CONTROLS { Border = TRUE; AutoHScroll = TRUE; Pos = MAP_APPFONT( 4, 28 ); Size = MAP_APPFONT( 208, 88 ); TabStop = TRUE; }; FixedText RID_FT_SLOTS { Pos = MAP_APPFONT( 4, 120 ); Size = MAP_APPFONT( 128, 10 ); Text [ de ] = "Slots"; Text[ en-US ] = "Slots"; }; MultiListBox RID_MLB_SLOTS { Border = TRUE; AutoHScroll = TRUE; Pos = MAP_APPFONT( 4, 132 ); Size = MAP_APPFONT( 208, 24 ); TabStop = TRUE; }; PushButton RID_PB_KOPIEREN { Pos = MAP_APPFONT( 216, 28 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Kopieren"; TabStop = TRUE; Text[ en-US ] = "Copy"; }; PushButton RID_PB_BENENNEN { Pos = MAP_APPFONT( 216, 44 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Benennen"; TabStop = TRUE; Hide = TRUE; Text[ en-US ] = "Name"; }; PushButton RID_PB_SELECTALL { Pos = MAP_APPFONT( 216, 44 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Alle Markieren"; TabStop = TRUE; Text[ en-US ] = "Select all"; }; OKButton RID_OK_CLOSE { Pos = MAP_APPFONT( 216, 144 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Schließen"; TabStop = TRUE; Text[ en-US ] = "Close"; }; Text[ en-US ] = "Display HId"; }; Accelerator MAIN_ACCEL { ItemList = { AcceleratorItem { Identifier = RID_FILENEW; Key = KeyCode { Function = KEYFUNC_NEW; }; }; AcceleratorItem { Identifier = RID_FILEOPEN; Key = KeyCode { Function = KEYFUNC_OPEN; }; }; AcceleratorItem { Identifier = RID_FILESAVE; Key = KeyCode { Function = KEYFUNC_SAVE; }; }; AcceleratorItem { Identifier = RID_FILESAVEAS; Key = KeyCode { Function = KEYFUNC_SAVEAS; }; }; AcceleratorItem { Identifier = RID_QUIT; Key = KeyCode { Function = KEYFUNC_QUIT; }; }; // AcceleratorItem { // Identifier = RID_EDITCUT; // Key = KeyCode { Function = KEYFUNC_CUT; }; // }; // AcceleratorItem { // Identifier = RID_EDITCOPY; // Key = KeyCode { Function = KEYFUNC_COPY; }; // }; // AcceleratorItem { // Identifier = RID_EDITPASTE; // Key = KeyCode { Function = KEYFUNC_PASTE; }; // }; // AcceleratorItem { // Identifier = RID_EDITDEL; // Key = KeyCode { Function = KEYFUNC_DELETE; }; // }; AcceleratorItem { Identifier = RID_EDITSEARCH; Key = KeyCode { Function = KEYFUNC_FIND; }; }; AcceleratorItem { Identifier = RID_EDITREPEAT; Key = KeyCode { Code = KEY_F3; }; // Key = KeyCode { Function = KEYFUNC_REPEAT; }; }; AcceleratorItem { Identifier = RID_RUNSTART; Key = KeyCode { Code = KEY_F5; }; }; AcceleratorItem { Identifier = RID_RUNSTEPINTO; Key = KeyCode { Code = KEY_F8; }; }; AcceleratorItem { Identifier = RID_TOGLEBRKPNT; Key = KeyCode { Code = KEY_F9; }; }; AcceleratorItem { Identifier = RID_RUNSTEPOVER; Key = KeyCode { Code = KEY_F10; }; }; AcceleratorItem { Identifier = RID_RUNTOCURSOR; Key = KeyCode { Code = KEY_F7; }; }; AcceleratorItem { Identifier = RID_RUNBREAK; Key = KeyCode { Code = KEY_F5; Modifier1 = TRUE; }; }; AcceleratorItem { Identifier = RID_RUNSTOP; Key = KeyCode { Code = KEY_F5; Shift = TRUE; }; }; AcceleratorItem { Identifier = RID_RUNNEXTERR; Key = KeyCode { Code = KEY_F8; Shift = TRUE; }; }; AcceleratorItem { Identifier = RID_RUNPREVERR; Key = KeyCode { Code = KEY_F7; Shift = TRUE; }; }; }; }; ImageList RID_IMGLST_LAYOUT { Prefix = "im"; MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; }; IdList = { IMGID_BRKENABLED ; IMGID_BRKDISABLED ; IMGID_STEPMARKER ; IMGID_ERRORMARKER ; }; }; ModelessDialog IDD_EDIT_VAR { Pos = MAP_APPFONT( 0, 0 ); Size = MAP_APPFONT( 171, 87 ); Text [ de ] = "Variable editieren"; Moveable = TRUE; Closeable = TRUE; FixedText RID_FT_NAME { Pos = MAP_APPFONT( 8, 8 ); Size = MAP_APPFONT( 40, 10 ); Text [ de ] = "Name"; Text[ en-US ] = "Name"; }; FixedText RID_FT_CONTENT { Pos = MAP_APPFONT( 8, 21 ); Size = MAP_APPFONT( 40, 10 ); Text [ de ] = "Inhalt"; Text[ en-US ] = "Content"; }; FixedText RID_FT_NEW_CONTENT { Pos = MAP_APPFONT( 8, 38 ); Size = MAP_APPFONT( 40, 10 ); Text [ de ] = "Neuer Inhalt"; Text[ en-US ] = "New content"; }; FixedText RID_FT_NAME_VALUE { Pos = MAP_APPFONT( 53, 8 ); Size = MAP_APPFONT( 111, 10 ); Text [ de ] = "name der variablen"; Text[ en-US ] = "Name of variable"; }; FixedText RID_FT_CONTENT_VALUE { Pos = MAP_APPFONT( 53, 21 ); Size = MAP_APPFONT( 111, 10 ); Text [ de ] = "Alter Inhalt"; Text[ en-US ] = "Previous contents"; }; RadioButton RID_RB_NEW_BOOL_T { Hide = TRUE; Pos = MAP_APPFONT( 53, 37 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "True"; TabStop = TRUE; Text[ en-US ] = "True"; }; RadioButton RID_RB_NEW_BOOL_F { Hide = TRUE; Pos = MAP_APPFONT( 98, 37 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "False"; TabStop = TRUE; Text[ en-US ] = "False"; }; NumericField RID_NF_NEW_INTEGER { Border = TRUE; Hide = TRUE; Pos = MAP_APPFONT( 53, 37 ); Size = MAP_APPFONT( 111, 12 ); TabStop = TRUE; Repeat = TRUE; Spin = TRUE; Minimum = -32768; Maximum = 32767; First = -32768; Last = 32767; SpinSize = 10; }; NumericField RID_NF_NEW_LONG { Border = TRUE; Hide = TRUE; Pos = MAP_APPFONT( 53, 37 ); Size = MAP_APPFONT( 111, 12 ); TabStop = TRUE; Repeat = TRUE; Spin = TRUE; Minimum = -2147483648; Maximum = 2147483647; First = -2147483648; Last = 2147483647; SpinSize = 10; }; Edit RID_ED_NEW_STRING { Hide = TRUE; Border = TRUE; Pos = MAP_APPFONT( 53, 37 ); Size = MAP_APPFONT( 111, 12 ); Text [ de ] = "Edit"; TabStop = TRUE; Text[ en-US ] = "Edit"; }; OKButton RID_OK { Pos = MAP_APPFONT( 33, 58 ); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; }; CancelButton RID_CANCEL { Pos = MAP_APPFONT( 93, 58 ); Size = MAP_APPFONT( 40, 12 ); TabStop = TRUE; }; Text[ en-US ] = "Edit variable"; }; FloatingWindow LOAD_CONF { SVLook = TRUE; Pos = MAP_APPFONT( 66, 23 ); Size = MAP_APPFONT( 156, 51 ); Text [ de ] = "Lese Konfigurationsdateien"; Moveable = TRUE; FixedText WORK { SVLook = TRUE; Pos = MAP_APPFONT( 0, 8 ); Size = MAP_APPFONT( 155, 10 ); Text [ de ] = "Slot IDs"; Center = TRUE; Text[ en-US ] = "Slot IDs"; }; FixedText FILENAME { SVLook = TRUE; Pos = MAP_APPFONT( 0, 21 ); Size = MAP_APPFONT( 155, 10 ); Text [ de ] = "Datei.win"; Center = TRUE; Text[ en-US ] = "File.win"; }; Text[ en-US ] = "Reading Configuration Files"; };