3. "6F^5D!$^%BBScroll.Rsrc

*    This is the resource file for Scroll, a simple program to demonstrate
*    the use of scroll bars.

Type SCRL = STR
  ,256
Scroll       by Cary Clark, Macintosh Technical Support      V7/5   Apple, 1984

Type MENU
  ,1(4)
  File
    Quit

  ,2(4)
  Scroll Bar
    Horizontal
    Vertical
    (-
    Text
    Graphics

* a document window
Type WIND
  ,256(4)
A Scrolling Example
  40 20 339 480
  Invisible NoGoAway
  0
  0

* the vertical scroll bar
Type CNTL
  ,256(4)
x
  -1 445 285 461
  Visible
  16
  0
  0 0 400

* the horizontal scroll bar
  ,257(4)
x
  284 -1 300 446
  Invisible
  16
  0
  0 0 300

Type Str
 ,256(4)
  Please refer to the Control Manager manual for more information about scroll bars.

Type Code
ScrollL,0

