航班售票管理系统_app.h
上传用户:jeanshu
上传日期:2015-02-14
资源大小:11145k
文件大小:2k
源码类别:

交通/航空行业

开发平台:

Others

  1. * E:VF课程设计案例航班售票管理系统_APP.H
  2. * This file is a generated, framework-enabling component
  3. * created by APPBUILDER 
  4. * (c) Microsoft Corporation
  5. * header file holding framework-generated project data for
  6. * E:VF课程设计案例航班售票管理系统 Project
  7. * the following is for your reference/identification --
  8. * the application object and splash receive this information into
  9. * their cCaption property, and this #DEFINE does not provide it:
  10. * #DEFINE APP_NAME                "航班售票管理系统"
  11. #DEFINE APP_SUPERCLASS         "_application"
  12. * developer can change this one
  13. * to use a different global reference
  14. * if desired -- a BUILD ALL/RECOMPILE
  15. * is required afterwards to synch up
  16. * references in generated menus and PRGs.
  17. #DEFINE APP_GLOBAL              goApp
  18. * This one indicates the member name of the object
  19. * placed on "framework-enabled" forms:
  20. #DEFINE APP_MEDIATOR_NAME       "app_mediator"
  21. * developer can change these to a different subclass
  22. * of APP_SUPERCLASS if desired:
  23. #DEFINE APP_CLASSLIB            "航班售票管理系统_APP.VCX"
  24. #DEFINE APP_CLASSNAME           "app_application"
  25. * the splash class can be anything you want:
  26. #DEFINE APP_SPLASHCLASS         "app_splash"
  27. #DEFINE APP_SPLASHCLASSLIB      "航班售票管理系统_APP.VCX"
  28. * how long should the splash screen stay up if
  29. * no key is pressed and if the app object initializes
  30. * too quickly? (this figure is in seconds)
  31. #DEFINE APP_SPLASHDELAY         3
  32. * the following are localization strings for the wrapper program:
  33. #DEFINE APP_CANNOT_RUN_LOC           "应用程序无法运行。"
  34. #DEFINE APP_ALREADY_RUNNING_LOC      "应用程序已经运行。"
  35. #DEFINE APP_WRONG_SUPERCLASS_LOC     "对不起 -- 该应用程序必须示例"+ CHR(13)+"来自 "+APP_SUPERCLASS+" 的对象。"
  36. * this is a localization string for the menus:                                     
  37. #DEFINE APP_FEATURE_NOT_AVAILABLE_LOC "功能不可用。"
  38. * this one is a hook in the startup program, not
  39. * needed by the framework:
  40. * #DEFINE APP_INITIALIZE          *<Initialize>*
  41. * strictly speaking the 6.0 framework does not
  42. * need the following, but the 5.0 template apps may,
  43. * if they are adapted for the new framework:
  44. * #DEFINE APP_CD                  *<CD>*
  45. * #DEFINE APP_PATH                *<PATH>*