mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
729 B
43 lines
729 B
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
rplmgr.dat
|
|
rpl manager resource data file
|
|
|
|
FILE HISTORY:
|
|
JonN 14-Jul-1994 Templated from User Manager
|
|
*/
|
|
|
|
#ifndef _RPLMGR_DAT_
|
|
#define _RPLMGR_DAT_
|
|
|
|
/*
|
|
Data for ADMIN_COL_WIDTHS
|
|
*/
|
|
|
|
IDDATA_RPL_COLW_WKSTALB RCDATA
|
|
BEGIN
|
|
17, 80, 80, 0
|
|
END
|
|
|
|
IDDATA_RPL_COLW_PROFILELB RCDATA
|
|
BEGIN
|
|
17, 80, 0
|
|
END
|
|
|
|
IDDATA_RPL_COLW_CONFIGLB RCDATA
|
|
BEGIN
|
|
13, 0
|
|
END
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|