home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / lwp95en / lotus001.dsk / BUILTIN5.SMM < prev    next >
INI File  |  1994-07-01  |  31KB  |  2,385 lines

  1. [ver]
  2.     4
  3. [sty]
  4.     
  5. [charset]
  6.     82
  7.     ANSI (Windows, IBM CP 1252)
  8. [PanoseFontTable]
  9.     4
  10.     5
  11.     
  12.     257
  13.     257
  14.     257
  15.     257
  16.     257
  17.     Courier
  18.     1538
  19.     2308
  20.     514
  21.     517
  22.     1028
  23.     Times New Roman
  24.     514
  25.     774
  26.     1029
  27.     517
  28.     1027
  29.     Helv
  30.     2818
  31.     1029
  32.     514
  33.     770
  34.     1026
  35. [revisions]
  36.     0
  37. [recfile]
  38.     
  39.     
  40.     1
  41.     1
  42.     3
  43.     8
  44.     0
  45.     0
  46. [lang]
  47.     1
  48. [desc]
  49.     
  50.     
  51.     
  52.     
  53.     
  54.     772842334
  55.     26
  56.     743391099
  57.     117
  58.     0
  59.     0
  60.     0
  61.     0
  62.     0
  63.     
  64.     
  65.     
  66.     
  67.     
  68.     
  69.     0
  70. [prn]
  71.     HP LaserJet IIISi PostScript
  72. [port]
  73.     LPT3:
  74. [fopts]
  75.     0
  76.     1
  77.     0
  78.     0
  79. [lnopts]
  80.     2
  81.     
  82.     1
  83. [docopts]
  84.     5
  85.     0
  86. [GramStyle]
  87.     
  88. [tag]
  89.     Body Text
  90.     1
  91.     [fnt]
  92.         Courier
  93.         240
  94.         0
  95.         32768
  96.     [algn]
  97.         1
  98.         1
  99.         0
  100.         0
  101.         0
  102.     [spc]
  103.         33
  104.         0
  105.         1
  106.         0
  107.         0
  108.         1
  109.         100
  110.     [brk]
  111.         36
  112.     [line]
  113.         8
  114.         0
  115.         1
  116.         0
  117.         0
  118.         1
  119.         1
  120.         144
  121.         144
  122.         1
  123.     [spec]
  124.         0
  125.         32452
  126.         
  127.         0
  128.         1
  129.         1
  130.         0
  131.         0
  132.         0
  133.         0
  134.     [nfmt]
  135.         0
  136.         1
  137.         2
  138.         .
  139.         ,
  140.         $
  141.     
  142.     8
  143.     1
  144.     360
  145.     1
  146.     720
  147.     1
  148.     1080
  149.     1
  150.     1440
  151.     1
  152.     1800
  153.     1
  154.     2160
  155.     1
  156.     2880
  157.     1
  158.     4320
  159.     0
  160. [lay]
  161.     Standard
  162.     513
  163.     [rght]
  164.         15840
  165.         12240
  166.         1
  167.         1440
  168.         1440
  169.         1
  170.         1440
  171.         1440
  172.         0
  173.         1
  174.         0
  175.         0
  176.         0
  177.         1
  178.         1
  179.         1440
  180.         10800
  181.         0
  182.     [frght]
  183.     [lyfrm]
  184.         0
  185.         13184
  186.         0
  187.         14400
  188.         12240
  189.         15840
  190.         0
  191.         1
  192.         1
  193.         0 0 0 0 0 0 0
  194.         0
  195.         16777215
  196.         0
  197.     [frmlay]
  198.         15840
  199.         12240
  200.         1
  201.         1440
  202.         648
  203.         1
  204.         14472
  205.         1440
  206.         0
  207.         1
  208.         0
  209.         0
  210.         0
  211.         0
  212.         1
  213.         1440
  214.         10800
  215.         0
  216.     [txt]
  217. <:s><:#P30670848,P786432>
  218.  
  219. >
  220.     [hrght]
  221.     [lyfrm]
  222.         0
  223.         11136
  224.         0
  225.         0
  226.         12240
  227.         1440
  228.         0
  229.         1
  230.         1
  231.         0 0 0 0 0 0 0
  232.         0
  233.         16777215
  234.         0
  235.     [frmlay]
  236.         1440
  237.         12240
  238.         1
  239.         1440
  240.         72
  241.         1
  242.         648
  243.         1440
  244.         0
  245.         1
  246.         0
  247.         0
  248.         0
  249.         0
  250.         1
  251.         1440
  252.         10800
  253.         0
  254.     [txt]
  255. <:s><:#P30670848,P786432>
  256.  
  257. >
  258. [elay]
  259. [l1]
  260.     0
  261. [edoc]
  262. <:#P30670848,P786432>'define TWIPSPERUNIT 3276.8
  263.  
  264. <:#P30670848,P786432>define TwipsToUnits(twip) ((32768 / 10) * %1)
  265.  
  266. <:#P30670848,P786432>FUNCTION __$SetColor(color)
  267.  
  268. <:#P30670848,P786432>if (.color.Stack())
  269.  
  270. <:#P30670848,P786432>    .Red = (color & 0xff) + (256 * (color & 0xff))
  271.  
  272. <:#P30670848,P786432>    color = (color & 0xFFFF00) / 256
  273.  
  274. <:#P30670848,P786432>    .Green = (color & 0xff) + (256 * (color & 0xff))
  275.  
  276. <:#P30670848,P786432>    color = (color & 0xFF00) / 256
  277.  
  278. <:#P30670848,P786432>    .Blue = (color & 0xff) + (256 * (color & 0xff))
  279.  
  280. <:#P30670848,P786432>    .Extra = 0
  281.  
  282. <:#P30670848,P786432>    .UnStack(1)
  283.  
  284. <:#P30670848,P786432>endif
  285.  
  286. <:#P30670848,P786432>END FUNCTION
  287.  
  288. <:#P30670848,P786432>FUNCTION _$$5GetPowerFieldPage(id, type)
  289.  
  290. <:#P30670848,P786432>if (.Document.Foundry.Marker(id).Stack())
  291.  
  292. <:#P30670848,P786432>    _$$5GetPowerFieldPage = .PageNo
  293.  
  294. <:#P30670848,P786432>    .UnStack(3)
  295.  
  296. <:#P30670848,P786432>endif
  297.  
  298. <:#P30670848,P786432>END FUNCTION
  299.  
  300. <:#P30670848,P786432>FUNCTION _$$5PhysicalToLogical(page)
  301.  
  302. <:#P30670848,P786432>return page + .Document.Number.PageNo
  303.  
  304. <:#P30670848,P786432>END FUNCTION
  305.  
  306. <:#P30670848,P786432>FUNCTION _$$5GetFmtPageStr(page)
  307.  
  308. <:#P30670848,P786432>basepage = .Document.Number.PageNo
  309.  
  310. <:#P30670848,P786432>endpage = .Document.Number.EndPage
  311.  
  312. <:#P30670848,P786432>if (page <;> endpage)
  313.  
  314. <:#P30670848,P786432>    return .Document.DoFormat(page - basepage, 0)
  315.  
  316. <:#P30670848,P786432>endif
  317.  
  318. <:#P30670848,P786432>return .Document.DoFormat(page, 0)
  319.  
  320. <:#P30670848,P786432>END FUNCTION
  321.  
  322. <:#P30670848,P786432>
  323.  
  324. <:#P30670848,P786432>FUNCTION _$$5GetMarkText()
  325.  
  326. <:#P30670848,P786432>retval = ""
  327.  
  328. <:#P30670848,P786432>dim resp(10)
  329.  
  330. <:#P30670848,P786432>.Push()
  331.  
  332. <:#P30670848,P786432>respcnt = .Text.Get(Object, 0, 0, 0, 0, 0, &resp)
  333.  
  334. <:#P30670848,P786432>if ((respcnt <;> 0) AND ("Text" = resp(1)))
  335.  
  336. <:#P30670848,P786432>    .Text.Backward(Object, 1, 0)
  337.  
  338. <:#P30670848,P786432>    respcnt = .Text.Get(Object, 0, 0, 0, 0, 0, &resp)
  339.  
  340. <:#P30670848,P786432>endif
  341.  
  342. <:#P30670848,P786432>if (respcnt <;> 0)
  343.  
  344. <:#P30670848,P786432>    fribtype = resp(1)
  345.  
  346. <:#P30670848,P786432>    switch fribtype
  347.  
  348. <:#P30670848,P786432>    case "Text"
  349.  
  350. <:#P30670848,P786432>        break;
  351.  
  352. <:#P30670848,P786432>    case "EOP"
  353.  
  354. <:#P30670848,P786432>        break;
  355.  
  356. <:#P30670848,P786432>    default
  357.  
  358. <:#P30670848,P786432>        retval = fribtype
  359.  
  360. <:#P30670848,P786432>        if (respcnt <;> 3)
  361.  
  362. <:#P30670848,P786432>            'retval = strcat$(retval, ",", resp(4))
  363.  
  364. <:#P30670848,P786432>            retval = resp(4)
  365.  
  366. <:#P30670848,P786432>        endif
  367.  
  368. <:#P30670848,P786432>    endswitch
  369.  
  370. <:#P30670848,P786432>endif
  371.  
  372. <:#P30670848,P786432>.Pop()
  373.  
  374. <:#P30670848,P786432>return retval;
  375.  
  376. <:#P30670848,P786432>END FUNCTION
  377.  
  378. <:#P30670848,P786432>FUNCTION _$$5GetBookMarkPage(name)
  379.  
  380. <:#P30670848,P786432>page = 0
  381.  
  382. <:#P30670848,P786432>id = .Document.Bookmark.Find(Marker, name)
  383.  
  384. <:#P30670848,P786432>if (.Document.Foundry.Marker(id).Stack())
  385.  
  386. <:#P30670848,P786432>    page = .Pageno
  387.  
  388. <:#P30670848,P786432>    UnStack(3)
  389.  
  390. <:#P30670848,P786432>endif
  391.  
  392. <:#P30670848,P786432>return page
  393.  
  394. <:#P30670848,P786432>
  395.  
  396. <:#P30670848,P786432>
  397.  
  398. <:#P30670848,P786432>END FUNCTION
  399.  
  400. <:#P30670848,P786432>FUNCTION _$$5FieldRemove(pfname, x)
  401.  
  402. <:#P30670848,P786432>stat = 0
  403.  
  404. <:#P30670848,P786432>BeginChange()
  405.  
  406. <:#P30670848,P786432>if (.Document.Foundry.Marker(pfname).Stack())
  407.  
  408. <:#P30670848,P786432>  _$$5FieldRemove = .Destroy()
  409.  
  410. <:#P30670848,P786432>  .UnStack(3)
  411.  
  412. <:#P30670848,P786432>    stat = 1
  413.  
  414. <:#P30670848,P786432>endif
  415.  
  416. <:#P30670848,P786432>EndChange(1)
  417.  
  418. <:#P30670848,P786432>return stat;
  419.  
  420. <:#P30670848,P786432>END FUNCTION
  421.  
  422. <:#P30670848,P786432>
  423.  
  424. <:#P30670848,P786432>
  425.  
  426. <:#P30670848,P786432>
  427.  
  428. <:#P30670848,P786432>FUNCTION _$$5LineNumber(which, style, custom)
  429.  
  430. <:#P30670848,P786432>BeginChange()
  431.  
  432. <:#P30670848,P786432>if (.Document.Line.Stack())
  433.  
  434. <:#P30670848,P786432>    if (which = 0)
  435.  
  436. <:#P30670848,P786432>        .Type = 1
  437.  
  438. <:#P30670848,P786432>    else
  439.  
  440. <:#P30670848,P786432>        if (which & 1)
  441.  
  442. <:#P30670848,P786432>            .Type = 2
  443.  
  444. <:#P30670848,P786432>        else
  445.  
  446. <:#P30670848,P786432>            .Type = 3
  447.  
  448. <:#P30670848,P786432>        endif
  449.  
  450. <:#P30670848,P786432>        .Name = style
  451.  
  452. <:#P30670848,P786432>        if (which & 2)
  453.  
  454. <:#P30670848,P786432>            .Separator = 1
  455.  
  456. <:#P30670848,P786432>        elseif (which & 4)
  457.  
  458. <:#P30670848,P786432>            .Separator = 2
  459.  
  460. <:#P30670848,P786432>        elseif (which & 8)
  461.  
  462. <:#P30670848,P786432>            .Separator = 5
  463.  
  464. <:#P30670848,P786432>        else
  465.  
  466. <:#P30670848,P786432>            .Separator = custom
  467.  
  468. <:#P30670848,P786432>        endif
  469.  
  470. <:#P30670848,P786432>        if (which & 16)
  471.  
  472. <:#P30670848,P786432>            .Reset = 1
  473.  
  474. <:#P30670848,P786432>        else
  475.  
  476. <:#P30670848,P786432>            .Reset = 0
  477.  
  478. <:#P30670848,P786432>        endif
  479.  
  480. <:#P30670848,P786432>    endif
  481.  
  482. <:#P30670848,P786432>    _$$5LineNumber = 1
  483.  
  484. <:#P30670848,P786432>    .UnStack(2)
  485.  
  486. <:#P30670848,P786432>endif
  487.  
  488. <:#P30670848,P786432>EndChange(1)
  489.  
  490. <:#P30670848,P786432>return 1;
  491.  
  492. <:#P30670848,P786432>END FUNCTION
  493.  
  494. <:#P30670848,P786432>FUNCTION _$$5InsertNote(txt)
  495.  
  496. <:#P30670848,P786432>.InsertNote()
  497.  
  498. <:#P30670848,P786432>Type(txt)
  499.  
  500. <:#P30670848,P786432>return 1;
  501.  
  502. <:#P30670848,P786432>END FUNCTION
  503.  
  504. <:#P30670848,P786432>FUNCTION _$$5InsertDocInfoField(style, which)
  505.  
  506. <:#P30670848,P786432>_$$5InsertDocInfoField = 1
  507.  
  508. <:#P30670848,P786432>BeginChange()
  509.  
  510. <:#P30670848,P786432>if (1 = which)
  511.  
  512. <:#P30670848,P786432>    .InsertDocInfo("Filename")
  513.  
  514. <:#P30670848,P786432>elseif (2 = which)
  515.  
  516. <:#P30670848,P786432>    .InsertDocInfo("Path")
  517.  
  518. <:#P30670848,P786432>elseif (3 = which)
  519.  
  520. <:#P30670848,P786432>    .InsertDocInfo("Style Sheet")
  521.  
  522. <:#P30670848,P786432>elseif (6 = which)
  523.  
  524. <:#P30670848,P786432>    .InsertDocInfo("Total Revisions")
  525.  
  526. <:#P30670848,P786432>elseif (7 = which)
  527.  
  528. <:#P30670848,P786432>    .InsertField("Description")
  529.  
  530. <:#P30670848,P786432>elseif ((8 <<= which) AND (which <<= 15))
  531.  
  532. <:#P30670848,P786432>    .InsertDocInfo(strcat$("DocField", which - 7))
  533.  
  534. <:#P30670848,P786432>else
  535.  
  536. <:#P30670848,P786432>    _$$5InsertDocInfoField = 0
  537.  
  538. <:#P30670848,P786432>endif
  539.  
  540. <:#P30670848,P786432>EndChange(1)
  541.  
  542. <:#P30670848,P786432>END FUNCTION
  543.  
  544. <:#P30670848,P786432>FUNCTION _$$5ModifySelect(nm)
  545.  
  546. <:#P30670848,P786432>SetGlobalVar("__MODIFY_SELECT__", nm)
  547.  
  548. <:#P30670848,P786432>return 1
  549.  
  550. <:#P30670848,P786432>END FUNCTION
  551.  
  552. <:#P30670848,P786432>FUNCTION __$TestBit(boolval)
  553.  
  554. <:#P30670848,P786432>if (boolval)
  555.  
  556. <:#P30670848,P786432>__$TestBit = 1
  557.  
  558. <:#P30670848,P786432>endif
  559.  
  560. <:#P30670848,P786432>END FUNCTION
  561.  
  562. <:#P30670848,P786432>FUNCTION _$$5SaveAsNewStyle(name, with, macname, run, desc)
  563.  
  564. <:#P30670848,P786432>.Document.Foundry.ContentName = with
  565.  
  566. <:#P30670848,P786432>.UserInterface.UIDocument.MacroObj.NewOpt = run
  567.  
  568. <:#P30670848,P786432>.UserInterface.UIDocument.MacroObj.NewName = macname
  569.  
  570. <:#P30670848,P786432>.UserInterface.UIDocument.Info.Description = desc
  571.  
  572. <:#P30670848,P786432>_$$5SaveAsNewStyle = .SaveAsStyleSheet(name, "Ami Pro", 0)
  573.  
  574. <:#P30670848,P786432>.UserInterface.UIDocument.LineType = 1
  575.  
  576. <:#P30670848,P786432>.UserInterface.UIDocument.StyleName = 0
  577.  
  578. <:#P30670848,P786432>.UserInterface.UIDocument.CharacterSetID = 1
  579.  
  580. <:#P30670848,P786432>.UserInterface.UIDocument.SheetFullPath = name
  581.  
  582. <:#P30670848,P786432>.Document.Foundry.Retention = 1
  583.  
  584. <:#P30670848,P786432>.Document.Foundry.ContentName = 1
  585.  
  586. <:#P30670848,P786432>.UserInterface.UIDocument.FullPath = ""
  587.  
  588. <:#P30670848,P786432>.UserInterface.UIDocument.Info.Description = ""
  589.  
  590. <:#P30670848,P786432>END FUNCTION
  591.  
  592. <:#P30670848,P786432><:I0,0,0,0>FUNCTION __$SetColorOnly(color)
  593.  
  594. <:#P30670848,P786432>.Red = (color & 0xff) + (256 * (color & 0xff))
  595.  
  596. <:#P30670848,P786432>color = (color & 0xFFFF00) / 256
  597.  
  598. <:#P30670848,P786432>.Green = (color & 0xff) + (256 * (color & 0xff))
  599.  
  600. <:#P30670848,P786432>color = (color & 0xFF00) / 256
  601.  
  602. <:#P30670848,P786432>.Blue = (color & 0xff) + (256 * (color & 0xff))
  603.  
  604. <:#P30670848,P786432>.Extra = 0
  605.  
  606. <:#P30670848,P786432>END FUNCTION
  607.  
  608. <:#P30670848,P786432>
  609.  
  610. <:#P30670848,P1572864><:I0,0,0,0>FUNCTION _$$5SetFrameDefaults(bw, tt, pt, unts, st, bt, dt, lm, bm, tm, rm, slft, stop, srt, sbot, scol, r)
  611.  
  612. <:#P30670848,P786432>BeginChange()
  613.  
  614. <:#P30670848,P786432>if (.UserInterface.Preferences.AmiPro30.Stack())
  615.  
  616. <:#P30670848,P786432>    .LeftAmt = TwipsToUnits(lm)
  617.  
  618. <:#P30670848,P786432>    .RightAmt = TwipsToUnits(rm)
  619.  
  620. <:#P30670848,P786432>    .Top = TwipsToUnits(tm)
  621.  
  622. <:#P30670848,P786432>    .Bottom = TwipsToUnits(bm)
  623.  
  624. <:#P30670848,P786432>    '.LeftExt = .Left / 3
  625.  
  626. <:#P30670848,P786432>    '.RightExt = .Right / 3
  627.  
  628. <:#P30670848,P786432>    '.TopExt = .Top / 3
  629.  
  630. <:#P30670848,P786432>    '.BottomExt = .Bottom / 3
  631.  
  632. <:#P30670848,P786432>    if (dt & 128)
  633.  
  634. <:#P30670848,P786432>        .Wrap = 1
  635.  
  636. <:#P30670848,P786432>    elseif (dt & 131072)
  637.  
  638. <:#P30670848,P786432>        .Wrap = 2
  639.  
  640. <:#P30670848,P786432>    else
  641.  
  642. <:#P30670848,P786432>        .Wrap = 3
  643.  
  644. <:#P30670848,P786432>    endif
  645.  
  646. <:#P30670848,P786432>'.Scripting = 0
  647.  
  648. <:#P30670848,P786432>'.Script = ""
  649.  
  650. <:#P30670848,P786432>    if (0 = r)
  651.  
  652. <:#P30670848,P786432>        .JoinFlag = 1
  653.  
  654. <:#P30670848,P786432>    else
  655.  
  656. <:#P30670848,P786432>        .JoinFlag = 3
  657.  
  658. <:#P30670848,P786432>        .Percentage = r
  659.  
  660. <:#P30670848,P786432>    endif
  661.  
  662. <:#P30670848,P786432>    '.BackGround = __$TestBit(dt & 64)
  663.  
  664. <:#P30670848,P786432>
  665.  
  666. <:#P30670848,P786432>    if (1 = pt)
  667.  
  668. <:#P30670848,P786432>        .Position = 50
  669.  
  670. <:#P30670848,P786432>    elseif (2 = pt)
  671.  
  672. <:#P30670848,P786432>        .Position = 0
  673.  
  674. <:#P30670848,P786432>    elseif (3 = pt)
  675.  
  676. <:#P30670848,P786432>        .Position = 100
  677.  
  678. <:#P30670848,P786432>    elseif (5 = pt)
  679.  
  680. <:#P30670848,P786432>        .Position = 75
  681.  
  682. <:#P30670848,P786432>    else
  683.  
  684. <:#P30670848,P786432>        .Position = 25
  685.  
  686. <:#P30670848,P786432>    endif
  687.  
  688. <:#P30670848,P786432>
  689.  
  690. <:#P30670848,P786432>    .ID = tt
  691.  
  692. <:#P30670848,P786432>    if (0 != srt)
  693.  
  694. <:#P30670848,P786432>        .ShadowX = TwipsToUnits(srt);
  695.  
  696. <:#P30670848,P786432>    else
  697.  
  698. <:#P30670848,P786432>        .ShadowX = 0 - TwipsToUnits(slft);
  699.  
  700. <:#P30670848,P786432>    endif
  701.  
  702. <:#P30670848,P786432>    if (0 != sbot)
  703.  
  704. <:#P30670848,P786432>        .ShadowY = TwipsToUnits(sbot);
  705.  
  706. <:#P30670848,P786432>    else
  707.  
  708. <:#P30670848,P786432>        .ShadowY = 0 - TwipsToUnits(stop);
  709.  
  710. <:#P30670848,P786432>    endif
  711.  
  712. <:#P30670848,P786432>    if (1 = bw)
  713.  
  714. <:#P30670848,P786432>        .Sides = 15
  715.  
  716. <:#P30670848,P786432>    else
  717.  
  718. <:#P30670848,P786432>        .Sides = bw / 2
  719.  
  720. <:#P30670848,P786432>    endif
  721.  
  722. <:#P30670848,P786432>    .Color.Stack()
  723.  
  724. <:#P30670848,P786432>    __$SetColorOnly(scol)
  725.  
  726. <:#P30670848,P786432>    .Unstack(1)
  727.  
  728. <:#P30670848,P786432>    .Color2.Stack()
  729.  
  730. <:#P30670848,P786432>    __$SetColorOnly(st)
  731.  
  732. <:#P30670848,P786432>    .UnStack(1)
  733.  
  734. <:#P30670848,P786432>    .Color3.Stack()
  735.  
  736. <:#P30670848,P786432>    __$SetColorOnly(bt)
  737.  
  738. <:#P30670848,P786432>    .UnStack(1)
  739.  
  740. <:#P30670848,P786432>    .UnStack(3)
  741.  
  742. <:#P30670848,P786432>endif
  743.  
  744. <:#P30670848,P786432>EndChange(1)
  745.  
  746. <:#P30670848,P786432>return 1
  747.  
  748. <:#P30670848,P786432>END FUNCTION
  749.  
  750. <:#P30670848,P786432>
  751.  
  752. <:#P30670848,P786432>
  753.  
  754. <:#P30670848,P786432>FUNCTION _$$5CatSlash(path)
  755.  
  756. <:#P30670848,P786432>if ("HP/Motif" = GetInfo(1))
  757.  
  758. <:#P30670848,P786432>    return strcat$(path, "/")
  759.  
  760. <:#P30670848,P786432>endif
  761.  
  762. <:#P30670848,P786432>return strcat$(path, "\")
  763.  
  764. <:#P30670848,P786432>END FUNCTION
  765.  
  766. <:#P30670848,P786432>FUNCTION _$$5GotoPowerField(name, dontcare)
  767.  
  768. <:#P30670848,P786432>return .Document.Foundry.Marker(name).GoTo()
  769.  
  770. <:#P30670848,P786432>END FUNCTION
  771.  
  772. <:#P30670848,P786432>FUNCTION _$$5FieldUpdate(id, typ, fld)
  773.  
  774. <:#P30670848,P786432>BeginChange()
  775.  
  776. <:#P30670848,P786432>if (.Document.Foundry.Marker(id).Stack())
  777.  
  778. <:#P30670848,P786432>.Formula = fld
  779.  
  780. <:#P30670848,P786432>.Expand(0)
  781.  
  782. <:#P30670848,P786432>.UnStack(3)
  783.  
  784. <:#P30670848,P786432>_$$5FieldUpdate = 1
  785.  
  786. <:#P30670848,P786432>endif
  787.  
  788. <:#P30670848,P786432>EndChange(1)
  789.  
  790. <:#P30670848,P786432>END FUNCTION
  791.  
  792. <:#P30670848,P786432>FUNCTION _$$5FieldLock(id, lock)
  793.  
  794. <:#P30670848,P786432>BeginChange()
  795.  
  796. <:#P30670848,P786432>if (.Document.Foundry.Marker(id).Stack())
  797.  
  798. <:#P30670848,P786432>.RevLock = lock
  799.  
  800. <:#P30670848,P786432>.UnStack(3)
  801.  
  802. <:#P30670848,P786432>_$$5FieldLock = 1
  803.  
  804. <:#P30670848,P786432>endif
  805.  
  806. <:#P30670848,P786432>EndChange(1)
  807.  
  808. <:#P30670848,P786432>END FUNCTION
  809.  
  810. <:#P30670848,P786432>FUNCTION _$$5FieldAuto(id, auto)
  811.  
  812. <:#P30670848,P786432>BeginChange()
  813.  
  814. <:#P30670848,P786432>if (.Document.Foundry.Marker(id).Stack())
  815.  
  816. <:#P30670848,P786432>.LoadOpt = auto
  817.  
  818. <:#P30670848,P786432>.UnStack(3)
  819.  
  820. <:#P30670848,P786432>_$$5FieldAuto = 1
  821.  
  822. <:#P30670848,P786432>endif
  823.  
  824. <:#P30670848,P786432>EndChange(1)
  825.  
  826. <:#P30670848,P786432>END FUNCTION
  827.  
  828. <:#P30670848,P786432>FUNCTION GotoPower(fwd)
  829.  
  830. <:#P30670848,P786432>if (.GotoObject("PowerField", fwd))
  831.  
  832. <:#P30670848,P786432>return .Text.DoMarks("PowerField");
  833.  
  834. <:#P30670848,P786432>endif
  835.  
  836. <:#P30670848,P786432>END FUNCTION
  837.  
  838. <:#P30670848,P786432>FUNCTION _$$5FieldNext()
  839.  
  840. <:#P30670848,P786432>return GotoPower(1)
  841.  
  842. <:#P30670848,P786432>END FUNCTION
  843.  
  844. <:#P30670848,P786432>
  845.  
  846. <:#P30670848,P786432>FUNCTION _$$5FieldPrev()
  847.  
  848. <:#P30670848,P786432>return GoToPower(0)
  849.  
  850. <:#P30670848,P786432>END FUNCTION
  851.  
  852. <:#P30670848,P786432>FUNCTION _$$5Generate(which)
  853.  
  854. <:#P30670848,P786432>if ((101 = which) or (100 = which))
  855.  
  856. <:#P30670848,P786432>.GenerateTOC()
  857.  
  858. <:#P30670848,P786432>endif
  859.  
  860. <:#P30670848,P786432>if ((102 = which) or (100 = which))
  861.  
  862. <:#P30670848,P786432>.GenerateIndex()
  863.  
  864. <:#P30670848,P786432>endif
  865.  
  866. <:#P30670848,P786432>return 1;
  867.  
  868. <:#P30670848,P786432>END FUNCTION
  869.  
  870. <:#P30670848,P786432>FUNCTION _$$5PrintSetup(prt, port, qname)
  871.  
  872. <:#P30670848,P786432>BeginChange()
  873.  
  874. <:#P30670848,P786432>if (.Document.Printer.Stack())
  875.  
  876. <:#P30670848,P786432>    .Stream = port
  877.  
  878. <:#P30670848,P786432>    if (3 = GetPassedParmCnt())
  879.  
  880. <:#P30670848,P786432>        .Extra = qname
  881.  
  882. <:#P30670848,P786432>    else
  883.  
  884. <:#P30670848,P786432>        .Extra = ""
  885.  
  886. <:#P30670848,P786432>    endif
  887.  
  888. <:#P30670848,P786432>    .Name = prt
  889.  
  890. <:#P30670848,P786432>    .UnStack(2)
  891.  
  892. <:#P30670848,P786432>    _$$5PrintSetup = 1
  893.  
  894. <:#P30670848,P786432>endif
  895.  
  896. <:#P30670848,P786432>EndChange(1)
  897.  
  898. <:#P30670848,P786432>END FUNCTION
  899.  
  900. <:#P30670848,P1572864>FUNCTION _$$5OutlineStyle(count, sty, lev, opt, bt,s2,l2,o2,b2, s3,l3,o3,b3,s4,l4,o4,b4,s5,l5,o5,b5,s6,l6,o6,b6)
  901.  
  902. <:#P30670848,P786432>idx = 1
  903.  
  904. <:#P30670848,P786432>BeginChange()
  905.  
  906. <:#P30670848,P786432>if (.Document.Foundry.Stack())
  907.  
  908. <:#P30670848,P786432>    for i = 1 to count
  909.  
  910. <:#P30670848,P786432>        .Style(*sty(idx)).Stack()
  911.  
  912. <:#P30670848,P786432>        .Level = *lev(idx)
  913.  
  914. <:#P30670848,P786432>        .Lesser = __$TestBit(*opt(idx) & 2)
  915.  
  916. <:#P30670848,P786432>        .Intervene = __$TestBit(*opt(idx) & 4)
  917.  
  918. <:#P30670848,P786432>        .Cumulative = __$TestBit(*opt(idx) & 8)
  919.  
  920. <:#P30670848,P786432>        .Document.UndoOpt = 0
  921.  
  922. <:#P30670848,P786432>        .Clear()
  923.  
  924. <:#P30670848,P786432>        .Text.Document.UndoOpt = 0
  925.  
  926. <:#P30670848,P786432>        .Revision.Type = 0
  927.  
  928. <:#P30670848,P786432>        .Document.UndoOpt = 1
  929.  
  930. <:#P30670848,P786432>        .UnStack(1)
  931.  
  932. <:#P30670848,P786432>        idx = idx + 4
  933.  
  934. <:#P30670848,P786432>    next
  935.  
  936. <:#P30670848,P786432>    .UnStack(2)
  937.  
  938. <:#P30670848,P786432>endif
  939.  
  940. <:#P30670848,P786432>EndChange(1)
  941.  
  942. <:#P30670848,P786432>END FUNCTION
  943.  
  944. <:#P30670848,P786432>FUNCTION _$$5ConnectCells()
  945.  
  946. <:#P30670848,P786432>stat = -2
  947.  
  948. <:#P30670848,P786432>if (.Table.Stack())
  949.  
  950. <:#P30670848,P786432>    stat = 1
  951.  
  952. <:#P30670848,P786432>    BeginChange()
  953.  
  954. <:#P30670848,P786432>    if  (QueryVerb(45))
  955.  
  956. <:#P30670848,P786432>        .Connect()
  957.  
  958. <:#P30670848,P786432>    elseif (QueryVerb(46))
  959.  
  960. <:#P30670848,P786432>        .Disconnect()
  961.  
  962. <:#P30670848,P786432>    else    
  963.  
  964. <:#P30670848,P786432>        stat = -7
  965.  
  966. <:#P30670848,P786432>    endif
  967.  
  968. <:#P30670848,P786432>    EndChange(1)
  969.  
  970. <:#P30670848,P786432>    .UnStack(1)
  971.  
  972. <:#P30670848,P786432>endif
  973.  
  974. <:#P30670848,P786432>return stat;
  975.  
  976. <:#P30670848,P786432>END FUNCTION
  977.  
  978. <:#P30670848,P786432>FUNCTION _$$5BringFrameToFront()
  979.  
  980. <:#P30670848,P786432>BeginChange()
  981.  
  982. <:#P30670848,P786432>if (.Frame.Layout.Style.Stack())
  983.  
  984. <:#P30670848,P786432>    .DoStart()
  985.  
  986. <:#P30670848,P786432>else
  987.  
  988. <:#P30670848,P786432>    Abort(450);
  989.  
  990. <:#P30670848,P786432>endif
  991.  
  992. <:#P30670848,P786432>EndChange(1)
  993.  
  994. <:#P30670848,P786432>return 1;
  995.  
  996. <:#P30670848,P786432>END FUNCTION
  997.  
  998. <:#P30670848,P786432>FUNCTION _$$5SendFrameToBack()
  999.  
  1000. <:#P30670848,P786432>if (.Frame.Layout.Style.Stack())
  1001.  
  1002. <:#P30670848,P786432>    .End()
  1003.  
  1004. <:#P30670848,P786432>else
  1005.  
  1006. <:#P30670848,P786432>    Abort(450)
  1007.  
  1008. <:#P30670848,P786432>endif
  1009.  
  1010. <:#P30670848,P786432>return 1;
  1011.  
  1012. <:#P30670848,P786432>END FUNCTION
  1013.  
  1014. <:#P30670848,P786432>FUNCTION _$$5FileManagement()
  1015.  
  1016. <:#P30670848,P786432>if ("OS2" = GetInfo(1))
  1017.  
  1018. <:#P30670848,P786432>    _FileManagement()
  1019.  
  1020. <:#P30670848,P786432>else
  1021.  
  1022. <:#P30670848,P786432>    _NoCanDo()
  1023.  
  1024. <:#P30670848,P786432>endif
  1025.  
  1026. <:#P30670848,P786432>END FUNCTION
  1027.  
  1028. <:#P30670848,P786432>FUNCTION _$$5DraftMode()
  1029.  
  1030. <:#P30670848,P786432>if (2 != .Window.ViewType)
  1031.  
  1032. <:#P30670848,P786432>    _$$5DraftMode = 1
  1033.  
  1034. <:#P30670848,P786432>    _DraftMode()
  1035.  
  1036. <:#P30670848,P786432>endif
  1037.  
  1038. <:#P30670848,P786432>END FUNCTION
  1039.  
  1040. <:#P30670848,P786432>
  1041.  
  1042. <:#P30670848,P786432>FUNCTION _$$5CursorPosition()
  1043.  
  1044. <:#P30670848,P786432>x = round(.text.focusx / 3276.8)
  1045.  
  1046. <:#P30670848,P786432>y = round(.text.focusy / 3276.8)
  1047.  
  1048. <:#P30670848,P786432>return "{x},-{y}"
  1049.  
  1050. <:#P30670848,P786432>END FUNCTION
  1051.  
  1052. <:#P30670848,P786432>
  1053. >
  1054.  
  1055. [Embedded]
  1056. 00019180
  1057. >
  1058. [macsum4] 32 533
  1059. __$SetColor 0 1 1 2
  1060. _$$5GetPowerFieldPage 415 2 1 13
  1061. _$$5PhysicalToLogical 590 1 1 19
  1062. _$$5GetFmtPageStr 712 1 3 22
  1063. _$$5GetMarkText 994 0 5 31
  1064. _$$5GetBookMarkPage 1652 1 3 58
  1065. _$$5FieldRemove 1910 2 2 69
  1066. _$$5LineNumber 2165 3 1 83
  1067. _$$5InsertNote 2861 1 1 116
  1068. _$$5InsertDocInfoField 2979 2 1 121
  1069. _$$5ModifySelect 3651 1 1 141
  1070. __$TestBit 3779 1 1 145
  1071. _$$5SaveAsNewStyle 3883 5 1 150
  1072. __$SetColorOnly 4414 1 1 165
  1073. _$$5SetFrameDefaults 4791 17 1 174
  1074. _$$5CatSlash 6505 1 1 246
  1075. _$$5GotoPowerField 6689 2 1 252
  1076. _$$5FieldUpdate 6828 3 1 255
  1077. _$$5FieldLock 7057 2 1 265
  1078. _$$5FieldAuto 7256 2 1 274
  1079. GotoPower 7454 1 1 283
  1080. _$$5FieldNext 7607 0 1 288
  1081. _$$5FieldPrev 7696 0 1 292
  1082. _$$5Generate 7785 1 1 295
  1083. _$$5PrintSetup 8019 3 1 304
  1084. _$$5OutlineStyle 8329 25 3 319
  1085. _$$5ConnectCells 9250 0 2 341
  1086. _$$5BringFrameToFront 9587 0 1 358
  1087. _$$5SendFrameToBack 9781 0 1 368
  1088. _$$5FileManagement 9945 0 1 376
  1089. _$$5DraftMode 10099 0 1 383
  1090. _$$5CursorPosition 10229 0 3 390
  1091. [macse]
  1092. 14 __$SetColor
  1093. 29 0 color
  1094. 29 1 __$SetColor
  1095. 17 1
  1096. 33 53 
  1097. 13
  1098. 11 00000396
  1099. 17 2
  1100. 6 0
  1101. 5 255
  1102. 25 1
  1103. 5 256
  1104. 6 0
  1105. 5 255
  1106. 25 1
  1107. 4 0
  1108. 3 0
  1109. 30 77
  1110. 17 3
  1111. 6 0
  1112. 5 16776960
  1113. 25 1
  1114. 5 256
  1115. 4 1
  1116. 8 0
  1117. 17 4
  1118. 6 0
  1119. 5 255
  1120. 25 1
  1121. 5 256
  1122. 6 0
  1123. 5 255
  1124. 25 1
  1125. 4 0
  1126. 3 0
  1127. 30 78
  1128. 17 5
  1129. 6 0
  1130. 5 65280
  1131. 25 1
  1132. 5 256
  1133. 4 1
  1134. 8 0
  1135. 17 6
  1136. 6 0
  1137. 5 255
  1138. 25 1
  1139. 5 256
  1140. 6 0
  1141. 5 255
  1142. 25 1
  1143. 4 0
  1144. 3 0
  1145. 30 79
  1146. 17 7
  1147. 5 0
  1148. 30 80
  1149. 17 8
  1150. 0 69 1
  1151. 6 1
  1152. 15
  1153. 17 10
  1154. 9
  1155. 14 _$$5GetPowerFieldPage
  1156. 29 0 id
  1157. 29 1 type
  1158. 29 2 _$$5GetPowerFieldPage
  1159. 17 1
  1160. 33 2 84 317 (  "{0}" ) 
  1161. 13
  1162. 11 00000157
  1163. 17 2
  1164. 31 7
  1165. 13
  1166. 8 2
  1167. 17 3
  1168. 0 69 3
  1169. 6 2
  1170. 15
  1171. 17 5
  1172. 9
  1173. 14 _$$5PhysicalToLogical
  1174. 29 0 page
  1175. 29 1 _$$5PhysicalToLogical
  1176. 17 1
  1177. 6 0
  1178. 31 2 151 7
  1179. 13
  1180. 3 0
  1181. 15
  1182. 9
  1183. 6 1
  1184. 15
  1185. 17 2
  1186. 9
  1187. 14 _$$5GetFmtPageStr
  1188. 29 0 page
  1189. 29 1 _$$5GetFmtPageStr
  1190. 17 1
  1191. 29 2 basepage
  1192. 31 2 151 7
  1193. 13
  1194. 8 2
  1195. 17 2
  1196. 29 3 endpage
  1197. 31 2 151 365
  1198. 13
  1199. 8 3
  1200. 17 3
  1201. 6 0
  1202. 6 3
  1203. 18 3
  1204. 11 00000227
  1205. 17 4
  1206. 6 0
  1207. 6 2
  1208. 3 1
  1209. 32 1 2 82  [X] 0
  1210. 13
  1211. 15
  1212. 9
  1213. 17 6
  1214. 32 1 2 82  "{0}" 0
  1215. 13
  1216. 15
  1217. 9
  1218. 6 1
  1219. 15
  1220. 17 7
  1221. 9
  1222. 14 _$$5GetMarkText
  1223. 29 0 _$$5GetMarkText
  1224. 17 1
  1225. 29 1 retval
  1226. 7 ""
  1227. 8 1
  1228. 17 2
  1229. 5 10
  1230. 29 2 resp
  1231. 21 2 [X]
  1232. 17 3
  1233. 32 0 42
  1234. 17 4
  1235. 29 3 respcnt
  1236. 32 1 18 61  10 0 0 0 0 0 &2
  1237. 13
  1238. 8 3
  1239. 17 5
  1240. 6 3
  1241. 5 0
  1242. 18 3
  1243. 7 "Text"
  1244. 5 1
  1245. 22 2
  1246. 18 0
  1247. 1 1
  1248. 11 00000315
  1249. 17 6
  1250. 32 1 18 39  10 1 0
  1251. 17 7
  1252. 32 1 18 61  10 0 0 0 0 0 &2
  1253. 13
  1254. 8 3
  1255. 17 9
  1256. 6 3
  1257. 5 0
  1258. 18 3
  1259. 11 00000604
  1260. 17 10
  1261. 29 4 fribtype
  1262. 5 1
  1263. 22 2
  1264. 8 4
  1265. 17 11
  1266. 7 "Text"
  1267. 6 4
  1268. 18 0
  1269. 11 00000462
  1270. 17 13
  1271. 10 00000604
  1272. 10 00000604
  1273. 7 "EOP"
  1274. 6 4
  1275. 18 0
  1276. 11 00000528
  1277. 17 15
  1278. 10 00000604
  1279. 10 00000604
  1280. 17 17
  1281. 6 4
  1282. 8 1
  1283. 17 18
  1284. 6 3
  1285. 5 3
  1286. 18 3
  1287. 11 00000604
  1288. 17 20
  1289. 5 4
  1290. 22 2
  1291. 8 1
  1292. 17 24
  1293. 32 0 43
  1294. 17 25
  1295. 6 1
  1296. 15
  1297. 9
  1298. 6 0
  1299. 15
  1300. 17 26
  1301. 9
  1302. 14 _$$5GetBookMarkPage
  1303. 29 0 name
  1304. 29 1 _$$5GetBookMarkPage
  1305. 17 1
  1306. 29 2 page
  1307. 5 0
  1308. 8 2
  1309. 17 2
  1310. 29 3 id
  1311. 32 2 2 309 93  317 "{0}"
  1312. 13
  1313. 8 3
  1314. 17 3
  1315. 33 2 84 317 (  "{3}" ) 
  1316. 13
  1317. 11 00000221
  1318. 17 4
  1319. 31 7
  1320. 13
  1321. 8 2
  1322. 17 5
  1323. 0 69 3
  1324. 17 7
  1325. 6 2
  1326. 15
  1327. 9
  1328. 6 1
  1329. 15
  1330. 17 10
  1331. 9
  1332. 14 _$$5FieldRemove
  1333. 29 0 pfname
  1334. 29 1 x
  1335. 29 2 _$$5FieldRemove
  1336. 17 1
  1337. 29 3 stat
  1338. 5 0
  1339. 8 3
  1340. 17 2
  1341. 0 49
  1342. 17 3
  1343. 33 2 84 317 (  "{0}" ) 
  1344. 13
  1345. 11 00000204
  1346. 17 4
  1347. 32 0 22
  1348. 13
  1349. 8 2
  1350. 17 5
  1351. 0 69 3
  1352. 17 6
  1353. 5 1
  1354. 8 3
  1355. 17 8
  1356. 0 50 1
  1357. 17 9
  1358. 6 3
  1359. 15
  1360. 9
  1361. 6 2
  1362. 15
  1363. 17 10
  1364. 9
  1365. 14 _$$5LineNumber
  1366. 29 0 which
  1367. 29 1 style
  1368. 29 2 custom
  1369. 29 3 _$$5LineNumber
  1370. 17 1
  1371. 0 49
  1372. 17 2
  1373. 33 2 37 
  1374. 13
  1375. 11 00000643
  1376. 17 3
  1377. 6 0
  1378. 5 0
  1379. 18 0
  1380. 11 00000189
  1381. 17 4
  1382. 5 1
  1383. 30 141
  1384. 10 00000611
  1385. 17 6
  1386. 6 0
  1387. 5 1
  1388. 25 1
  1389. 11 00000256
  1390. 17 7
  1391. 5 2
  1392. 30 141
  1393. 10 00000275
  1394. 17 9
  1395. 5 3
  1396. 30 141
  1397. 17 11
  1398. 6 1
  1399. 30 29
  1400. 17 12
  1401. 6 0
  1402. 5 2
  1403. 25 1
  1404. 11 00000363
  1405. 17 13
  1406. 5 1
  1407. 30 229
  1408. 10 00000521
  1409. 17 14
  1410. 6 0
  1411. 5 4
  1412. 25 1
  1413. 11 00000432
  1414. 17 15
  1415. 5 2
  1416. 30 229
  1417. 10 00000521
  1418. 17 16
  1419. 6 0
  1420. 5 8
  1421. 25 1
  1422. 11 00000501
  1423. 17 17
  1424. 5 5
  1425. 30 229
  1426. 10 00000521
  1427. 17 19
  1428. 6 2
  1429. 30 229
  1430. 17 21
  1431. 6 0
  1432. 5 16
  1433. 25 1
  1434. 11 00000591
  1435. 17 22
  1436. 5 1
  1437. 30 234
  1438. 10 00000611
  1439. 17 24
  1440. 5 0
  1441. 30 234
  1442. 17 27
  1443. 5 1
  1444. 8 3
  1445. 17 28
  1446. 0 69 2
  1447. 17 30
  1448. 0 50 1
  1449. 17 31
  1450. 5 1
  1451. 15
  1452. 9
  1453. 6 3
  1454. 15
  1455. 17 32
  1456. 9
  1457. 14 _$$5InsertNote
  1458. 29 0 txt
  1459. 29 1 _$$5InsertNote
  1460. 17 1
  1461. 34 0 33
  1462. 17 2
  1463. 0 6 "{0}"
  1464. 17 3
  1465. 5 1
  1466. 15
  1467. 9
  1468. 6 1
  1469. 15
  1470. 17 4
  1471. 9
  1472. 14 _$$5InsertDocInfoField
  1473. 29 0 style
  1474. 29 1 which
  1475. 29 2 _$$5InsertDocInfoField
  1476. 17 1
  1477. 5 1
  1478. 8 2
  1479. 17 2
  1480. 0 49
  1481. 17 3
  1482. 5 1
  1483. 6 1
  1484. 18 0
  1485. 11 00000182
  1486. 17 4
  1487. 34 0 50 "Filename"
  1488. 10 00000638
  1489. 17 5
  1490. 5 2
  1491. 6 1
  1492. 18 0
  1493. 11 00000252
  1494. 17 6
  1495. 34 0 50 "Path"
  1496. 10 00000638
  1497. 17 7
  1498. 5 3
  1499. 6 1
  1500. 18 0
  1501. 11 00000329
  1502. 17 8
  1503. 34 0 50 "Style Sheet"
  1504. 10 00000638
  1505. 17 9
  1506. 5 6
  1507. 6 1
  1508. 18 0
  1509. 11 00000411
  1510. 17 10
  1511. 34 0 50 "Total Revisions"
  1512. 10 00000638
  1513. 17 11
  1514. 5 7
  1515. 6 1
  1516. 18 0
  1517. 11 00000490
  1518. 17 12
  1519. 34 0 34 "Description"
  1520. 10 00000638
  1521. 17 13
  1522. 5 8
  1523. 6 1
  1524. 18 4
  1525. 6 1
  1526. 5 15
  1527. 18 4
  1528. 1 1
  1529. 11 00000621
  1530. 17 14
  1531. 6 1
  1532. 5 7
  1533. 3 1
  1534. 0 16 "DocField" [X]
  1535. 13
  1536. 34 0 50 [X]
  1537. 10 00000638
  1538. 17 16
  1539. 5 0
  1540. 8 2
  1541. 17 18
  1542. 0 50 1
  1543. 6 2
  1544. 15
  1545. 17 19
  1546. 9
  1547. 14 _$$5ModifySelect
  1548. 29 0 nm
  1549. 29 1 _$$5ModifySelect
  1550. 17 1
  1551. 0 264 "__MODIFY_SELECT__" "{0}"
  1552. 17 2
  1553. 5 1
  1554. 15
  1555. 9
  1556. 6 1
  1557. 15
  1558. 17 3
  1559. 9
  1560. 14 __$TestBit
  1561. 29 0 boolval
  1562. 29 1 __$TestBit
  1563. 17 1
  1564. 6 0
  1565. 11 00000086
  1566. 17 2
  1567. 5 1
  1568. 8 1
  1569. 6 1
  1570. 15
  1571. 17 4
  1572. 9
  1573. 14 _$$5SaveAsNewStyle
  1574. 29 0 name
  1575. 29 1 with
  1576. 29 2 macname
  1577. 29 3 run
  1578. 29 4 desc
  1579. 29 5 _$$5SaveAsNewStyle
  1580. 17 1
  1581. 6 1
  1582. 30 2 84 106
  1583. 17 2
  1584. 6 3
  1585. 30 101 -32741 57 -32676
  1586. 17 3
  1587. 6 2
  1588. 30 101 -32741 57 -32675
  1589. 17 4
  1590. 6 4
  1591. 30 101 -32741 210 162
  1592. 17 5
  1593. 34 0 46 "{0}" "Ami Pro" 0
  1594. 13
  1595. 8 5
  1596. 17 6
  1597. 5 1
  1598. 30 101 -32741 37
  1599. 17 7
  1600. 5 0
  1601. 30 101 -32741 9
  1602. 17 8
  1603. 5 1
  1604. 30 101 -32741 232
  1605. 17 9
  1606. 6 0
  1607. 30 101 -32741 284
  1608. 17 10
  1609. 5 1
  1610. 30 2 84 105
  1611. 17 11
  1612. 5 1
  1613. 30 2 84 106
  1614. 17 12
  1615. 7 ""
  1616. 30 101 -32741 281
  1617. 17 13
  1618. 7 ""
  1619. 30 101 -32741 210 162
  1620. 6 5
  1621. 15
  1622. 17 14
  1623. 9
  1624. 14 __$SetColorOnly
  1625. 29 0 color
  1626. 29 1 __$SetColorOnly
  1627. 17 1
  1628. 6 0
  1629. 5 255
  1630. 25 1
  1631. 5 256
  1632. 6 0
  1633. 5 255
  1634. 25 1
  1635. 4 0
  1636. 3 0
  1637. 30 77
  1638. 17 2
  1639. 6 0
  1640. 5 16776960
  1641. 25 1
  1642. 5 256
  1643. 4 1
  1644. 8 0
  1645. 17 3
  1646. 6 0
  1647. 5 255
  1648. 25 1
  1649. 5 256
  1650. 6 0
  1651. 5 255
  1652. 25 1
  1653. 4 0
  1654. 3 0
  1655. 30 78
  1656. 17 4
  1657. 6 0
  1658. 5 65280
  1659. 25 1
  1660. 5 256
  1661. 4 1
  1662. 8 0
  1663. 17 5
  1664. 6 0
  1665. 5 255
  1666. 25 1
  1667. 5 256
  1668. 6 0
  1669. 5 255
  1670. 25 1
  1671. 4 0
  1672. 3 0
  1673. 30 79
  1674. 17 6
  1675. 5 0
  1676. 30 80
  1677. 6 1
  1678. 15
  1679. 17 7
  1680. 9
  1681. 14 _$$5SetFrameDefaults
  1682. 29 0 bw
  1683. 29 1 tt
  1684. 29 2 pt
  1685. 29 3 unts
  1686. 29 4 st
  1687. 29 5 bt
  1688. 29 6 dt
  1689. 29 7 lm
  1690. 29 8 bm
  1691. 29 9 tm
  1692. 29 10 rm
  1693. 29 11 slft
  1694. 29 12 stop
  1695. 29 13 srt
  1696. 29 14 sbot
  1697. 29 15 scol
  1698. 29 16 r
  1699. 29 17 _$$5SetFrameDefaults
  1700. 17 1
  1701. 0 49
  1702. 17 2
  1703. 33 101 45 405 
  1704. 13
  1705. 11 00001660
  1706. 17 3
  1707. 5 32768
  1708. 5 10
  1709. 4 1
  1710. 6 7
  1711. 4 0
  1712. 30 14
  1713. 17 4
  1714. 5 32768
  1715. 5 10
  1716. 4 1
  1717. 6 10
  1718. 4 0
  1719. 30 16
  1720. 17 5
  1721. 5 32768
  1722. 5 10
  1723. 4 1
  1724. 6 9
  1725. 4 0
  1726. 30 15
  1727. 17 6
  1728. 5 32768
  1729. 5 10
  1730. 4 1
  1731. 6 8
  1732. 4 0
  1733. 30 17
  1734. 17 11
  1735. 6 6
  1736. 5 128
  1737. 25 1
  1738. 11 00000517
  1739. 17 12
  1740. 5 1
  1741. 30 74
  1742. 10 00000609
  1743. 17 13
  1744. 6 6
  1745. 5 131072
  1746. 25 1
  1747. 11 00000590
  1748. 17 14
  1749. 5 2
  1750. 30 74
  1751. 10 00000609
  1752. 17 16
  1753. 5 3
  1754. 30 74
  1755. 17 20
  1756. 5 0
  1757. 6 16
  1758. 18 0
  1759. 11 00000678
  1760. 17 21
  1761. 5 1
  1762. 30 83
  1763. 10 00000718
  1764. 17 23
  1765. 5 3
  1766. 30 83
  1767. 17 24
  1768. 6 16
  1769. 30 135
  1770. 17 28
  1771. 5 1
  1772. 6 2
  1773. 18 0
  1774. 11 00000788
  1775. 17 29
  1776. 5 50
  1777. 30 103
  1778. 10 00001019
  1779. 17 30
  1780. 5 2
  1781. 6 2
  1782. 18 0
  1783. 11 00000857
  1784. 17 31
  1785. 5 0
  1786. 30 103
  1787. 10 00001019
  1788. 17 32
  1789. 5 3
  1790. 6 2
  1791. 18 0
  1792. 11 00000928
  1793. 17 33
  1794. 5 100
  1795. 30 103
  1796. 10 00001019
  1797. 17 34
  1798. 5 5
  1799. 6 2
  1800. 18 0
  1801. 11 00000998
  1802. 17 35
  1803. 5 75
  1804. 30 103
  1805. 10 00001019
  1806. 17 37
  1807. 5 25
  1808. 30 103
  1809. 17 40
  1810. 6 1
  1811. 30 42
  1812. 17 41
  1813. 5 0
  1814. 6 13
  1815. 18 1
  1816. 11 00001137
  1817. 17 42
  1818. 5 32768
  1819. 5 10
  1820. 4 1
  1821. 6 13
  1822. 4 0
  1823. 30 -32765
  1824. 10 00001196
  1825. 17 44
  1826. 5 0
  1827. 5 32768
  1828. 5 10
  1829. 4 1
  1830. 6 11
  1831. 4 0
  1832. 3 1
  1833. 30 -32765
  1834. 17 46
  1835. 5 0
  1836. 6 14
  1837. 18 1
  1838. 11 00001295
  1839. 17 47
  1840. 5 32768
  1841. 5 10
  1842. 4 1
  1843. 6 14
  1844. 4 0
  1845. 30 -32764
  1846. 10 00001354
  1847. 17 49
  1848. 5 0
  1849. 5 32768
  1850. 5 10
  1851. 4 1
  1852. 6 12
  1853. 4 0
  1854. 3 1
  1855. 30 -32764
  1856. 17 51
  1857. 5 1
  1858. 6 0
  1859. 18 0
  1860. 11 00001424
  1861. 17 52
  1862. 5 15
  1863. 30 100
  1864. 10 00001454
  1865. 17 54
  1866. 6 0
  1867. 5 2
  1868. 4 1
  1869. 30 100
  1870. 17 56
  1871. 33 53 
  1872. 17 57
  1873. 16 __$SetColorOnly "{15}"
  1874. 17 58
  1875. 0 69 1
  1876. 17 59
  1877. 33 99 
  1878. 17 60
  1879. 16 __$SetColorOnly "{4}"
  1880. 17 61
  1881. 0 69 1
  1882. 17 62
  1883. 33 156 
  1884. 17 63
  1885. 16 __$SetColorOnly "{5}"
  1886. 17 64
  1887. 0 69 1
  1888. 17 65
  1889. 0 69 3
  1890. 17 67
  1891. 0 50 1
  1892. 17 68
  1893. 5 1
  1894. 15
  1895. 9
  1896. 6 17
  1897. 15
  1898. 17 69
  1899. 9
  1900. 14 _$$5CatSlash
  1901. 29 0 path
  1902. 29 1 _$$5CatSlash
  1903. 17 1
  1904. 7 "HP/Motif"
  1905. 0 1313 1
  1906. 13
  1907. 18 0
  1908. 11 00000133
  1909. 17 2
  1910. 0 16 "{0}" "/"
  1911. 13
  1912. 15
  1913. 9
  1914. 17 4
  1915. 0 16 "{0}" "\"
  1916. 13
  1917. 15
  1918. 9
  1919. 6 1
  1920. 15
  1921. 17 5
  1922. 9
  1923. 14 _$$5GotoPowerField
  1924. 29 0 name
  1925. 29 1 dontcare
  1926. 29 2 _$$5GotoPowerField
  1927. 17 1
  1928. 32 6 2 84 317 (  "{0}" ) 71 
  1929. 13
  1930. 15
  1931. 9
  1932. 6 2
  1933. 15
  1934. 17 2
  1935. 9
  1936. 14 _$$5FieldUpdate
  1937. 29 0 id
  1938. 29 1 typ
  1939. 29 2 fld
  1940. 29 3 _$$5FieldUpdate
  1941. 17 1
  1942. 0 49
  1943. 17 2
  1944. 33 2 84 317 (  "{0}" ) 
  1945. 13
  1946. 11 00000197
  1947. 17 3
  1948. 6 2
  1949. 30 312
  1950. 17 4
  1951. 32 0 49 0
  1952. 17 5
  1953. 0 69 3
  1954. 17 6
  1955. 5 1
  1956. 8 3
  1957. 17 8
  1958. 0 50 1
  1959. 6 3
  1960. 15
  1961. 17 9
  1962. 9
  1963. 14 _$$5FieldLock
  1964. 29 0 id
  1965. 29 1 lock
  1966. 29 2 _$$5FieldLock
  1967. 17 1
  1968. 0 49
  1969. 17 2
  1970. 33 2 84 317 (  "{0}" ) 
  1971. 13
  1972. 11 00000167
  1973. 17 3
  1974. 6 1
  1975. 30 291
  1976. 17 4
  1977. 0 69 3
  1978. 17 5
  1979. 5 1
  1980. 8 2
  1981. 17 7
  1982. 0 50 1
  1983. 6 2
  1984. 15
  1985. 17 8
  1986. 9
  1987. 14 _$$5FieldAuto
  1988. 29 0 id
  1989. 29 1 auto
  1990. 29 2 _$$5FieldAuto
  1991. 17 1
  1992. 0 49
  1993. 17 2
  1994. 33 2 84 317 (  "{0}" ) 
  1995. 13
  1996. 11 00000166
  1997. 17 3
  1998. 6 1
  1999. 30 54
  2000. 17 4
  2001. 0 69 3
  2002. 17 5
  2003. 5 1
  2004. 8 2
  2005. 17 7
  2006. 0 50 1
  2007. 6 2
  2008. 15
  2009. 17 8
  2010. 9
  2011. 14 GotoPower
  2012. 29 0 fwd
  2013. 29 1 GotoPower
  2014. 17 1
  2015. 34 0 48 "PowerField" "{0}"
  2016. 13
  2017. 11 00000135
  2018. 17 2
  2019. 32 1 18 110  "PowerField"
  2020. 13
  2021. 15
  2022. 9
  2023. 6 1
  2024. 15
  2025. 17 4
  2026. 9
  2027. 14 _$$5FieldNext
  2028. 29 0 _$$5FieldNext
  2029. 17 1
  2030. 16 GotoPower 1
  2031. 13
  2032. 15
  2033. 9
  2034. 6 0
  2035. 15
  2036. 17 2
  2037. 9
  2038. 14 _$$5FieldPrev
  2039. 29 0 _$$5FieldPrev
  2040. 17 1
  2041. 16 GoToPower 0
  2042. 13
  2043. 15
  2044. 9
  2045. 6 0
  2046. 15
  2047. 17 2
  2048. 9
  2049. 14 _$$5Generate
  2050. 29 0 which
  2051. 29 1 _$$5Generate
  2052. 17 1
  2053. 5 101
  2054. 6 0
  2055. 18 0
  2056. 5 100
  2057. 6 0
  2058. 18 0
  2059. 1 2
  2060. 11 00000123
  2061. 17 2
  2062. 34 0 41
  2063. 17 4
  2064. 5 102
  2065. 6 0
  2066. 18 0
  2067. 5 100
  2068. 6 0
  2069. 18 0
  2070. 1 2
  2071. 11 00000198
  2072. 17 5
  2073. 34 0 40
  2074. 17 7
  2075. 5 1
  2076. 15
  2077. 9
  2078. 6 1
  2079. 15
  2080. 17 8
  2081. 9
  2082. 14 _$$5PrintSetup
  2083. 29 0 prt
  2084. 29 1 port
  2085. 29 2 qname
  2086. 29 3 _$$5PrintSetup
  2087. 17 1
  2088. 0 49
  2089. 17 2
  2090. 33 2 91 
  2091. 13
  2092. 11 00000276
  2093. 17 3
  2094. 6 1
  2095. 30 34
  2096. 17 4
  2097. 5 3
  2098. 0 52
  2099. 13
  2100. 18 0
  2101. 11 00000207
  2102. 17 5
  2103. 6 2
  2104. 30 80
  2105. 10 00000226
  2106. 17 7
  2107. 7 ""
  2108. 30 80
  2109. 17 9
  2110. 6 0
  2111. 30 29
  2112. 17 10
  2113. 0 69 2
  2114. 17 11
  2115. 5 1
  2116. 8 3
  2117. 17 13
  2118. 0 50 1
  2119. 6 3
  2120. 15
  2121. 17 14
  2122. 9
  2123. 14 _$$5OutlineStyle
  2124. 29 0 count
  2125. 29 1 sty
  2126. 29 2 lev
  2127. 29 3 opt
  2128. 29 4 bt
  2129. 29 5 s2
  2130. 29 6 l2
  2131. 29 7 o2
  2132. 29 8 b2
  2133. 29 9 s3
  2134. 29 10 l3
  2135. 29 11 o3
  2136. 29 12 b3
  2137. 29 13 s4
  2138. 29 14 l4
  2139. 29 15 o4
  2140. 29 16 b4
  2141. 29 17 s5
  2142. 29 18 l5
  2143. 29 19 o5
  2144. 29 20 b5
  2145. 29 21 s6
  2146. 29 22 l6
  2147. 29 23 o6
  2148. 29 24 b6
  2149. 29 25 _$$5OutlineStyle
  2150. 17 1
  2151. 29 26 idx
  2152. 5 1
  2153. 8 26
  2154. 17 2
  2155. 0 49
  2156. 17 3
  2157. 33 2 84 
  2158. 13
  2159. 11 00000886
  2160. 29 27 i
  2161. 5 1
  2162. 8 27
  2163. 17 4
  2164. 6 0
  2165. 6 27
  2166. 18 2
  2167. 12 00000468
  2168. 10 00000871
  2169. 5 1
  2170. 6 27
  2171. 3 0
  2172. 8 27
  2173. 10 00000384
  2174. 17 5
  2175. 6 26
  2176. 22 1
  2177. 33 9 (  [X] ) 
  2178. 17 6
  2179. 6 26
  2180. 22 2
  2181. 30 113
  2182. 17 7
  2183. 6 26
  2184. 22 3
  2185. 5 2
  2186. 25 1
  2187. 16 __$TestBit [X]
  2188. 13
  2189. 30 250
  2190. 17 8
  2191. 6 26
  2192. 22 3
  2193. 5 4
  2194. 25 1
  2195. 16 __$TestBit [X]
  2196. 13
  2197. 30 251
  2198. 17 9
  2199. 6 26
  2200. 22 3
  2201. 5 8
  2202. 25 1
  2203. 16 __$TestBit [X]
  2204. 13
  2205. 30 252
  2206. 17 10
  2207. 5 0
  2208. 30 2 48
  2209. 17 11
  2210. 32 0 62
  2211. 17 12
  2212. 5 0
  2213. 30 18 2 48
  2214. 17 13
  2215. 5 0
  2216. 30 196 141
  2217. 17 14
  2218. 5 1
  2219. 30 2 48
  2220. 17 15
  2221. 0 69 1
  2222. 17 16
  2223. 6 26
  2224. 5 4
  2225. 3 0
  2226. 8 26
  2227. 10 00000433
  2228. 17 18
  2229. 0 69 2
  2230. 17 20
  2231. 0 50 1
  2232. 6 25
  2233. 15
  2234. 17 21
  2235. 9
  2236. 14 _$$5ConnectCells
  2237. 29 0 _$$5ConnectCells
  2238. 17 1
  2239. 29 1 stat
  2240. 5 -2
  2241. 8 1
  2242. 17 2
  2243. 33 23 
  2244. 13
  2245. 11 00000299
  2246. 17 3
  2247. 5 1
  2248. 8 1
  2249. 17 4
  2250. 0 49
  2251. 17 5
  2252. 0 81 45
  2253. 13
  2254. 11 00000191
  2255. 17 6
  2256. 32 0 45
  2257. 10 00000269
  2258. 17 7
  2259. 0 81 46
  2260. 13
  2261. 11 00000251
  2262. 17 8
  2263. 32 0 46
  2264. 10 00000269
  2265. 17 10
  2266. 5 -7
  2267. 8 1
  2268. 17 12
  2269. 0 50 1
  2270. 17 13
  2271. 0 69 1
  2272. 17 15
  2273. 6 1
  2274. 15
  2275. 9
  2276. 6 0
  2277. 15
  2278. 17 16
  2279. 9
  2280. 14 _$$5BringFrameToFront
  2281. 29 0 _$$5BringFrameToFront
  2282. 17 1
  2283. 0 49
  2284. 17 2
  2285. 33 8 6 9 
  2286. 13
  2287. 11 00000128
  2288. 17 3
  2289. 32 0 36
  2290. 10 00000144
  2291. 17 5
  2292. 0 51 450
  2293. 17 7
  2294. 0 50 1
  2295. 17 8
  2296. 5 1
  2297. 15
  2298. 9
  2299. 6 0
  2300. 15
  2301. 17 9
  2302. 9
  2303. 14 _$$5SendFrameToBack
  2304. 29 0 _$$5SendFrameToBack
  2305. 17 1
  2306. 33 8 6 9 
  2307. 13
  2308. 11 00000112
  2309. 17 2
  2310. 32 0 37
  2311. 10 00000128
  2312. 17 4
  2313. 0 51 450
  2314. 17 6
  2315. 5 1
  2316. 15
  2317. 9
  2318. 6 0
  2319. 15
  2320. 17 7
  2321. 9
  2322. 14 _$$5FileManagement
  2323. 29 0 _$$5FileManagement
  2324. 17 1
  2325. 7 "OS2"
  2326. 0 1313 1
  2327. 13
  2328. 18 0
  2329. 11 00000124
  2330. 17 2
  2331. 2 108 1
  2332. 10 00000136
  2333. 17 4
  2334. 0 78
  2335. 6 0
  2336. 15
  2337. 17 6
  2338. 9
  2339. 14 _$$5DraftMode
  2340. 29 0 _$$5DraftMode
  2341. 17 1
  2342. 5 2
  2343. 31 3 21
  2344. 13
  2345. 18 1
  2346. 11 00000112
  2347. 17 2
  2348. 5 1
  2349. 8 0
  2350. 17 3
  2351. 2 211 1
  2352. 6 0
  2353. 15
  2354. 17 5
  2355. 9
  2356. 14 _$$5CursorPosition
  2357. 29 0 _$$5CursorPosition
  2358. 17 1
  2359. 29 1 x
  2360. 31 18 335
  2361. 13
  2362. 5 3276.8
  2363. 4 1
  2364. 0 786 [X]
  2365. 13
  2366. 8 1
  2367. 17 2
  2368. 29 2 y
  2369. 31 18 336
  2370. 13
  2371. 5 3276.8
  2372. 4 1
  2373. 0 786 [X]
  2374. 13
  2375. 8 2
  2376. 17 3
  2377. 7 "{1},-{2}"
  2378. 15
  2379. 9
  2380. 6 0
  2381. 15
  2382. 17 4
  2383. 9
  2384. 00019205
  2385.