Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94 » !AWAug94/Goodies/Locate/OverWrite/RSI/Schema/!Schema_2/window_p
!AWAug94/Goodies/Locate/OverWrite/RSI/Schema/!Schema_2/window_p
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94 |
Filename: | !AWAug94/Goodies/Locate/OverWrite/RSI/Schema/!Schema_2/window_p |
Read OK: | ✔ |
File size: | 1E59 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
enum windowvals{ MAIN_MSTART = 0, /* Dummy */ LAYOUT, /* Page layout for printer */ PRINT, /* Printer dialogue */ SHOWFILE, /* Display sheet details */ GOTOCELL, /* GotoCell dialogue */ SST, /* Save sheet in usual format */ SSTCSV, /* Save sheet as CSV */ SSTTSV, /* Save sheet as TSV */ SSTDRAW, /* Save sheet as draw file */ SSTFORM, /* Save sheet as formulas */ SSTTEXT, /* Save sheet as text */ SSTGR, /* Save sheet as AGraph file */ EXPSST, /* Export sheet in specified format */ CBL, /* Copy selected block to Clipboard */ CUTBLOCK, /* Cut selected block to Clipboard */ PASTEVALS, /* Copy values only */ PASTETR, /* Copy values transposing */ MOVEBLOCK, /* Move selected block */ DBL, /* Delete selected block */ PASTEBLOCK, /* Paste to Block */ PASTEMOVE, /* Paste to slected area adjusting formulae */ SORT, /* Sort selected block */ REPLICATE, /* Set replication parameters */ PREF, /* Toggable Tick Protection */ ADDROWS, /* Add rows */ CHHT, /* Change row height */ DELETEROWS, /* Delete rows */ ADDCOLUMNS, /* Add columns */ CHWT, /* Change width */ DCL, /* Delete columns */ SIB, /* Switch input block */ EFCLEAR, /* Make block plain text */ NEW_INFO, /* New information block */ EFBOLD, /* Set/clear Bold effect */ EFITALIC, /* Set/clear Italic effect */ EFSIZE8, /* Set font size 8 point */ EFSIZE10, /* Set font size 10 point */ EFSIZE12, EFSIZE14, EFSIZE18, EFSIZE24, EFSO, /* Writable font size */ EFFORECOL, /* Text colour effect dbox */ EFBACKCOL, /* cell colour effect dbox */ EFFORMAT, /* Number format dbox */ EFGRAPHS, /* Graphics display */ ALIGN, /* Align */ EFLEFT, /* Left align effect */ EFCENTRE, /* Centre align effect */ EFRIGHT, /* Right align effect */ VALIGN, EFBOTTOM, EFMIDDLE, EFTOP, EFJUST, DEFINE_PLAINTEXT, /* Change Plain Text */ BDB, /* Change border attrib */ GRAPHAPP, /* Send selected area to a graphing app */ SEV, /* Set empty cell rule */ ECV0, /* Empty cell value = 0 */ ECVERROR, /* Empty cell value = fault */ AMDEGREES, /* Angle value is degrees */ AMRADIANS, /* Angle value is radians */ AFA1, /* Address format is A1 */ AFR1C1, /* Address format is R1C1 */ EVAL, /* Evaluation mode */ SYSGRID, /* System grid on/off */ LABELS, /* Row & column labels on/off */ SOUND, /* Sound on/off */ MGFN, /* Adjust magnification */ LOCKCOLS, /* Select column(s) as row labels */ LOCKROWS, /* Select row(s) as column labels */ FREECOLS, /* Discard columns(s) as row labels */ FREEROWS, /* Discard row(s) as column labels */ SELECTALL, /* Select All Cells */ CLEARSEL, /* Clear Selection */ SDFT, /* Save this sheet as default sheet*/ CHANGESIZE, /* Change size and dimensions of sheet */ EVALALL, /* Re Evaluate All Sheets */ GROUTCOL, /* Graph out normal (by col) */ GROUTROW, /* Graph out transpose (by row) */ DISABLESEC, /* Security disabled */ ENABLESEC, /* Security ensabled */ WIPEBLOCK, /* Wipe selected block */ GRDIR, /* Graphing direction */ SVS, /* Saveas */ ADDROWNT, /* ADD_ROWS */ HEIGHT, /* Height */ ADDCOLS, /* Add Cols */ WIDTH, /* Width */ ROWS, /* Rows */ COLS, /* cols */ HIDEROWS, /* Hide rows */ HIDECOLS, /* Hide cols */ REVCOLS, /* Reveal cols*/ REVROWS, /* Reveal rows */ EFDOUBLE, /* Jusify */ FORMULAS, /* Display as formulas */ TEXTFONT, /* text font*/ TEXTSIZE, /* text size */ ANGLEMODE, /* angle_mode */ MFILE, /* File */ EDIT, /* Edit */ EFFECTS, /* Effects*/ UTIL, /* Utilities */ NEWGR, /* Graphics User Interface */ QUICKGR, /* Graph without dialogue */ REEDGR, /* Re Edit Graph */ BIGCELL, /* make into a frame */ SEVAL, /* Eval mode */ MANEV, /* Flush manual evaluation */ SSNEWV, /* New view for this sheet */ SSDISC, /* Get rid of this sheet */ ICONRIB, /* Toggle appearance of icon ribbon */ SHPREFS, /* Sheet values prefences dailogue */ FONTMEN, MACEXMEN, STYLEMEN, NEWSTYLE, ESTYLEMEN, DSTYLEMEN, MSTYLE, ESHVARMEN, /* EDit sheet variable menu */ NEWSHVAR, /* Create new Sheet variable */ DSHVARMEN, /* Delete sheet variable menu */ MSHVAR, DOMACRO, CPBREAK, RPBREAK, SNAME, MAIN_MEND /* DUMMY */ }; /* End of file */ enum Useless { SELECTSTYLE, /* Select a style */ EDITSTYLE, /* Edit selected style */ COPYSTYLE, /* Copy selected style */ RENAMESTYLE, /* Rename selected style */ DELETESTYLE, /* Delete selected style */ SETPROTECTION, /* Set protection in current block */ CLEARPROTECTION /* Clear protection */ };
00000000 65 6e 75 6d 20 77 69 6e 64 6f 77 76 61 6c 73 7b |enum windowvals{| 00000010 20 20 4d 41 49 4e 5f 4d 53 54 41 52 54 20 3d 20 | MAIN_MSTART = | 00000020 30 2c 20 20 20 20 2f 2a 20 44 75 6d 6d 79 20 2a |0, /* Dummy *| 00000030 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000040 20 20 20 20 4c 41 59 4f 55 54 2c 20 20 20 20 20 | LAYOUT, | 00000050 20 20 20 20 20 20 20 2f 2a 20 50 61 67 65 20 6c | /* Page l| 00000060 61 79 6f 75 74 20 66 6f 72 20 70 72 69 6e 74 65 |ayout for printe| 00000070 72 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |r */. | 00000080 20 20 20 20 20 20 20 50 52 49 4e 54 2c 20 20 20 | PRINT, | 00000090 20 20 20 20 20 20 20 20 20 20 2f 2a 20 50 72 69 | /* Pri| 000000a0 6e 74 65 72 20 64 69 61 6c 6f 67 75 65 20 2a 2f |nter dialogue */| 000000b0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000000c0 20 20 20 53 48 4f 57 46 49 4c 45 2c 20 20 20 20 | SHOWFILE, | 000000d0 20 20 20 20 20 20 2f 2a 20 44 69 73 70 6c 61 79 | /* Display| 000000e0 20 73 68 65 65 74 20 64 65 74 61 69 6c 73 20 2a | sheet details *| 000000f0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000100 20 20 20 20 47 4f 54 4f 43 45 4c 4c 2c 20 20 20 | GOTOCELL, | 00000110 20 20 20 20 20 20 20 2f 2a 20 47 6f 74 6f 43 65 | /* GotoCe| 00000120 6c 6c 20 64 69 61 6c 6f 67 75 65 20 2a 2f 0a 20 |ll dialogue */. | 00000130 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000140 20 53 53 54 2c 20 20 20 20 20 20 20 20 20 2f 2a | SST, /*| 00000150 20 53 61 76 65 20 73 68 65 65 74 20 69 6e 20 75 | Save sheet in u| 00000160 73 75 61 6c 20 66 6f 72 6d 61 74 20 2a 2f 0a 20 |sual format */. | 00000170 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000180 20 53 53 54 43 53 56 2c 20 20 20 20 20 20 2f 2a | SSTCSV, /*| 00000190 20 53 61 76 65 20 73 68 65 65 74 20 61 73 20 43 | Save sheet as C| 000001a0 53 56 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 |SV */. | 000001b0 20 20 20 20 20 20 20 20 53 53 54 54 53 56 2c 20 | SSTTSV, | 000001c0 20 20 20 20 20 2f 2a 20 53 61 76 65 20 73 68 65 | /* Save she| 000001d0 65 74 20 61 73 20 54 53 56 20 2a 2f 0a 20 20 20 |et as TSV */. | 000001e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 53 | S| 000001f0 53 54 44 52 41 57 2c 20 20 20 20 20 2f 2a 20 53 |STDRAW, /* S| 00000200 61 76 65 20 73 68 65 65 74 20 61 73 20 64 72 61 |ave sheet as dra| 00000210 77 20 66 69 6c 65 20 2a 2f 20 20 0a 20 20 20 20 |w file */ . | 00000220 20 20 20 20 20 20 20 20 20 20 20 20 20 20 53 53 | SS| 00000230 54 46 4f 52 4d 2c 20 20 20 20 20 2f 2a 20 53 61 |TFORM, /* Sa| 00000240 76 65 20 73 68 65 65 74 20 61 73 20 66 6f 72 6d |ve sheet as form| 00000250 75 6c 61 73 20 2a 2f 0a 20 20 20 20 20 20 20 20 |ulas */. | 00000260 20 20 20 20 20 20 20 20 20 20 53 53 54 54 45 58 | SSTTEX| 00000270 54 2c 20 20 20 20 20 2f 2a 20 53 61 76 65 20 73 |T, /* Save s| 00000280 68 65 65 74 20 61 73 20 74 65 78 74 20 2a 2f 0a |heet as text */.| 00000290 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002a0 20 20 53 53 54 47 52 2c 20 20 20 20 20 20 20 2f | SSTGR, /| 000002b0 2a 20 53 61 76 65 20 73 68 65 65 74 20 61 73 20 |* Save sheet as | 000002c0 41 47 72 61 70 68 20 66 69 6c 65 20 2a 2f 0a 20 |AGraph file */. | 000002d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002e0 20 45 58 50 53 53 54 2c 20 20 20 20 20 20 2f 2a | EXPSST, /*| 000002f0 20 45 78 70 6f 72 74 20 73 68 65 65 74 20 69 6e | Export sheet in| 00000300 20 73 70 65 63 69 66 69 65 64 20 66 6f 72 6d 61 | specified forma| 00000310 74 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |t */. | 00000320 20 20 20 20 20 20 20 43 42 4c 2c 20 20 20 20 20 | CBL, | 00000330 20 20 20 20 2f 2a 20 43 6f 70 79 20 73 65 6c 65 | /* Copy sele| 00000340 63 74 65 64 20 62 6c 6f 63 6b 20 74 6f 20 43 6c |cted block to Cl| 00000350 69 70 62 6f 61 72 64 20 2a 2f 0a 20 20 20 20 20 |ipboard */. | 00000360 20 20 20 20 20 20 20 20 20 20 20 20 20 43 55 54 | CUT| 00000370 42 4c 4f 43 4b 2c 20 20 20 20 20 20 20 20 20 20 |BLOCK, | 00000380 2f 2a 20 43 75 74 20 73 65 6c 65 63 74 65 64 20 |/* Cut selected | 00000390 62 6c 6f 63 6b 20 74 6f 20 43 6c 69 70 62 6f 61 |block to Clipboa| 000003a0 72 64 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 |rd */. | 000003b0 20 20 20 20 20 20 20 20 50 41 53 54 45 56 41 4c | PASTEVAL| 000003c0 53 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 43 6f |S, /* Co| 000003d0 70 79 20 76 61 6c 75 65 73 20 6f 6e 6c 79 20 2a |py values only *| 000003e0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 000003f0 20 20 20 20 50 41 53 54 45 54 52 2c 20 20 20 20 | PASTETR, | 00000400 20 20 20 20 20 2f 2a 20 43 6f 70 79 20 76 61 6c | /* Copy val| 00000410 75 65 73 20 74 72 61 6e 73 70 6f 73 69 6e 67 20 |ues transposing | 00000420 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |*/. | 00000430 20 20 20 20 20 4d 4f 56 45 42 4c 4f 43 4b 2c 20 | MOVEBLOCK, | 00000440 20 20 20 20 20 20 20 20 2f 2a 20 4d 6f 76 65 20 | /* Move | 00000450 73 65 6c 65 63 74 65 64 20 62 6c 6f 63 6b 20 2a |selected block *| 00000460 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000470 20 20 20 20 44 42 4c 2c 20 20 20 20 20 20 20 2f | DBL, /| 00000480 2a 20 44 65 6c 65 74 65 20 73 65 6c 65 63 74 65 |* Delete selecte| 00000490 64 20 62 6c 6f 63 6b 20 2a 2f 0a 20 20 20 20 20 |d block */. | 000004a0 20 20 20 20 20 20 20 20 20 20 20 20 20 50 41 53 | PAS| 000004b0 54 45 42 4c 4f 43 4b 2c 20 20 20 20 20 20 20 20 |TEBLOCK, | 000004c0 2f 2a 20 50 61 73 74 65 20 74 6f 20 42 6c 6f 63 |/* Paste to Bloc| 000004d0 6b 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |k */. | 000004e0 20 20 20 20 20 20 20 50 41 53 54 45 4d 4f 56 45 | PASTEMOVE| 000004f0 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 50 61 73 |, /* Pas| 00000500 74 65 20 74 6f 20 73 6c 65 63 74 65 64 20 61 72 |te to slected ar| 00000510 65 61 20 61 64 6a 75 73 74 69 6e 67 20 66 6f 72 |ea adjusting for| 00000520 6d 75 6c 61 65 20 2a 2f 0a 20 20 20 20 20 20 20 |mulae */. | 00000530 20 20 20 20 20 20 20 20 20 20 20 53 4f 52 54 2c | SORT,| 00000540 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2a | /*| 00000550 20 53 6f 72 74 20 73 65 6c 65 63 74 65 64 20 62 | Sort selected b| 00000560 6c 6f 63 6b 20 2a 2f 0a 20 20 20 20 20 20 20 20 |lock */. | 00000570 20 20 20 20 20 20 20 20 20 20 52 45 50 4c 49 43 | REPLIC| 00000580 41 54 45 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 |ATE, /* | 00000590 53 65 74 20 72 65 70 6c 69 63 61 74 69 6f 6e 20 |Set replication | 000005a0 70 61 72 61 6d 65 74 65 72 73 20 2a 2f 0a 20 20 |parameters */. | 000005b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000005c0 50 52 45 46 2c 20 20 20 20 20 2f 2a 20 54 6f 67 |PREF, /* Tog| 000005d0 67 61 62 6c 65 20 54 69 63 6b 20 50 72 6f 74 65 |gable Tick Prote| 000005e0 63 74 69 6f 6e 20 2a 2f 0a 20 20 20 20 20 20 20 |ction */. | 000005f0 20 20 20 20 20 20 20 20 20 20 20 41 44 44 52 4f | ADDRO| 00000600 57 53 2c 20 20 20 20 20 20 20 20 20 20 20 2f 2a |WS, /*| 00000610 20 41 64 64 20 72 6f 77 73 20 2a 2f 0a 20 20 20 | Add rows */. | 00000620 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 43 | C| 00000630 48 48 54 2c 20 20 20 20 20 20 2f 2a 20 43 68 61 |HHT, /* Cha| 00000640 6e 67 65 20 72 6f 77 20 68 65 69 67 68 74 20 2a |nge row height *| 00000650 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000660 20 20 20 20 44 45 4c 45 54 45 52 4f 57 53 2c 20 | DELETEROWS, | 00000670 20 20 20 20 20 20 20 2f 2a 20 44 65 6c 65 74 65 | /* Delete| 00000680 20 72 6f 77 73 20 2a 2f 0a 20 20 20 20 20 20 20 | rows */. | 00000690 20 20 20 20 20 20 20 20 20 20 20 41 44 44 43 4f | ADDCO| 000006a0 4c 55 4d 4e 53 2c 20 20 20 20 20 20 20 20 2f 2a |LUMNS, /*| 000006b0 20 41 64 64 20 63 6f 6c 75 6d 6e 73 20 2a 2f 0a | Add columns */.| 000006c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000006d0 20 20 43 48 57 54 2c 20 20 20 20 20 20 20 2f 2a | CHWT, /*| 000006e0 20 43 68 61 6e 67 65 20 77 69 64 74 68 20 20 2a | Change width *| 000006f0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000700 20 20 20 20 44 43 4c 2c 20 20 20 20 20 2f 2a 20 | DCL, /* | 00000710 44 65 6c 65 74 65 20 63 6f 6c 75 6d 6e 73 20 2a |Delete columns *| 00000720 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000730 20 20 20 20 53 49 42 2c 20 20 2f 2a 20 53 77 69 | SIB, /* Swi| 00000740 74 63 68 20 69 6e 70 75 74 20 62 6c 6f 63 6b 20 |tch input block | 00000750 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |*/. | 00000760 20 20 20 20 20 45 46 43 4c 45 41 52 2c 20 20 20 | EFCLEAR, | 00000770 20 20 20 2f 2a 20 4d 61 6b 65 20 62 6c 6f 63 6b | /* Make block| 00000780 20 70 6c 61 69 6e 20 74 65 78 74 20 2a 2f 0a 20 | plain text */. | 00000790 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000007a0 20 4e 45 57 5f 49 4e 46 4f 2c 20 20 20 20 20 20 | NEW_INFO, | 000007b0 20 20 20 20 2f 2a 20 4e 65 77 20 69 6e 66 6f 72 | /* New infor| 000007c0 6d 61 74 69 6f 6e 20 62 6c 6f 63 6b 20 2a 2f 0a |mation block */.| 000007d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000007e0 20 20 45 46 42 4f 4c 44 2c 20 20 20 20 20 20 20 | EFBOLD, | 000007f0 20 20 20 20 2f 2a 20 53 65 74 2f 63 6c 65 61 72 | /* Set/clear| 00000800 20 42 6f 6c 64 20 65 66 66 65 63 74 20 2a 2f 0a | Bold effect */.| 00000810 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000820 20 20 45 46 49 54 41 4c 49 43 2c 20 20 20 20 20 | EFITALIC, | 00000830 20 20 20 20 2f 2a 20 53 65 74 2f 63 6c 65 61 72 | /* Set/clear| 00000840 20 49 74 61 6c 69 63 20 65 66 66 65 63 74 20 2a | Italic effect *| 00000850 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000860 20 20 20 20 45 46 53 49 5a 45 38 2c 20 20 20 20 | EFSIZE8, | 00000870 20 20 20 20 20 2f 2a 20 53 65 74 20 66 6f 6e 74 | /* Set font| 00000880 20 73 69 7a 65 20 38 20 70 6f 69 6e 74 20 2a 2f | size 8 point */| 00000890 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000008a0 20 20 20 45 46 53 49 5a 45 31 30 2c 20 20 20 20 | EFSIZE10, | 000008b0 20 20 20 20 2f 2a 20 53 65 74 20 66 6f 6e 74 20 | /* Set font | 000008c0 73 69 7a 65 20 31 30 20 70 6f 69 6e 74 20 2a 2f |size 10 point */| 000008d0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000008e0 20 20 20 45 46 53 49 5a 45 31 32 2c 0a 20 20 20 | EFSIZE12,. | 000008f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 45 | E| 00000900 46 53 49 5a 45 31 34 2c 0a 20 20 20 20 20 20 20 |FSIZE14,. | 00000910 20 20 20 20 20 20 20 20 20 20 20 45 46 53 49 5a | EFSIZ| 00000920 45 31 38 2c 0a 20 20 20 20 20 20 20 20 20 20 20 |E18,. | 00000930 20 20 20 20 20 20 20 45 46 53 49 5a 45 32 34 2c | EFSIZE24,| 00000940 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000950 20 20 20 45 46 53 4f 2c 20 20 20 20 20 2f 2a 20 | EFSO, /* | 00000960 57 72 69 74 61 62 6c 65 20 66 6f 6e 74 20 73 69 |Writable font si| 00000970 7a 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 |ze */. | 00000980 20 20 20 20 20 20 20 20 45 46 46 4f 52 45 43 4f | EFFORECO| 00000990 4c 2c 20 20 20 20 20 20 20 20 2f 2a 20 54 65 78 |L, /* Tex| 000009a0 74 20 63 6f 6c 6f 75 72 20 65 66 66 65 63 74 20 |t colour effect | 000009b0 64 62 6f 78 20 2a 2f 0a 20 20 20 20 20 20 20 20 |dbox */. | 000009c0 20 20 20 20 20 20 20 20 20 20 45 46 42 41 43 4b | EFBACK| 000009d0 43 4f 4c 2c 20 20 20 20 20 20 20 20 2f 2a 20 63 |COL, /* c| 000009e0 65 6c 6c 20 63 6f 6c 6f 75 72 20 65 66 66 65 63 |ell colour effec| 000009f0 74 20 64 62 6f 78 20 2a 2f 0a 20 20 20 20 20 20 |t dbox */. | 00000a00 20 20 20 20 20 20 20 20 20 20 20 20 45 46 46 4f | EFFO| 00000a10 52 4d 41 54 2c 20 20 20 20 20 20 20 20 20 2f 2a |RMAT, /*| 00000a20 20 4e 75 6d 62 65 72 20 66 6f 72 6d 61 74 20 64 | Number format d| 00000a30 62 6f 78 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 |box */. | 00000a40 20 20 20 20 20 20 20 20 20 45 46 47 52 41 50 48 | EFGRAPH| 00000a50 53 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 47 72 |S, /* Gr| 00000a60 61 70 68 69 63 73 20 64 69 73 70 6c 61 79 20 2a |aphics display *| 00000a70 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000a80 20 20 20 20 41 4c 49 47 4e 2c 20 20 20 20 20 20 | ALIGN, | 00000a90 20 20 20 20 20 20 2f 2a 20 41 6c 69 67 6e 20 2a | /* Align *| 00000aa0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000ab0 20 20 20 20 45 46 4c 45 46 54 2c 20 20 20 20 20 | EFLEFT, | 00000ac0 20 2f 2a 20 4c 65 66 74 20 61 6c 69 67 6e 20 65 | /* Left align e| 00000ad0 66 66 65 63 74 20 2a 2f 0a 20 20 20 20 20 20 20 |ffect */. | 00000ae0 20 20 20 20 20 20 20 20 20 20 20 45 46 43 45 4e | EFCEN| 00000af0 54 52 45 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 |TRE, /* | 00000b00 43 65 6e 74 72 65 20 61 6c 69 67 6e 20 65 66 66 |Centre align eff| 00000b10 65 63 74 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 |ect */. | 00000b20 20 20 20 20 20 20 20 20 20 45 46 52 49 47 48 54 | EFRIGHT| 00000b30 2c 20 20 20 20 20 2f 2a 20 52 69 67 68 74 20 61 |, /* Right a| 00000b40 6c 69 67 6e 20 65 66 66 65 63 74 20 2a 2f 0a 20 |lign effect */. | 00000b50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b60 20 56 41 4c 49 47 4e 2c 0a 20 20 20 20 20 20 20 | VALIGN,. | 00000b70 20 20 20 20 20 20 20 20 20 20 20 45 46 42 4f 54 | EFBOT| 00000b80 54 4f 4d 2c 0a 20 20 20 20 20 20 20 20 20 20 20 |TOM,. | 00000b90 20 20 20 20 20 20 20 45 46 4d 49 44 44 4c 45 2c | EFMIDDLE,| 00000ba0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000bb0 20 20 20 45 46 54 4f 50 2c 0a 20 20 20 20 20 20 | EFTOP,. | 00000bc0 20 20 20 20 20 20 20 20 20 20 20 20 45 46 4a 55 | EFJU| 00000bd0 53 54 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ST,. | 00000be0 20 20 20 20 20 20 44 45 46 49 4e 45 5f 50 4c 41 | DEFINE_PLA| 00000bf0 49 4e 54 45 58 54 2c 20 20 2f 2a 20 43 68 61 6e |INTEXT, /* Chan| 00000c00 67 65 20 50 6c 61 69 6e 20 54 65 78 74 20 2a 2f |ge Plain Text */| 00000c10 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000c20 20 20 20 42 44 42 2c 20 20 20 20 20 20 2f 2a 20 | BDB, /* | 00000c30 43 68 61 6e 67 65 20 62 6f 72 64 65 72 20 61 74 |Change border at| 00000c40 74 72 69 62 20 2a 2f 0a 20 20 20 20 20 20 20 20 |trib */. | 00000c50 20 20 20 20 20 20 20 20 20 20 47 52 41 50 48 41 | GRAPHA| 00000c60 50 50 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 53 |PP, /* S| 00000c70 65 6e 64 20 73 65 6c 65 63 74 65 64 20 61 72 65 |end selected are| 00000c80 61 20 74 6f 20 61 20 67 72 61 70 68 69 6e 67 20 |a to a graphing | 00000c90 61 70 70 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 |app */. | 00000ca0 20 20 20 20 20 20 20 20 20 53 45 56 2c 20 20 20 | SEV, | 00000cb0 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 53 65 | /* Se| 00000cc0 74 20 65 6d 70 74 79 20 63 65 6c 6c 20 72 75 6c |t empty cell rul| 00000cd0 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |e */. | 00000ce0 20 20 20 20 20 20 20 45 43 56 30 2c 20 20 20 20 | ECV0, | 00000cf0 20 20 20 20 20 20 20 20 20 20 2f 2a 20 45 6d 70 | /* Emp| 00000d00 74 79 20 63 65 6c 6c 20 76 61 6c 75 65 20 3d 20 |ty cell value = | 00000d10 30 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |0 */. | 00000d20 20 20 20 20 20 20 20 45 43 56 45 52 52 4f 52 2c | ECVERROR,| 00000d30 20 20 20 20 20 20 20 20 20 20 2f 2a 20 45 6d 70 | /* Emp| 00000d40 74 79 20 63 65 6c 6c 20 76 61 6c 75 65 20 3d 20 |ty cell value = | 00000d50 66 61 75 6c 74 20 2a 2f 0a 20 20 20 20 20 20 20 |fault */. | 00000d60 20 20 20 20 20 20 20 20 20 20 20 41 4d 44 45 47 | AMDEG| 00000d70 52 45 45 53 2c 20 20 20 20 20 20 20 20 20 2f 2a |REES, /*| 00000d80 20 41 6e 67 6c 65 20 76 61 6c 75 65 20 69 73 20 | Angle value is | 00000d90 64 65 67 72 65 65 73 20 2a 2f 0a 20 20 20 20 20 |degrees */. | 00000da0 20 20 20 20 20 20 20 20 20 20 20 20 20 41 4d 52 | AMR| 00000db0 41 44 49 41 4e 53 2c 20 20 20 20 20 20 20 20 20 |ADIANS, | 00000dc0 2f 2a 20 41 6e 67 6c 65 20 76 61 6c 75 65 20 69 |/* Angle value i| 00000dd0 73 20 72 61 64 69 61 6e 73 20 2a 2f 0a 20 20 20 |s radians */. | 00000de0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 41 | A| 00000df0 46 41 31 2c 20 20 20 20 20 20 20 20 20 20 20 20 |FA1, | 00000e00 20 20 2f 2a 20 41 64 64 72 65 73 73 20 66 6f 72 | /* Address for| 00000e10 6d 61 74 20 69 73 20 41 31 20 2a 2f 0a 20 20 20 |mat is A1 */. | 00000e20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 41 | A| 00000e30 46 52 31 43 31 2c 20 20 20 20 20 20 20 20 20 20 |FR1C1, | 00000e40 20 20 2f 2a 20 41 64 64 72 65 73 73 20 66 6f 72 | /* Address for| 00000e50 6d 61 74 20 69 73 20 52 31 43 31 20 2a 2f 0a 20 |mat is R1C1 */. | 00000e60 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e70 20 45 56 41 4c 2c 20 20 20 20 20 20 20 20 20 20 | EVAL, | 00000e80 20 20 20 20 2f 2a 20 45 76 61 6c 75 61 74 69 6f | /* Evaluatio| 00000e90 6e 20 6d 6f 64 65 20 2a 2f 0a 20 20 20 20 20 20 |n mode */. | 00000ea0 20 20 20 20 20 20 20 20 20 20 20 20 53 59 53 47 | SYSG| 00000eb0 52 49 44 2c 20 20 20 20 20 20 20 2f 2a 20 53 79 |RID, /* Sy| 00000ec0 73 74 65 6d 20 67 72 69 64 20 6f 6e 2f 6f 66 66 |stem grid on/off| 00000ed0 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 | */. | 00000ee0 20 20 20 20 20 20 4c 41 42 45 4c 53 2c 20 20 20 | LABELS, | 00000ef0 20 20 20 20 20 20 20 20 20 2f 2a 20 52 6f 77 20 | /* Row | 00000f00 26 20 63 6f 6c 75 6d 6e 20 6c 61 62 65 6c 73 20 |& column labels | 00000f10 6f 6e 2f 6f 66 66 20 2a 2f 0a 20 20 20 20 20 20 |on/off */. | 00000f20 20 20 20 20 20 20 20 20 20 20 20 20 53 4f 55 4e | SOUN| 00000f30 44 2c 20 20 20 20 20 20 20 20 20 20 20 20 20 2f |D, /| 00000f40 2a 20 53 6f 75 6e 64 20 6f 6e 2f 6f 66 66 20 2a |* Sound on/off *| 00000f50 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000f60 20 20 20 20 4d 47 46 4e 2c 20 20 20 20 20 2f 2a | MGFN, /*| 00000f70 20 41 64 6a 75 73 74 20 6d 61 67 6e 69 66 69 63 | Adjust magnific| 00000f80 61 74 69 6f 6e 20 2a 2f 0a 20 20 20 20 20 20 20 |ation */. | 00000f90 20 20 20 20 20 20 20 20 20 20 20 4c 4f 43 4b 43 | LOCKC| 00000fa0 4f 4c 53 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 |OLS, /* | 00000fb0 53 65 6c 65 63 74 20 63 6f 6c 75 6d 6e 28 73 29 |Select column(s)| 00000fc0 20 61 73 20 72 6f 77 20 6c 61 62 65 6c 73 20 2a | as row labels *| 00000fd0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 00000fe0 20 20 20 20 4c 4f 43 4b 52 4f 57 53 2c 20 20 20 | LOCKROWS, | 00000ff0 20 20 20 20 20 20 2f 2a 20 53 65 6c 65 63 74 20 | /* Select | 00001000 72 6f 77 28 73 29 20 61 73 20 63 6f 6c 75 6d 6e |row(s) as column| 00001010 20 6c 61 62 65 6c 73 20 2a 2f 0a 20 20 20 20 20 | labels */. | 00001020 20 20 20 20 20 20 20 20 20 20 20 20 20 46 52 45 | FRE| 00001030 45 43 4f 4c 53 2c 20 20 20 20 20 20 20 20 20 2f |ECOLS, /| 00001040 2a 20 44 69 73 63 61 72 64 20 63 6f 6c 75 6d 6e |* Discard column| 00001050 73 28 73 29 20 61 73 20 72 6f 77 20 6c 61 62 65 |s(s) as row labe| 00001060 6c 73 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 |ls */. | 00001070 20 20 20 20 20 20 20 20 46 52 45 45 52 4f 57 53 | FREEROWS| 00001080 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 44 69 73 |, /* Dis| 00001090 63 61 72 64 20 72 6f 77 28 73 29 20 61 73 20 63 |card row(s) as c| 000010a0 6f 6c 75 6d 6e 20 6c 61 62 65 6c 73 20 2a 2f 20 |olumn labels */ | 000010b0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000010c0 20 20 20 53 45 4c 45 43 54 41 4c 4c 2c 20 20 20 | SELECTALL, | 000010d0 20 20 20 20 20 2f 2a 20 53 65 6c 65 63 74 20 41 | /* Select A| 000010e0 6c 6c 20 43 65 6c 6c 73 20 2a 2f 0a 20 20 20 20 |ll Cells */. | 000010f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 43 4c | CL| 00001100 45 41 52 53 45 4c 2c 20 20 20 20 20 20 20 20 20 |EARSEL, | 00001110 2f 2a 20 43 6c 65 61 72 20 53 65 6c 65 63 74 69 |/* Clear Selecti| 00001120 6f 6e 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 |on */. | 00001130 20 20 20 20 20 20 20 20 53 44 46 54 2c 20 20 20 | SDFT, | 00001140 20 20 20 2f 2a 20 53 61 76 65 20 74 68 69 73 20 | /* Save this | 00001150 73 68 65 65 74 20 61 73 20 64 65 66 61 75 6c 74 |sheet as default| 00001160 20 73 68 65 65 74 2a 2f 0a 20 20 20 20 20 20 20 | sheet*/. | 00001170 20 20 20 20 20 20 20 20 20 20 20 43 48 41 4e 47 | CHANG| 00001180 45 53 49 5a 45 2c 20 20 20 20 20 20 20 2f 2a 20 |ESIZE, /* | 00001190 43 68 61 6e 67 65 20 73 69 7a 65 20 61 6e 64 20 |Change size and | 000011a0 64 69 6d 65 6e 73 69 6f 6e 73 20 6f 66 20 73 68 |dimensions of sh| 000011b0 65 65 74 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 |eet */. | 000011c0 20 20 20 20 20 20 20 20 20 45 56 41 4c 41 4c 4c | EVALALL| 000011d0 2c 20 20 20 20 20 20 20 20 20 20 2f 2a 20 52 65 |, /* Re| 000011e0 20 45 76 61 6c 75 61 74 65 20 41 6c 6c 20 53 68 | Evaluate All Sh| 000011f0 65 65 74 73 20 2a 2f 0a 20 20 20 20 20 20 20 20 |eets */. | 00001200 20 20 20 20 20 20 20 20 20 20 47 52 4f 55 54 43 | GROUTC| 00001210 4f 4c 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 47 |OL, /* G| 00001220 72 61 70 68 20 6f 75 74 20 6e 6f 72 6d 61 6c 20 |raph out normal | 00001230 28 62 79 20 63 6f 6c 29 20 2a 2f 0a 20 20 20 20 |(by col) */. | 00001240 20 20 20 20 20 20 20 20 20 20 20 20 20 20 47 52 | GR| 00001250 4f 55 54 52 4f 57 2c 20 20 20 20 20 20 20 20 20 |OUTROW, | 00001260 2f 2a 20 47 72 61 70 68 20 6f 75 74 20 74 72 61 |/* Graph out tra| 00001270 6e 73 70 6f 73 65 20 28 62 79 20 72 6f 77 29 20 |nspose (by row) | 00001280 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |*/. | 00001290 20 20 20 20 20 44 49 53 41 42 4c 45 53 45 43 2c | DISABLESEC,| 000012a0 20 20 20 20 20 20 20 2f 2a 20 53 65 63 75 72 69 | /* Securi| 000012b0 74 79 20 64 69 73 61 62 6c 65 64 20 2a 2f 0a 20 |ty disabled */. | 000012c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000012d0 20 45 4e 41 42 4c 45 53 45 43 2c 20 20 20 20 20 | ENABLESEC, | 000012e0 20 20 20 2f 2a 20 53 65 63 75 72 69 74 79 20 65 | /* Security e| 000012f0 6e 73 61 62 6c 65 64 20 2a 2f 0a 20 20 20 20 20 |nsabled */. | 00001300 20 20 20 20 20 20 20 20 20 20 20 20 20 57 49 50 | WIP| 00001310 45 42 4c 4f 43 4b 2c 20 20 20 20 20 20 20 20 20 |EBLOCK, | 00001320 2f 2a 20 57 69 70 65 20 73 65 6c 65 63 74 65 64 |/* Wipe selected| 00001330 20 62 6c 6f 63 6b 20 2a 2f 0a 20 20 20 20 20 20 | block */. | 00001340 20 20 20 20 20 20 20 20 20 20 20 20 47 52 44 49 | GRDI| 00001350 52 2c 20 20 20 20 20 20 20 20 20 20 20 20 20 2f |R, /| 00001360 2a 20 47 72 61 70 68 69 6e 67 20 64 69 72 65 63 |* Graphing direc| 00001370 74 69 6f 6e 20 2a 2f 0a 20 20 20 20 20 20 20 20 |tion */. | 00001380 20 20 20 20 20 20 20 20 20 20 53 56 53 2c 20 20 | SVS, | 00001390 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 | /* | 000013a0 53 61 76 65 61 73 20 2a 2f 0a 20 20 20 20 20 20 |Saveas */. | 000013b0 20 20 20 20 20 20 20 20 20 20 20 20 41 44 44 52 | ADDR| 000013c0 4f 57 4e 54 2c 20 20 20 20 20 20 20 20 20 20 2f |OWNT, /| 000013d0 2a 20 41 44 44 5f 52 4f 57 53 20 2a 2f 0a 20 20 |* ADD_ROWS */. | 000013e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013f0 48 45 49 47 48 54 2c 20 20 20 20 20 20 20 20 20 |HEIGHT, | 00001400 20 20 20 2f 2a 20 48 65 69 67 68 74 20 2a 2f 0a | /* Height */.| 00001410 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001420 20 20 41 44 44 43 4f 4c 53 2c 20 20 20 20 20 20 | ADDCOLS, | 00001430 20 20 20 20 2f 2a 20 41 64 64 20 43 6f 6c 73 20 | /* Add Cols | 00001440 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |*/. | 00001450 20 20 20 20 20 57 49 44 54 48 2c 20 20 20 20 20 | WIDTH, | 00001460 20 20 20 20 20 20 20 20 2f 2a 20 57 69 64 74 68 | /* Width| 00001470 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 | */. | 00001480 20 20 20 20 20 20 52 4f 57 53 2c 20 20 20 20 20 | ROWS, | 00001490 20 20 20 20 20 20 20 20 20 2f 2a 20 52 6f 77 73 | /* Rows| 000014a0 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 | */. | 000014b0 20 20 20 20 20 20 43 4f 4c 53 2c 20 20 20 20 20 | COLS, | 000014c0 20 20 20 20 20 20 20 20 20 2f 2a 20 63 6f 6c 73 | /* cols| 000014d0 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 | */. | 000014e0 20 20 20 20 20 20 48 49 44 45 52 4f 57 53 2c 20 | HIDEROWS, | 000014f0 20 20 20 20 20 20 20 20 20 2f 2a 20 48 69 64 65 | /* Hide| 00001500 20 72 6f 77 73 20 2a 2f 0a 20 20 20 20 20 20 20 | rows */. | 00001510 20 20 20 20 20 20 20 20 20 20 20 48 49 44 45 43 | HIDEC| 00001520 4f 4c 53 2c 20 20 20 20 20 20 20 20 20 20 2f 2a |OLS, /*| 00001530 20 48 69 64 65 20 63 6f 6c 73 20 2a 2f 0a 20 20 | Hide cols */. | 00001540 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001550 52 45 56 43 4f 4c 53 2c 20 20 20 20 20 20 20 20 |REVCOLS, | 00001560 20 20 20 2f 2a 20 52 65 76 65 61 6c 20 63 6f 6c | /* Reveal col| 00001570 73 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 |s*/. | 00001580 20 20 20 20 20 20 52 45 56 52 4f 57 53 2c 20 20 | REVROWS, | 00001590 20 20 20 20 20 20 20 20 20 2f 2a 20 52 65 76 65 | /* Reve| 000015a0 61 6c 20 72 6f 77 73 20 2a 2f 0a 20 20 20 20 20 |al rows */. | 000015b0 20 20 20 20 20 20 20 20 20 20 20 20 20 45 46 44 | EFD| 000015c0 4f 55 42 4c 45 2c 20 20 20 20 20 20 20 20 20 20 |OUBLE, | 000015d0 2f 2a 20 4a 75 73 69 66 79 20 2a 2f 0a 20 20 20 |/* Jusify */. | 000015e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 46 | F| 000015f0 4f 52 4d 55 4c 41 53 2c 20 20 20 20 20 20 20 20 |ORMULAS, | 00001600 20 20 2f 2a 20 44 69 73 70 6c 61 79 20 61 73 20 | /* Display as | 00001610 66 6f 72 6d 75 6c 61 73 20 2a 2f 0a 20 20 20 20 |formulas */. | 00001620 20 20 20 20 20 20 20 20 20 20 20 20 20 20 54 45 | TE| 00001630 58 54 46 4f 4e 54 2c 20 20 20 20 20 20 20 20 20 |XTFONT, | 00001640 2f 2a 20 74 65 78 74 20 66 6f 6e 74 2a 2f 0a 20 |/* text font*/. | 00001650 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001660 20 54 45 58 54 53 49 5a 45 2c 20 20 20 20 20 20 | TEXTSIZE, | 00001670 20 20 20 2f 2a 20 74 65 78 74 20 73 69 7a 65 20 | /* text size | 00001680 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |*/. | 00001690 20 20 20 20 20 41 4e 47 4c 45 4d 4f 44 45 2c 20 | ANGLEMODE, | 000016a0 20 20 20 20 20 20 20 2f 2a 20 61 6e 67 6c 65 5f | /* angle_| 000016b0 6d 6f 64 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 |mode */. | 000016c0 20 20 20 20 20 20 20 20 20 20 4d 46 49 4c 45 2c | MFILE,| 000016d0 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 | /* | 000016e0 46 69 6c 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 |File */. | 000016f0 20 20 20 20 20 20 20 20 20 20 45 44 49 54 2c 20 | EDIT, | 00001700 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 | /* | 00001710 45 64 69 74 20 2a 2f 0a 20 20 20 20 20 20 20 20 |Edit */. | 00001720 20 20 20 20 20 20 20 20 20 20 45 46 46 45 43 54 | EFFECT| 00001730 53 2c 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 |S, /* | 00001740 45 66 66 65 63 74 73 2a 2f 0a 20 20 20 20 20 20 |Effects*/. | 00001750 20 20 20 20 20 20 20 20 20 20 20 20 55 54 49 4c | UTIL| 00001760 2c 20 20 20 20 20 20 20 20 20 2f 2a 20 55 74 69 |, /* Uti| 00001770 6c 69 74 69 65 73 20 2a 2f 20 0a 20 20 20 20 20 |lities */ . | 00001780 20 20 20 20 20 20 20 20 20 20 20 20 20 4e 45 57 | NEW| 00001790 47 52 2c 20 20 20 20 20 20 20 20 20 20 20 20 20 |GR, | 000017a0 2f 2a 20 47 72 61 70 68 69 63 73 20 55 73 65 72 |/* Graphics User| 000017b0 20 49 6e 74 65 72 66 61 63 65 20 2a 2f 0a 20 20 | Interface */. | 000017c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000017d0 51 55 49 43 4b 47 52 2c 20 20 20 20 20 20 20 20 |QUICKGR, | 000017e0 20 20 20 2f 2a 20 47 72 61 70 68 20 77 69 74 68 | /* Graph with| 000017f0 6f 75 74 20 64 69 61 6c 6f 67 75 65 20 2a 2f 0a |out dialogue */.| 00001800 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001810 20 20 52 45 45 44 47 52 2c 20 20 20 20 20 20 20 | REEDGR, | 00001820 20 20 20 20 2f 2a 20 52 65 20 45 64 69 74 20 47 | /* Re Edit G| 00001830 72 61 70 68 20 2a 2f 0a 20 20 20 20 20 20 20 20 |raph */. | 00001840 20 20 20 20 20 20 20 20 20 20 42 49 47 43 45 4c | BIGCEL| 00001850 4c 2c 20 20 20 20 20 20 20 20 20 20 20 2f 2a 20 |L, /* | 00001860 6d 61 6b 65 20 69 6e 74 6f 20 61 20 66 72 61 6d |make into a fram| 00001870 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 |e */. | 00001880 20 20 20 20 20 20 20 53 45 56 41 4c 2c 20 20 20 | SEVAL, | 00001890 20 20 20 20 20 20 20 20 20 20 2f 2a 20 45 76 61 | /* Eva| 000018a0 6c 20 6d 6f 64 65 20 2a 2f 0a 20 20 20 20 20 20 |l mode */. | 000018b0 20 20 20 20 20 20 20 20 20 20 20 20 4d 41 4e 45 | MANE| 000018c0 56 2c 20 20 20 20 20 20 20 20 20 20 20 20 20 2f |V, /| 000018d0 2a 20 46 6c 75 73 68 20 6d 61 6e 75 61 6c 20 65 |* Flush manual e| 000018e0 76 61 6c 75 61 74 69 6f 6e 20 2a 2f 0a 20 20 20 |valuation */. | 000018f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 53 | S| 00001900 53 4e 45 57 56 2c 20 20 20 20 20 20 20 20 20 20 |SNEWV, | 00001910 20 20 2f 2a 20 4e 65 77 20 76 69 65 77 20 66 6f | /* New view fo| 00001920 72 20 74 68 69 73 20 73 68 65 65 74 20 2a 2f 0a |r this sheet */.| 00001930 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001940 20 20 53 53 44 49 53 43 2c 20 20 20 20 20 20 20 | SSDISC, | 00001950 20 20 20 20 20 2f 2a 20 47 65 74 20 72 69 64 20 | /* Get rid | 00001960 6f 66 20 74 68 69 73 20 73 68 65 65 74 20 2a 2f |of this sheet */| 00001970 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001980 20 20 20 49 43 4f 4e 52 49 42 2c 20 20 20 20 20 | ICONRIB, | 00001990 20 20 20 20 20 20 2f 2a 20 54 6f 67 67 6c 65 20 | /* Toggle | 000019a0 61 70 70 65 61 72 61 6e 63 65 20 6f 66 20 69 63 |appearance of ic| 000019b0 6f 6e 20 72 69 62 62 6f 6e 20 2a 2f 0a 20 20 20 |on ribbon */. | 000019c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 53 | S| 000019d0 48 50 52 45 46 53 2c 20 20 20 20 20 20 20 20 20 |HPREFS, | 000019e0 20 20 2f 2a 20 53 68 65 65 74 20 76 61 6c 75 65 | /* Sheet value| 000019f0 73 20 70 72 65 66 65 6e 63 65 73 20 64 61 69 6c |s prefences dail| 00001a00 6f 67 75 65 20 2a 2f 0a 20 20 20 20 20 20 20 20 |ogue */. | 00001a10 20 20 20 20 20 20 20 20 20 20 46 4f 4e 54 4d 45 | FONTME| 00001a20 4e 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |N,. | 00001a30 20 20 20 20 20 4d 41 43 45 58 4d 45 4e 2c 0a 20 | MACEXMEN,. | 00001a40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001a50 20 53 54 59 4c 45 4d 45 4e 2c 0a 20 20 20 20 20 | STYLEMEN,. | 00001a60 20 20 20 20 20 20 20 20 20 20 20 20 20 4e 45 57 | NEW| 00001a70 53 54 59 4c 45 2c 0a 20 20 20 20 20 20 20 20 20 |STYLE,. | 00001a80 20 20 20 20 20 20 20 20 20 45 53 54 59 4c 45 4d | ESTYLEM| 00001a90 45 4e 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 |EN,. | 00001aa0 20 20 20 20 20 20 44 53 54 59 4c 45 4d 45 4e 2c | DSTYLEMEN,| 00001ab0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001ac0 20 20 20 4d 53 54 59 4c 45 2c 0a 20 20 20 20 20 | MSTYLE,. | 00001ad0 20 20 20 20 20 20 20 20 20 20 20 20 20 45 53 48 | ESH| 00001ae0 56 41 52 4d 45 4e 2c 20 20 20 20 20 20 20 20 20 |VARMEN, | 00001af0 2f 2a 20 45 44 69 74 20 73 68 65 65 74 20 76 61 |/* EDit sheet va| 00001b00 72 69 61 62 6c 65 20 6d 65 6e 75 20 2a 2f 0a 20 |riable menu */. | 00001b10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001b20 20 4e 45 57 53 48 56 41 52 2c 20 20 20 20 20 20 | NEWSHVAR, | 00001b30 20 20 20 20 2f 2a 20 43 72 65 61 74 65 20 6e 65 | /* Create ne| 00001b40 77 20 53 68 65 65 74 20 76 61 72 69 61 62 6c 65 |w Sheet variable| 00001b50 20 2a 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 | */. | 00001b60 20 20 20 20 20 20 44 53 48 56 41 52 4d 45 4e 2c | DSHVARMEN,| 00001b70 20 20 20 20 20 20 20 20 20 2f 2a 20 44 65 6c 65 | /* Dele| 00001b80 74 65 20 73 68 65 65 74 20 76 61 72 69 61 62 6c |te sheet variabl| 00001b90 65 20 6d 65 6e 75 20 2a 2f 0a 20 20 20 20 20 20 |e menu */. | 00001ba0 20 20 20 20 20 20 20 20 20 20 20 20 4d 53 48 56 | MSHV| 00001bb0 41 52 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 |AR,. | 00001bc0 20 20 20 20 20 20 44 4f 4d 41 43 52 4f 2c 0a 20 | DOMACRO,. | 00001bd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001be0 20 43 50 42 52 45 41 4b 2c 0a 20 20 20 20 20 20 | CPBREAK,. | 00001bf0 20 20 20 20 20 20 20 20 20 20 20 20 52 50 42 52 | RPBR| 00001c00 45 41 4b 2c 0a 20 20 20 20 20 20 20 20 20 20 20 |EAK,. | 00001c10 20 20 20 20 20 20 20 53 4e 41 4d 45 2c 0a 20 20 | SNAME,. | 00001c20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001c30 4d 41 49 4e 5f 4d 45 4e 44 20 20 20 20 20 20 20 |MAIN_MEND | 00001c40 20 20 20 2f 2a 20 44 55 4d 4d 59 20 2a 2f 0a 20 | /* DUMMY */. | 00001c50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001c60 20 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | . | 00001c70 20 7d 3b 0a 2f 2a 20 45 6e 64 20 6f 66 20 66 69 | };./* End of fi| 00001c80 6c 65 20 2a 2f 0a 65 6e 75 6d 20 55 73 65 6c 65 |le */.enum Usele| 00001c90 73 73 20 7b 0a 20 20 20 20 20 20 20 20 20 20 20 |ss {. | 00001ca0 20 20 20 20 20 20 20 53 45 4c 45 43 54 53 54 59 | SELECTSTY| 00001cb0 4c 45 2c 20 20 20 20 20 20 20 2f 2a 20 53 65 6c |LE, /* Sel| 00001cc0 65 63 74 20 61 20 73 74 79 6c 65 20 2a 2f 0a 20 |ect a style */. | 00001cd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001ce0 20 45 44 49 54 53 54 59 4c 45 2c 20 20 20 20 20 | EDITSTYLE, | 00001cf0 20 20 20 20 2f 2a 20 45 64 69 74 20 73 65 6c 65 | /* Edit sele| 00001d00 63 74 65 64 20 73 74 79 6c 65 20 2a 2f 0a 20 20 |cted style */. | 00001d10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001d20 43 4f 50 59 53 54 59 4c 45 2c 20 20 20 20 20 20 |COPYSTYLE, | 00001d30 20 20 20 2f 2a 20 43 6f 70 79 20 73 65 6c 65 63 | /* Copy selec| 00001d40 74 65 64 20 73 74 79 6c 65 20 2a 2f 0a 20 20 20 |ted style */. | 00001d50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 52 | R| 00001d60 45 4e 41 4d 45 53 54 59 4c 45 2c 20 20 20 20 20 |ENAMESTYLE, | 00001d70 20 20 2f 2a 20 52 65 6e 61 6d 65 20 73 65 6c 65 | /* Rename sele| 00001d80 63 74 65 64 20 73 74 79 6c 65 20 2a 2f 0a 20 20 |cted style */. | 00001d90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001da0 44 45 4c 45 54 45 53 54 59 4c 45 2c 20 20 20 20 |DELETESTYLE, | 00001db0 20 20 20 2f 2a 20 44 65 6c 65 74 65 20 73 65 6c | /* Delete sel| 00001dc0 65 63 74 65 64 20 73 74 79 6c 65 20 2a 2f 0a 20 |ected style */. | 00001dd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001de0 20 53 45 54 50 52 4f 54 45 43 54 49 4f 4e 2c 20 | SETPROTECTION, | 00001df0 20 20 20 20 2f 2a 20 53 65 74 20 70 72 6f 74 65 | /* Set prote| 00001e00 63 74 69 6f 6e 20 69 6e 20 63 75 72 72 65 6e 74 |ction in current| 00001e10 20 62 6c 6f 63 6b 20 2a 2f 0a 20 20 20 20 20 20 | block */. | 00001e20 20 20 20 20 20 20 20 20 20 20 20 20 43 4c 45 41 | CLEA| 00001e30 52 50 52 4f 54 45 43 54 49 4f 4e 20 20 20 20 2f |RPROTECTION /| 00001e40 2a 20 43 6c 65 61 72 20 70 72 6f 74 65 63 74 69 |* Clear protecti| 00001e50 6f 6e 20 2a 2f 0a 7d 3b 0a |on */.};.| 00001e59