 // 4/23/98 - a-karenk Creation of file for dsclient cs help
// Help IDs
// a-karenk
//updated 5/12/99 by debbfr

// ID values for Find: Users and Groups

//Find and In drop down
#define IDH_IN					6710	//Server list dropdown
#define IDH_FIND					6708  //Find dropdown

// Users and Groups Tab
#define IDH_USER_GROUP_NAME			6701	//User Name
#define IDH_USER_GROUP_DESCRIPTION		6702	//Description

// General buttons	
#define IDH_BROWSE				6703	//Browse Button		
#define IDH_FIND_NOW				6716	//Find now button
#define IDH_STOP					6717	//Stop button
#define IDH_CLEAR_ALL				6719	//Clear all button

// Advanced Tab
#define IDH_FIELD					6736	//Dropdown list with query
#define IDH_CONDITION				6735	//Condition box
#define IDH_VALUE					6734	//Value box
#define IDH_ADD			           	6715	//Add button
#define IDH_REMOVE				6714	//Remove button	
#define IDH_CRITERIA				6733	//Criteria list
#define IDH_RESULTS				6704  //Results list

//ID Values for Find: Computers tab
#define IDH_COMPUTER_NAME			6705  //Computer name box
#define IDH_OWNER					6706  //Owner name box
#define IDH_ROLE					6707  //Computer role dropdown box

//ID Values for Printers tab
#define IDH_PRINTER_NAME			6722	//Printer Name Box
#define IDH_PRINTER_LOCATION			6713	//Location box
#define IDH_PRINTER_MODEL			6732	//Model box

//ID Values for Features tab	
#define IDH_DOUBLE_SIDED			6742	//Can print double-sided chkbx		
#define IDH_STAPLE				6744	//Can staple chkbx
#define IDH_PRINT_COLOR				6743	//Can print color chkbx
#define IDH_PAPER_SIZE				6729  //Has paper size dropdown
#define IDH_RESOLUTION				6726  //Resolution at least dropdown
#define IDH_SPEED				6746	//Speed at least dropdown

//ID Values for Find: Shared File Folders tab
#define IDH_SHARED_FOLDER_NAMED		6709 //Named box
#define IDH_KEYWORDS				6711 //Keywords box

//ID Values for Browse for Container
#define IDH_BROWSE_CONTAINER			6725 //Browse Container dialog box

//ID Values for Find: Directory Folders
#define IDH_DIR_FOLDER_NAMED			6712 //Named box

//ID Values for Find: Custom Search/Advanced tab
#define IDH_LDAP_QUERY				6718 //Enter LDAP Query box

//ID Values for Choose Columns dialog
#define IDH_ADD_COLUMNS				6750 //Add button
#define IDH_REMOVE_COLUMNS			6751 //Remove button
#define IDH_COLUMNS_AVAILABLE			6752 //Columns Available list
#define IDH_COLUMNS_SHOWN			6753 //Columns Shown list
