resource.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. /********************************************************************
  2. resource.h - ISee图像浏览器—图像处理模块图像旋转处理资源头文件
  3.     版权所有(C) VCHelp-coPathway-ISee workgroup 2000 all member's
  4.     这一程序是自由软件,你可以遵照自由软件基金会出版的GNU 通用许可证
  5. 条款来修改和重新发布这一程序。或者用许可证的第二版,或者(根据你
  6. 的选择)用任何更新的版本。
  7.     发布这一程序的目的是希望它有用,但没有任何担保。甚至没有适合特定
  8. 目地的隐含的担保。更详细的情况请参阅GNU通用许可证。
  9.     你应该已经和程序一起收到一份GNU通用许可证(GPL)的副本。如果还没有,
  10. 写信给:
  11.     The Free Software Foundation, Inc.,  675  Mass Ave,  Cambridge,
  12.     MA02139,  USA
  13. 如果你在使用本软件时有什么问题或建议,用以下地址可以与我们取得联
  14. 系:
  15. http://isee.126.com
  16. http://www.vchelp.net
  17. 或:
  18. iseesoft@china.com
  19. 作者:临风
  20.    e-mail:ringphone@sina.com
  21.    功能实现:图像旋转设置对话框元素标识
  22. 文件版本:
  23. Build 00617
  24. Date  2000-6-17
  25. ********************************************************************/
  26. /////////位图标识////////////////
  27. #define IDB_BKG 4201
  28. /////////图标标识////////////////
  29. #define IDI_ISEE 4100
  30. #define IDI_VFLIP 4104
  31. #define IDI_HFLIP 4103
  32. #define IDI_TURNRIGHT 4102
  33. #define IDI_TURNLEFT 4101
  34. #define IDI_EGG 4105
  35. #define IDI_POS 4106
  36. //////////对话框标识////////////
  37. #define IDD_ROTATE 4001
  38. #define IDD_RESIZE 4002
  39. //////////对话框元素标识/////////
  40. /////旋转/////////
  41. #define IDC_PREVIEW 4301
  42. #define IDC_TURNLEFT 4302
  43. #define IDC_TURNRIGHT 4303
  44. #define IDC_HFLIP 4305
  45. #define IDC_VFLIP 4306
  46. #define IDC_IMAGENAME 4307
  47. ////重定义尺寸////
  48. #define IDC_RS_ORGSIZE 4311
  49. #define IDC_RS_MAXSIZE 4312
  50. #define IDC_RS_WIDTH 4313
  51. #define IDC_RS_HEIGHT 4314
  52. #define IDC_RS_AUTO 4317
  53. #define IDC_RS_PER 4318
  54. #define IDC_RS_PERUD 4319
  55. #define IDC_RS_TILED 4320
  56. #define IDC_RS_CENTER 4321
  57. #define IDC_RS_KEEPED 4322
  58. #define IDC_RS_STRETCH 4323
  59. #define IDC_RS_BKGCOLOR 4324
  60. #define IDC_RS_SELBKGCOLOR 4325
  61. #define IDC_RS_PREVBKGCOLOR 4326
  62. //更改以下数值请注意保持数字连号
  63. #define IDC_RS_KEEP_UL 4327   //必须保证该项为最小值
  64. #define IDC_RS_KEEP_UM 4328
  65. #define IDC_RS_KEEP_UR 4329
  66. #define IDC_RS_KEEP_MR 4330
  67. #define IDC_RS_KEEP_MM 4331
  68. #define IDC_RS_KEEP_ML 4332
  69. #define IDC_RS_KEEP_DM 4333
  70. #define IDC_RS_KEEP_DR 4334
  71. #define IDC_RS_KEEP_DL 4335   //必须保证该项为最大值
  72. //连号条件结束
  73. #define IDC_RS_GROUP_RESIZE 4336
  74. #define IDC_RS_GROUP_PROP  4337