From: Alex M. <ale...@us...> - 2004-12-21 00:19:20
|
Update of /cvsroot/win32forth/win32forth/src/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22981/src/res Added Files: ForthForm.ico Forthdlg.h Forthdlg.res Project.ico RESFORTH.H SciEditMdi.ico Win32For.ico WinEd.ico metadlg.aps metadlg.h metadlg.rc metadlg.rct metadlg.res resource.h Log Message: Commit of base Win32Forth --- NEW FILE: WinEd.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SciEditMdi.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Forthdlg.h --- #define IDD_FONTDLG 100 #define IDD_FONT 101 #define IDD_CHECK 103 #define IDD_TEXT 104 #define IDD_ABOUT_FORTH 700 #define IDD_ABOUT_HEAD 799 #define IDD_ABOUT_TEXT 701 #define IDD_ABOUT_TEXT2 702 #define IDD_ABOUT_TEXT3 703 #define IDD_ABOUT_TEXT4 704 #define IDD_SAVE_MEMORY 200 #define IDD_AVAIL 202 #define IDD_AVAIL_MEMORY 203 #define IDD_PAGEUP 300 #define IDD_2UP 302 #define IDD_4UP 303 #define IDD_TITLE_TEXT 400 #define IDD_EDIT_TEXT 401 #define IDD_PROMPT_TEXT 404 #define IDD_EDIT_DIALOG 500 #define IDB_OPTION 501 #define IDD_REPLACE_DIALOG 600 #define IDD-PROMPT_TEXT2 601 #define IDD_EDIT_TEXT2 602 #define IDD_EDIT2_DIALOG 800 #define IDD-PROMPT2_TEXT 801 #define IDD_EDIT2_TEXT 802 #define IDOK2 803 #define IDD_PROMPT2_TEXT 804 #define IDOK3 805 --- NEW FILE: metadlg.aps --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Win32For.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ForthForm.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RESFORTH.H --- //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by FORTH.RC // #define ICON_FORTH 100 #define APP_ICON 101 #define IDC_SPLITV 114 #define IDC_SPLITH 115 #define IDC_MAGNIFY 116 #define IDC_HAND 119 #define IDC_HARROW 120 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 121 #define _APS_NEXT_COMMAND_VALUE 101 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif --- NEW FILE: metadlg.rct --- (This appears to be a binary file; contents omitted.) --- NEW FILE: metadlg.res --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Forthdlg.res --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Project.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: metadlg.h --- //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by metadlg.rc // #define IDD_META 101 #define IDI_ICON1 102 #define IDC_CHKOPTCON 1000 #define IDC_CHKOPTVAR 1001 #define IDC_CHKNEXT 1002 #define IDC_RADEXE 1003 #define IDC_RADDLL 1004 #define IDC_CHKFIXED 1005 #define IDC_EDTORIGIN 1006 #define IDC_BTN_CHKADDR 1007 #define IDC_EDTMSG 1008 #define IDC_EDTAPPMEM 1009 #define IDC_EDTSYSMEM 1010 #define IDC_EDTCODEMEM 1011 #define IDC_STATIC -1 --- NEW FILE: metadlg.rc --- //Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.K.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_META DIALOG DISCARDABLE 0, 0, 242, 266 STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Build Executable betaV3.4D" FONT 8, "MS Sans Serif" BEGIN PUSHBUTTON "&Build",IDOK,185,5,50,14 DEFPUSHBUTTON "&Cancel",IDCANCEL,185,22,50,14 EDITTEXT IDC_EDTAPPMEM,100,50,55,12,ES_UPPERCASE | ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP EDITTEXT IDC_EDTSYSMEM,100,65,55,12,ES_UPPERCASE | ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP EDITTEXT IDC_EDTCODEMEM,100,80,55,12,ES_UPPERCASE | ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP CONTROL "Build &EXE file",IDC_RADEXE,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_GROUP | WS_TABSTOP,25,120,55,10 CONTROL "&Fixed loadpoint at: (hex)",IDC_CHKFIXED,"Button", BS_AUTOCHECKBOX | BS_NOTIFY | WS_GROUP | WS_TABSTOP,35, 135,89,10 EDITTEXT IDC_EDTORIGIN,35,150,55,12,ES_UPPERCASE | ES_AUTOHSCROLL | WS_GROUP PUSHBUTTON "C&heck Address",IDC_BTN_CHKADDR,35,164,55,15,BS_NOTIFY CONTROL "Build &DLL file",IDC_RADDLL,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_GROUP | WS_TABSTOP,25,195,85,10 CONTROL "C&ONSTANT",IDC_CHKOPTCON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,225,95,10 CONTROL "&VARIABLE",IDC_CHKOPTVAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,235,100,9 CONTROL "&NEXT/EXEC",IDC_CHKNEXT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,245,100,9 LTEXT "&Application:",IDC_STATIC,25,52,65,8 LTEXT "&System:",IDC_STATIC,25,67,60,8 LTEXT "&Code:",IDC_STATIC,25,82,60,8 GROUPBOX "Kernel Build Options",IDC_STATIC,5,105,230,105,WS_GROUP EDITTEXT IDC_EDTMSG,101,150,124,35,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP GROUPBOX "Optimisation",IDC_STATIC,5,215,230,45 LTEXT "Win32Forth betav3.4D. Please report any problems on www.topica.com/lists/Win32Forth", IDC_STATIC,55,5,120,30,SS_NOPREFIX ICON IDI_ICON1,IDC_STATIC,10,10,20,20,SS_REALSIZEIMAGE GROUPBOX "Memory Size",IDC_STATIC,5,40,230,60 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO MOVEABLE PURE BEGIN IDD_META, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 235 TOPMARGIN, 7 BOTTOMMARGIN, 259 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_ICON1 ICON DISCARDABLE "Win32For.ico" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE MOVEABLE PURE BEGIN "resource.h\0" END 2 TEXTINCLUDE MOVEABLE PURE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE MOVEABLE PURE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // English (U.K.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED --- NEW FILE: resource.h --- //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by metadlg.rc // #define IDD_META 101 #define IDI_ICON1 102 #define IDC_CHKOPTCON 1000 #define IDC_CHKOPTVAR 1001 #define IDC_CHKNEXT 1002 #define IDC_RADEXE 1003 #define IDC_RADDLL 1004 #define IDC_CHKFIXED 1005 #define IDC_EDTORIGIN 1006 #define IDC_BTN_CHKADDR 1007 #define IDC_EDTMSG 1008 #define IDC_EDTAPPMEM 1009 #define IDC_EDTSYSMEM 1010 #define IDC_EDTCODEMEM 1011 #define IDC_STATIC -1 |