stdres.h
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:3k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * stdres.h
  3.  *
  4.  * Standard resource values.
  5.  *
  6.  * Portable Windows Library
  7.  *
  8.  * Copyright (c) 1993-1998 Equivalence Pty. Ltd.
  9.  *
  10.  * The contents of this file are subject to the Mozilla Public License
  11.  * Version 1.0 (the "License"); you may not use this file except in
  12.  * compliance with the License. You may obtain a copy of the License at
  13.  * http://www.mozilla.org/MPL/
  14.  *
  15.  * Software distributed under the License is distributed on an "AS IS"
  16.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  17.  * the License for the specific language governing rights and limitations
  18.  * under the License.
  19.  *
  20.  * The Original Code is Portable Windows Library.
  21.  *
  22.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  23.  *
  24.  * Portions are Copyright (C) 1993 Free Software Foundation, Inc.
  25.  * All Rights Reserved.
  26.  *
  27.  * Contributor(s): ______________________________________.
  28.  *
  29.  * $Log: stdres.h,v $
  30.  * Revision 1.2  1998/09/24 03:42:16  robertj
  31.  * Added open software license.
  32.  *
  33.  * Revision 1.1  1994/04/01 14:27:01  robertj
  34.  * Initial revision
  35.  *
  36.  */
  37. // Standard Platform Dependedant Resources.
  38. #define PSTD_STR_FILE_MENU          "&File"
  39. #define PSTD_STR_NEW_MENU           "&New"
  40. #define PSTD_STR_NEW_ACCEL          "Ctrl+N"
  41. #define PSTD_STR_OPEN_MENU          "&Open..."
  42. #define PSTD_STR_OPEN_ACCEL         "Ctrl+O"
  43. #define PSTD_STR_CLOSE_MENU         "&Close"
  44. #define PSTD_STR_CLOSE_ACCEL        "Ctrl+W"
  45. #define PSTD_STR_SAVE_MENU          "&Save"
  46. #define PSTD_STR_SAVE_ACCEL         "Ctrl+S"
  47. #define PSTD_STR_SAVE_AS_MENU       "Save &As..."
  48. #define PSTD_STR_PRINT_MENU         "&Print..."
  49. #define PSTD_STR_PRINT_ACCEL        "Ctrl+P"
  50. #define PSTD_STR_PRINTER_SETUP_MENU "P&rinter Setup..."
  51. #define PSTD_STR_EXIT_MENU          "E&xit"
  52. #define PSTD_STR_EXIT_ACCEL         "Alt+F4"
  53. #define PSTD_STR_EDIT_MENU          "&Edit"
  54. #define PSTD_STR_UNDO_MENU          "&Undo"
  55. #define PSTD_STR_UNDO_ACCEL1        "Alt+BkSp"
  56. #define PSTD_STR_UNDO_ACCEL2        "Ctrl+Z"
  57. #define PSTD_STR_CUT_MENU           "Cu&t"
  58. #define PSTD_STR_CUT_ACCEL1         "Shift+Del"
  59. #define PSTD_STR_CUT_ACCEL2         "Ctrl+X"
  60. #define PSTD_STR_COPY_MENU          "&Copy"
  61. #define PSTD_STR_COPY_ACCEL1        "Ctrl+Ins"
  62. #define PSTD_STR_COPY_ACCEL2        "Ctrl+C"
  63. #define PSTD_STR_PASTE_MENU         "&Paste"
  64. #define PSTD_STR_PASTE_ACCEL1       "Shift+Ins"
  65. #define PSTD_STR_PASTE_ACCEL2       "Ctrl+Z"
  66. #define PSTD_STR_CLEAR_MENU         "Delete"
  67. #define PSTD_STR_CLEAR_ACCEL1       "Del"
  68. #define PSTD_STR_CLEAR_ACCEL2       "BkSp"
  69. // End of File ////////////////////////////////////////////////////////////////