// defines used internal to help system #define IDH_CONTENTS 1 #define IDH_DW_watermarks2 2 #define IDH_DW_stacking_popup 3 #define IDH_DW_paper_bin_sizes 4 #define IDH_DW_output_features 5 #define IDH_DW_making_copies 6 #define IDH_DW_mailbox_popup 7 #define IDH_DW_job_separator_popup 8 #define IDH_DW_Job_Separator 9 #define JetAdmin 10 // links to docwatch teaser messages #define IDH_DW_TIP_watermarks1 100 #define IDH_DW_TIP_using_mailboxes 101 #define IDH_DW_TIP_tracking_your_documents 102 #define IDH_DW_TIP_mopier_steps 103 #define IDH_DW_TIP_mailing_copies 104 #define IDH_DW_TIP_collating_and_stapling 105 #define IDH_DW_TIP_accessing_status 106 #define IDH_DW_TIP_docwatch_options 107 //***NEW*** #define IDH_DW_TIP_duplex 108 //***NEW*** #define IDH_DW_TIP_available_media 109 //***NEW*** #define IDH_DW_TIP_nup_printing 110 //***NEW*** // links to docwatch document conflict messages #define IDH_DW_TMM_unsupported_size_for_stapling 200 #define IDH_DW_TMM_unsupported_size_for_bin 201 #define IDH_DW_TMM_unsupported_media_for_stapling 203 #define IDH_DW_TMM_unsupported_media_for_bin 204 #define IDH_DW_TMM_too_many_pages_for_stapling 205 #define IDH_DW_TMM_insufficient_memory_for_paper_size 206 #define IDH_DW_TMM_insufficient_memory_for_duplex 207 #define IDH_DW_TMM_unsupported_size_for_duplex 208 //***NEW*** #define IDH_DW_TMM_unsupported_media_for_duplex 209 //***NEW*** #define IDH_DW_TMM_booklet_printing 210 // links to specific printing tasks #define IDH_DW_STEPS_tracking_documents 300 #define IDH_DW_STEPS_stapling 301 #define IDH_DW_STEPS_n_up_printing 302 #define IDH_DW_STEPS_mailbox 303 #define IDH_DW_STEPS_job_separator_features 304 #define IDH_DW_STEPS_duplex 305 #define IDH_DW_STEPS_creating_a_desktop_icon 306 #define IDH_DW_STEPS_copies 307 #define IDH_DW_STEPS_collation 308 #define IDH_DW_STEPS_accessing_driver 309 #define IDH_DW_EXAMPLE_word_perfect 310 #define IDH_DW_EXAMPLE_msword 311 #define IDH_DW_EXAMPLE_ms_excel 312 #define IDH_DW_EXAMPLE_ms_access 313 // links to docwatch dialog context helps #define IDH_DW_RC_dialog_area 400 #define IDH_DW_RC_close 401 #define IDH_DW_RC_configure 402 #define IDH_DW_RC_cancel_job 403 #define IDH_DW_RC_help 404 // docwatch docinfo panel #define IDH_DW_RC_document 410 #define IDH_DW_RC_printer 411 #define IDH_DW_RC_status 412 // docwatch teaser panel #define IDH_DW_RC_teaser_text 420 #define IDH_DW_RC_show_me_how 421 #define IDH_DW_RC_forward_arrow 422 #define IDH_DW_RC_back_arrow 423 // docwatch whatswrong panel #define IDH_DW_RC_whatswrong_text 430 #define IDH_DW_RC_tell_me_more 431 // docwatch resout panel #define IDH_DW_RC_options 440 #define IDH_DW_RC_paper_options 441 #define IDH_DW_RC_staple_options 442 #define IDH_DW_RC_apply 443 // docwatch statbmp panel #define IDH_DW_RC_graphic 450 // docwatch options dialog (new defines) #define IDH_DW_RC_alerts_doc_events 460 //***NEW*** #define IDH_DW_RC_alerts_list 461 //***NEW*** #define IDH_DW_RC_alerts_descript 462 //***NEW*** #define IDH_DW_RC_alerts_enable 463 //***NEW*** #define IDH_DW_RC_alerts_select_all 464 //***NEW*** #define IDH_DW_RC_alerts_disable 465 //***NEW*** #define IDH_DW_RC_ok 466 //***NEW*** #define IDH_DW_RC_cancel 467 //***NEW*** // docwatch help button item #define IDH_DW_help_button 500 //***NEW***