home *** CD-ROM | disk | FTP | other *** search
/ Computer Based Training: …, Windows 95 & NT Basics / a1454501.iso / mo97p01 / PP04_RES.TXT < prev    next >
Encoding:
Text File  |  1997-05-21  |  16.1 KB  |  538 lines

  1. BEGIN DIALOG DIALOG_1000
  2.      PRODUCT MSPOWERPOINT
  3.      STYLE INVISIBLE THREED
  4.      CAPTION "Initial Screen"
  5.      POSITION 0 0 640 442
  6.      PLOTDIB DIALOG_1000 0 0 640 442 "P04_001.DIB"
  7.      LOAD RADIOBUTTON_1001 10 10 10 10 "CONTROL" INVISIBLE
  8. END DIALOG
  9.  
  10. BEGIN DIALOG DIALOG_2000
  11.      PRODUCT MSPOWERPOINT
  12.      STYLE INVISIBLE THREED
  13.      CAPTION "Set Up Show"
  14.      POSITION 130 1 264 425
  15.      PLOTDIB DIALOG_2000 0 21 264 404 "P04_002.DIB"
  16.      LOAD BUTTON_2001 119 391 60 22 "OK"
  17.      LOAD BUTTON_2002 192 391 60 22 "Cancel"
  18.      SETFONT BUTTON_2001 "MS Sans Serif" 8 BOLDOFF
  19.      SETFONT BUTTON_2002 "MS Sans Serif" 8 BOLDOFF
  20.      LOAD RADIOBUTTON_2001 18 52 190 16 "&Presented by a Speaker (full screen)"
  21.      SETFONT RADIOBUTTON_2001 "MS Sans Serif" 8 BOLDOFF
  22.      LOAD RADIOBUTTON_2002 18 71 190 16 "&Browsed by an individual (window)"
  23.      SETFONT RADIOBUTTON_2002 "MS Sans Serif" 8 BOLDOFF
  24.      LOAD RADIOBUTTON_2003 18 91 170 16 "Browsed at a &kiosk (full screen)"
  25.      SETFONT RADIOBUTTON_2003 "MS Sans Serif" 8 BOLDOFF
  26.      LOAD CHECKBOX_2001 18 113 150 16 "&Loop continuously until 'Esc'"
  27.      SETFONT CHECKBOX_2001 "MS Sans Serif" 8 BOLDOFF
  28.      LOAD CHECKBOX_2002 18 134 150 16 "Show without &narrations"
  29.      SETFONT CHECKBOX_2002 "MS Sans Serif" 8 BOLDOFF
  30.      LOAD CHECKBOX_2003 18 155 150 16 "&Show without animation"
  31.      SETFONT CHECKBOX_2003 "MS Sans Serif" 8 BOLDOFF
  32.      LOAD CHECKBOX_2004 18 176 150 16 "S&how scrollbar" DISABLED
  33.      SETFONT CHECKBOX_2004 "MS Sans Serif" 8 BOLDOFF
  34.      LOAD FRAME_2001 9 38 242 161 "" THREED INVISIBLE
  35.      LOAD RADIOBUTTON_2004 18 226 30 16 "&All"
  36.      SETFONT RADIOBUTTON_2004 "MS Sans Serif" 8 BOLDOFF
  37.      LOAD RADIOBUTTON_2005 18 250 50 16 "&From"
  38.      SETFONT RADIOBUTTON_2005 "MS Sans Serif" 8 BOLDOFF 
  39.      LOAD RADIOBUTTON_2006 18 277 88 16 "&Custom show :" DISABLED
  40.      SETFONT RADIOBUTTON_2006 "MS Sans Serif" 8 BOLDOFF
  41.      LOAD FRAME_2002 10 213 242 92 "" THREED INVISIBLE
  42.      LOAD RADIOBUTTON_2007 18 332 85 16 "&Manually"
  43.      SETFONT RADIOBUTTON_2007 "MS Sans Serif" 8 BOLDOFF
  44.      LOAD RADIOBUTTON_2008 18 354 137 16 "&Using timings, if present"
  45.      SETFONT RADIOBUTTON_2008 "MS Sans Serif" 8 BOLDOFF
  46.      LOAD FRAME_2003 10 320 170 59 "" THREED INVISIBLE
  47.      LOAD RADIOBUTTON_2009 10 10 10 10 "CONTROL" INVISIBLE
  48.      SETSTATE RADIOBUTTON_2001 TRUE
  49.      SETSTATE RADIOBUTTON_2005 TRUE
  50.      SETSTATE RADIOBUTTON_2008 TRUE
  51.      SETSTATE RADIOBUTTON_2009 FALSE
  52.      LOAD SPINBUTTON_2001 71 246 40 18 1 11 1
  53.      SETFONT SPINBUTTON_2001 "MS Sans Serif" 8 BOLDOFF
  54.      LOAD SPINBUTTON_2002 145 246 40 18 1 11 11
  55.      SETFONT SPINBUTTON_2002 "MS Sans Serif" 8 BOLDOFF
  56. END DIALOG
  57.  
  58.  
  59.  
  60.  
  61. REM *****  POWERPOINT MENU
  62. MENU BEGIN 1 230
  63. <1,9>
  64. "&File"
  65. "&Edit"
  66. "&View"
  67. "&Insert"
  68. "F&ormat"
  69. "&Tools"
  70. "Sli&de Show"
  71. "&Window"
  72. "&Help"
  73. <2,1,16>
  74. "&New                       Ctrl+N" "P02_005.DIB" \OWNERDRAW 
  75. "&Open                      Ctrl+O" "P02_006.DIB" \OWNERDRAW 
  76. "&Close" \DISABLE_GREY  \OWNERDRAW
  77. \SEPARATOR_BAR
  78. "&Save                      Ctrl+S" "P02_007.DIB" \OWNERDRAW
  79. "Save &As..."  \OWNERDRAW
  80. "Save As &HTML..." \DISABLE_GREY \OWNERDRAW
  81. "Pac&k and Go..." \OWNERDRAW
  82. \SEPARATOR_BAR
  83. "Page Set&up..." \OWNERDRAW
  84. "&Print...                    Ctrl+P" "P02_008.DIB" \OWNERDRAW
  85. \SEPARATOR_BAR
  86. "S&end To" \OWNERDRAW
  87. "Propert&ies" \OWNERDRAW
  88. \SEPARATOR_BAR
  89. "E&xit" \OWNERDRAW
  90. <2,2,20>
  91. "&Undo Typing               Ctrl+Z" "P02_009.DIB" \OWNERDRAW
  92. "Can't &Repeat               Ctrl+V" \DISABLE_GREY "P02_012.DIB" \OWNERDRAW
  93. \SEPARATOR_BAR
  94. "Cu&t                              Ctrl+X" "P02_013.DIB" \DISABLE_GREY \OWNERDRAW
  95. "&Copy                            Ctrl+C" "P02_014.DIB" \DISABLE_GREY \OWNERDRAW
  96. "&Paste                           Ctrl+V" "P02_010.DIB" \OWNERDRAW
  97. "Paste &Special..." \OWNERDRAW
  98. "Paste as &Hyperlink" \DISABLE_GREY \OWNERDRAW
  99. \SEPARATOR_BAR
  100. "Cle&ar                            Del" \DISABLE_GREY \OWNERDRAW
  101. "Select A&ll                     Ctrl+A" \OWNERDRAW
  102. "Dupl&icate                     Ctrl+D" \DISABLE_GREY \OWNERDRAW
  103. "&Delete Slide" \OWNERDRAW
  104. \SEPARATOR_BAR
  105. "&Find...                           Ctrl+F" "P02_011.DIB" \OWNERDRAW
  106. "R&eplace...                    Ctrl+H" \OWNERDRAW
  107. "&Go to Property..." \DISABLE_GREY \OWNERDRAW
  108. \SEPARATOR_BAR
  109. "Lin&ks..." \DISABLE_GREY \OWNERDRAW
  110. "&Object" \DISABLE_GREY \OWNERDRAW
  111. <2,3,19>
  112. "&Slide" "P02_015.DIB" \OWNERDRAW
  113. "&Outline" "P02_016.DIB" \OWNERDRAW
  114. "Sli&de Sorter" "P02_017.DIB" \OWNERDRAW
  115. "&Notes Page" "P02_018.DIB" \OWNERDRAW
  116. "Slide Sho&w" "P02_019.DIB" \OWNERDRAW
  117. \SEPARATOR_BAR
  118. "&Master" \OWNERDRAW
  119. "&Black and White" "P02_020.DIB" \OWNERDRAW
  120. "Slide M&iniature" \OWNERDRAW
  121. "Spea&ker Notes..." \OWNERDRAW
  122. \SEPARATOR_BAR
  123. "&Toolbars"  \OWNERDRAW
  124. "&Ruler" \OWNERDRAW
  125. "&Guides" \OWNERDRAW
  126. \SEPARATOR_BAR
  127. "&Header and Footer..." \OWNERDRAW
  128. "&Comments" "P02_021.DIB" \OWNERDRAW
  129. \SEPARATOR_BAR
  130. "&Zoom..." \OWNERDRAW
  131. <2,4,18>
  132. "&New Slide...              Ctrl+M" "P02_022.DIB" \OWNERDRAW
  133. "&Duplicate Slide" \OWNERDRAW
  134. \SEPARATOR_BAR
  135. "Slide N&umber" \OWNERDRAW
  136. "Date and &Time..." \OWNERDRAW
  137. "T&ab" \DISABLE_GREY \OWNERDRAW
  138. "&Symbol..." \DISABLE_GREY \OWNERDRAW
  139. "Co&mment" "P02_023.DIB" \OWNERDRAW
  140. \SEPARATOR_BAR
  141. "Slides from &Files..." \OWNERDRAW
  142. "Slides from Out&line..." \OWNERDRAW
  143. \SEPARATOR_BAR
  144. "&Picture" \OWNERDRAW
  145. "Te&xt Box" "P02_024.DIB" \OWNERDRAW
  146. "Mo&vies and Sounds" \OWNERDRAW
  147. "C&hart..." "P02_025.DIB" \OWNERDRAW
  148. "&Object..." \OWNERDRAW
  149. "Hyperl&ink...                Ctrl+K" \DISABLE_GREY "P02_026.DIB" \OWNERDRAW
  150. <2,5,14>
  151. "&Font..." "P02_027.DIB" \OWNERDRAW
  152. "&Bullet..." \DISABLE_GREY \OWNERDRAW
  153. "&Alignment" \OWNERDRAW
  154. "Line &Spacing..." \DISABLE_GREY \OWNERDRAW
  155. "Change Cas&e..." \DISABLE_GREY \OWNERDRAW
  156. "&Replace Fonts..." \OWNERDRAW
  157. \SEPARATOR_BAR
  158. "Slide &Layout..." "P02_028.DIB" \OWNERDRAW
  159. "Slide &Color Scheme..." \OWNERDRAW
  160. "Bac&kground..." \OWNERDRAW
  161. "Appl&y Design..." "P02_029.DIB" \OWNERDRAW
  162. \SEPARATOR_BAR
  163. "Colors and Li&nes..." \DISABLE_GREY \OWNERDRAW
  164. "&Object..." \DISABLE_GREY "P02_030.DIB" \OWNERDRAW
  165. <2,6,16>
  166. "&Spelling...                   F7" "P02_031.DIB" \OWNERDRAW
  167. "St&yle Checker..." \OWNERDRAW
  168. "&Language..." \OWNERDRAW
  169. "&AutoCorrect..." \OWNERDRAW
  170. "Loo&k Up Reference..." \OWNERDRAW
  171. \SEPARATOR_BAR
  172. "A&utoClipArt..." \OWNERDRAW
  173. "PowerPoint Cent&ral" \OWNERDRAW
  174. "&Prestation Conference..." \OWNERDRAW
  175. "Mee&ting Minder..." \OWNERDRAW
  176. "E&xpand Slide" \DISABLE_GREY \OWNERDRAW
  177. \SEPARATOR_BAR
  178. "&Macro" \OWNERDRAW
  179. "Add-&Ins..." \OWNERDRAW
  180. "Customize..." \OWNERDRAW
  181. "&Options..." \OWNERDRAW
  182. <2,7,15>
  183. "&View Show" "P02_032.DIB" \OWNERDRAW
  184. "&Rehearse Timings" "P02_033.DIB" \OWNERDRAW
  185. "Record &Narration..." \OWNERDRAW
  186. "&Set Up Show..." \OWNERDRAW
  187. "View On T&wo Screens..." \OWNERDRAW
  188. \SEPARATOR_BAR
  189. "Action Butt&ons" "P02_034.DIB" \OWNERDRAW
  190. "&Action Settings..." \DISABLE_GREY "P02_035.DIB" \OWNERDRAW
  191. "&Preset Animation" \OWNERDRAW
  192. "Custo&m Animation..." "P02_036.DIB" \OWNERDRAW
  193. "Animation Pr&eview" \OWNERDRAW
  194. "Slide Transition..." \OWNERDRAW
  195. \SEPARATOR_BAR
  196. "&Hide Slide" "P02_037.DIB" \OWNERDRAW
  197. "&Custom Shows..." \OWNERDRAW
  198. <2,8,4>
  199. "&New Window" \OWNERDRAW
  200. "&Arrange Icons" \OWNERDRAW
  201. "&Fit to Page" \OWNERDRAW
  202. "&Cascade" \OWNERDRAW
  203. <2,9,7>
  204. "Microsoft PowerPoint &Help          F1" "P02_039.DIB" \OWNERDRAW
  205. \SEPARATOR_BAR
  206. "&Contents and Index" "P02_040.DIB" \OWNERDRAW
  207. "What's &This?                               Shift+F1" "P02_041.DIB" \OWNERDRAW
  208. "Microsoft on the &Web" \OWNERDRAW
  209. \SEPARATOR_BAR
  210. "&About Microsoft PowerPoint" \OWNERDRAW
  211. <3,1,13,5>
  212. "&Mail Recipient..." "P02_042.DIB" \OWNERDRAW
  213. "&Routing Recipient..." "P02_043.DIB" \OWNERDRAW
  214. "&Exchange Folder..." "P02_044.DIB" \OWNERDRAW
  215. \SEPARATOR_BAR
  216. "Microsoft &Word..." "P02_045.DIB" \OWNERDRAW
  217. <3,3,7,4>
  218. "&Slide Master" \OWNERDRAW
  219. "&Title Master" \DISABLE_GREY \OWNERDRAW
  220. "Han&dout Master" \OWNERDRAW
  221. "&Notes Master" \OWNERDRAW
  222. <3,3,12,13>
  223. "Stanard" "P02_046.DIB" \OWNERDRAW
  224. "Formatting" "P02_046.DIB" \OWNERDRAW
  225. "Animation Effects" \OWNERDRAW
  226. "Common Tasks" \OWNERDRAW
  227. "Control Toolbox" \OWNERDRAW
  228. "Drawing" "P02_046.DIB" \OWNERDRAW
  229. "Picture" \OWNERDRAW
  230. "Reviewing" \OWNERDRAW
  231. "Visual Basic" \OWNERDRAW
  232. "Web" \OWNERDRAW
  233. "WordArt" \OWNERDRAW
  234. \SEPARATOR_BAR
  235. "&Customize..." \OWNERDRAW
  236. <3,4,13,8>
  237. "&Clip Art..." "P02_047.DIB" \OWNERDRAW
  238. "&From File..." "P02_048.DIB" \OWNERDRAW
  239. \SEPARATOR_BAR
  240. "&AutoShapes" "P02_049.DIB" \OWNERDRAW
  241. "&Organization Chart" "P02_050.DIB" \OWNERDRAW
  242. "&WordArt..." "P02_051.DIB" \OWNERDRAW
  243. "From &Scanner" "P02_052.DIB" \OWNERDRAW
  244. "Microsoft Word &Table..." "P02_053.DIB" \OWNERDRAW
  245. <3,4,15,7>
  246. "&Movie from Gallery..." \DISABLE_GREY \OWNERDRAW
  247. "&Movie from &File..." \DISABLE_GREY \OWNERDRAW
  248. \SEPARATOR_BAR
  249. "&Sound from Gallery..." \DISABLE_GREY \OWNERDRAW
  250. "Sou&nd from File..." \DISABLE_GREY \OWNERDRAW
  251. "Play &CD Audio Track..." \DISABLE_GREY \OWNERDRAW
  252. "&Record Sound" \DISABLE_GREY \OWNERDRAW
  253. <3,5,3,4>
  254. "&Left                       Ctrl+L" "P02_054.DIB" \OWNERDRAW
  255. "&Center                     Ctrl+E" "P02_055.DIB" \OWNERDRAW
  256. "&Right                      Ctrl+R" "P02_056.DIB" \OWNERDRAW
  257. "&Justify" \DISABLE_GREY "P02_057.DIB" \OWNERDRAW
  258. <3,6,13,4>
  259. "&Macros...                  Alt+F8" "P02_058.DIB" \OWNERDRAW
  260. "&Record New Macro..." "P02_059.DIB" \OWNERDRAW
  261. \SEPARATOR_BAR
  262. "&Visual Basic Editor        Alt+F11" "P02_060.DIB" \OWNERDRAW
  263. <3,7,9,16>
  264. "&Off" \DISABLE_GREY \OWNERDRAW
  265. \SEPARATOR_BAR
  266. "&Drive-In" \DISABLE_GREY \OWNERDRAW
  267. "&Flying" \DISABLE_GREY \OWNERDRAW
  268. "&Camera" \DISABLE_GREY \OWNERDRAW
  269. "Flas&h Once" \DISABLE_GREY \OWNERDRAW
  270. "&Laser Text" \DISABLE_GREY \OWNERDRAW
  271. "&Typewriter" \DISABLE_GREY \OWNERDRAW
  272. "&Reverse Order" \DISABLE_GREY \OWNERDRAW
  273. "Drop &In" \DISABLE_GREY \OWNERDRAW
  274. "Fl&y from Top" \DISABLE_GREY \OWNERDRAW
  275. "Wipe &Up" \DISABLE_GREY \OWNERDRAW
  276. "&Wipe Right" \DISABLE_GREY \OWNERDRAW
  277. "Dissol&ve" \DISABLE_GREY \OWNERDRAW
  278. "&Split Vertical Out" \DISABLE_GREY \OWNERDRAW
  279. "&Appear" \DISABLE_GREY \OWNERDRAW
  280. <3,9,5,12>
  281. "&Free Stuff" "P02_061.DIB" \OWNERDRAW
  282. "&Product News" "P02_061.DIB" \OWNERDRAW
  283. "Frequently Asked &Questions" "P02_061.DIB" \OWNERDRAW
  284. "Online &Support" "P02_061.DIB" \OWNERDRAW
  285. \SEPARATOR_BAR
  286. "Microsoft &Office Home Page" "P02_061.DIB" \OWNERDRAW
  287. "Send Feedbac&k..." "P02_061.DIB" \OWNERDRAW
  288. "&Best of the Web" "P02_061.DIB" \OWNERDRAW
  289. "Search the &Web..." "P02_061.DIB" \OWNERDRAW
  290. "Web &Tutorial" "P02_061.DIB" \OWNERDRAW
  291. \SEPARATOR_BAR
  292. "Microsoft &Home Page" "P02_061.DIB" \OWNERDRAW
  293. MENU END
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. MENU BEGIN 2 230
  306. <1,9>
  307. "&File"
  308. "&Edit"
  309. "&View"
  310. "&Insert"
  311. "F&ormat"
  312. "&Tools"
  313. "Sli&de Show"
  314. "&Window"
  315. "&Help"
  316. <2,1,16>
  317. "&New                   Ctrl+N" 
  318. "&Open                  Ctrl+O" 
  319. "&Close"
  320. \SEPARATOR_BAR
  321. "&Save                     Ctrl+S"
  322. "Save &As..."
  323. "Save As &HTML..."
  324. "Pac&k and Go..."
  325. \SEPARATOR_BAR
  326. "Page Set&up..."
  327. "&Print...                    Ctrl+P"
  328. \SEPARATOR_BAR
  329. "Sen&d To"
  330. "Propert&ies"
  331. \SEPARATOR_BAR
  332. "E&xit"
  333. <2,2,20>
  334. "Can't &Undo               Ctrl+Z"  \DISABLE_GREY
  335. "Can't &Repeat             Ctrl+V"  \DISABLE_GREY
  336. \SEPARATOR_BAR
  337. "Cu&t                           Ctrl+X" \DISABLE_GREY
  338. "&Copy                         Ctrl+C" \DISABLE_GREY
  339. "&Paste                        Ctrl+V" \DISABLE_GREY
  340. "Paste &Special..." \DISABLE_GREY
  341. "Paste as &Hyperlink" \DISABLE_GREY
  342. \SEPARATOR_BAR
  343. "Cle&ar                    Del" \DISABLE_GREY
  344. "Select A&ll              Ctrl+A"
  345. "Dupl&icate               Ctrl+D" \DISABLE_GREY
  346. "&Delete Slide" \DISABLE_GREY
  347. \SEPARATOR_BAR
  348. "&Find...                     Ctrl+F"
  349. "R&eplace...                   Ctrl+H"
  350. "&Go to Property..." \DISABLE_GREY
  351. \SEPARATOR_BAR
  352. "Lin&ks..." \DISABLE_GREY
  353. "&Object" \DISABLE_GREY
  354. <2,3,19>
  355. "&Slide" \DISABLE_GREY
  356. "&Outline" \DISABLE_GREY 
  357. "Sli&de Sorter" \DISABLE_GREY
  358. "&Notes Page" \DISABLE_GREY
  359. "Slide Sho&w" \DISABLE_GREY
  360. \SEPARATOR_BAR
  361. "&Master"
  362. "&Black and White" \DISABLE_GREY
  363. "Slide M&iniature" \DISABLE_GREY
  364. "Spea&ker Notes..." \DISABLE_GREY
  365. \SEPARATOR_BAR
  366. "&Toolbars"
  367. "&Ruler" \DISABLE_GREY
  368. "&Guides" \DISABLE_GREY
  369. \SEPARATOR_BAR
  370. "&Header and Footer..." \DISABLE_GREY
  371. "&Comments" \DISABLE_GREY
  372. \SEPARATOR_BAR
  373. "&Zoom..." \DISABLE_GREY
  374. <2,4,18>
  375. "&New Slide...              Ctrl+M" \DISABLE_GREY
  376. "&Duplicate Slide" \DISABLE_GREY
  377. \SEPARATOR_BAR
  378. "Slide N&umber" \DISABLE_GREY
  379. "Date and &Time..." \DISABLE_GREY
  380. "T&ab" \DISABLE_GREY
  381. "&Symbol..." \DISABLE_GREY
  382. "Co&mment" \DISABLE_GREY
  383. \SEPARATOR_BAR
  384. "Slides from &Files..." \DISABLE_GREY
  385. "Slides from Out&line..." \DISABLE_GREY
  386. \SEPARATOR_BAR
  387. "&Picture"
  388. "Te&xt Box" \DISABLE_GREY
  389. "Mo&vies and Sounds"
  390. "C&hart..." \DISABLE_GREY
  391. "&Object..." \DISABLE_GREY
  392. "Hyperl&ink...                Ctrl+K" \DISABLE_GREY
  393. <2,5,14>
  394. "&Font..." \DISABLE_GREY
  395. "&Bullet..." \DISABLE_GREY
  396. "&Alignment"
  397. "Line &Spacing..." \DISABLE_GREY
  398. "Change Cas&e..." \DISABLE_GREY
  399. "&Replace Fonts..." \DISABLE_GREY
  400. \SEPARATOR_BAR
  401. "Slide &Layout..." \DISABLE_GREY
  402. "Slide &Color Scheme..." \DISABLE_GREY
  403. "Bac&kground..." \DISABLE_GREY
  404. "Appl&y Design..." \DISABLE_GREY
  405. \SEPARATOR_BAR
  406. "Colors and Li&nes..." \DISABLE_GREY
  407. "&Object..." \DISABLE_GREY
  408. <2,6,16>
  409. "&Spelling...                   F7" \DISABLE_GREY
  410. "St&yle Checker..." \DISABLE_GREY
  411. "&Language..." \DISABLE_GREY
  412. "&AutoCorrect..." \DISABLE_GREY
  413. "Loo&k Up Reference..." \DISABLE_GREY
  414. \SEPARATOR_BAR
  415. "A&utoClipArt..." \DISABLE_GREY
  416. "PowerPoint Cent&ral"
  417. "&Prestation Conference..."
  418. "Mee&ting Minder..." \DISABLE_GREY
  419. "E&xpand Slide" \DISABLE_GREY
  420. \SEPARATOR_BAR
  421. "&Macro"
  422. "Add-&Ins..."
  423. "Customize..."
  424. "&Options..."
  425. <2,7,15>
  426. "&View Show" \DISABLE_GREY
  427. "&Rehearse Timings" \DISABLE_GREY
  428. "Record &Narration..." \DISABLE_GREY
  429. "&Set Up Show..." \DISABLE_GREY
  430. "View On T&wo Screens..."
  431. \SEPARATOR_BAR
  432. "Action Butt&ons"
  433. "&Action Settings..." \DISABLE_GREY
  434. "&Preset Animation"
  435. "Custo&m Animation..." \DISABLE_GREY
  436. "Animation Pr&eview" \DISABLE_GREY
  437. "Slide Transition..."
  438. \SEPARATOR_BAR
  439. "&Hide Slide"
  440. "&Custom Shows..."
  441. <2,8,4>
  442. "&New Window" \DISABLE_GREY
  443. "&Arrange Icons" \DISABLE_GREY
  444. "&Fit to Page" \DISABLE_GREY
  445. "&Cascade" \DISABLE_GREY
  446. <2,9,7>
  447. "Microsoft PowerPoint &Help                 F1"
  448. \SEPARATOR_BAR
  449. "&Contents and Index"
  450. "What's &This?                         Shift+F1"
  451. "Microsoft on the &Web"
  452. \SEPARATOR_BAR
  453. "&About Microsoft PowerPoint"
  454. <3,1,13,5>
  455. "&Mail Recipient..."
  456. "&Routing Recipient..."
  457. "&Exchange Folder..."
  458. \SEPARATOR_BAR
  459. "Microsoft &Word..."
  460. <3,3,7,4>
  461. "&Slide Master" \DISABLE_GREY
  462. "&Title Master" \DISABLE_GREY
  463. "Han&dout Master" \DISABLE_GREY
  464. "&Notes Master" \DISABLE_GREY
  465. <3,3,12,13>
  466. "Stanard"
  467. "Formatting"
  468. "Animation Effects"
  469. "Common Tasks"
  470. "Control Toolbox"
  471. "Drawing"
  472. "Picture"
  473. "Reviewing"
  474. "Visual Basic"
  475. "Web"
  476. "WordArt
  477. \SEPARATOR_BAR
  478. "&Customize..."
  479. <3,4,13,8>
  480. "&Clip Art..." \DISABLE_GREY
  481. "&From File..." \DISABLE_GREY
  482. \SEPARATOR_BAR
  483. "&AutoShapes"
  484. "&Organization Chart" \DISABLE_GREY
  485. "&WordArt..." \DISABLE_GREY
  486. "From &Scanner" \DISABLE_GREY
  487. "Microsoft Word &Table..." \DISABLE_GREY
  488. <3,4,15,7>
  489. "&Movie from Gallery..." \DISABLE_GREY
  490. "&Movie from &File..." \DISABLE_GREY
  491. \SEPARATOR_BAR
  492. "&Sound from Gallery..." \DISABLE_GREY
  493. "Sou&nd from File..." \DISABLE_GREY
  494. "Play &CD Audio Track..." \DISABLE_GREY
  495. "&Record Sound" \DISABLE_GREY
  496. <3,5,3,4>
  497. "&Left                       Ctrl+L" \DISABLE_GREY
  498. "&Center                     Ctrl+E" \DISABLE_GREY
  499. "&Right                      Ctrl+R" \DISABLE_GREY
  500. "&Justify" \DISABLE_GREY
  501. <3,6,13,4>
  502. "&Macros...                  Alt+F8" \DISABLE_GREY
  503. "&Record New Macro..." \DISABLE_GREY
  504. \SEPARATOR_BAR
  505. "&Visual Basic Editor        Alt+F11"
  506. <3,7,9,16>
  507. "&Off" \DISABLE_GREY
  508. \SEPARATOR_BAR
  509. "&Drive-In" \DISABLE_GREY
  510. "&Flying" \DISABLE_GREY
  511. "&Camera" \DISABLE_GREY
  512. "Flas&h Once" \DISABLE_GREY
  513. "&Laser Text" \DISABLE_GREY
  514. "&Typewriter" \DISABLE_GREY
  515. "&Reverse Order" \DISABLE_GREY
  516. "Drop &In" \DISABLE_GREY
  517. "Fl&y from Top" \DISABLE_GREY
  518. "Wipe &Up" \DISABLE_GREY
  519. "&Wipe Right" \DISABLE_GREY
  520. "Dissol&ve" \DISABLE_GREY
  521. "&Split Vertical Out" \DISABLE_GREY
  522. "&Appear" \DISABLE_GREY
  523. <3,9,5,12>
  524. "&Free Stuff"
  525. "&Product News"
  526. "Frequently Asked &Questions"
  527. "Online &Support"
  528. \SEPARATOR_BAR
  529. "Microsoft &Office Home Page"
  530. "Send Feedbac&k..."
  531. "&Best of the Web"
  532. "Search the &Web..."
  533. "Web &Tutorial"
  534. \SEPARATOR_BAR
  535. "Microsoft &Home Page"
  536. MENU END
  537.  
  538.