home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / macsunrs.sit / MacSUNRISE / card_5325.txt < prev    next >
Text File  |  1990-07-20  |  28KB  |  576 lines

  1. -- card: 5325 from stack: in
  2. -- bmap block id: 4957
  3. -- flags: 2000
  4. -- background id: 2746
  5. -- name: 
  6.  
  7.  
  8. -- part 9 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=240 top=43 right=57 bottom=262
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global Aussprache
  23.   put gro├ƒ1 into Aussprache
  24.   EinzelAbfrageLesungen
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 10 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=265 top=45 right=57 bottom=285
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   global Aussprache
  44.   put gro├ƒ2 into Aussprache
  45.   EinzelAbfrageLesungen
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 12 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=286 top=45 right=57 bottom=315
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   global Aussprache
  65.   put gro├ƒ3 into Aussprache
  66.   EinzelAbfrageLesungen
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 13 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=322 top=43 right=56 bottom=335
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: 
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   global Aussprache
  86.   put gro├ƒ4 into Aussprache
  87.   EinzelAbfrageLesungen
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 15 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=305 top=76 right=90 bottom=338
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   global Aussprache
  107.   put gro├ƒ5 into Aussprache
  108.   EinzelAbfrageLesungen
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 17 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=353 top=76 right=92 bottom=461
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: 
  125. ----- HyperTalk script -----
  126. on mouseup
  127.   EinzelabfrageBedeutungen
  128. end mouseup
  129.  
  130.  
  131. -- part 18 (button)
  132. -- low flags: 00
  133. -- high flags: 0000
  134. -- rect: left=352 top=45 right=60 bottom=406
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: 
  143. ----- HyperTalk script -----
  144. on mouseup
  145.   EinzelabfrageBedeutungen
  146. end mouseup
  147.  
  148.  
  149. -- part 28 (button)
  150. -- low flags: 00
  151. -- high flags: 0000
  152. -- rect: left=187 top=3 right=19 bottom=299
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: 
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   if the hilite of bkgnd btn Hilfe is true
  164.   then
  165.   hide Bkgnd btn Komposita
  166.   hide bkgnd btn Kompclose
  167.   show bkgnd field Hilfe
  168.   show bkgnd btn id 162
  169.   show Bkgnd btn Hilfeclose
  170.   find word "-Time of learning-" in bkgnd field Hilfe
  171. end if
  172.  
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 29 (button)
  178. -- low flags: 80
  179. -- high flags: 0005
  180. -- rect: left=187 top=43 right=60 bottom=504
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Hclose
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   hide me
  192.   hide bkgnd btn id 163
  193.   hide bkgnd btn id 162
  194.   hide Bkgnd field Hilfe
  195.   hide bkgnd btn id 177
  196.   hide bkgnd btn id 178
  197.   hide bkgnd btn compounds
  198.   hide bkgnd btn id 156
  199.   hide bkgnd btn id 154
  200.   set the hilite of bkgnd btn Hilfe to false
  201.   global Abfragebutton
  202.   get Abfragebutton
  203.   if it is 1
  204.   then
  205.   set the hilite of bkgnd btn Abfrage to true
  206.   put 0 into Abfragebutton
  207. end if
  208. if the hilite of bkgnd btn Lesungen is false and the hilite of Bkgnd btn Lesungen is false
  209. then
  210. show Bkgnd btn Komposita
  211. Show Bkgnd Btn Kompclose
  212. show bkgnd btn compounds
  213. end if
  214. pop card
  215. end mouseUp
  216.  
  217.  
  218. -- part contents for background part 15
  219. ----- text -----
  220. 3471
  221.  
  222. -- part contents for background part 1
  223. ----- text -----
  224. DAI, TAI, ├╕(kii), ├╕-
  225.  
  226. ├╕(i ni)
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. -- part contents for background part 22
  236. ----- text -----
  237. 26
  238.  
  239. -- part contents for background part 20
  240. ----- text -----
  241. big, large
  242.  
  243. very much, greatly
  244.  
  245. -- part contents for background part 161
  246. ----- text -----
  247. -Character-
  248.  ΓÇó function:
  249. Shows or hides the character in the window labelled "character."
  250. The character shown or hidden corresponds to the number in the numerical space to the right of the field "K&K" or "JIS" (under the window).
  251. Both kana characters are shown if the syllable consists of two kana.
  252. The character displayed in the window is called "entry character."
  253. Quits the standard work mask and returns to the start menu.
  254. ΓÇó commands:
  255. To show the entry character click the empty box within the field "Character."
  256. To hide the entry character click the X-ed box within the field "Character."
  257. To return to the start menu click the character window.
  258.  
  259. -Readings-
  260. ΓÇó function:
  261. Shows or hides the readings of the entry character.
  262. The (Sino-Japanese) on-readings are shown in capital letters, (Japanese) kun-readings are shown in small letters.
  263. Uncommon readings or readings which are only used under special conditions are shown in brackets.
  264. Okurigana (= parts of the word to be written in hiragana) are shown in parentheses.
  265. All readings with the same or similar meanings are presented together on one line.
  266. (The readings are displayed in the "Readings" window on the left. On the same line, the corresponding meaning is displayed on the
  267. right in the "Meanings" window. All similar meanings are grouped together in one line.)
  268. ΓÇó commands:
  269.  To show the readings click the empty box  within the field "Readings." (The "Readings" window can only be opened if the "Compounds"/ "Words" window is closed.)
  270. To hide the readings click the X-ed box  within the field "Readings."
  271.  
  272. -Meanings-
  273. ΓÇó function:
  274. Shows or hides the meanings of the entry character.
  275. ΓÇó commands:
  276. To show the meanings click the empty box to the left of the field "Meanings." (The "Meanings" window can only be opened if the "Compounds" window is closed.)
  277. To hide the meanings click the X-ed box within the field "Meanings."
  278.  
  279. -Compounds / Words-
  280. ΓÇó function:
  281. Shows or hides compound words (if the entry character is a kanji) or simple words (if the entry character is a kana) for the entry character, with romanization and meanings.
  282. The readings for the compounds are given in romanization. The compounds (usually five) have been selected according to distribution and importance. Occasionally compounds have been chosen to illustrate the function of the entry character in forming compounds.
  283. In selecting the compounds, only those characters are used which have already been learned according to the progression in
  284. "K&K."
  285. All of these characters can be quickly looked up via their "K&K" number.  
  286. If the entry character is a kana, the "Words" window displays words using the kana syllable. As with the kanji compounds, these words have been selected according to frequency. Care has been taken to use only those kana which have been previously learned, i.e., which come before the entry kana in the standard Japanese A-I-U-E-O progression.
  287. ΓÇó commands:
  288.  To show compounds and words click the empty box to the left of the commands "Compounds" or "Words." (The window "Compounds" or 
  289. "Words" can only be opened if the windows
  290. "Readings" and "Meanings" are closed.)
  291. To look up a character used in the compound, click its K&K number displayed on the right hand side of the window. After looking at the character(s) used in the compound, clicking at a corresponding symbol will again display the compound from which the search for its component characters started. (Returning to the original compound is not possible if the 
  292. "Compounds" window of the component characters had been opened.)
  293. To hide compounds and words click the X-ed box to the left of the fields "Compounds" or 
  294. "Words."
  295.  
  296. -Notes_on_Readings-
  297. ΓÇó function:
  298. To enter, change, or delete the user's notes on the readings displayed for the entry character. Shows and hides these notes.
  299. ΓÇó commands:
  300. To open the window click the empty box within the field "Notes on Readings."
  301. To enter, change, or delete notes move the cursor to the desired position. Additional readings may be entered as desired.
  302. In addition to the Roman alphabet, the note window will also accept numerals and additional special characters, but not Japanese characters.
  303. All entries and modifications are automat-ically saved and can be used for as search entries for an entry character and all
  304. information pertaining to it.
  305. The notes can be scrolled up or down by clicking on the right border of the window. This is necessary when the notes occupy so much room that they cannot be viewed at one
  306. time.
  307. To hide the notes click the X-ed box within the field "Notes on Readings."
  308.  
  309. -Notes_on_Meanings-
  310. ΓÇó function:
  311. To enter, change, or delete the user's notes on the meaning supplied for the entry character in the program. 
  312. Shows and hides notes.
  313. ΓÇó commands:
  314. To open the window click the empty box  within the field "Notes on Meanings."
  315. To enter, change, or delete notes move the cursor to the desired position. Additional meanings may be entered. In addition to the alphabet, the note window will also accept numerals and additional special characters, but not Japanese characters.
  316. All entries and modifications are automat-ically saved and can be used as search entries for an entry character and all information
  317. pertaining to it.
  318. The notes can be scrolled up or down by clicking on the right border of the window. This is necessary when the notes occupy so much room that they cannot be viewed at one time.
  319. To hide the notes, click the X-ed box  within the field "Notes on Meanings."
  320.  
  321.  
  322. -Notes on Compounds / Words-
  323. ΓÇó function:
  324. To enter, change, or delete the user's notes on the compounds (if the entry character is a kanji) or words (if the entry character is a kana) as shown in the window "Compounds" /
  325. "Words." Shows and hides these notes.
  326. ΓÇó commands:
  327. To open the window click the empty box to the left of the field "Notes on Compounds" or 
  328. "Notes on Words". To enter, change, or delete notes move the cursor into the opened window designated "Notes on Compounds or "Notes on Words." In addition to notes, other compounds or words can also be entered. The note window will also accept numerals and additional special characters, but not Japanese characters.
  329. The notes can be scrolled up or down by positioning the mouse arrow on the right border of the window. This is necessary when the notes occupy so much room that they cannot be viewed at one time.
  330. To hide the notes, click the X-ed box to the left of the command "Notes on compounds" or 
  331. "Notes on Words".
  332.  
  333. -Script-
  334. ΓÇó function:
  335. Shifts from one of the three writing systems 
  336. (hiragana, katakana, kanji) into another system.
  337. ΓÇó commands:
  338. Click the field "Script." This opens a dialog box.
  339. Click the desired writing system in the dialog box.
  340. If no change in writing system is desired click "No change."
  341.  
  342. -Select_kanji-
  343. ΓÇó function:
  344. Marks the entry character for inclusion in a reference list for later usage (for printing, for example, or for browsing through the list).
  345. ΓÇó commands:
  346. To select the entry character for inclusion in the list click the field "Select character." As many characters as desired may be selected.
  347. (If a list of characters is to be selected by means of the K&K or JIS numbers, click the field "Selected characters." This opens a dialog box in which the option "Add to selected characters" can be clicked, enabling rapid selection of any desired number of characters according to number.)
  348. If a character is selected a second time, the program will respond with "Character already selected." 
  349. To cancel the message click the "OK"-button.
  350.  To review the contents of the reference list of characters, click the field "Selected characters." (The field becomes visible when the switch arrow between "Sound" and "Help" is clicked.)
  351. The selected characters are represented by their JIS code number, the j├┤y├┤ kanji by their K&K numbers.
  352. The characters are listed in the order in which they were selected, from top to bottom.
  353. By clicking the switch arrow the two options 
  354. "Select character" and "Deselect character" can be alternately chosen.
  355.  
  356. -Deselect_character-
  357. ΓÇó function:
  358. To deselect the entry character from the reference list compiled with the function 
  359. "Select character."
  360. ΓÇó commands:
  361. The entry character is deleted from the reference list by clicking the field "Deselect character." (To more quickly delete all the characters in the list, the field "Selected
  362. characters" should be clicked. This opens a dialog box in which the option "Clear all selected characters" can be clicked.)
  363. If the entry character is chosen for deletion although it is not included in the reference list, the program responds with "Character not selected." To cancel the message click the "OK"-button.
  364. By clicking the switch arrow the two options 
  365. "Deselect character" and "Select character" can be alternately chosen.
  366.  
  367. -Selected_characters-
  368. ΓÇó function:
  369. To show the characters selected by means of the "Select character" function. In this mode it is possible to select new characters, to print the character list, or to clear all characters.
  370. ΓÇó commands:
  371.  First of all, the command "Selected characters" is made visible by clicking the switch arrow.
  372. When the command "Selected characters" is clicked, the standard work mask is replaced by a dialog box which displays the selected
  373. characters in two reference lists, in the order in which they were selected, by numerical code. (All characters are specified by the JIS code number, j├┤y├┤ kanji also by their K&K number.)
  374. The selected character reference list can be scrolled up and down by moving the cursor along the right border of the window, in case
  375. the number of characters excedes the frame of the window.
  376. In order to select new characters, the K&K or JIS numbers can be written into the "Add  character to list" line. (This method is faster than adding each individual entry character by
  377. loading and clicking it.)
  378. Each individual entry in the K&K or JIS line under the "Add character to list" field is confirmed by pressing ENTER.
  379. By clicking "Clear all selected characters" it is possible to delete the K&K and JIS numbers of all selected characters.
  380. (If only the numbers of certain characters are to be deleted, this can be done either by first clicking "Deselect specified characters" and then the respective numbers in the list or by searching each character in the working mask and then clicking the field "Deselect 
  381. character".)
  382. The command "Print selected characters" allows the production of flash-cards, posters, and labels of all characters with or without stroke count, readings, meanings, and com-pounds/words in different sizes. 
  383. By clicking the button with the right-angle arrow the "Selected characters" dialog box is closed and the standard work mask reappears.
  384.  
  385. -ask_me-
  386. ΓÇó function:
  387. To test the readings and meanings of kanji.
  388. ΓÇó commands:
  389. To activate the function, the field "Ask me" is clicked and changes color.
  390. In order to test which reading of a kanji is to be associated with a certain meaning, it is necessary to close the "Readings" window and open the "Meanings" window.
  391. (If the "Readings" window is open, the message "Hide window 'Readings', please" will appear as soon as a meaning is clicked.)
  392. When the English translation word is clicked in the "Meanings" window, a dialog box is opened. The/A corresponding reading (i.e., the/a reading which corresponds to the meaning of the entry character selected in English) with parantheses indicating okurigana is to be entered in the text line. 
  393. If the answer is correct, the program confirms.
  394. If there is more than one reading, the program will request additional readings.
  395. In case of error, the request to enter the/a reading is repeated.
  396. In order to test the meaning of a kanji, the 
  397. "Readings" window must be open and the 
  398. "Meanings" window closed.
  399. (If the "Meanings" window is open, the message "Hide window 'Meanings', please" will appear as soon as a reading is clicked.)
  400. When a reading is clicked in the "Reading" window, a dialog box is opened. The/A correct translation is to be entered in the text line.
  401. If the answer is correct, the program confirms.
  402. If there is more than one meaning for the reading clicked, the
  403. program will request additional meanings.
  404. In case of error, the request to enter the/a reading is repeated.
  405. If the field "Voice" is activated, then a given reading will be pronounced whenever it is clicked.
  406. By clicking the button "Cancel" it is possible to end the reading and meaning test whenever desired.
  407. To deactivate the function, "Ask me" is clicked again and changes color.
  408.  
  409. -Selection-
  410. ΓÇó function:
  411. Makes possible learning, drill, and searching within a list of previously selected characters.
  412. ΓÇó commands:
  413.  To activate the function, the field "Selection" is clicked and and changes color.
  414. At the same time the word "Selected" appears instead of the two number fields und the field 
  415. "Area K&K".
  416. The character selection is restricted to the previously compiled character selection for reviewing, searching, or repetition.  
  417. To deactivate the function, "Selection" is clicked again and changes color.
  418.  
  419. -Random-
  420. ΓÇó function:
  421. When characters are browsed through, they are shown in random order, instead of according to the JIS or K&K numbers.
  422. ΓÇó commands:
  423. To activate the function, the field "Random" is clicked and changes color.
  424. Any set of previously selected characters can now be browsed through in random order, complete with all associated information 
  425. (readings, meanings, or compounds etc).
  426. To deactivate the function, "Random" is clicked again and changes color.
  427.  
  428. -Voice-
  429. ΓÇó function:
  430. To enable the user to hear the readings of all kana and j├┤y├┤ kanji, either with the built-in speaker, with an external speaker, or with 
  431. (Walkman) headphones.
  432. ΓÇó commands:
  433. To activate the function, the field "Voice" is clicked and changes color.
  434. (The command "Voice" can only be activated when the "Readings" window is open.)
  435. When the reading of a character is clicked, the reading is pronounced.
  436. The volume can be regulated in the menu 
  437. "Control field" (under the Apple symbol) before the program "MacJAIL Script" is loaded.
  438. To deactivate the function, "Voice" is clicked again and changes color.
  439.  
  440. -Switch_arrow-
  441. ΓÇó function:
  442. To shift back and forth between the following field pairs (= functions) in the lower border:
  443. "Select character" - "Deselect character"
  444. "Ask me"/ "Selection"/ "Random" - "Selected characters"
  445. ΓÇó commands:
  446. By clicking the switch arrow it is possible to choose either the fields "Select character," 
  447. "Ask me," "Selection," and "Random," or the fields "Deselect character" and "Selected
  448. characters."
  449.  
  450. -Help-
  451. ΓÇó function:
  452. Short explanatory texts can be displayed at will for each of the fields, symbols, and windows displayed on the working mask.
  453. ΓÇó commands:
  454. To activate the function, the field "Help" is clicked and changes color.
  455. When a field or a symbol on the working mask is clicked, the pertaining help text appears to explain its meaning and how it is to be used.
  456. To deactivate the function, "Help" is clicked again and changes color.
  457.  
  458. -Quit-
  459. ΓÇó function:
  460. Ends the programm "MacJAIL Script." Another program can be loaded or the computer can be turned off.
  461. ΓÇó commands:
  462. The field "Quit" is clicked.
  463.  
  464. -Symbol_for_stroke_count-
  465. ΓÇó function:
  466. Shows the stroke count, the order of strokes, and the direction of strokes for each entry character.
  467. ΓÇó commands:
  468. When this symbol is clicked, the standard work mask is modified slightly. Those fields which no longer function in stroke cound mode
  469. change color (gray). A new field with a right-angle arrow appears instead of the symbols for "Stroke count," "Magnifying glass," and 
  470. "Automatic Browsing". The first stroke of the character appears in the character window, marked "1" for "first stroke."
  471. The stroke count numeral appears at the beginning of each stroke, thus  designating its direction.
  472. When the right arrow underneath the character window is clicked, the next stroke appears with its stroke count numeral, until the character is complete.
  473. When the character is completed, all strokes are visible with stroke count numeral.
  474. To view the entry character in its entirety with stroke count numerals, instead of having it built up stroke by stroke, the left arrow is clicked as soon as the first stroke appears.
  475. The right-angle arrow is clicked to leave the stroke count mask and return to the standard work mask.
  476.  
  477. -Symbol_for_magnifying_glass-
  478. ΓÇó function:
  479. To search for a character.
  480. ΓÇó commands:
  481. When the magnifying glass is clicked, a search mask appears.
  482. This search mask has a field for each different method of searching for a character.
  483. Search is possible either by entering the reading or the meaning of a character or its compounds, or by entering any notes which
  484. may have been made on the note pad pertaining to the character or
  485. compound, or by means of the K&K or JIS number.
  486.  According to the method used for searching, the circle in the appropriate field is clicked on. A black dot appears inside this circle. Now the dialog box can be opened either by clicking the black dot or the magnifying glass within the character window. As search term a reading, meaning, note, or number related to the searched for character can be entered. 
  487. Once the search term has been entered in the answer space, the ENTER button is pushed to begin the search operation. The operation also starts when OK is clicked. The searched for
  488. character is displayed on the monitor within the framework of the standard work mask.
  489. Often one search operation will yield a number of different kanji or kanji compounds. In this case, the kanji or compound with the smallest K&K number is displayed first. If this is not the desired kanji or compound, it is possible to browse, either manually or automatically, until the searched for character appears. The possible characters are displayed one after the other according to their K&K number, from smallest to largest. This increases the possibility that the desired character will be the first kanji, or one of the first kanji.
  490. A click of the right-angle arrow immediately displays the standard work mask, even if no search entry has been made.
  491.  
  492. -Symbol_for_browsing-
  493. ΓÇó function:
  494.  Automatic browsing within a previously selected list of characters. Speed can be varied.
  495. This function can be used to review, to practice, and to search for characters and all pertaining information.
  496. ΓÇó commands:
  497. The speed of browsing should first of all be regulated in the field "Browsing".
  498. Before browsing, it is also necessary to designate the K&K area (whether browsing should occur within a certain list of previous-ly selected characters or within a certain 
  499. area), and the order (whether according to the K&K number or at random).
  500. When the symbol for browsing is clicked, automatic browsing begins.
  501. To end browsing the symbol is clicked again.
  502.  
  503. -Left_and_right_arrow-
  504. ΓÇó function:
  505.  Allows manual browsing between characters 
  506. (with all pertaining information), forwards and backwards within a previously selected list or within an area.
  507. The order of browsing is determined either by K&K numbers, by JIS numbers, or at random as desired by the user.
  508. In the stoke count mode, the two arrows can be used to show the stroke count, the order of strokess, and the direction of strokes for each entry character. 
  509. ΓÇó commands:
  510. When the right arrow is clicked, the character is shown with the next highest K&K (or JIS) number. Clicking the left arrow displays the character with the next lowest number.
  511. To change from JIS to K&K numbers (or the reverse) the field showing either "JIS" or "K&K" should be clicked. The field shows the present system and changes the number of the kanji accordingly.
  512. To browse at random instead of according to JIS or K&K numbers, the field "Random" is activated.
  513. In the stroke count mode, clicking the right or left arrow shows the individual strokes which make up the character. (More information under "Symbol for stroke count").
  514.  
  515. -Area K&K-
  516. ΓÇó function:
  517. The field "Area K&K" shows the lowest and the
  518. highest number of the kanji in the area.
  519. Am area is different from a selected kanji list. An area contains all the kanji between the given numbers shown in the right and the left number fields.
  520. This function enables the user to study, review (for instance by automatic browsing), and to search for a character within a
  521. previously determined area.
  522. ΓÇó commands:
  523. When the left number field is clicked, a number can be entered in the dialog box. This number is the lowest K&K number, the kanji where the first cut is to be made.
  524. Clicking the right number field also opens the dialog box, where the highest K&K number can be entered. Here the second cut is made.
  525. Both windows are closed by clicking the "OK"-button. 
  526. The desired lowest and highest K&K numbers are displayed in the number fields.
  527.  
  528. -K&K/ JIS-
  529. ΓÇó function:
  530. The K&K or JIS number of each entry character is displayed in the field to the right of the 
  531. "K&K"/"JIS" field.
  532. These numbers are used to identify characters, in order for instance to determine areas or to select into a selected list. The numbers can also be used to search, and are useful in communicating or exchanging data.
  533. The "K&K" numbers designate the order in which the 1945 j├┤y├┤ kanji are presented in 
  534. "Kanji & Kana. A Handbook and Dictionary of the Japanese Writing System" by W. Hadamitz-ky and M. Spahn, published by Charles E. Tuttle Co., Rutland (Vermont) and Tokyo.
  535. There is no K&K number for characters outside of the j├┤y├┤ kanji, as well as for the kana. These characters only have a JIS number.
  536. The JIS numbers designate the order in which the characters appear in "Japan Industrial Standard. Code for the Japanese Graphic Character Set for Information Interchange. JIS C 6226-1983", published by the Japanese Standards Association, Tokyo.
  537. ΓÇó commands:
  538. By clicking "K&K" or "JIS" it is possible to switch to the other system.
  539.  
  540. -Start of learning-
  541. ΓÇó function:
  542. To show at what time the program was loaded.
  543. This makes it possible to check at what time the user began to work with the program.
  544. ΓÇó commands:
  545. The start menu has a command "Program Start." When this is clicked, the standard work mask appears. The start time is automatically ad-justed and remains unchanged until quit time.
  546.  
  547. -Time of learning-
  548. ΓÇó function:
  549. To show in hours and minutes how much time has elapsed since the user has started to work with the program.
  550. This enables constant checking of the length of a given learning session.
  551. ΓÇó commands:
  552. When the command "Program Start" is clicked in the start menu, the learning time is automatically adjusted to 00:00. The time is
  553. automatically clocked until quit time.
  554.  
  555. -Browsing-
  556. ΓÇó function:
  557. To regulate the speed for automatic browsing.
  558. ΓÇó commands:
  559. The field "Browsing" is clicked. This opens a dialog box, in which the desired amount of time between display of entry characters can be entered. Any time may be entered between 0 and 60 seconds.
  560. (The program itself requires a certain brief amount of time to load each subsequent entry character. The desired interval entered in 
  561. "Browsing" is clocked in addition to this
  562. interval.)
  563. ==========================================
  564. ==========================================
  565.  
  566. -- part contents for background part 112
  567. ----- text -----
  568.  
  569.  
  570.  
  571.  
  572. -- part contents for background part 113
  573. ----- text -----
  574.  
  575.  
  576.