WIZARD.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:11k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "wizard.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Icon
  18. //
  19. EXE_ICON                ICON    DISCARDABLE     "wizard.ico"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Menu
  23. //
  24. WIZARDMENU MENU DISCARDABLE 
  25. BEGIN
  26.     POPUP "&Options"
  27.     BEGIN
  28.         MENUITEM "&Run Performance Review Wizard...", IDM_WIZARD
  29.         MENUITEM SEPARATOR
  30.         MENUITEM "E&xit",                       IDM_EXIT
  31.     END
  32.     POPUP "&Help"
  33.     BEGIN
  34.         MENUITEM "&About...",                   IDM_ABOUT
  35.     END
  36. END
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Dialog
  40. //
  41. ABOUTBOX DIALOG DISCARDABLE  160, 78, 144, 77
  42. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  43. CAPTION "About the Wizard Sample"
  44. FONT 8, "MS Shell Dlg"
  45. BEGIN
  46.     PUSHBUTTON      "OK",IDOK,54,51,40,14
  47.     LTEXT           "Review Wizard version 1.0",-1,28,17,92,8
  48.     LTEXT           "written by Nancy Cluts",-1,36,27,76,8,NOT WS_GROUP
  49.     LTEXT           "Microsoft Developer Network",-1,25,37,99,8,NOT WS_GROUP
  50. END
  51. IDD_WORKHABITS DIALOG DISCARDABLE  0, 0, 276, 140
  52. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  53. CAPTION "Work Habits"
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56.     LTEXT           "Check the box which most appropriately describes your typical working day.",
  57.                     IDC_STATIC,7,12,243,13
  58.     CONTROL         "I come in early, stay late, and work during lunch and on weekends.",
  59.                     IDC_WORKHAB1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,
  60.                     39,239,11
  61.     CONTROL         "Nine to Five. Period.",IDC_WORKHAB2,"Button",
  62.                     BS_AUTORADIOBUTTON | WS_TABSTOP,11,60,170,10
  63.     CONTROL         "Hey, I'm on flex time. Don't hassle me!",IDC_WORKHAB3,
  64.                     "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,81,164,10
  65.     CONTROL         "I come in to pick up my paycheck and for a free soda.",
  66.                     IDC_WORKHAB4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,
  67.                     100,199,10
  68. END
  69. IDD_TEAMWORK DIALOG DISCARDABLE  0, 0, 276, 140
  70. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  71. CAPTION "Team Work"
  72. FONT 8, "MS Shell Dlg"
  73. BEGIN
  74.     LTEXT           "Check the statement that most accurately describes how well you work ",
  75.                     IDC_STATIC,23,9,223,10
  76.     LTEXT           "with your team mates.",IDC_STATIC,99,21,70,10
  77.     CONTROL         "I actively mentor and support my co-workers.",
  78.                     IDC_TEAMWORK1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,
  79.                     43,163,10
  80.     CONTROL         "I can get through meetings without killing anyone.",
  81.                     IDC_TEAMWORK2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,8,
  82.                     62,178,10
  83.     CONTROL         "I work well by myself.",IDC_TEAMWORK3,"Button",
  84.                     BS_AUTORADIOBUTTON | WS_TABSTOP,7,82,166,10
  85.     CONTROL         "I plagiarize and steal my co-workers work.",
  86.                     IDC_TEAMWORK4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,
  87.                     100,162,10
  88. END
  89. IDD_RELIABILITY DIALOG DISCARDABLE  0, 0, 276, 140
  90. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  91. CAPTION "Reliability"
  92. FONT 8, "MS Shell Dlg"
  93. BEGIN
  94.     LTEXT           "Pick the statement that most accurately describes your reliability.",
  95.                     IDC_STATIC,33,14,207,9
  96.     CONTROL         "I will volunteer for any and all projects, no matter how menial or humiliating.",
  97.                     IDC_RELIABILITY1,"Button",BS_AUTORADIOBUTTON | 
  98.                     WS_TABSTOP,15,36,248,10
  99.     CONTROL         "I can be counted on during working hours. Period.",
  100.                     IDC_RELIABILITY2,"Button",BS_AUTORADIOBUTTON | 
  101.                     WS_TABSTOP,16,56,211,10
  102.     CONTROL         "I can be counted on to cover my butt.",IDC_RELIABILITY3,
  103.                     "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,76,209,10
  104.     CONTROL         "I routinely pass the buck.",IDC_RELIABILITY4,"Button",
  105.                     BS_AUTORADIOBUTTON | WS_TABSTOP,15,96,185,10
  106. END
  107. IDD_GOALS DIALOG DISCARDABLE  0, 0, 276, 140
  108. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  109. CAPTION "Attainment of Goals"
  110. FONT 8, "MS Shell Dlg"
  111. BEGIN
  112.     LTEXT           "Pick the statement that most accurately describes your goal attainment.",
  113.                     IDC_STATIC,27,10,234,11
  114.     CONTROL         "I have exceeded every goal in less time than required.",
  115.                     IDC_GOALS1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,9,34,
  116.                     233,10
  117.     CONTROL         "I do exactly what my job requires. No more. No less.",
  118.                     IDC_GOALS2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,51,
  119.                     195,10
  120.     CONTROL         "I only did fun things.",IDC_GOALS3,"Button",
  121.                     BS_AUTORADIOBUTTON | WS_TABSTOP,9,70,187,11
  122.     CONTROL         "I attended a meeting once.",IDC_GOALS4,"Button",
  123.                     BS_AUTORADIOBUTTON | WS_TABSTOP,10,89,137,10
  124. END
  125. IDD_ADAPTATION DIALOG DISCARDABLE  0, 0, 273, 140
  126. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  127. CAPTION "Adaptation"
  128. FONT 8, "MS Shell Dlg"
  129. BEGIN
  130.     LTEXT           "Pick the statement that most accurately reflects how well you adapt to change.",
  131.                     IDC_STATIC,8,8,256,11
  132.     CONTROL         "Change is simply a new and exciting challenge. I thrive on change.",
  133.                     IDC_ADAPTATION1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  134.                     8,38,255,10
  135.     CONTROL         "I don't mind change so long as it doesn't affect me.",
  136.                     IDC_ADAPTATION2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  137.                     9,58,225,9
  138.     CONTROL         "If I don't get a window office, I quit!",
  139.                     IDC_ADAPTATION3,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  140.                     9,78,221,9
  141.     CONTROL         "Change is bad. Change is evil. Change things and I'll kill you.",
  142.                     IDC_ADAPTATION4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  143.                     9,97,252,10
  144. END
  145. IDD_INFO DIALOG DISCARDABLE  0, 0, 235, 127
  146. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  147. CAPTION "Who Are You?"
  148. FONT 8, "MS Shell Dlg"
  149. BEGIN
  150.     LTEXT           "Name:",IDC_STATIC,14,15,29,7
  151.     EDITTEXT        IDE_NAME,45,13,178,12,ES_AUTOHSCROLL
  152.     LTEXT           "Title:",IDC_STATIC,14,40,29,7
  153.     EDITTEXT        IDE_TITLE,46,36,177,12,ES_AUTOHSCROLL
  154.     LTEXT           "Main Project:",IDC_STATIC,13,60,46,14
  155.     EDITTEXT        IDE_PROJECT,59,58,164,12,ES_AUTOHSCROLL
  156.     LTEXT           "Department:",IDC_STATIC,13,86,41,10
  157.     EDITTEXT        IDE_DEPARTMENT,57,83,166,12,ES_AUTOHSCROLL
  158. END
  159. #ifdef APSTUDIO_INVOKED
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // TEXTINCLUDE
  163. //
  164. 1 TEXTINCLUDE DISCARDABLE 
  165. BEGIN
  166.     "resource.h"
  167. END
  168. 2 TEXTINCLUDE DISCARDABLE 
  169. BEGIN
  170.     "#define APSTUDIO_HIDDEN_SYMBOLSrn"
  171.     "#include ""windows.h""rn"
  172.     "#undef APSTUDIO_HIDDEN_SYMBOLSrn"
  173.     "#include ""wizard.h""rn"
  174.     ""
  175. END
  176. 3 TEXTINCLUDE DISCARDABLE 
  177. BEGIN
  178.     "rn"
  179.     ""
  180. END
  181. /////////////////////////////////////////////////////////////////////////////
  182. #endif    // APSTUDIO_INVOKED
  183. /////////////////////////////////////////////////////////////////////////////
  184. //
  185. // String Table
  186. //
  187. STRINGTABLE DISCARDABLE 
  188. BEGIN
  189.     IDC_WORKHAB1            "My devotion to my work and my loyalty to the company is evidenced in the long hours that I work.  "
  190.     IDC_WORKHAB2            "I am able to accomplish my many tasks within normal working hours and without necessitating over time. Thus saving the company money in overtime costs.  "
  191.     IDC_WORKHAB3            "I finish my work in less than the allotted time in a work day, making me available for other responsibilities.  "
  192.     IDC_WORKHAB4            "My experiment with telecommuting has been a great success as evidenced by the ease with which my absence has been handled.  "
  193.     IDC_TEAMWORK1           "My life revolves around my team and I consistently offer them assistance in their daily tasks.  "
  194.     IDC_TEAMWORK2           "My ability to work well within the team is evidenced by my ability to keep a cool head during times of stress on the team.  "
  195.     IDC_TEAMWORK3           "My self-sufficiency allows members of the team to work with others thereby provided a more cohesive team.  "
  196.     IDC_TEAMWORK4           "I excel at sustaining my concentration and avoid confrontation with others.  "
  197. END
  198. STRINGTABLE DISCARDABLE 
  199. BEGIN
  200.     IDC_RELIABILITY1        "I can be counted on to take on the important and complex projects and to finish them.  "
  201.     IDC_RELIABILITY2        "Throughout the working day, I am always available for consultation.  "
  202.     IDC_RELIABILITY3        "I demonstrate the uncanny ability of determining the root cause of problems.  "
  203.     IDC_RELIABILITY4        "I am able to delegate responsibility with ease.  "
  204.     IDC_GOALS1              "I find it challenging and exciting to meet and surpass all of the goals that are set for me.  "
  205.     IDC_GOALS2              "I consistenly meet the expectations that are made for a person in my position.  "
  206.     IDC_GOALS3              "I demonstrate an exceptional sense of which goals are important and when it is ineffective to continue work on a project.  "
  207.     IDC_GOALS4              "I accept new job assignments willingly and enthusiastically.  "
  208.     IDC_ADAPTATION1         "The many reorganizations and changes that have been made in the past year have had an invorating effect upon my work.  "
  209.     IDC_ADAPTATION2         "I am able to handle the changes within the company in other groups with ease and calm.  "
  210.     IDC_ADAPTATION3         "In the face of diversity and change, I am able to determine when to bring attention to possible negative outcomes.  "
  211.     IDC_ADAPTATION4         "I take responsibility for identifying management problems.  "
  212. END
  213. #ifndef APSTUDIO_INVOKED
  214. /////////////////////////////////////////////////////////////////////////////
  215. //
  216. // Generated from the TEXTINCLUDE 3 resource.
  217. //
  218. /////////////////////////////////////////////////////////////////////////////
  219. #endif    // not APSTUDIO_INVOKED