home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Calendar / Command / SETUP.EXE / GRID.CC1 < prev    next >
Encoding:
INI File  |  1997-06-12  |  515 b   |  23 lines

  1. [OPTIONS]
  2. ; Grid.cc1 written by Kent Briggs
  3. [COMMANDS]
  4. Grid(0,0,100,100,10,10,1)
  5. Brush($FFFFFF,0)
  6. NumVar(n00,set equal to,0)
  7. Block(While,n00,<=,100)
  8.   Line(n00,0,n00,1.5)
  9.   Line(n00,100,n00,98.5)
  10.   Line(0,n00,1.5,n00)
  11.   Line(100,n00,98.5,n00)
  12.   NumVar(n00,increment by,2)
  13. EndBlock
  14. NumVar(n00,set equal to,10)
  15. Font("Times New Roman",3,0,0,0,0,0,0,0)
  16. Block(While,n00,<=,90)
  17.   Text(n00,3,1,n00)
  18.   Text(n00,97,7,n00)
  19.   Text(3,n00,3,n00)
  20.   Text(97,n00,5,n00)
  21.   NumVar(n00,increment by,10)
  22. EndBlock
  23.