JPEGView/Resources/MenuHelpResources.r

1 line
44 KiB
R
Raw Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #define SystemSevenOrLater 1 #include "SysTypes.r" #include "Types.r" #include "BalloonTypes.r" #include "JPEGView.r.h" #define menuHelpOffset 2000 /***********************************************************************/ /********************** **********************/ /********************** Icon Pop-Up Menu **********************/ /********************** **********************/ /***********************************************************************/ resource 'hmnu' (rIconMenu, purgeable) { HelpMgrVersion, hmDefaultOptions, 0, 0, hmnuBlankItem, // Defaults { hmnuBlankItem, // Crop menu title HMStringResItem { // Square rIconMenu + menuHelpOffset, 1, 0, 0, rIconMenu + menuHelpOffset, 2, 0, 0 }, HMStringResItem { // Square, dog-eared rIconMenu + menuHelpOffset, 3, 0, 0, rIconMenu + menuHelpOffset, 4, 0, 0 }, HMStringResItem { // Proportional rIconMenu + menuHelpOffset, 5, 0, 0, rIconMenu + menuHelpOffset, 6, 0, 0 }, HMStringResItem { // Proportional, dog-eared rIconMenu + menuHelpOffset, 7, 0, 0, rIconMenu + menuHelpOffset, 8, 0, 0 } } }; resource 'STR#' (rIconMenu + menuHelpOffset, purgeable) { { "To create square icons which occupy the full 32x32 square available, choose this item.", "To create square icons which occupy the full 32x32 square available, choose this item." "Checked because this is the current selection.", "To create square icons which occupy the full 32x32 square available, with a small folded-" "over corner (dog ear), choose this item.", "To create square icons which occupy the full 32x32 square available, with a small folded-" "over corner (dog ear), choose this item. Checked because this is the current selection.", "To create icons which are proportional to the image<67>s original dimensions, choose this item.", "To create icons which are proportional to the image<67>s original dimensions, choose this item. " "Checked because this is the current selection.", "To create icons which are proportional to the image<67>s original dimensions, with a small folded-" "over corner (dog ear), choose this item.", "To create icons which are proportional to the image<67>s original dimensions, with a small folded-" "over corner (dog ear), choose this item. Checked because this is the current selection." } }; /***********************************************************************/ /********************** **********************/ /********************** Crop Pop-Up Menu **********************/ /********************** **********************/ /***********************************************************************/ resource 'hmnu' (rCropMenu, purgeable) { HelpMgrVersion, hmDefaultOptions, 0, 0, hmnuBlankItem, // Defaults { hmnuBlankItem, // Crop menu title HMStringResItem { // Nothing rCropMenu + menuHelpOffset, 1, 0, 0, rCropMenu + menuHelpOffset, 2, 0, 0 }, HMStringResItem { // Icon rCropMenu + menuHelpOffset, 3, 0, 0, rCropMenu + menuHelpOffset, 4, 0, 0 }, HMStringResItem { // Image rCropMenu + menuHelpOffset, 5, 0, 0, rCropMenu + menuHelpOffset, 6, 0, 0 } } }; resource 'STR#' (rCropMenu + menuHelpOffset, purgeable) { { "To ignore the currently selected area in the image when saving, choose this item.", "To ignore the currently selected area in the image when saving, choose this item. " "Checked because this is the current selection.", "To use the selected area to indicate where an icon should be derived from, choose " "this item.", "To use the selected area to indicate where an icon should be derived from, choose " "this ite