home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / propsheet / comctl / wizard / wizard.rc < prev    next >
Encoding:
Text File  |  1996-06-14  |  10.8 KB  |  251 lines

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