- Timestamp:
- Jun 19, 2007, 8:09:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/fm3res.dlg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3res.dlg
r691 r702 26 26 18 Feb 07 GKY Rearranged and added drive type and no stats to drive flag dialog 27 27 15 Jun 07 SHL Update for OpenWatcom 28 19 Jun 07 SHL Update ABT_FRAME to include netlabs URL and built with OpenWatcom 28 29 29 30 ***********************************************************************/ … … 993 994 DLGTEMPLATE ABT_FRAME LOADONCALL MOVEABLE DISCARDABLE 994 995 BEGIN 995 DIALOG "About FM/2", ABT_FRAME, -42, -12, 188, 132, NOT FS_DLGBORDER |996 DIALOG "About FM/2", ABT_FRAME, 40, -15, 188, 152, NOT FS_DLGBORDER | 996 997 FS_BORDER | FS_MOUSEALIGN | WS_VISIBLE, FCF_TITLEBAR 997 998 BEGIN 998 GROUPBOX "", -1, 6, 2 2, 177, 89, NOT WS_GROUP999 ICON DID_OK, ABT_ICON, 79, 113, 21, 16, WS_GROUP1000 ICON 5, ABT_STICK1, 57, 113, 21, 161001 ICON 10, ABT_STICK2, 101, 113, 21, 161002 CTEXT "FM/2 (File Manager/2)", ABT_PROGNAME, 10, 92, 164,999 GROUPBOX "", -1, 6, 26, 177, 105, NOT WS_GROUP 1000 ICON COLR_BLACK, ABT_ICON, 79, 133, 21, 16, WS_GROUP 1001 ICON COLR_GREEN, ABT_STICK1, 57, 133, 21, 16 1002 ICON COLR_DARKRED, ABT_STICK2, 101, 133, 21, 16 1003 CTEXT "FM/2 (File Manager/2)", ABT_PROGNAME, 10, 112, 164, 1003 1004 8, DT_VCENTER 1004 CTEXT "Copyright ž 1993-98", -1, 10, 84, 164, 8,1005 CTEXT "Copyright ž 1993-98", -1, 10, 104, 164, 8, 1005 1006 DT_VCENTER | NOT WS_GROUP 1006 CTEXT "M. Kimes (Barebones Software)", -1, 10, 76, 164, 8,1007 CTEXT "M. Kimes (Barebones Software)", -1, 10, 96, 164, 8, 1007 1008 DT_VCENTER | NOT WS_GROUP 1008 CTEXT "All rights reserved", -1, 10, 68, 164, 8,1009 CTEXT "All rights reserved", -1, 10, 88, 164, 8, 1009 1010 DT_VCENTER | NOT WS_GROUP 1010 CTEXT "Copyright ž 1998, 2007", -1, 10, 60, 164, 8,1011 CTEXT "Copyright ž 1998, 2007", -1, 10, 80, 164, 8, 1011 1012 DT_VCENTER | NOT WS_GROUP 1012 CTEXT "Steven Levine and Associates, Inc.", -1, 10, 52,1013 CTEXT "Steven Levine and Associates, Inc.", -1, 10, 72, 1013 1014 164, 8, DT_VCENTER | NOT WS_GROUP 1014 CTEXT "All rights reserved", -1, 10, 44, 164, 8,1015 CTEXT "All rights reserved", -1, 10, 64, 164, 8, 1015 1016 DT_VCENTER | NOT WS_GROUP 1016 DEFPUSHBUTTON "", ABT_VERSION, 6, 6, 176, 14, WS_GROUP1017 DEFPUSHBUTTON "", ABT_VERSION, 6, 4, 176, 14, WS_GROUP 1017 1018 PRESPARAMS PP_FOREGROUNDCOLOR, 0x00300000L 1019 CTEXT "Built with OpenWatcom", -1, 12, 39, 164, 8, 1020 DT_VCENTER | NOT WS_GROUP 1021 CTEXT "http://www.openwatcom.org", -1, 11, 30, 164, 8, 1022 DT_VCENTER | NOT WS_GROUP 1023 CTEXT "http://svn.netlabs.org/fm2", -1, 11, 53, 164, 8, 1024 DT_VCENTER | NOT WS_GROUP 1018 1025 END 1019 1026 END
Note:
See TracChangeset
for help on using the changeset viewer.
