home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / EXPERT95.PAK / EXPERT.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  8.3 KB  |  162 lines

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