87 lines
2.6 KiB
C
87 lines
2.6 KiB
C
/*++
|
|
|
|
Module Name:
|
|
|
|
rshelpid.h
|
|
|
|
Abstract:
|
|
|
|
Help ids for all of HSM UI
|
|
|
|
Author:
|
|
|
|
Ran Kalach [rankala] 11-Sep-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _RSHELPID_H
|
|
#define _RSHELPID_H
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Help IDs - these should be removed before final ship and use an rsadmin.hm
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#define idh_status 9047
|
|
#define idh_total_managed_volumes 9069
|
|
#define idh_total_cartridges_used 9071
|
|
#define idh_total_data_remote_storage 9073
|
|
#define idh_version 9088
|
|
#define idh_change_schedule_button 9003
|
|
#define idh_runaway_recall_limit 1106
|
|
#define idh_concurrent_drives_limit 1107
|
|
#define idh_volume_name 9087
|
|
#define idh_volume_percent_local_data 1174
|
|
#define idh_volume_capacity_local_data 1169
|
|
#define idh_volume_percent_remote_data_cached 1175
|
|
#define idh_volume_capacity_remote_data_cached 1167
|
|
#define idh_volume_percent_free_space 1173
|
|
#define idh_volume_capacity_free_space 1166
|
|
#define idh_volume_disk_capacity 1165
|
|
#define idh_volume_data_remote_storage 1171
|
|
#define idh_actual_free_space_capacity 1177
|
|
#define idh_actual_free_space_percent 1117
|
|
#define idh_desired_free_space_percent 1176
|
|
#define idh_desired_free_space_capacity 1118
|
|
#define idh_min_file_size_criteria 1119
|
|
#define idh_file_access_date_criteria 9057
|
|
#define idh_new_rule_button 1128
|
|
#define idh_rule_delete_button 1132
|
|
#define idh_rule_edit_button 1129
|
|
#define idh_rule_up_button 1130
|
|
#define idh_rule_down_button 9015
|
|
#define idh_media_master_name 9017
|
|
#define idh_media_master_status 9018
|
|
#define idh_media_master_capacity 9019
|
|
#define idh_media_master_free_space 9045
|
|
#define idh_media_master_last_modified 9028
|
|
#define idh_media_copy1_name 9030
|
|
#define idh_media_copy2_name 9036
|
|
#define idh_media_copy3_name 9000
|
|
#define idh_media_number_of_copy_sets 9025
|
|
#define idh_media_copy1_status 9033
|
|
#define idh_media_copy2_status 9039
|
|
#define idh_media_copy3_status 9029
|
|
#define idh_media_copy1_delete_button 9035
|
|
#define idh_media_copy2_delete_button 9041
|
|
#define idh_media_copy3_delete_button 9026
|
|
#define idh_media_copy1_last_modified 9034
|
|
#define idh_media_copy2_last_modified 9040
|
|
#define idh_media_copy3_last_modified 9023
|
|
#define idh_instance 9093
|
|
#define idh_current_schedule 9002
|
|
#define idh_runaway_recall_exemption 9090
|
|
#define idh_media_synch_copies_now_button 9137
|
|
#define idh_media_recreate_master_button 9021
|
|
#define idh_rule_list 1180
|
|
#define idh_rule_edit_name 1143
|
|
#define idh_rule_edit_path 1136
|
|
#define idh_rule_edit_file_type 1137
|
|
#define idh_rule_edit_exclude 1139
|
|
#define idh_rule_edit_include 1138
|
|
#define idh_rule_edit_apply_subfolders 1140
|
|
|
|
#endif // _RSHELPID_H
|