home *** CD-ROM | disk | FTP | other *** search
/ Computer Based Training: …, Windows 95 & NT Basics / a1454501.iso / mo97w03 / AW03_RES.TXT < prev    next >
Encoding:
Text File  |  1997-04-11  |  10.3 KB  |  355 lines

  1. REM *****************************************************************
  2. REM ****************** DIALOG'S FOR TASK 01 *************************
  3. REM *****************************************************************
  4.  
  5. BEGIN DIALOG DIALOG_1000
  6.      PRODUCT MSWORD
  7.      STYLE INVISIBLE THREED
  8.      CAPTION ""
  9.      POSITION 0 0 640 442
  10.      PLOTDIB DIALOG_1000 0 0 640 442 "a03_001.DIB"
  11.      LOAD BUTTON_1001 292 241 64 24 "dummy" INVISIBLE
  12.      SETFONT BUTTON_1001 "Ms Sans Serif" 8 BOLDOFF
  13.      LOAD PICTURE_1004 484 158 88 26 "A03_003.DIB" INVISIBLE
  14.      LOAD PICTURE_1000 106 47 160 160 "A01_001A.DIB" INVISIBLE
  15.      LOAD PICTURE_1001 12 47 194 179 "A01_001B.DIB" INVISIBLE
  16.      LOAD PICTURE_1002 553 21 63 147 "A01_001C.DIB" INVISIBLE
  17.      LOAD PICTURE_1003 220 47 38 160 "A03_001D.DIB" INVISIBLE
  18. END DIALOG
  19.  
  20. BEGIN DIALOG DIALOG_2000
  21.      PRODUCT MSWORD
  22.      STYLE INVISIBLE THREED
  23.      CAPTION "Formula"
  24.      POSITION 140 85 264 194
  25.      PLOTDIB DIALOG_2000 0 21 264 173 "A03_002.DIB"
  26.      LOAD RADIOBUTTON_2001 292 241 64 24 "dummy" INVISIBLE
  27.      LOAD TEXTBOX_2001 9 45 248 20 "=SUM(ABOVE)" THREED
  28.      SETFONT TEXTBOX_2001 "MS Sans Serif" 8 BOLDOFF
  29.      LOAD COMBOBOX_2001 9 89 248 125 DROPDOWN
  30.      ADDITEM COMBOBOX_2001 "#,##0"
  31.      ADDITEM COMBOBOX_2001 "#,##0,00"
  32.      ADDITEM COMBOBOX_2001 "ú#,##0,00;(ú#,##0,00)"
  33.      ADDITEM COMBOBOX_2001 "0"
  34.      ADDITEM COMBOBOX_2001 "0%"
  35.      ADDITEM COMBOBOX_2001 "0.00"
  36.      ADDITEM COMBOBOX_2001 "0.00%"
  37.      SETFONT COMBOBOX_2001 "MS Sans Serif" 8 BOLDOFF
  38.      LOAD COMBOBOX_2002 9 133 120 130 DROPDOWN VSCROLL
  39.      SETFONT COMBOBOX_2002 "MS Sans Serif" 8 BOLDOFF
  40.      ADDITEM COMBOBOX_2002 "ABS"
  41.      ADDITEM COMBOBOX_2002 "AND"
  42.      ADDITEM COMBOBOX_2002 "AVERAGE"
  43.      ADDITEM COMBOBOX_2002 "COUNT"
  44.      ADDITEM COMBOBOX_2002 "DEFINED"
  45.      ADDITEM COMBOBOX_2002 "FALSE"
  46.      ADDITEM COMBOBOX_2002 "IF"
  47.      ADDITEM COMBOBOX_2002 "INT"
  48.      ADDITEM COMBOBOX_2002 "MAX"
  49.      ADDITEM COMBOBOX_2002 "MIN"
  50.      ADDITEM COMBOBOX_2002 "MOD"
  51.      ADDITEM COMBOBOX_2002 "NOT"
  52.      ADDITEM COMBOBOX_2002 "OR"
  53.      ADDITEM COMBOBOX_2002 "PRODUCT"
  54.      ADDITEM COMBOBOX_2002 "ROUND"
  55.      ADDITEM COMBOBOX_2002 "SIGN"
  56.      ADDITEM COMBOBOX_2002 "SUM"
  57.      ADDITEM COMBOBOX_2002 "TRUE"
  58.      LOAD BUTTON_2001 100 164 74 22 "OK"
  59.      LOAD BUTTON_2002 183 164 74 22 "Cancel"
  60.      SETFONT BUTTON_2001 "MS Sans Serif" 8 BOLDOFF
  61.      SETFONT BUTTON_2002 "MS Sans Serif" 8 BOLDOFF
  62. END DIALOG
  63.  
  64.  
  65. REM *****  Microsoft Word Initial Menu
  66. MENU BEGIN 1 286
  67. <1,9>
  68. "&File"
  69. "&Edit"
  70. "&View"
  71. "&Insert"
  72. "F&ormat"
  73. "&Tools"
  74. "T&able"
  75. "&Window"
  76. "&Help"
  77. <2,1,19>
  78. "&New...               Ctrl+N" "A02_301.DIB" \OWNERDRAW
  79. "&Open...              Ctrl+O" "A02_302.DIB" \OWNERDRAW
  80. "&Close" \OWNERDRAW
  81. \SEPARATOR_BAR
  82. "&Save                 Ctrl+S" "A02_303.DIB" \OWNERDRAW
  83. "Save &As..." \OWNERDRAW
  84. "V&ersions..." \OWNERDRAW
  85. \SEPARATOR_BAR
  86. "Page Set&up..." \OWNERDRAW
  87. "Print Pre&view" "A02_304.DIB"\OWNERDRAW
  88. "&Print...             Ctrl+P" "A02_305.DIB" \OWNERDRAW
  89. \SEPARATOR_BAR
  90. "&Send To" \OWNERDRAW
  91. "Propert&ies" \OWNERDRAW
  92. \SEPARATOR_BAR
  93. "&1 Document1" \OWNERDRAW
  94. "&2 Document2" \OWNERDRAW
  95. \SEPARATOR_BAR
  96. "E&xit" \OWNERDRAW
  97. <2,2,18>
  98. "Can't &Undo         Ctrl+Z" "A02_306.DIB" \DISABLE_GREY \OWNERDRAW 
  99. "Can't &Repeat       Ctrl+Y" "A02_307.DIB" \OWNERDRAW 
  100. \SEPARATOR_BAR
  101. "Cu&t                  Ctrl+X" "A02_308.DIB" \DISABLE_GREY \OWNERDRAW
  102. "&Copy                Ctrl+C" "A02_309.DIB" \OWNERDRAW  \DISABLE_GREY
  103. "&Paste                Ctrl+V" "A02_310.DIB" \OWNERDRAW  \DISABLE_GREY 
  104. "Paste &Special..." \DISABLE_GREY \OWNERDRAW 
  105. "Paste as &Hyperlink" \DISABLE_GREY \OWNERDRAW 
  106. \SEPARATOR_BAR
  107. "Cle&ar                Delete" \OWNERDRAW 
  108. "Select A&ll           Ctrl+A" \OWNERDRAW 
  109. \SEPARATOR_BAR
  110. "&Find...             Ctrl+F" "A02_311.DIB" \OWNERDRAW
  111. "R&eplace...           Ctrl+H" \OWNERDRAW 
  112. "&Go To                Ctrl+G" \OWNERDRAW 
  113. \SEPARATOR_BAR
  114. "Lin&ks..." \DISABLE_GREY \OWNERDRAW 
  115. "&Object" \DISABLE_GREY \OWNERDRAW 
  116. <2,3,16>
  117. "&Normal" "A02_313.DIB" \OWNERDRAW
  118. "Onlin&e Layout" "A02_314.DIB" \OWNERDRAW
  119. "&Page Layout" "A02_315.DIB" \OWNERDRAW
  120. "&Outline" "A02_316.DIB" \OWNERDRAW
  121. "&Master Document" "A02_317.DIB" \OWNERDRAW
  122. \SEPARATOR_BAR
  123. "&Toolbars" 
  124. "&Ruler" "A02_365.DIB" \OWNERDRAW
  125. "&Document Map" "A02_319.DIB" \OWNERDRAW
  126. \SEPARATOR_BAR
  127. "&Header and Footer" 
  128. "&Footnotes" \DISABLE_GREY
  129. "&Comments" "A02_320.DIB" \OWNERDRAW\DISABLE_GREY
  130. \SEPARATOR_BAR
  131. "F&ull Screen" "A02_321.DIB" \OWNERDRAW
  132. "&Zoom..."
  133. <2,4,19>
  134. "&Break..." \OWNERDRAW
  135. "Page N&umbers..." \OWNERDRAW
  136. "Date and &Time..." \OWNERDRAW
  137. "&Autotext" \DISABLE_GREY \OWNERDRAW
  138. "&Field..." \OWNERDRAW
  139. "&Symbol..." \OWNERDRAW
  140. "Co&mment" "A02_322.DIB" \OWNERDRAW
  141. \SEPARATOR_BAR
  142. "Foot¬e..."  \OWNERDRAW
  143. "&Caption..." \OWNERDRAW
  144. "Cross-&reference..." \OWNERDRAW
  145. "In&dex and Tables..." \OWNERDRAW
  146. \SEPARATOR_BAR
  147. "&Picture" \OWNERDRAW
  148. "Te&xt Box" "A02_323.DIB" \OWNERDRAW
  149. "Fi&le..." \OWNERDRAW
  150. "&Object..." \OWNERDRAW
  151. "Boo&kmark..." \OWNERDRAW
  152. "Hyperl&ink...         Ctrl+K" "A02_324.DIB" \OWNERDRAW
  153. <2,5,17>
  154. "&Font..." "A02_325.DIB" \OWNERDRAW
  155. "&Paragraph..." "A02_326.DIB" \OWNERDRAW
  156. "Bullets and &Numbering..." "A02_327.DIB" \OWNERDRAW
  157. "&Borders and Shading..."  \OWNERDRAW
  158. \SEPARATOR_BAR
  159. "&Columns..." "A02_328.DIB" \OWNERDRAW 
  160. "&Tabs..." \OWNERDRAW
  161. "&Drop Cap..." \DISABLE_GREY \OWNERDRAW
  162. "Te&xt Direction..." \DISABLE_GREY "A02_329.DIB" \OWNERDRAW
  163. "Change Cas&e..." \OWNERDRAW
  164. \SEPARATOR_BAR
  165. "&AutoFormat..." "A02_330.DIB" \OWNERDRAW
  166. "Style &Gallery..." \OWNERDRAW
  167. "&Style..." \OWNERDRAW
  168. "Bac&kground..." "A02_331.DIB" \OWNERDRAW
  169. \SEPARATOR_BAR
  170. "&Object..." "A02_332.DIB" \OWNERDRAW \DISABLE_GREY
  171. <2,6,19>
  172. "&Spelling and Grammar...    F7" "A02_333.DIB" \OWNERDRAW
  173. "&Language" \OWNERDRAW
  174. "&Word Count..." \OWNERDRAW
  175. "A&utoSummarize..." "A02_334.DIB" \OWNERDRAW
  176. "&AutoCorrect..." \OWNERDRAW
  177. "Loo&k Up Reference..." \OWNERDRAW
  178. \SEPARATOR_BAR 
  179. "&Track Changes" \OWNERDRAW
  180. "Merge &Documents..." \OWNERDRAW
  181. "&Protect Document..." \OWNERDRAW
  182. \SEPARATOR_BAR 
  183. "Mail Me&rge..."  \OWNERDRAW
  184. "&Envelopes and Labels..." "A02_335.DIB" \OWNERDRAW
  185. "Letter Wi&zard..." \OWNERDRAW
  186. \SEPARATOR_BAR 
  187. "&Macro" \OWNERDRAW
  188. "Templates and Add-&Ins..." \OWNERDRAW
  189. "&Customize..." \OWNERDRAW
  190. "&Options..." \OWNERDRAW
  191. <2,7,22>
  192. "Draw Ta&ble" "A02_336.DIB" \OWNERDRAW
  193. \SEPARATOR_BAR
  194. "&Insert Table..." "A02_337.DIB" \OWNERDRAW
  195. "&Delete Cells..." \OWNERDRAW
  196. "&Merge Cells..." \DISABLE_GREY "A02_345.DIB" \OWNERDRAW
  197. "S&plit Cells..." "A03_048.DIB" \OWNERDRAW
  198. \SEPARATOR_BAR
  199. "Select &Row..." \OWNERDRAW
  200. "Select &Column..." \OWNERDRAW
  201. "Select T&able..." \OWNERDRAW
  202. \SEPARATOR_BAR
  203. "Table Auto&Format..." "A03_049.DIB" \OWNERDRAW
  204. "Distribute Rows Eve&nly" "A03_050.DIB" \OWNERDRAW
  205. "Distribute Columns Evenl&y" "A03_051.DIB" \OWNERDRAW
  206. "Cell Height and &Width..." \OWNERDRAW
  207. "&Headings" \DISABLE_GREY \OWNERDRAW
  208. \SEPARATOR_BAR
  209. "Con&vert Text to Table..." \DISABLE_GREY \OWNERDRAW
  210. "&Sort..." "A02_343.DIB" \OWNERDRAW
  211. "F&ormula..." \OWNERDRAW
  212. "Split &Table" \OWNERDRAW
  213. "Hide &Gridlines" "A02_344.DIB" \OWNERDRAW
  214. <2,8,5>
  215. "&New Window" \OWNERDRAW
  216. "&Arrange All" \OWNERDRAW
  217. "&Split" \OWNERDRAW
  218. \SEPARATOR_BAR
  219. "&1 Document1" "A02_318.DIB" \OWNERDRAW
  220. <2,9,8>
  221. "Microsoft Word &Help                            F1" "A02_346.DIB" \OWNERDRAW
  222. \SEPARATOR_BAR
  223. "&Contents and Index" "A02_347.DIB" \OWNERDRAW
  224. "What's &This?                                   Shift+F1" "A02_348.DIB" \OWNERDRAW
  225. "Microsoft on the &Web" \OWNERDRAW
  226. "Word&Perfect Help..." \OWNERDRAW
  227. \SEPARATOR_BAR
  228. "&About Microsoft Word" \OWNERDRAW
  229. <3,1,14,6>
  230. "&Mail Recipient..." "A02_349.DIB" \OWNERDRAW
  231. "&Routing Recipient..." "A02_350.DIB" \OWNERDRAW
  232. "&Exchange Folder..." "A02_351.DIB" \OWNERDRAW
  233. "&Fax Recipient..." "A02_352.DIB" \OWNERDRAW
  234. \SEPARATOR_BAR
  235. "Microsoft &PowerPoint" "A02_353.DIB" \OWNERDRAW
  236. <3,3,7,15>
  237. "Standard" "A02_365.DIB" \OWNERDRAW
  238. "Formatting" "A02_365.DIB" \OWNERDRAW
  239. "AutoText"
  240. "Control Toolbox"
  241. "Database"
  242. "Drawing"
  243. "Forms"
  244. "Picture"
  245. "Reviewing"
  246. "Tables and Borders"
  247. "Visual Basic"
  248. "Web"
  249. "WordArt"
  250. \SEPARATOR_BAR
  251. "&Customize..."
  252. <3,4,4,13>
  253. "AutoT&ext..." "A02_354.DIB" \OWNERDRAW
  254. "&New...                                         Alt+F3" \DISABLE GREY
  255. \SEPARATOR_BAR
  256. "Attention Line"
  257. "Closing"
  258. "Header/Footer"
  259. "Mailing Instructions"
  260. "Reference Initials"
  261. "Reference Line"
  262. "Salutation"
  263. "Signature"
  264. "Signature Company"
  265. "Subject Line"
  266. <3,4,14,6>
  267. "&Clip Art..." "A02_355.DIB" \OWNERDRAW
  268. "&From File..." "A02_356.DIB" \OWNERDRAW
  269. \SEPARATOR_BAR 
  270. "&AutoShapes" "A02_357.DIB" \OWNERDRAW
  271. "&WordArt..." "A02_358.DIB" \OWNERDRAW
  272. "C&hart" "A02_359.DIB" \OWNERDRAW
  273. <3,6,2,3>
  274. "Set &Language..." "A02_360.DIB" \OWNERDRAW
  275. "&Thesaurus...                                     Shift+F7" \OWNERDRAW
  276. "&Hyphenation..." \OWNERDRAW
  277. <3,6,8,3>
  278. "&Highlight Changes..." "A02_361.DIB" \OWNERDRAW
  279. "&Accept or Reject Changes..." \OWNERDRAW
  280. "&Compare Documents..." \OWNERDRAW
  281. <3,6,16,4>
  282. "&Macros...                                        Alt+F8" \OWNERDRAW
  283. "&Record New Macro..." "A02_362.DIB" \OWNERDRAW
  284. \SEPARATOR_BAR
  285. "&Visual Basic Editor                              Alt+F11" "A02_363.DIB" \OWNERDRAW
  286. <3,9,5,12>
  287. "&Free Stuff" "A02_364.DIB" \OWNERDRAW
  288. "&Product News" "A02_364.DIB" \OWNERDRAW
  289. "Frequently Asked &Questions" "A02_364.DIB" \OWNERDRAW
  290. "Online &Support" "A02_364.DIB" \OWNERDRAW
  291. \SEPARATOR_BAR
  292. "Microsoft &Office Home Page" "A02_364.DIB" \OWNERDRAW
  293. "Send Feedbac&k..." "A02_364.DIB" \OWNERDRAW
  294. "&Best of the Web" "A02_364.DIB" \OWNERDRAW
  295. "Search the &Web..." "A02_364.DIB" \OWNERDRAW
  296. "Web &Tutorial" "A02_364.DIB" \OWNERDRAW
  297. \SEPARATOR_BAR
  298. "Microsoft &Home Page" "A02_364.DIB" \OWNERDRAW
  299. <4,4,4,4,2>
  300. "Attention:"
  301. "ATN:"
  302. <4,4,4,5,13>
  303. "Best regards,"
  304. "Best wishes,"
  305. "Cordially,"
  306. "Love,"
  307. "Regards,"
  308. "Respectfully yours,"
  309. "Respectfully,"
  310. "Sincerely yours,"
  311. "Sincerely,"
  312. "Take care,"
  313. "Thank you,"
  314. "Thanks,"
  315. "Yours truly,"
  316. <4,4,4,6,10>
  317. "-PAGE-"
  318. "Author, Page#, Date"
  319. "Confidentially, Page#, Date"
  320. "Created by"
  321. "Created on"
  322. "Filename"
  323. "Filename and path"
  324. "Last printed"
  325. "Last saved by"
  326. "Page X of Y"
  327. <4,4,4,7,8>
  328. "CERTIFIED MAIL"
  329. "CONFIDENTIAL"
  330. "PERSONAL"
  331. "REGISTERED MAIL"
  332. "SPECIAL DELIVERY"
  333. "VIA AIRMAIL"
  334. "VIA FACSMILE"
  335. "VIA OVERNIGHT MAIL"
  336. <4,4,4,8,1>
  337. "T"
  338. <4,4,4,9,3>
  339. "In reply to:"
  340. "RE:"
  341. Reference:"
  342. <4,4,4,10,4>
  343. "Dear Mom and Dad,"
  344. "Dear Sir or Madam:"
  345. "Ladies and Gentlemen:"
  346. "To Whom It May Concern:"
  347. <4,4,4,11,1>
  348. "Tonyac"
  349. <4,4,4,12,1>
  350. "CTI"
  351. <4,4,4,13,1>
  352. "Subject:"
  353. MENU END
  354.  
  355.