home *** CD-ROM | disk | FTP | other *** search
- ; if used with TEST on the command line MenuC will create a program
- ; that will fill the window with gadgets
- ; just 48 lines of source (1 line copied 47x) will create an incredible
- ; amount C/ASM source that YOU WON'T HAVE TO KEY IN.
- ;
- ; see s/MC s/MCLAsm s/MCAsm
- ;
- #
- # Row 1
- #
- Bool a1 2,10 50,50 1 3
- Bool a2 54,10 50,50 1 3
- Bool a3 106,10 50,50 1 3
- Bool a4 158,10 50,50 1 3
- Bool a5 210,10 50,50 1 3
- Bool a6 262,10 50,50 1 3
- Bool a7 314,10 50,50 1 3
- Bool a8 366,10 50,50 1 3
- Bool a9 418,10 50,50 1 3
- Bool a10 470,10 50,50 1 3
- Bool a11 522,10 50,50 1 3
- Bool a12 574,10 50,50 1 3
- ;
- ; Row 2
- ;
- Bool b1 2,61 50,50 1 3
- Bool b2 54,61 50,50 1 3
- Bool b3 106,61 50,50 1 3
- Bool b4 158,61 50,50 1 3
- Bool b5 210,61 50,50 1 3
- Bool b6 262,61 50,50 1 3
- Bool b7 314,61 50,50 1 3
- Bool b8 366,61 50,50 1 3
- Bool b9 418,61 50,50 1 3
- Bool b10 470,61 50,50 1 3
- Bool b11 522,61 50,50 1 3
- Bool b12 574,61 50,50 1 3
- *
- * Row 3
- *
- Bool c1 2,112 50,50 1 3
- Bool c2 54,112 50,50 1 3
- Bool c3 106,112 50,50 1 3
- Bool c4 158,112 50,50 1 3
- Bool c5 210,112 50,50 1 3
- Bool c6 262,112 50,50 1 3
- Bool c7 314,112 50,50 1 3
- Bool c8 366,112 50,50 1 3
- Bool c9 418,112 50,50 1 3
- Bool c10 470,112 50,50 1 3
- Bool c11 522,112 50,50 1 3
- Bool c12 574,112 50,50 1 3
-
- ; row 4
-
- Bool d1 2,163 50,36 1 3
- Bool d2 54,163 50,36 1 3
- Bool d3 106,163 50,36 1 3
- Bool d4 158,163 50,36 1 3
- Bool d5 210,163 50,36 1 3
- Bool d6 262,163 50,36 1 3
- Bool d7 314,163 50,36 1 3
- Bool d8 366,163 50,36 1 3
- Bool d9 418,163 50,36 1 3
- Bool d10 470,163 50,36 1 3
- Bool d11 522,163 50,36 1 3
- Bool d12 574,163 50,36 1 3
-