[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension Component.rc,1.5,1.6

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Sep 26 21:26:25 CDT 2005


Update of /project/gme-repository/GMESRC/Paradigms/MetaGME/BonExtension
In directory escher:/tmp/cvs-serv5209

Modified Files:
	Component.rc 
Log Message:
More flexibility in BonX. Captured as option added.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Component.rc
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/BonExtension/Component.rc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Component.rc	16 Jun 2004 18:35:00 -0000	1.5
--- Component.rc	26 Sep 2005 20:26:23 -0000	1.6
***************
*** 1,3 ****
! //Microsoft Developer Studio generated resource script.
  //
  #include "resource.h"
--- 1,3 ----
! // Microsoft Visual C++ generated resource script.
  //
  #include "resource.h"
***************
*** 28,37 ****
  //
  
! 1 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "resource.h\0"
  END
  
! 2 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "#include ""afxres.h""\r\n"
--- 28,37 ----
  //
  
! 1 TEXTINCLUDE 
  BEGIN
      "resource.h\0"
  END
  
! 2 TEXTINCLUDE 
  BEGIN
      "#include ""afxres.h""\r\n"
***************
*** 39,43 ****
  END
  
! 3 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "1 TYPELIB ""ComponentLib.tlb""\r\n"
--- 39,43 ----
  END
  
! 3 TEXTINCLUDE 
  BEGIN
      "1 TYPELIB ""ComponentLib.tlb""\r\n"
***************
*** 48,52 ****
  
  
- #ifndef _MAC
  /////////////////////////////////////////////////////////////////////////////
  //
--- 48,51 ----
***************
*** 71,83 ****
          BLOCK "040904B0"
          BEGIN
!             VALUE "CompanyName", "\0"
!             VALUE "FileDescription", "Interpreter Module\0"
!             VALUE "FileVersion", "1, 0, 0, 1\0"
!             VALUE "InternalName", "Interpreter\0"
!             VALUE "LegalCopyright", "Copyright 2000\0"
!             VALUE "OriginalFilename", "Interpreter.DLL\0"
!             VALUE "ProductName", "Interpreter Module\0"
!             VALUE "ProductVersion", "1, 0, 0, 1\0"
!             VALUE "OLESelfRegister", "\0"
          END
      END
--- 70,80 ----
          BLOCK "040904B0"
          BEGIN
!             VALUE "FileDescription", "Interpreter Module"
!             VALUE "FileVersion", "1, 0, 0, 1"
!             VALUE "InternalName", "Interpreter"
!             VALUE "LegalCopyright", "Copyright 2000"
!             VALUE "OriginalFilename", "Interpreter.DLL"
!             VALUE "ProductName", "Interpreter Module"
!             VALUE "ProductVersion", "1, 0, 0, 1"
          END
      END
***************
*** 88,93 ****
  END
  
- #endif    // !_MAC
- 
  
  /////////////////////////////////////////////////////////////////////////////
--- 85,88 ----
***************
*** 98,102 ****
  // Icon with lowest ID value placed first to ensure application icon
  // remains consistent on all systems.
! IDI_COMPICON            ICON    DISCARDABLE     "compicon.ico"
  
  /////////////////////////////////////////////////////////////////////////////
--- 93,97 ----
  // Icon with lowest ID value placed first to ensure application icon
  // remains consistent on all systems.
! IDI_COMPICON            ICON                    "compicon.ico"
  
  /////////////////////////////////////////////////////////////////////////////
***************
*** 106,115 ****
  
  #ifdef APSTUDIO_INVOKED
! GUIDELINES DESIGNINFO DISCARDABLE 
  BEGIN
      IDD_DIALOG1, DIALOG
      BEGIN
          LEFTMARGIN, 7
!         RIGHTMARGIN, 225
          TOPMARGIN, 7
          BOTTOMMARGIN, 275
--- 101,110 ----
  
  #ifdef APSTUDIO_INVOKED
! GUIDELINES DESIGNINFO 
  BEGIN
      IDD_DIALOG1, DIALOG
      BEGIN
          LEFTMARGIN, 7
!         RIGHTMARGIN, 341
          TOPMARGIN, 7
          BOTTOMMARGIN, 275
***************
*** 132,149 ****
  //
  
! IDD_DIALOG1 DIALOG DISCARDABLE  0, 0, 232, 282
! STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  CAPTION "Select classes to extend"
! FONT 8, "MS Sans Serif"
  BEGIN
!     DEFPUSHBUTTON   "OK",IDOK,40,260,50,14
!     PUSHBUTTON      "Cancel",IDCANCEL,140,260,50,14
!     COMBOBOX        IDC_COMBO1,85,5,138,70,CBS_DROPDOWN | WS_VSCROLL | 
                      WS_TABSTOP
      LTEXT           "Select configuration:",IDC_STATIC,14,6,68,10
  END
  
! IDD_DIALOG2 DIALOG DISCARDABLE  0, 0, 305, 234
! STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  CAPTION "Options"
  FONT 8, "MS Sans Serif"
--- 127,144 ----
  //
  
! IDD_DIALOG1 DIALOGEX 0, 0, 348, 282
! STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  CAPTION "Select classes to extend"
! FONT 8, "MS Sans Serif", 0, 0, 0x0
  BEGIN
!     DEFPUSHBUTTON   "OK",IDOK,92,261,50,14
!     PUSHBUTTON      "Cancel",IDCANCEL,202,261,50,14
!     COMBOBOX        IDC_COMBO1,85,5,256,70,CBS_DROPDOWN | WS_VSCROLL | 
                      WS_TABSTOP
      LTEXT           "Select configuration:",IDC_STATIC,14,6,68,10
  END
  
! IDD_DIALOG2 DIALOG  0, 0, 305, 234
! STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  CAPTION "Options"
  FONT 8, "MS Sans Serif"
***************
*** 191,195 ****
  //
  
! STRINGTABLE DISCARDABLE 
  BEGIN
      IDS_PROJNAME            "Component"
--- 186,190 ----
  //
  
! STRINGTABLE 
  BEGIN
      IDS_PROJNAME            "Component"



More information about the GME-commit mailing list