Changeset 87


Ignore:
Timestamp:
May 21, 2004, 5:13:20 PM (21 years ago)
Author:
root
Message:

Rework ABT_FRAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3res.dlg

    r46 r87  
    44  $Id$
    55
    6   Dialog templaces
     6  Dialog templates
    77
    88  Copyright (c) 1993-98 M. Kimes
    99  Copyright (c) 2003 Steven H.Levine
    1010
    11   Revisions     08 Feb 03 SHL - Enable SYS_FRAME
     11  Revisions 08 Feb 03 SHL - Enable SYS_FRAME
     12            25 Nov 03 SHL - Rework ABT_FRAME
    1213
    1314***********************************************************************/
     
    946947        ICON            5, ABT_STICK1, 57, 113, 21, 16
    947948        ICON            10, ABT_STICK2, 101, 113, 21, 16
    948         CTEXT           "FM/2 (File Manager/2)", ABT_PROGNAME, 12, 96, 164,
     949        CTEXT           "FM/2 (File Manager/2)", ABT_PROGNAME, 10, 92, 164,
    949950                        8, DT_VCENTER
    950         CTEXT           "copyright (c) 1993-98", -1, 12, 87, 164, 8,
     951        CTEXT           "copyright (c) 1993-98", -1, 10, 84, 164, 8,
    951952                        DT_VCENTER | NOT WS_GROUP
    952         CTEXT           "by M. Kimes (Barebones Software)", -1, 12, 77, 164,
    953                         8, DT_VCENTER | NOT WS_GROUP
    954         CTEXT           "All rights reserved", -1, 12, 68, 164, 8,
     953        CTEXT           "M. Kimes (Barebones Software)", -1, 10, 76, 164, 8,
    955954                        DT_VCENTER | NOT WS_GROUP
     955        CTEXT           "All rights reserved", -1, 10, 68, 164, 8,
     956                        DT_VCENTER | NOT WS_GROUP
     957        CTEXT           "copyright (c) 1998, 2003", -1, 10, 60, 164, 8,
     958                        DT_VCENTER | NOT WS_GROUP
     959        CTEXT           "Steven Levine and Associates, Inc.", -1, 10, 52,
     960                        164, 8, DT_VCENTER | NOT WS_GROUP
    956961        DEFPUSHBUTTON   "", ABT_VERSION, 6, 6, 177, 14, WS_GROUP
    957962                        PRESPARAMS PP_FOREGROUNDCOLOR, 0x00300000L
Note: See TracChangeset for help on using the changeset viewer.