📄 wimgedit.msg
字号:
// NB the maximum allowable string length is 128 bytes
#include "about.msg"
// iefonts.c
pick( WIE_STATUSFONT,
"Helv.8",
"Helv.8" )
// iestatus.c
pick( WIE_STATUSPOSTEXT,
"Pos:",
"Pos:" )
pick( WIE_STATUSSIZETEXT,
"Size:",
"Size:" )
// the leading %s MUST remain at the front of the string
pick( WIE_STATUSPOSINFO,
"%sPos: %d, %d",
"%sPos: %d, %d" )
// the leading %s MUST remain at the front of the string
pick( WIE_STATUSSIZEINFO,
"%sSize: %dx%d",
"%sSize: %dx%d" )
// the leading %s MUST remain at the front of the string
pick( WIE_STATUSHOTSPOTINFO,
"%sHotSpot: %d, %d",
"%sHotSpot: %d, %d" )
// the leading %s MUST remain at the front of the string
pick( WIE_BITMAPIMAGETEXT,
"%sBitmap: %dx%d, %d Color",
"%sBitmap: %dx%d, %d Color" )
// the leading %s MUST remain at the front of the string
pick( WIE_CURSORIMAGETEXT,
"%sCursor: %dx%d, %d Color",
"%sCursor: %dx%d, %d Color" )
// the leading %s MUST remain at the front of the string
pick( WIE_ICONIMAGETEXT,
"%sIcon: %dx%d, %d Color",
"%sIcon: %dx%d, %d Color" )
// errors.c
pick( WIE_ERRORMSGTITLE,
"Open Watcom Image Editor",
"Open Watcom Image Editor" )
pick( WIE_ERR_BITMAPNOTOPENED,
"Bitmap: '%s' not opened.",
"Bitmap: '%s' not opened." )
pick( WIE_ERR_ICONNOTOPENED,
"Icon: '%s' not opened.",
"Icon: '%s' not opened." )
pick( WIE_ERR_CURSORNOTOPENED,
"Cursor: '%s' not opened.",
"Cursor: '%s' not opened." )
pick( WIE_ERR_INVALIDBITMAPFILE,
"Invalid bitmap file: '%s'",
"Invalid bitmap file: '%s'" )
pick( WIE_ERR_INVALIDICONFILE,
"Invalid icon file: '%s'",
"Invalid icon file: '%s'" )
pick( WIE_ERR_INVALIDCURSORFILE,
"Invalid cursor file: '%s'",
"Invalid cursor file: '%s'" )
pick( WIE_ERR_INVALIDBITMAPDATA,
"File '%s' contains invalid bitmap data.",
"File '%s' contains invalid bitmap data." )
pick( WIE_ERR_INVALIDICONDATA,
"File '%s' contains invalid icon data.",
"File '%s' contains invalid icon data." )
pick( WIE_ERR_INVALIDCURSORDATA,
"File '%s' contained invalid cursor data.",
"File '%s' contained invalid cursor data." )
pick( WIE_ERR_INVALIDFILENAME,
"'%s' is an invalid file name!",
"'%s' is an invalid file name!" )
pick( WIE_ERR_FILE_NOT_OPENED,
"Error opening '%s'",
"Error opening '%s'" )
pick( WIE_ERR_STARTUP_FNO,
"Error opening '%s'",
"Error opening '%s'" )
pick( WIE_ERR_FILENOTOPENED,
"File '%s' not opened.",
"File '%s' not opened." )
pick( WIE_ERR_FILENOTSAVED,
"File '%s' not saved.",
"File '%s' not saved." )
pick( WIE_ERR_PALETTENOTSAVED,
"Palette not saved.",
"Palette not saved." )
pick( WIE_ERR_BAD_IMAGE_TYPE,
"Active image is not an icon.",
"Active image is not an icon." )
pick( WIE_ERR_BAD_SELECTION,
"Invalid icon selection.",
"Invalid icon selection." )
pick( WIE_ERR_NOFILLREGION,
"Could not fill region.",
"Could not fill region." )
pick( WIE_DDE_INIT_FAILED,
"DDE Initialization failed.",
"DDE Initialization failed." )
pick( WIE_ERR_BITMAP_TOO_BIG,
"A dimension of this bitmap exceeds 512 pixels.",
"A dimension of this bitmap exceeds 512 pixels." )
pick( WIE_ERR_256CLR_BITMAP,
"Bitmaps with 256 colors are not yet supported.",
"Bitmaps with 256 colors are not yet supported." )
pick( WIE_ERR_BAD_BITMAP_FILE,
"'%s' could not be opened.",
"'%s' could not be opened." )
pick( WIE_ERR_TOO_MANY_COLOURS,
"'Cannot edit images with greater than 256 colors.",
"'Cannot edit images with greater than 256 colors." )
pick( WIE_ERR_BAD_BITMAP_DATA,
"File '%s' contains invalid bitmap data!",
"File '%s' contains invalid bitmap data!" )
pick( WIE_ERR_BAD_ICON_CLR,
"Icons must have 2, 16 or 256 colors.",
"Icons must have 2, 16 or 256 colors." )
pick( WIE_ERR_BAD_ICON_FILE,
"'%s' is not a valid icon file!",
"'%s' is not a valid icon file!" )
pick( WIE_ERR_BAD_ICON_DATA,
"File '%s' contains bad icon data!",
"File '%s' contains bad icon data!" )
pick( WIE_ERR_BAD_CURSOR_FILE,
"'%s' is not a valid cursor file!",
"'%s' is not a valid cursor file!" )
pick( WIE_ERR_BAD_CURSOR_DATA,
"File '%s' contained invalid cursor data!",
"File '%s' contained invalid cursor data!" )
pick( WIE_ERR_BAD_FILENAME,
"'%s' is an invalid file name!",
"'%s' is an invalid file name!" )
pick( WIE_ERR_BAD_FILE_EXT,
"'%s' has an unrecognized file extension.",
"'%s' has an unrecognized file extension." )
pick( WIE_ERR_SAVE_FAIL,
"Error writing data for file '%s'. File not saved",
"Error writing data for file '%s'. File not saved" )
pick( WIE_ERR_PALETTE_NOT16,
"The color palette must in 16 color mode.",
"The color palette must in 16 color mode." )
pick( WIE_ERR_BAD_HWND,
"%s\nInvalid Window Handle.",
"%s\nInvalid Window Handle." )
pick( WIE_ERR_BAD_FILLCASE,
"%s\nCould not fill region.",
"%s\nCould not fill region." )
pick( WIE_ERR_BAD_ICONINDEX,
"%s\nBad icon index.",
"%s\nBad icon index." )
pick( WIE_ERR_BAD_PALFILE,
"%s is not a valid palette file.",
"%s is not a valid palette file." )
// hinttext.c
pick( WIE_SELECTSIMAGETOEDIT,
"Selects image to edit",
"Selects image to edit" )
pick( WIE_HINT_IMGED_NEW,
"Creates a new image",
"Creates a new image" )
pick( WIE_HINT_IMGED_OPEN,
"Opens an image",
"Opens an image" )
pick( WIE_HINT_IMGED_SAVE,
"Saves current image",
"Saves current image" )
pick( WIE_HINT_IMGED_SAVE_AS,
"Saves current image",
"Saves current image" )
pick( WIE_HINT_IMGED_EXIT,
"Exits the image editor",
"Exits the image editor" )
pick( WIE_HINT_IMGED_ABOUT,
"Describes the Open Watcom Image Editor",
"Describes the Open Watcom Image Editor" )
pick( WIE_HINT_IMGED_REST,
"Restores image to opened form",
"Restores image to opened form" )
pick( WIE_HINT_IMGED_LCOLOUR,
"Loads a color palette",
"Loads a color palette" )
pick( WIE_HINT_IMGED_SCOLOUR,
"Saves the current color palette",
"Saves the current color palette" )
pick( WIE_HINT_IMGED_RCOLOUR,
"Restores color palette to default",
"Restores color palette to default" )
pick( WIE_HINT_IMGED_CLOSE,
"Closes the current image",
"Closes the current image" )
pick( WIE_HINT_IMGED_ARRANGE,
"Arranges the icons",
"Arranges the icons" )
pick( WIE_HINT_IMGED_CLOSEALL,
"Closes all images",
"Closes all images" )
pick( WIE_HINT_IMGED_COLOUR,
"Toggles display of the color palette",
"Toggles display of the color palette" )
pick( WIE_HINT_IMGED_VIEW,
"Toggles display of the view window",
"Toggles display of the view window" )
pick( WIE_HINT_IMGED_TOOLBAR,
"Toggles display of the tool window",
"Toggles display of the tool window" )
pick( WIE_HINT_IMGED_FREEHAND,
"Draw freehand with pencil",
"Draw freehand with pencil" )
pick( WIE_HINT_IMGED_LINE,
"Draw lines",
"Draw lines" )
pick( WIE_HINT_IMGED_CIRCLEO,
"Draw outlined ellipses",
"Draw outlined ellipses" )
pick( WIE_HINT_IMGED_CIRCLEF,
"Draw filled ellipses",
"Draw filled ellipses" )
pick( WIE_HINT_IMGED_RECTO,
"Draw outlined rectangles",
"Draw outlined rectangles" )
pick( WIE_HINT_IMGED_RECTF,
"Draw filled rectangles",
"Draw filled rectangles" )
pick( WIE_HINT_IMGED_FILL,
"Fill area under the cursor",
"Fill area under the cursor" )
pick( WIE_HINT_IMGED_BRUSH,
"Draw freehand with wide brush",
"Draw freehand with wide brush" )
pick( WIE_HINT_IMGED_CLIP,
"Select region to edit",
"Select region to edit" )
pick( WIE_HINT_IMGED_HOTSPOT,
"Set hotspot location",
"Set hotspot location" )
pick( WIE_HINT_IMGED_2x2,
"Set brush size to 2x2 pixels",
"Set brush size to 2x2 pixels" )
pick( WIE_HINT_IMGED_3x3,
"Set brush size to 3x3 pixels",
"Set brush size to 3x3 pixels" )
pick( WIE_HINT_IMGED_4x4,
"Set brush size to 4x4 pixels",
"Set brush size to 4x4 pixels" )
pick( WIE_HINT_IMGED_5x5,
"Set brush size to 5x5 pixels",
"Set brush size to 5x5 pixels" )
pick( WIE_HINT_IMGED_TILE,
"Tile image windows",
"Tile image windows" )
pick( WIE_HINT_IMGED_NEWIMG,
"Add an icon to current icon file",
"Add an icon to current icon file" )
pick( WIE_HINT_IMGED_DELIMG,
"Delete an icon from current icon file",
"Delete an icon from current icon file" )
pick( WIE_HINT_IMGED_CASCADE,
"Cascade all the image windows",
"Cascade all the image windows" )
pick( WIE_HINT_IMGED_GRID,
"Toggles the displaying of the grid",
"Toggles the displaying of the grid" )
pick( WIE_HINT_IMGED_CLEAR,
"Clear image or selected area",
"Clear image or selected area" )
pick( WIE_HINT_IMGED_UNDO,
"Undoes the previous operation",
"Undoes the previous operation" )
pick( WIE_HINT_IMGED_REDO,
"Reperforms an undone operation",
"Reperforms an undone operation" )
pick( WIE_HINT_IMGED_CUT,
"Cuts selected area to clipboard",
"Cuts selected area to clipboard" )
pick( WIE_HINT_IMGED_COPY,
"Copies selected area to clipboard",
"Copies selected area to clipboard" )
pick( WIE_HINT_IMGED_PASTE,
"Pastes into current image",
"Pastes into current image" )
pick( WIE_HINT_IMGED_SNAP,
"Captures a bitmap from the desktop",
"Captures a bitmap from the desktop" )
pick( WIE_HINT_IMGED_RIGHT,
"Shifts the image right",
"Shifts the image right" )
pick( WIE_HINT_IMGED_LEFT,
"Shifts the image left",
"Shifts the image left" )
pick( WIE_HINT_IMGED_UP,
"Shifts the image up",
"Shifts the image up" )
pick( WIE_HINT_IMGED_DOWN,
"Shifts the image down",
"Shifts the image down" )
pick( WIE_HINT_IMGED_SELIMG,
"Selects icon from a multiple icon file",
"Selects icon from a multiple icon file" )
pick( WIE_HINT_IMGED_SQUARE,
"Maintains a square grid",
"Maintains a square grid" )
pick( WIE_HINT_IMGED_SIZE,
"Changes size of current image",
"Changes size of current image" )
pick( WIE_HINT_IMGED_SETTINGS,
"Displays the current settings",
"Displays the current settings" )
pick( WIE_HINT_IMGED_FLIPHORZ,
"Flips image over horizontal axis",
"Flips image over horizontal axis" )
pick( WIE_HINT_IMGED_FLIPVERT,
"Flips image over vertical axis",
"Flips image over vertical axis" )
pick( WIE_HINT_IMGED_ROTATECC,
"Rotates image counterclockwise",
"Rotates image counterclockwise" )
pick( WIE_HINT_IMGED_ROTATECL,
"Rotates image clockwise",
"Rotates image clockwise" )
pick( WIE_HINT_IMGED_CEDIT,
"Edits the current left color",
"Edits the current left color" )
pick( WIE_HINT_IMGED_CRESET,
"Restores palette to unedited form",
"Restores palette to unedited form" )
pick( WIE_HINT_IMGED_CSCREEN,
"Sets color to represent screen/inverse",
"Sets color to represent screen/inverse" )
pick( WIE_HINT_IMGED_MAXIMIZE,
"Maximizes the current edit window",
"Maximizes the current edit window" )
pick( WIE_HINT_IMGED_DDE_UPDATE_PRJ,
"Update the file with this resource",
"Update the file with this resource" )
pick( WIE_HINT_FILEMENU,
"File operations",
"File operations" )
pick( WIE_HINT_EDITMENU,
"Edit operations for current image",
"Edit operations for current image" )
pick( WIE_HINT_SHIFTMENU,
"Shifts the image",
"Shifts the image" )
pick( WIE_HINT_MIRRORMENU,
"Creates a mirror image",
"Creates a mirror image" )
pick( WIE_HINT_ROTATEMENU,
"Rotates image 90 degrees",
"Rotates image 90 degrees" )
pick( WIE_HINT_SETTINGSMENU,
"Settings for image editor session",
"Settings for image editor session" )
pick( WIE_HINT_BRUSHSIZEMENU,
"Set the size for the paint brush",
"Set the size for the paint brush" )
pick( WIE_HINT_PALETTEMENU,
"Perform color palette operations",
"Perform color palette operations" )
pick( WIE_HINT_DRAWTOOLSMENU,
"Selects tools with which to draw",
"Selects tools with which to draw" )
pick( WIE_HINT_ELLIPSEMENU,
"Ellipse drawing tool",
"Ellipse drawing tool" )
pick( WIE_HINT_RECTANGLEMENU,
"Rectangle drawing tool",
"Rectangle drawing tool" )
pick( WIE_HINT_HELPMENU,
"Provides help for Open Watcom image editor",
"Provides help for Open Watcom image editor" )
// SNAP.C
pick( WIE_BMPSNAPPEDFROMDSKTOP,
"Bitmap snapped from desktop",
"Bitmap snapped from desktop" )
pick( WIE_BMPSNAPABORTED,
"Snap aborted",
"Snap aborted" )
// IEVIEWIN.C
pick( WIE_USEOPTIONSTOHIDEALL,
"Use options menu to hide all",
"Use options menu to hide all" )
// BKCOLOUR.C
pick( WIE_NEWBKCOLORSELECTED,
"New background color selected",
"New background color selected" )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -