home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TWPCFORM / TWPCFORM.txt < prev   
Encoding:
Text File  |  1996-11-25  |  58.4 KB  |  2,103 lines

  1. object WPCForm: TWPCForm
  2.   Left = 236
  3.   Top = 108
  4.   Width = 564
  5.   Height = 443
  6.   Caption = 'Web Page Creator'
  7.   Color = clSilver
  8.   Font.Color = clWindowText
  9.   Font.Height = -18
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIForm
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   PopupMenu = PopupMenu1
  16.   Position = poDefault
  17.   WindowState = wsMaximized
  18.   WindowMenu = Window1
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnHide = FormHide
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 120
  27.   TextHeight = 20
  28.   object ScrollBox1: TScrollBox
  29.     Left = 0
  30.     Top = 0
  31.     Width = 556
  32.     Height = 161
  33.     HorzScrollBar.Visible = False
  34.     VertScrollBar.Visible = False
  35.     Align = alTop
  36.     TabOrder = 0
  37.     object Panel2: TPanel
  38.       Left = 0
  39.       Top = 85
  40.       Width = 552
  41.       Height = 35
  42.       Align = alTop
  43.       Color = clSilver
  44.       TabOrder = 0
  45.       Visible = False
  46.       object SpeedButton42: TSpeedButton
  47.         Left = 8
  48.         Top = 5
  49.         Width = 190
  50.         Height = 25
  51.         Hint = 'Required For Forms'
  52.         Caption = 'Form Body'
  53.         Font.Color = clBlue
  54.         Font.Height = -18
  55.         Font.Name = 'System'
  56.         Font.Style = [fsBold]
  57.         ParentFont = False
  58.         ParentShowHint = False
  59.         ShowHint = True
  60.         OnClick = SpeedButton42Click
  61.       end
  62.       object SpeedButton43: TSpeedButton
  63.         Left = 205
  64.         Top = 5
  65.         Width = 188
  66.         Height = 25
  67.         Hint = 'Where To Mail The Completed Form'
  68.         Caption = 'Mail To'
  69.         Font.Color = clBlue
  70.         Font.Height = -18
  71.         Font.Name = 'System'
  72.         Font.Style = [fsBold]
  73.         ParentFont = False
  74.         ParentShowHint = False
  75.         ShowHint = True
  76.         OnClick = SpeedButton43Click
  77.       end
  78.       object SpeedButton44: TSpeedButton
  79.         Left = 403
  80.         Top = 5
  81.         Width = 190
  82.         Height = 25
  83.         Hint = 'Subject Of The Form'
  84.         Caption = 'Mail Subject'
  85.         Font.Color = clBlue
  86.         Font.Height = -18
  87.         Font.Name = 'System'
  88.         Font.Style = [fsBold]
  89.         ParentFont = False
  90.         ParentShowHint = False
  91.         ShowHint = True
  92.         OnClick = SpeedButton44Click
  93.       end
  94.       object SpeedButton45: TSpeedButton
  95.         Left = 601
  96.         Top = 5
  97.         Width = 190
  98.         Height = 25
  99.         Hint = 'Define Input Areas'
  100.         Caption = 'Input'
  101.         Font.Color = clBlue
  102.         Font.Height = -18
  103.         Font.Name = 'System'
  104.         Font.Style = [fsBold]
  105.         ParentFont = False
  106.         ParentShowHint = False
  107.         ShowHint = True
  108.         OnClick = SpeedButton45Click
  109.       end
  110.     end
  111.     object Panel1: TPanel
  112.       Left = 0
  113.       Top = 0
  114.       Width = 552
  115.       Height = 85
  116.       Align = alTop
  117.       BevelOuter = bvNone
  118.       TabOrder = 1
  119.       object TabbedNotebook1: TTabbedNotebook
  120.         Left = 124
  121.         Top = 5
  122.         Width = 670
  123.         Height = 76
  124.         TabFont.Color = clBtnText
  125.         TabFont.Height = -13
  126.         TabFont.Name = 'MS Sans Serif'
  127.         TabFont.Style = []
  128.         TabOrder = 0
  129.         object TTabPage
  130.           Left = 4
  131.           Top = 31
  132.           Caption = 'Text Attributes'
  133.           object SpeedButton7: TSpeedButton
  134.             Left = 1
  135.             Top = 1
  136.             Width = 32
  137.             Height = 35
  138.             Hint = 'Bold Text'
  139.             Caption = 'Bd'
  140.             Font.Color = clMaroon
  141.             Font.Height = -17
  142.             Font.Name = 'Times New Roman'
  143.             Font.Style = [fsBold, fsItalic]
  144.             ParentFont = False
  145.             ParentShowHint = False
  146.             ShowHint = True
  147.             OnClick = Bold1Click
  148.           end
  149.           object SpeedButton8: TSpeedButton
  150.             Left = 298
  151.             Top = 1
  152.             Width = 32
  153.             Height = 35
  154.             Hint = 'Italic Text'
  155.             Caption = 'It'
  156.             Font.Color = clMaroon
  157.             Font.Height = -17
  158.             Font.Name = 'Times New Roman'
  159.             Font.Style = [fsBold, fsItalic]
  160.             ParentFont = False
  161.             ParentShowHint = False
  162.             ShowHint = True
  163.             OnClick = Italic1Click
  164.           end
  165.           object SpeedButton9: TSpeedButton
  166.             Left = 133
  167.             Top = 1
  168.             Width = 32
  169.             Height = 35
  170.             Hint = 'Comment'
  171.             Caption = 'Cm'
  172.             Font.Color = clMaroon
  173.             Font.Height = -17
  174.             Font.Name = 'Times New Roman'
  175.             Font.Style = [fsBold, fsItalic]
  176.             ParentFont = False
  177.             ParentShowHint = False
  178.             ShowHint = True
  179.             OnClick = Comment1Click
  180.           end
  181.           object SpeedButton14: TSpeedButton
  182.             Left = 68
  183.             Top = 1
  184.             Width = 31
  185.             Height = 35
  186.             Hint = 'Blinking Text'
  187.             Caption = 'Bl'
  188.             Font.Color = clMaroon
  189.             Font.Height = -17
  190.             Font.Name = 'Times New Roman'
  191.             Font.Style = [fsBold, fsItalic]
  192.             ParentFont = False
  193.             ParentShowHint = False
  194.             ShowHint = True
  195.             OnClick = Blinking1Click
  196.           end
  197.           object SpeedButton33: TSpeedButton
  198.             Left = 529
  199.             Top = 1
  200.             Width = 32
  201.             Height = 35
  202.             Hint = 'Strong Emphasis'
  203.             Caption = 'St'
  204.             Font.Color = clMaroon
  205.             Font.Height = -17
  206.             Font.Name = 'Times New Roman'
  207.             Font.Style = [fsBold, fsItalic]
  208.             ParentFont = False
  209.             ParentShowHint = False
  210.             ShowHint = True
  211.             OnClick = Strong1Click
  212.           end
  213.           object SpeedButton34: TSpeedButton
  214.             Left = 100
  215.             Top = 1
  216.             Width = 33
  217.             Height = 35
  218.             Hint = 'Citation'
  219.             Caption = 'Ci'
  220.             Font.Color = clMaroon
  221.             Font.Height = -17
  222.             Font.Name = 'Times New Roman'
  223.             Font.Style = [fsBold, fsItalic]
  224.             ParentFont = False
  225.             ParentShowHint = False
  226.             ShowHint = True
  227.             OnClick = Citation1Click
  228.           end
  229.           object SpeedButton35: TSpeedButton
  230.             Left = 233
  231.             Top = 1
  232.             Width = 31
  233.             Height = 35
  234.             Hint = 'Typographic Emphasis'
  235.             Caption = 'Em'
  236.             Font.Color = clMaroon
  237.             Font.Height = -17
  238.             Font.Name = 'Times New Roman'
  239.             Font.Style = [fsBold, fsItalic]
  240.             ParentFont = False
  241.             ParentShowHint = False
  242.             ShowHint = True
  243.             OnClick = Emphasis1Click
  244.           end
  245.           object SpeedButton41: TSpeedButton
  246.             Left = 166
  247.             Top = 1
  248.             Width = 32
  249.             Height = 35
  250.             Hint = 'Coded Text'
  251.             Caption = 'Co'
  252.             Font.Color = clMaroon
  253.             Font.Height = -17
  254.             Font.Name = 'Times New Roman'
  255.             Font.Style = [fsBold, fsItalic]
  256.             ParentFont = False
  257.             ParentShowHint = False
  258.             ShowHint = True
  259.             OnClick = Code1Click
  260.           end
  261.           object SpeedButton67: TSpeedButton
  262.             Left = 265
  263.             Top = 1
  264.             Width = 33
  265.             Height = 35
  266.             Hint = 'Fonts'
  267.             Caption = 'Fo'
  268.             Font.Color = clMaroon
  269.             Font.Height = -17
  270.             Font.Name = 'Times New Roman'
  271.             Font.Style = [fsBold, fsItalic]
  272.             ParentFont = False
  273.             ParentShowHint = False
  274.             ShowHint = True
  275.             OnClick = Font1Click
  276.           end
  277.           object SpeedButton3: TSpeedButton
  278.             Left = 595
  279.             Top = 1
  280.             Width = 33
  281.             Height = 35
  282.             Hint = 'Underline'
  283.             Caption = 'Ul'
  284.             Font.Color = clMaroon
  285.             Font.Height = -17
  286.             Font.Name = 'Times New Roman'
  287.             Font.Style = [fsBold, fsItalic]
  288.             ParentFont = False
  289.             ParentShowHint = False
  290.             ShowHint = True
  291.             OnClick = Underline1Click
  292.           end
  293.           object SpeedButton4: TSpeedButton
  294.             Left = 364
  295.             Top = 1
  296.             Width = 32
  297.             Height = 35
  298.             Hint = 'Sample Text'
  299.             Caption = 'Sa'
  300.             Font.Color = clMaroon
  301.             Font.Height = -17
  302.             Font.Name = 'Times New Roman'
  303.             Font.Style = [fsBold, fsItalic]
  304.             ParentFont = False
  305.             ParentShowHint = False
  306.             ShowHint = True
  307.             OnClick = Sample1Click
  308.           end
  309.           object SpeedButton5: TSpeedButton
  310.             Left = 331
  311.             Top = 1
  312.             Width = 32
  313.             Height = 35
  314.             Hint = 'Keyboard Text'
  315.             Caption = 'Kb'
  316.             Font.Color = clMaroon
  317.             Font.Height = -17
  318.             Font.Name = 'Times New Roman'
  319.             Font.Style = [fsBold, fsItalic]
  320.             ParentFont = False
  321.             ParentShowHint = False
  322.             ShowHint = True
  323.             OnClick = Keyboard1Click
  324.           end
  325.           object SpeedButton6: TSpeedButton
  326.             Left = 628
  327.             Top = 1
  328.             Width = 32
  329.             Height = 35
  330.             Hint = 'Variable Text'
  331.             Caption = 'Va'
  332.             Font.Color = clMaroon
  333.             Font.Height = -17
  334.             Font.Name = 'Times New Roman'
  335.             Font.Style = [fsBold, fsItalic]
  336.             ParentFont = False
  337.             ParentShowHint = False
  338.             ShowHint = True
  339.             OnClick = Variable1Click
  340.           end
  341.           object SpeedButton17: TSpeedButton
  342.             Left = 199
  343.             Top = 1
  344.             Width = 32
  345.             Height = 35
  346.             Hint = 'Definition Text'
  347.             Caption = 'De'
  348.             Font.Color = clMaroon
  349.             Font.Height = -17
  350.             Font.Name = 'Times New Roman'
  351.             Font.Style = [fsBold, fsItalic]
  352.             ParentFont = False
  353.             ParentShowHint = False
  354.             ShowHint = True
  355.             OnClick = Definition1Click
  356.           end
  357.           object SpeedButton2: TSpeedButton
  358.             Left = 563
  359.             Top = 1
  360.             Width = 31
  361.             Height = 35
  362.             Hint = 'Teletype or monospaced text'
  363.             Caption = 'Tt'
  364.             Font.Color = clMaroon
  365.             Font.Height = -17
  366.             Font.Name = 'Times New Roman'
  367.             Font.Style = [fsBold, fsItalic]
  368.             ParentFont = False
  369.             ParentShowHint = False
  370.             ShowHint = True
  371.             OnClick = Teletype1Click
  372.           end
  373.           object SpeedButton30: TSpeedButton
  374.             Left = 430
  375.             Top = 1
  376.             Width = 33
  377.             Height = 35
  378.             Hint = 'Strike-through text'
  379.             Caption = 'Sk'
  380.             Font.Color = clMaroon
  381.             Font.Height = -17
  382.             Font.Name = 'Times New Roman'
  383.             Font.Style = [fsBold, fsItalic]
  384.             ParentFont = False
  385.             ParentShowHint = False
  386.             ShowHint = True
  387.             OnClick = StrikeThrough1Click
  388.           end
  389.           object SpeedButton70: TSpeedButton
  390.             Left = 34
  391.             Top = 1
  392.             Width = 32
  393.             Height = 35
  394.             Hint = 'Large font text'
  395.             Caption = 'Big'
  396.             Font.Color = clMaroon
  397.             Font.Height = -17
  398.             Font.Name = 'Times New Roman'
  399.             Font.Style = [fsBold, fsItalic]
  400.             ParentFont = False
  401.             ParentShowHint = False
  402.             ShowHint = True
  403.             OnClick = Big1Click
  404.           end
  405.           object SpeedButton71: TSpeedButton
  406.             Left = 463
  407.             Top = 1
  408.             Width = 32
  409.             Height = 35
  410.             Hint = 'Small font text'
  411.             Caption = 'Sm'
  412.             Font.Color = clMaroon
  413.             Font.Height = -17
  414.             Font.Name = 'Times New Roman'
  415.             Font.Style = [fsBold, fsItalic]
  416.             ParentFont = False
  417.             ParentShowHint = False
  418.             ShowHint = True
  419.             OnClick = Small1Click
  420.           end
  421.           object SpeedButton72: TSpeedButton
  422.             Left = 398
  423.             Top = 1
  424.             Width = 31
  425.             Height = 35
  426.             Hint = 'Subscript text'
  427.             Caption = 'Sb'
  428.             Font.Color = clMaroon
  429.             Font.Height = -17
  430.             Font.Name = 'Times New Roman'
  431.             Font.Style = [fsBold, fsItalic]
  432.             ParentFont = False
  433.             ParentShowHint = False
  434.             ShowHint = True
  435.             OnClick = Subscript1Click
  436.           end
  437.           object SpeedButton73: TSpeedButton
  438.             Left = 496
  439.             Top = 1
  440.             Width = 32
  441.             Height = 35
  442.             Hint = 'Superscript text'
  443.             Caption = 'Sp'
  444.             Font.Color = clMaroon
  445.             Font.Height = -17
  446.             Font.Name = 'Times New Roman'
  447.             Font.Style = [fsBold, fsItalic]
  448.             ParentFont = False
  449.             ParentShowHint = False
  450.             ShowHint = True
  451.             OnClick = Superscript1Click
  452.           end
  453.         end
  454.         object TTabPage
  455.           Left = 4
  456.           Top = 31
  457.           Caption = 'Format'
  458.           object SpeedButton18: TSpeedButton
  459.             Left = 515
  460.             Top = 1
  461.             Width = 71
  462.             Height = 35
  463.             Hint = 'Paragraph Break'
  464.             Caption = 'Para'
  465.             Font.Color = clGreen
  466.             Font.Height = -17
  467.             Font.Name = 'Times New Roman'
  468.             Font.Style = [fsBold, fsItalic]
  469.             ParentFont = False
  470.             ParentShowHint = False
  471.             ShowHint = True
  472.             OnClick = Paragraph1Click
  473.           end
  474.           object SpeedButton19: TSpeedButton
  475.             Left = 369
  476.             Top = 1
  477.             Width = 71
  478.             Height = 35
  479.             Hint = 'Horizontal Rule'
  480.             Caption = 'Hor Rule'
  481.             Font.Color = clGreen
  482.             Font.Height = -17
  483.             Font.Name = 'Times New Roman'
  484.             Font.Style = [fsBold, fsItalic]
  485.             ParentFont = False
  486.             ParentShowHint = False
  487.             ShowHint = True
  488.             OnClick = HorizontalRule1Click
  489.           end
  490.           object SpeedButton20: TSpeedButton
  491.             Left = 223
  492.             Top = 1
  493.             Width = 71
  494.             Height = 35
  495.             Hint = 'Center Line'
  496.             Caption = 'Center'
  497.             Font.Color = clGreen
  498.             Font.Height = -17
  499.             Font.Name = 'Times New Roman'
  500.             Font.Style = [fsBold, fsItalic]
  501.             ParentFont = False
  502.             ParentShowHint = False
  503.             ShowHint = True
  504.             OnClick = CenterLine1Click
  505.           end
  506.           object SpeedButton21: TSpeedButton
  507.             Left = 588
  508.             Top = 1
  509.             Width = 71
  510.             Height = 35
  511.             Hint = 'Preformatted Text'
  512.             Caption = 'Preform'
  513.             Font.Color = clGreen
  514.             Font.Height = -17
  515.             Font.Name = 'Times New Roman'
  516.             Font.Style = [fsBold, fsItalic]
  517.             ParentFont = False
  518.             ParentShowHint = False
  519.             ShowHint = True
  520.             OnClick = Preformatted1Click
  521.           end
  522.           object SpeedButton36: TSpeedButton
  523.             Left = 150
  524.             Top = 1
  525.             Width = 71
  526.             Height = 35
  527.             Hint = 'Forced Line Break'
  528.             Caption = 'Break'
  529.             Font.Color = clGreen
  530.             Font.Height = -17
  531.             Font.Name = 'Times New Roman'
  532.             Font.Style = [fsBold, fsItalic]
  533.             ParentFont = False
  534.             ParentShowHint = False
  535.             ShowHint = True
  536.             OnClick = ForcedLineBreak1Click
  537.           end
  538.           object SpeedButton37: TSpeedButton
  539.             Left = 4
  540.             Top = 1
  541.             Width = 71
  542.             Height = 35
  543.             Hint = 'Address Block'
  544.             Caption = 'Address'
  545.             Font.Color = clGreen
  546.             Font.Height = -17
  547.             Font.Name = 'Times New Roman'
  548.             Font.Style = [fsBold, fsItalic]
  549.             ParentFont = False
  550.             ParentShowHint = False
  551.             ShowHint = True
  552.             OnClick = AddressBlock1Click
  553.           end
  554.           object SpeedButton39: TSpeedButton
  555.             Left = 78
  556.             Top = 1
  557.             Width = 70
  558.             Height = 35
  559.             Hint = 'Block Quote'
  560.             Caption = 'Bl Quote'
  561.             Font.Color = clGreen
  562.             Font.Height = -17
  563.             Font.Name = 'Times New Roman'
  564.             Font.Style = [fsBold, fsItalic]
  565.             ParentFont = False
  566.             ParentShowHint = False
  567.             ShowHint = True
  568.             OnClick = BlockQuote1Click
  569.           end
  570.           object SpeedButton46: TSpeedButton
  571.             Left = 443
  572.             Top = 1
  573.             Width = 70
  574.             Height = 35
  575.             Hint = 'Last Modified'
  576.             Caption = 'Last Mod'
  577.             Font.Color = clGreen
  578.             Font.Height = -17
  579.             Font.Name = 'Times New Roman'
  580.             Font.Style = [fsBold, fsItalic]
  581.             ParentFont = False
  582.             ParentShowHint = False
  583.             ShowHint = True
  584.             OnClick = LastModified1Click
  585.           end
  586.           object SpeedButton1: TSpeedButton
  587.             Left = 296
  588.             Top = 1
  589.             Width = 72
  590.             Height = 35
  591.             Hint = 'Header 1-6'
  592.             Caption = 'Header'
  593.             Font.Color = clGreen
  594.             Font.Height = -17
  595.             Font.Name = 'Times New Roman'
  596.             Font.Style = [fsBold, fsItalic]
  597.             ParentFont = False
  598.             ParentShowHint = False
  599.             ShowHint = True
  600.             OnClick = Header1Click
  601.           end
  602.         end
  603.         object TTabPage
  604.           Left = 4
  605.           Top = 31
  606.           Caption = 'Lists'
  607.           object SpeedButton22: TSpeedButton
  608.             Left = 398
  609.             Top = 1
  610.             Width = 130
  611.             Height = 35
  612.             Hint = 'Numbered List'
  613.             Caption = 'Numbered'
  614.             Font.Color = clNavy
  615.             Font.Height = -17
  616.             Font.Name = 'Times New Roman'
  617.             Font.Style = [fsBold, fsItalic]
  618.             ParentFont = False
  619.             ParentShowHint = False
  620.             ShowHint = True
  621.             OnClick = NumberedList1Click
  622.           end
  623.           object SpeedButton24: TSpeedButton
  624.             Left = 3
  625.             Top = 1
  626.             Width = 130
  627.             Height = 35
  628.             Hint = 'Definition List'
  629.             Caption = 'Definition'
  630.             Font.Color = clNavy
  631.             Font.Height = -17
  632.             Font.Name = 'Times New Roman'
  633.             Font.Style = [fsBold, fsItalic]
  634.             ParentFont = False
  635.             ParentShowHint = False
  636.             ShowHint = True
  637.             OnClick = DefinitionList1Click
  638.           end
  639.           object SpeedButton23: TSpeedButton
  640.             Left = 530
  641.             Top = 1
  642.             Width = 130
  643.             Height = 35
  644.             Hint = 'Unnumbered List'
  645.             Caption = 'Unnumbered'
  646.             Font.Color = clNavy
  647.             Font.Height = -17
  648.             Font.Name = 'Times New Roman'
  649.             Font.Style = [fsBold, fsItalic]
  650.             ParentFont = False
  651.             ParentShowHint = False
  652.             ShowHint = True
  653.             OnClick = UnnumberedList1Click
  654.           end
  655.           object SpeedButton38: TSpeedButton
  656.             Left = 134
  657.             Top = 1
  658.             Width = 130
  659.             Height = 35
  660.             Hint = 'Directory List'
  661.             Caption = 'Directory'
  662.             Font.Color = clNavy
  663.             Font.Height = -17
  664.             Font.Name = 'Times New Roman'
  665.             Font.Style = [fsBold, fsItalic]
  666.             ParentFont = False
  667.             ParentShowHint = False
  668.             ShowHint = True
  669.             OnClick = Directory1Click
  670.           end
  671.           object SpeedButton40: TSpeedButton
  672.             Left = 266
  673.             Top = 1
  674.             Width = 130
  675.             Height = 35
  676.             Hint = 'Menu'
  677.             Caption = 'Menu'
  678.             Font.Color = clNavy
  679.             Font.Height = -17
  680.             Font.Name = 'Times New Roman'
  681.             Font.Style = [fsBold, fsItalic]
  682.             ParentFont = False
  683.             ParentShowHint = False
  684.             ShowHint = True
  685.             OnClick = Menu1Click
  686.           end
  687.         end
  688.         object TTabPage
  689.           Left = 4
  690.           Top = 31
  691.           Caption = 'Back/Links/Etc.'
  692.           object SpeedButton27: TSpeedButton
  693.             Left = 0
  694.             Top = 1
  695.             Width = 68
  696.             Height = 35
  697.             Hint = 'Background Appearance'
  698.             Caption = 'Back'
  699.             Font.Color = clPurple
  700.             Font.Height = -17
  701.             Font.Name = 'Times New Roman'
  702.             Font.Style = [fsBold, fsItalic]
  703.             ParentFont = False
  704.             ParentShowHint = False
  705.             ShowHint = True
  706.             OnClick = Background1Click
  707.           end
  708.           object SpeedButton26: TSpeedButton
  709.             Left = 210
  710.             Top = 1
  711.             Width = 68
  712.             Height = 35
  713.             Hint = 'Hyperlinks'
  714.             Caption = 'Link'
  715.             Font.Color = clPurple
  716.             Font.Height = -17
  717.             Font.Name = 'Times New Roman'
  718.             Font.Style = [fsBold, fsItalic]
  719.             ParentFont = False
  720.             ParentShowHint = False
  721.             ShowHint = True
  722.             OnClick = URL1Click
  723.           end
  724.           object SpeedButton29: TSpeedButton
  725.             Left = 350
  726.             Top = 1
  727.             Width = 68
  728.             Height = 35
  729.             Hint = 'Tables'
  730.             Caption = 'Table'
  731.             Font.Color = clPurple
  732.             Font.Height = -17
  733.             Font.Name = 'Times New Roman'
  734.             Font.Style = [fsBold, fsItalic]
  735.             ParentFont = False
  736.             ParentShowHint = False
  737.             ShowHint = True
  738.             OnClick = Tables1Click
  739.           end
  740.           object SpeedButton31: TSpeedButton
  741.             Left = 280
  742.             Top = 1
  743.             Width = 68
  744.             Height = 35
  745.             Hint = 'Special Symbols'
  746.             Caption = 'Symbol'
  747.             Font.Color = clPurple
  748.             Font.Height = -17
  749.             Font.Name = 'Times New Roman'
  750.             Font.Style = [fsBold, fsItalic]
  751.             ParentFont = False
  752.             ParentShowHint = False
  753.             ShowHint = True
  754.             OnClick = Symbols1Click
  755.           end
  756.           object SpeedButton25: TSpeedButton
  757.             Left = 140
  758.             Top = 1
  759.             Width = 68
  760.             Height = 35
  761.             Hint = 'Graphics File'
  762.             Caption = 'Image'
  763.             Font.Color = clPurple
  764.             Font.Height = -17
  765.             Font.Name = 'Times New Roman'
  766.             Font.Style = [fsBold, fsItalic]
  767.             ParentFont = False
  768.             ParentShowHint = False
  769.             ShowHint = True
  770.             OnClick = Image1Click
  771.           end
  772.           object SpeedButton32: TSpeedButton
  773.             Left = 70
  774.             Top = 1
  775.             Width = 68
  776.             Height = 35
  777.             Hint = 'Toggle Form Create Bar'
  778.             Caption = 'Form'
  779.             Font.Color = clPurple
  780.             Font.Height = -17
  781.             Font.Name = 'Times New Roman'
  782.             Font.Style = [fsBold, fsItalic]
  783.             ParentFont = False
  784.             ParentShowHint = False
  785.             ShowHint = True
  786.             OnClick = SpeedButton32Click
  787.           end
  788.           object SpeedButton28: TSpeedButton
  789.             Left = 583
  790.             Top = 1
  791.             Width = 78
  792.             Height = 35
  793.             Hint = 'View a GIF Image'
  794.             Caption = 'View GIF'
  795.             Font.Color = clPurple
  796.             Font.Height = -17
  797.             Font.Name = 'Times New Roman'
  798.             Font.Style = [fsBold, fsItalic]
  799.             ParentFont = False
  800.             ParentShowHint = False
  801.             ShowHint = True
  802.             OnClick = SpeedButton28Click
  803.           end
  804.           object SpeedButton74: TSpeedButton
  805.             Left = 420
  806.             Top = 1
  807.             Width = 79
  808.             Height = 35
  809.             Hint = 'Scrolling Marquee'
  810.             Caption = 'Marquee'
  811.             Font.Color = clPurple
  812.             Font.Height = -17
  813.             Font.Name = 'Times New Roman'
  814.             Font.Style = [fsBold, fsItalic]
  815.             ParentFont = False
  816.             ParentShowHint = False
  817.             ShowHint = True
  818.             OnClick = Marquee1Click
  819.           end
  820.           object SpeedButton75: TSpeedButton
  821.             Left = 501
  822.             Top = 1
  823.             Width = 79
  824.             Height = 35
  825.             Hint = 'Embed a sound file'
  826.             Caption = 'Sound'
  827.             Font.Color = clPurple
  828.             Font.Height = -17
  829.             Font.Name = 'Times New Roman'
  830.             Font.Style = [fsBold, fsItalic]
  831.             ParentFont = False
  832.             ParentShowHint = False
  833.             ShowHint = True
  834.             OnClick = Sound1Click
  835.           end
  836.         end
  837.       end
  838.     end
  839.     object Panel3: TPanel
  840.       Left = 0
  841.       Top = 120
  842.       Width = 552
  843.       Height = 35
  844.       Align = alTop
  845.       TabOrder = 2
  846.       Visible = False
  847.       object SpeedButton47: TSpeedButton
  848.         Left = 10
  849.         Top = 4
  850.         Width = 38
  851.         Height = 27
  852.         Caption = '1'
  853.         Font.Color = clFuchsia
  854.         Font.Height = -18
  855.         Font.Name = 'System'
  856.         Font.Style = [fsBold]
  857.         ParentFont = False
  858.         ParentShowHint = False
  859.         ShowHint = True
  860.         Visible = False
  861.         OnClick = SpeedButton47Click
  862.       end
  863.       object SpeedButton48: TSpeedButton
  864.         Left = 49
  865.         Top = 4
  866.         Width = 37
  867.         Height = 27
  868.         Caption = '2'
  869.         Font.Color = clFuchsia
  870.         Font.Height = -18
  871.         Font.Name = 'System'
  872.         Font.Style = [fsBold]
  873.         ParentFont = False
  874.         ParentShowHint = False
  875.         ShowHint = True
  876.         Visible = False
  877.         OnClick = SpeedButton48Click
  878.       end
  879.       object SpeedButton49: TSpeedButton
  880.         Left = 88
  881.         Top = 4
  882.         Width = 37
  883.         Height = 27
  884.         Caption = '3'
  885.         Font.Color = clFuchsia
  886.         Font.Height = -18
  887.         Font.Name = 'System'
  888.         Font.Style = [fsBold]
  889.         ParentFont = False
  890.         ParentShowHint = False
  891.         ShowHint = True
  892.         Visible = False
  893.         OnClick = SpeedButton49Click
  894.       end
  895.       object SpeedButton50: TSpeedButton
  896.         Left = 128
  897.         Top = 4
  898.         Width = 36
  899.         Height = 27
  900.         Caption = '4'
  901.         Font.Color = clFuchsia
  902.         Font.Height = -18
  903.         Font.Name = 'System'
  904.         Font.Style = [fsBold]
  905.         ParentFont = False
  906.         ParentShowHint = False
  907.         ShowHint = True
  908.         Visible = False
  909.         OnClick = SpeedButton50Click
  910.       end
  911.       object SpeedButton51: TSpeedButton
  912.         Left = 166
  913.         Top = 4
  914.         Width = 37
  915.         Height = 27
  916.         Caption = '5'
  917.         Font.Color = clFuchsia
  918.         Font.Height = -18
  919.         Font.Name = 'System'
  920.         Font.Style = [fsBold]
  921.         ParentFont = False
  922.         ParentShowHint = False
  923.         ShowHint = True
  924.         Visible = False
  925.         OnClick = SpeedButton51Click
  926.       end
  927.       object SpeedButton52: TSpeedButton
  928.         Left = 205
  929.         Top = 4
  930.         Width = 38
  931.         Height = 27
  932.         Caption = '6'
  933.         Font.Color = clFuchsia
  934.         Font.Height = -18
  935.         Font.Name = 'System'
  936.         Font.Style = [fsBold]
  937.         ParentFont = False
  938.         ParentShowHint = False
  939.         ShowHint = True
  940.         Visible = False
  941.         OnClick = SpeedButton52Click
  942.       end
  943.       object SpeedButton53: TSpeedButton
  944.         Left = 244
  945.         Top = 4
  946.         Width = 37
  947.         Height = 27
  948.         Caption = '7'
  949.         Font.Color = clFuchsia
  950.         Font.Height = -18
  951.         Font.Name = 'System'
  952.         Font.Style = [fsBold]
  953.         ParentFont = False
  954.         ParentShowHint = False
  955.         ShowHint = True
  956.         Visible = False
  957.         OnClick = SpeedButton53Click
  958.       end
  959.       object SpeedButton54: TSpeedButton
  960.         Left = 283
  961.         Top = 4
  962.         Width = 37
  963.         Height = 27
  964.         Caption = '8'
  965.         Font.Color = clFuchsia
  966.         Font.Height = -18
  967.         Font.Name = 'System'
  968.         Font.Style = [fsBold]
  969.         ParentFont = False
  970.         ParentShowHint = False
  971.         ShowHint = True
  972.         Visible = False
  973.         OnClick = SpeedButton54Click
  974.       end
  975.       object SpeedButton55: TSpeedButton
  976.         Left = 323
  977.         Top = 4
  978.         Width = 36
  979.         Height = 27
  980.         Caption = '9'
  981.         Font.Color = clFuchsia
  982.         Font.Height = -18
  983.         Font.Name = 'System'
  984.         Font.Style = [fsBold]
  985.         ParentFont = False
  986.         ParentShowHint = False
  987.         ShowHint = True
  988.         Visible = False
  989.         OnClick = SpeedButton55Click
  990.       end
  991.       object SpeedButton56: TSpeedButton
  992.         Left = 361
  993.         Top = 4
  994.         Width = 37
  995.         Height = 27
  996.         Caption = '10'
  997.         Font.Color = clFuchsia
  998.         Font.Height = -18
  999.         Font.Name = 'System'
  1000.         Font.Style = [fsBold]
  1001.         ParentFont = False
  1002.         ParentShowHint = False
  1003.         ShowHint = True
  1004.         Visible = False
  1005.         OnClick = SpeedButton56Click
  1006.       end
  1007.       object SpeedButton57: TSpeedButton
  1008.         Left = 400
  1009.         Top = 4
  1010.         Width = 38
  1011.         Height = 27
  1012.         Caption = '11'
  1013.         Font.Color = clFuchsia
  1014.         Font.Height = -18
  1015.         Font.Name = 'System'
  1016.         Font.Style = [fsBold]
  1017.         ParentFont = False
  1018.         ParentShowHint = False
  1019.         ShowHint = True
  1020.         Visible = False
  1021.         OnClick = SpeedButton57Click
  1022.       end
  1023.       object SpeedButton58: TSpeedButton
  1024.         Left = 439
  1025.         Top = 4
  1026.         Width = 37
  1027.         Height = 27
  1028.         Caption = '12'
  1029.         Font.Color = clFuchsia
  1030.         Font.Height = -18
  1031.         Font.Name = 'System'
  1032.         Font.Style = [fsBold]
  1033.         ParentFont = False
  1034.         ParentShowHint = False
  1035.         ShowHint = True
  1036.         Visible = False
  1037.         OnClick = SpeedButton58Click
  1038.       end
  1039.       object SpeedButton59: TSpeedButton
  1040.         Left = 478
  1041.         Top = 4
  1042.         Width = 37
  1043.         Height = 27
  1044.         Caption = '13'
  1045.         Font.Color = clFuchsia
  1046.         Font.Height = -18
  1047.         Font.Name = 'System'
  1048.         Font.Style = [fsBold]
  1049.         ParentFont = False
  1050.         ParentShowHint = False
  1051.         ShowHint = True
  1052.         Visible = False
  1053.         OnClick = SpeedButton59Click
  1054.       end
  1055.       object SpeedButton60: TSpeedButton
  1056.         Left = 518
  1057.         Top = 4
  1058.         Width = 36
  1059.         Height = 27
  1060.         Caption = '14'
  1061.         Font.Color = clFuchsia
  1062.         Font.Height = -18
  1063.         Font.Name = 'System'
  1064.         Font.Style = [fsBold]
  1065.         ParentFont = False
  1066.         ParentShowHint = False
  1067.         ShowHint = True
  1068.         Visible = False
  1069.         OnClick = SpeedButton60Click
  1070.       end
  1071.       object SpeedButton61: TSpeedButton
  1072.         Left = 556
  1073.         Top = 4
  1074.         Width = 37
  1075.         Height = 27
  1076.         Caption = '15'
  1077.         Font.Color = clFuchsia
  1078.         Font.Height = -18
  1079.         Font.Name = 'System'
  1080.         Font.Style = [fsBold]
  1081.         ParentFont = False
  1082.         ParentShowHint = False
  1083.         ShowHint = True
  1084.         Visible = False
  1085.         OnClick = SpeedButton61Click
  1086.       end
  1087.       object SpeedButton62: TSpeedButton
  1088.         Left = 595
  1089.         Top = 4
  1090.         Width = 38
  1091.         Height = 27
  1092.         Caption = '16'
  1093.         Font.Color = clFuchsia
  1094.         Font.Height = -18
  1095.         Font.Name = 'System'
  1096.         Font.Style = [fsBold]
  1097.         ParentFont = False
  1098.         ParentShowHint = False
  1099.         ShowHint = True
  1100.         Visible = False
  1101.         OnClick = SpeedButton62Click
  1102.       end
  1103.       object SpeedButton63: TSpeedButton
  1104.         Left = 634
  1105.         Top = 4
  1106.         Width = 37
  1107.         Height = 27
  1108.         Caption = '17'
  1109.         Font.Color = clFuchsia
  1110.         Font.Height = -18
  1111.         Font.Name = 'System'
  1112.         Font.Style = [fsBold]
  1113.         ParentFont = False
  1114.         ParentShowHint = False
  1115.         ShowHint = True
  1116.         Visible = False
  1117.         OnClick = SpeedButton63Click
  1118.       end
  1119.       object SpeedButton64: TSpeedButton
  1120.         Left = 673
  1121.         Top = 4
  1122.         Width = 37
  1123.         Height = 27
  1124.         Caption = '18'
  1125.         Font.Color = clFuchsia
  1126.         Font.Height = -18
  1127.         Font.Name = 'System'
  1128.         Font.Style = [fsBold]
  1129.         ParentFont = False
  1130.         ParentShowHint = False
  1131.         ShowHint = True
  1132.         Visible = False
  1133.         OnClick = SpeedButton64Click
  1134.       end
  1135.       object SpeedButton65: TSpeedButton
  1136.         Left = 713
  1137.         Top = 4
  1138.         Width = 36
  1139.         Height = 27
  1140.         Caption = '19'
  1141.         Font.Color = clFuchsia
  1142.         Font.Height = -18
  1143.         Font.Name = 'System'
  1144.         Font.Style = [fsBold]
  1145.         ParentFont = False
  1146.         ParentShowHint = False
  1147.         ShowHint = True
  1148.         Visible = False
  1149.         OnClick = SpeedButton65Click
  1150.       end
  1151.       object SpeedButton66: TSpeedButton
  1152.         Left = 751
  1153.         Top = 4
  1154.         Width = 37
  1155.         Height = 27
  1156.         Caption = '20'
  1157.         Font.Color = clFuchsia
  1158.         Font.Height = -18
  1159.         Font.Name = 'System'
  1160.         Font.Style = [fsBold]
  1161.         ParentFont = False
  1162.         ParentShowHint = False
  1163.         ShowHint = True
  1164.         Visible = False
  1165.         OnClick = SpeedButton66Click
  1166.       end
  1167.     end
  1168.     object GroupBox6: TGroupBox
  1169.       Left = 5
  1170.       Top = 1
  1171.       Width = 115
  1172.       Height = 78
  1173.       Font.Color = clBlue
  1174.       Font.Height = -17
  1175.       Font.Name = 'Times New Roman'
  1176.       Font.Style = [fsBold]
  1177.       ParentFont = False
  1178.       TabOrder = 3
  1179.       object SpeedButton10: TSpeedButton
  1180.         Left = 4
  1181.         Top = 19
  1182.         Width = 25
  1183.         Height = 25
  1184.         Hint = 'New File'
  1185.         Font.Color = clBlue
  1186.         Font.Height = -17
  1187.         Font.Name = 'Times New Roman'
  1188.         Font.Style = [fsBold, fsItalic]
  1189.         Glyph.Data = {
  1190.           76010000424D7601000000000000760000002800000020000000100000000100
  1191.           04000000000000010000130B0000130B00000000000000000000000000000000
  1192.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1193.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  1194.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  1195.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  1196.           07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  1197.           07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  1198.           0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  1199.           33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  1200.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  1201.           3BB33773333773333773B333333B3333333B7333333733333337}
  1202.         NumGlyphs = 2
  1203.         ParentFont = False
  1204.         ParentShowHint = False
  1205.         ShowHint = True
  1206.         OnClick = New1Click
  1207.       end
  1208.       object SpeedButton11: TSpeedButton
  1209.         Left = 31
  1210.         Top = 19
  1211.         Width = 25
  1212.         Height = 25
  1213.         Hint = 'Open File'
  1214.         Font.Color = clBlue
  1215.         Font.Height = -17
  1216.         Font.Name = 'Times New Roman'
  1217.         Font.Style = [fsBold, fsItalic]
  1218.         Glyph.Data = {
  1219.           78010000424D7801000000000000760000002800000020000000100000000100
  1220.           04000000000000000000120B0000120B00000000000000000000000000000000
  1221.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1222.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1223.           5555555555555555555555555555555555555555555555555555555555555555
  1224.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  1225.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  1226.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  1227.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  1228.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  1229.           55555575FFF75555555555700007555555555557777555555555555555555555
  1230.           55555555555555555555555555555555555555555555555555550000}
  1231.         NumGlyphs = 2
  1232.         ParentFont = False
  1233.         ParentShowHint = False
  1234.         ShowHint = True
  1235.         OnClick = Open1Click
  1236.       end
  1237.       object SpeedButton13: TSpeedButton
  1238.         Left = 85
  1239.         Top = 19
  1240.         Width = 25
  1241.         Height = 25
  1242.         Hint = 'Save File'
  1243.         Font.Color = clBlue
  1244.         Font.Height = -17
  1245.         Font.Name = 'Times New Roman'
  1246.         Font.Style = [fsBold, fsItalic]
  1247.         Glyph.Data = {
  1248.           78010000424D7801000000000000760000002800000020000000100000000100
  1249.           04000000000000000000120B0000120B00000000000000000000000000000000
  1250.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1251.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1252.           5555555555555555555555555555555555555555555555555555555555555555
  1253.           55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  1254.           0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  1255.           0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  1256.           0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  1257.           555555777777777755555550FBFB0555555555575FFF75555555555700007555
  1258.           5555555577775555555555555555555555555555555555555555555555555555
  1259.           55555555555555555555555555555555555555555555555555550000}
  1260.         NumGlyphs = 2
  1261.         ParentFont = False
  1262.         ParentShowHint = False
  1263.         ShowHint = True
  1264.         OnClick = SpeedButton13Click
  1265.       end
  1266.       object SpeedButton15: TSpeedButton
  1267.         Left = 4
  1268.         Top = 46
  1269.         Width = 25
  1270.         Height = 25
  1271.         Hint = 'Save File As'
  1272.         Font.Color = clBlue
  1273.         Font.Height = -17
  1274.         Font.Name = 'Times New Roman'
  1275.         Font.Style = [fsBold, fsItalic]
  1276.         Glyph.Data = {
  1277.           76010000424D7601000000000000760000002800000020000000100000000100
  1278.           04000000000000010000130B0000130B00000000000000000000000000000000
  1279.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1280.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  1281.           7700333333337777777733333333008088003333333377F73377333333330088
  1282.           88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  1283.           000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  1284.           FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  1285.           99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  1286.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1287.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1288.           93337FFFF7737777733300000033333333337777773333333333}
  1289.         NumGlyphs = 2
  1290.         ParentFont = False
  1291.         ParentShowHint = False
  1292.         ShowHint = True
  1293.         OnClick = SpeedButton15Click
  1294.       end
  1295.       object SpeedButton16: TSpeedButton
  1296.         Left = 31
  1297.         Top = 46
  1298.         Width = 25
  1299.         Height = 25
  1300.         Hint = 'Close File'
  1301.         Font.Color = clBlue
  1302.         Font.Height = -17
  1303.         Font.Name = 'Times New Roman'
  1304.         Font.Style = [fsBold, fsItalic]
  1305.         Glyph.Data = {
  1306.           76010000424D7601000000000000760000002800000020000000100000000100
  1307.           04000000000000010000130B0000130B00000000000000000000000000000000
  1308.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1309.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  1310.           333B33F333337F3333373B33333BB33333B337FF33377F33337F3BB3333BB333
  1311.           3BB3377FF3377F33377333BB777BB777BB333377FFF77FFF7733330000000000
  1312.           B3333377777777777333330FFFFFFFF03333337F3FF3FFF7F333330F00F000F0
  1313.           33333F7F77377737FFFFBB0FFF8FFFF0BBB3777F3F33FFF7777F3B0F08700000
  1314.           000B377F73F7777777773308880FFFFFF033337F377333333733330807FFFFF8
  1315.           033333737FFFFFFF7F33333000000000B3333337777777777FF333BB333BB333
  1316.           BB33337733377F3377FF3BB3333BB3333BB3377333377F33377F3B33333BB333
  1317.           33B33733333773333373B333333B3333333B7333333733333337}
  1318.         NumGlyphs = 2
  1319.         ParentFont = False
  1320.         ParentShowHint = False
  1321.         ShowHint = True
  1322.         OnClick = SpeedButton16Click
  1323.       end
  1324.       object SpeedButton12: TSpeedButton
  1325.         Left = 58
  1326.         Top = 19
  1327.         Width = 25
  1328.         Height = 25
  1329.         Hint = 'Print File'
  1330.         Glyph.Data = {
  1331.           76010000424D7601000000000000760000002800000020000000100000000100
  1332.           04000000000000010000130B0000130B00000000000000000000000000000000
  1333.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1334.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1335.           00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  1336.           8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  1337.           8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  1338.           8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  1339.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1340.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1341.           33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  1342.           33333337FFFF7733333333300000033333333337777773333333}
  1343.         NumGlyphs = 2
  1344.         ParentShowHint = False
  1345.         ShowHint = True
  1346.         OnClick = SpeedButton12Click
  1347.       end
  1348.       object SpeedButton68: TSpeedButton
  1349.         Left = 58
  1350.         Top = 46
  1351.         Width = 25
  1352.         Height = 25
  1353.         Hint = 'Primary Browser'
  1354.         Caption = 'PB'
  1355.         Font.Color = clBlue
  1356.         Font.Height = -15
  1357.         Font.Name = 'Times New Roman'
  1358.         Font.Style = [fsBold, fsItalic]
  1359.         NumGlyphs = 2
  1360.         ParentFont = False
  1361.         ParentShowHint = False
  1362.         ShowHint = True
  1363.         OnClick = Primary1Click
  1364.       end
  1365.       object SpeedButton69: TSpeedButton
  1366.         Left = 85
  1367.         Top = 46
  1368.         Width = 25
  1369.         Height = 25
  1370.         Hint = 'Secondary Browser'
  1371.         Caption = 'SB'
  1372.         Font.Color = clBlue
  1373.         Font.Height = -15
  1374.         Font.Name = 'Times New Roman'
  1375.         Font.Style = [fsBold, fsItalic]
  1376.         ParentFont = False
  1377.         ParentShowHint = False
  1378.         ShowHint = True
  1379.         OnClick = Secondary1Click
  1380.       end
  1381.     end
  1382.   end
  1383.   object StatusBar1: TStatusBar
  1384.     Left = 0
  1385.     Top = 354
  1386.     Width = 556
  1387.     Height = 25
  1388.     Font.Color = clBlack
  1389.     Font.Height = -17
  1390.     Font.Name = 'System'
  1391.     Font.Style = [fsBold]
  1392.     Panels = <
  1393.       item
  1394.         Alignment = taCenter
  1395.         Width = 112
  1396.       end
  1397.       item
  1398.         Alignment = taCenter
  1399.         Width = 80
  1400.       end
  1401.       item
  1402.         Alignment = taCenter
  1403.         Width = 112
  1404.       end
  1405.       item
  1406.         Alignment = taCenter
  1407.         Width = 120
  1408.       end
  1409.       item
  1410.         Alignment = taCenter
  1411.         Width = 90
  1412.       end
  1413.       item
  1414.         Width = 50
  1415.       end>
  1416.     ParentFont = False
  1417.     SimplePanel = False
  1418.     Visible = False
  1419.   end
  1420.   object MainMenu1: TMainMenu
  1421.     Left = 8
  1422.     Top = 184
  1423.     object File1: TMenuItem
  1424.       Caption = '&File'
  1425.       GroupIndex = 1
  1426.       ShortCut = 0
  1427.       OnClick = File1Click
  1428.       object NewProject1: TMenuItem
  1429.         Caption = 'New &Project'
  1430.         Enabled = False
  1431.         ShortCut = 0
  1432.         OnClick = NewProject1Click
  1433.       end
  1434.       object OpenProject1: TMenuItem
  1435.         Caption = 'Open P&roject'
  1436.         Enabled = False
  1437.         ShortCut = 0
  1438.         OnClick = OpenProject1Click
  1439.       end
  1440.       object N4: TMenuItem
  1441.         Caption = '-'
  1442.         ShortCut = 0
  1443.       end
  1444.       object New1: TMenuItem
  1445.         Caption = '&New File'
  1446.         ShortCut = 0
  1447.         OnClick = New1Click
  1448.       end
  1449.       object Open1: TMenuItem
  1450.         Caption = '&Open File'
  1451.         ShortCut = 0
  1452.         OnClick = Open1Click
  1453.       end
  1454.       object N5: TMenuItem
  1455.         Caption = '-'
  1456.         ShortCut = 0
  1457.       end
  1458.       object Exit1: TMenuItem
  1459.         Caption = 'E&xit'
  1460.         ShortCut = 0
  1461.         OnClick = Exit1Click
  1462.       end
  1463.     end
  1464.     object Hist1: TMenuItem
  1465.       Caption = 'History'
  1466.       GroupIndex = 8
  1467.       ShortCut = 0
  1468.       object History1: TMenuItem
  1469.         ShortCut = 0
  1470.         Visible = False
  1471.         OnClick = History1Click
  1472.       end
  1473.       object History2: TMenuItem
  1474.         ShortCut = 0
  1475.         Visible = False
  1476.         OnClick = History2Click
  1477.       end
  1478.       object History3: TMenuItem
  1479.         ShortCut = 0
  1480.         Visible = False
  1481.         OnClick = History3Click
  1482.       end
  1483.       object History4: TMenuItem
  1484.         ShortCut = 0
  1485.         Visible = False
  1486.         OnClick = History4Click
  1487.       end
  1488.       object History5: TMenuItem
  1489.         ShortCut = 0
  1490.         Visible = False
  1491.         OnClick = History5Click
  1492.       end
  1493.       object History6: TMenuItem
  1494.         ShortCut = 0
  1495.         Visible = False
  1496.         OnClick = History6Click
  1497.       end
  1498.       object History7: TMenuItem
  1499.         ShortCut = 0
  1500.         Visible = False
  1501.         OnClick = History7Click
  1502.       end
  1503.       object History8: TMenuItem
  1504.         ShortCut = 0
  1505.         Visible = False
  1506.         OnClick = History8Click
  1507.       end
  1508.       object History9: TMenuItem
  1509.         ShortCut = 0
  1510.         Visible = False
  1511.         OnClick = History9Click
  1512.       end
  1513.       object History10: TMenuItem
  1514.         ShortCut = 0
  1515.         Visible = False
  1516.         OnClick = History10Click
  1517.       end
  1518.     end
  1519.     object Edit1: TMenuItem
  1520.       Caption = '&Edit'
  1521.       GroupIndex = 8
  1522.       ShortCut = 0
  1523.       OnClick = Edit1Click
  1524.       object Cut1: TMenuItem
  1525.         Caption = '&Cut'
  1526.         ShortCut = 0
  1527.         OnClick = Cut1Click
  1528.       end
  1529.       object Copy1: TMenuItem
  1530.         Caption = 'C&opy'
  1531.         ShortCut = 0
  1532.         OnClick = Copy1Click
  1533.       end
  1534.       object Paste1: TMenuItem
  1535.         Caption = '&Paste'
  1536.         ShortCut = 0
  1537.         OnClick = Paste1Click
  1538.       end
  1539.       object Delete1: TMenuItem
  1540.         Caption = '&Delete'
  1541.         ShortCut = 0
  1542.         OnClick = Delete1Click
  1543.       end
  1544.       object Search1: TMenuItem
  1545.         Caption = '&Search'
  1546.         ShortCut = 113
  1547.         OnClick = Search1Click
  1548.       end
  1549.       object SearchNext1: TMenuItem
  1550.         Caption = 'Search &Next'
  1551.         ShortCut = 114
  1552.         OnClick = SearchNext1Click
  1553.       end
  1554.       object Replace1: TMenuItem
  1555.         Caption = '&Replace'
  1556.         ShortCut = 115
  1557.         OnClick = Replace1Click
  1558.       end
  1559.       object N7: TMenuItem
  1560.         Caption = '-'
  1561.         ShortCut = 0
  1562.       end
  1563.       object SpellCheck1: TMenuItem
  1564.         Caption = 'Spe&ll Check'
  1565.         Enabled = False
  1566.         ShortCut = 0
  1567.         OnClick = SpellCheck1Click
  1568.       end
  1569.       object test1: TMenuItem
  1570.         Caption = '-'
  1571.         ShortCut = 0
  1572.       end
  1573.       object Undo1: TMenuItem
  1574.         Caption = '&Undo'
  1575.         Enabled = False
  1576.         ShortCut = 0
  1577.         OnClick = Undo1Click
  1578.       end
  1579.       object Redo1: TMenuItem
  1580.         Caption = 'R&edo'
  1581.         Enabled = False
  1582.         ShortCut = 0
  1583.         OnClick = Redo1Click
  1584.       end
  1585.     end
  1586.     object HTML1: TMenuItem
  1587.       Caption = '&HTML'
  1588.       GroupIndex = 8
  1589.       ShortCut = 0
  1590.       object Background1: TMenuItem
  1591.         Caption = '&Background'
  1592.         ShortCut = 0
  1593.         OnClick = Background1Click
  1594.       end
  1595.       object Image1: TMenuItem
  1596.         Caption = '&Image'
  1597.         ShortCut = 0
  1598.         OnClick = Image1Click
  1599.       end
  1600.       object URL1: TMenuItem
  1601.         Caption = '&URL'
  1602.         ShortCut = 0
  1603.         OnClick = URL1Click
  1604.       end
  1605.       object Header1: TMenuItem
  1606.         Caption = '&Header'
  1607.         ShortCut = 0
  1608.         OnClick = Header1Click
  1609.       end
  1610.       object Lists1: TMenuItem
  1611.         Caption = '&Lists'
  1612.         ShortCut = 0
  1613.         object NumberedList1: TMenuItem
  1614.           Caption = '&Numbered List'
  1615.           ShortCut = 0
  1616.           OnClick = NumberedList1Click
  1617.         end
  1618.         object UnnumberedList1: TMenuItem
  1619.           Caption = '&Unnumbered List'
  1620.           ShortCut = 0
  1621.           OnClick = UnnumberedList1Click
  1622.         end
  1623.         object DefinitionList1: TMenuItem
  1624.           Caption = '&Definition List'
  1625.           ShortCut = 0
  1626.           OnClick = DefinitionList1Click
  1627.         end
  1628.         object Menu1: TMenuItem
  1629.           Caption = '&Menu'
  1630.           ShortCut = 0
  1631.           OnClick = Menu1Click
  1632.         end
  1633.         object Directory1: TMenuItem
  1634.           Caption = 'D&irectory'
  1635.           ShortCut = 0
  1636.           OnClick = Directory1Click
  1637.         end
  1638.       end
  1639.       object Format1: TMenuItem
  1640.         Caption = '&Format'
  1641.         ShortCut = 0
  1642.         object ForcedLineBreak1: TMenuItem
  1643.           Caption = '&Forced Line Break'
  1644.           ShortCut = 0
  1645.           OnClick = ForcedLineBreak1Click
  1646.         end
  1647.         object Paragraph1: TMenuItem
  1648.           Caption = '&Paragraph'
  1649.           ShortCut = 0
  1650.           OnClick = Paragraph1Click
  1651.         end
  1652.         object CenterLine1: TMenuItem
  1653.           Caption = '&Center Line'
  1654.           ShortCut = 0
  1655.           OnClick = CenterLine1Click
  1656.         end
  1657.         object HorizontalRule1: TMenuItem
  1658.           Caption = 'Hori&zontal Rule'
  1659.           ShortCut = 0
  1660.           OnClick = HorizontalRule1Click
  1661.         end
  1662.         object Preformatted1: TMenuItem
  1663.           Caption = 'P&reformatted Text'
  1664.           ShortCut = 0
  1665.           OnClick = Preformatted1Click
  1666.         end
  1667.         object AddressBlock1: TMenuItem
  1668.           Caption = '&Address Block'
  1669.           ShortCut = 0
  1670.           OnClick = AddressBlock1Click
  1671.         end
  1672.         object BlockQuote1: TMenuItem
  1673.           Caption = 'Block &Quote'
  1674.           ShortCut = 0
  1675.           OnClick = BlockQuote1Click
  1676.         end
  1677.         object LastModified1: TMenuItem
  1678.           Caption = '&Last Modified'
  1679.           ShortCut = 0
  1680.           OnClick = LastModified1Click
  1681.         end
  1682.       end
  1683.       object Tables1: TMenuItem
  1684.         Caption = 'Tabl&es'
  1685.         ShortCut = 0
  1686.         OnClick = Tables1Click
  1687.       end
  1688.       object TextFormat1: TMenuItem
  1689.         Caption = 'Te&xt Format'
  1690.         ShortCut = 0
  1691.         object Bold1: TMenuItem
  1692.           Caption = '&Bold'
  1693.           ShortCut = 0
  1694.           OnClick = Bold1Click
  1695.         end
  1696.         object Italic1: TMenuItem
  1697.           Caption = '&Italic'
  1698.           ShortCut = 0
  1699.           OnClick = Italic1Click
  1700.         end
  1701.         object Strong1: TMenuItem
  1702.           Caption = '&Strong'
  1703.           ShortCut = 0
  1704.           OnClick = Strong1Click
  1705.         end
  1706.         object Emphasis1: TMenuItem
  1707.           Caption = 'E&mphasis'
  1708.           ShortCut = 0
  1709.           OnClick = Emphasis1Click
  1710.         end
  1711.         object Citation1: TMenuItem
  1712.           Caption = '&Citation'
  1713.           ShortCut = 0
  1714.           OnClick = Citation1Click
  1715.         end
  1716.         object Code1: TMenuItem
  1717.           Caption = 'C&ode'
  1718.           ShortCut = 0
  1719.           OnClick = Code1Click
  1720.         end
  1721.         object Blinking1: TMenuItem
  1722.           Caption = 'B&linking'
  1723.           ShortCut = 0
  1724.           OnClick = Blinking1Click
  1725.         end
  1726.         object Underline1: TMenuItem
  1727.           Caption = '&Underline'
  1728.           ShortCut = 0
  1729.           OnClick = Underline1Click
  1730.         end
  1731.         object Comment1: TMenuItem
  1732.           Caption = 'Co&mment'
  1733.           ShortCut = 0
  1734.           OnClick = Comment1Click
  1735.         end
  1736.         object Sample1: TMenuItem
  1737.           Caption = 'S&le'
  1738.           ShortCut = 0
  1739.           OnClick = Sample1Click
  1740.         end
  1741.         object Keyboard1: TMenuItem
  1742.           Caption = '&Keyboard'
  1743.           ShortCut = 0
  1744.           OnClick = Keyboard1Click
  1745.         end
  1746.         object Variable1: TMenuItem
  1747.           Caption = '&Variable'
  1748.           ShortCut = 0
  1749.           OnClick = Variable1Click
  1750.         end
  1751.         object Definition1: TMenuItem
  1752.           Caption = '&Definition'
  1753.           ShortCut = 0
  1754.           OnClick = Definition1Click
  1755.         end
  1756.         object Teletype1: TMenuItem
  1757.           Caption = '&Teletype'
  1758.           ShortCut = 0
  1759.           OnClick = Teletype1Click
  1760.         end
  1761.         object StrikeThrough1: TMenuItem
  1762.           Caption = 'St&rike-Through'
  1763.           ShortCut = 0
  1764.           OnClick = StrikeThrough1Click
  1765.         end
  1766.         object Big1: TMenuItem
  1767.           Caption = 'Bi&g'
  1768.           ShortCut = 0
  1769.           OnClick = Big1Click
  1770.         end
  1771.         object Small1: TMenuItem
  1772.           Caption = 'Small'
  1773.           ShortCut = 0
  1774.           OnClick = Small1Click
  1775.         end
  1776.         object Subscript1: TMenuItem
  1777.           Caption = 'Subscript'
  1778.           ShortCut = 0
  1779.           OnClick = Subscript1Click
  1780.         end
  1781.         object Superscript1: TMenuItem
  1782.           Caption = 'Superscript'
  1783.           ShortCut = 0
  1784.           OnClick = Superscript1Click
  1785.         end
  1786.       end
  1787.       object Symbols1: TMenuItem
  1788.         Caption = 'S&ymbols'
  1789.         ShortCut = 0
  1790.         OnClick = Symbols1Click
  1791.       end
  1792.       object Form1: TMenuItem
  1793.         Caption = 'For&ms'
  1794.         ShortCut = 0
  1795.         object FormBody1: TMenuItem
  1796.           Caption = 'Form &Body'
  1797.           ShortCut = 0
  1798.           OnClick = FormBody1Click
  1799.         end
  1800.         object MailTo1: TMenuItem
  1801.           Caption = 'Mail &To'
  1802.           ShortCut = 0
  1803.           OnClick = MailTo1Click
  1804.         end
  1805.         object MailSubject1: TMenuItem
  1806.           Caption = 'Mail &Subject'
  1807.           ShortCut = 0
  1808.           OnClick = MailSubject1Click
  1809.         end
  1810.         object Input1: TMenuItem
  1811.           Caption = '&Input'
  1812.           ShortCut = 0
  1813.           OnClick = Input1Click
  1814.         end
  1815.       end
  1816.       object Font1: TMenuItem
  1817.         Caption = 'Fo&nt'
  1818.         ShortCut = 0
  1819.         OnClick = Font1Click
  1820.       end
  1821.       object Marquee1: TMenuItem
  1822.         Caption = 'Mar&quee'
  1823.         ShortCut = 0
  1824.         OnClick = Marquee1Click
  1825.       end
  1826.       object Sound1: TMenuItem
  1827.         Caption = 'S&ound'
  1828.         ShortCut = 0
  1829.         OnClick = Sound1Click
  1830.       end
  1831.       object Base1: TMenuItem
  1832.         Caption = 'Ba&se'
  1833.         ShortCut = 0
  1834.         OnClick = Base1Click
  1835.       end
  1836.     end
  1837.     object Frame1: TMenuItem
  1838.       Caption = 'F&rame'
  1839.       GroupIndex = 8
  1840.       ShortCut = 0
  1841.       object NewFramePage1: TMenuItem
  1842.         Caption = '&New Frame Page'
  1843.         ShortCut = 0
  1844.         OnClick = NewFramePage1Click
  1845.       end
  1846.       object FrameSet1: TMenuItem
  1847.         Caption = 'Frame&Set'
  1848.         ShortCut = 0
  1849.         OnClick = FrameSet1Click
  1850.       end
  1851.       object Frame2: TMenuItem
  1852.         Caption = '&Frame'
  1853.         ShortCut = 0
  1854.         OnClick = Frame2Click
  1855.       end
  1856.       object NoFrames1: TMenuItem
  1857.         Caption = 'N&o Frames'
  1858.         ShortCut = 0
  1859.         OnClick = NoFrames1Click
  1860.       end
  1861.       object FrameBuild1: TMenuItem
  1862.         Caption = 'Frame &Builder'
  1863.         ShortCut = 0
  1864.         OnClick = FrameBuild1Click
  1865.       end
  1866.     end
  1867.     object Browser1: TMenuItem
  1868.       Caption = '&Browser'
  1869.       GroupIndex = 8
  1870.       ShortCut = 0
  1871.       object Primary1: TMenuItem
  1872.         Caption = '&Primary'
  1873.         ShortCut = 0
  1874.         OnClick = Primary1Click
  1875.       end
  1876.       object Secondary1: TMenuItem
  1877.         Caption = '&Secondary'
  1878.         ShortCut = 0
  1879.         OnClick = Secondary1Click
  1880.       end
  1881.     end
  1882.     object View1: TMenuItem
  1883.       Caption = '&View'
  1884.       GroupIndex = 8
  1885.       ShortCut = 0
  1886.       object FormToolbar1: TMenuItem
  1887.         Caption = 'Form Toolbar'
  1888.         ShortCut = 0
  1889.         OnClick = FormToolbar1Click
  1890.       end
  1891.       object UserToolbar1: TMenuItem
  1892.         Caption = 'User Toolbar'
  1893.         ShortCut = 0
  1894.         OnClick = UserToolbar1Click
  1895.       end
  1896.     end
  1897.     object Window1: TMenuItem
  1898.       Caption = '&Window'
  1899.       GroupIndex = 8
  1900.       ShortCut = 0
  1901.       object Cascade1: TMenuItem
  1902.         Caption = '&Cascade'
  1903.         ShortCut = 0
  1904.         OnClick = Cascade1Click
  1905.       end
  1906.       object Tile1: TMenuItem
  1907.         Caption = '&Tile'
  1908.         ShortCut = 0
  1909.         OnClick = Tile1Click
  1910.       end
  1911.     end
  1912.     object Options1: TMenuItem
  1913.       Caption = '&Options'
  1914.       GroupIndex = 8
  1915.       ShortCut = 0
  1916.       OnClick = Options1Click
  1917.       object DefineToolbar1: TMenuItem
  1918.         Caption = '&Define Toolbar'
  1919.         ShortCut = 0
  1920.         object Edit2: TMenuItem
  1921.           Caption = '&Edit'
  1922.           ShortCut = 0
  1923.           OnClick = Edit2Click
  1924.         end
  1925.         object Load1: TMenuItem
  1926.           Caption = '&Load'
  1927.           ShortCut = 0
  1928.           OnClick = Load1Click
  1929.         end
  1930.       end
  1931.       object N1: TMenuItem
  1932.         Caption = '-'
  1933.         ShortCut = 0
  1934.       end
  1935.       object GlobalSpellChecking1: TMenuItem
  1936.         Caption = 'Global Spe&ll Checking'
  1937.         Enabled = False
  1938.         ShortCut = 0
  1939.         OnClick = GlobalSpellChecking1Click
  1940.       end
  1941.       object N6: TMenuItem
  1942.         Caption = '-'
  1943.         ShortCut = 0
  1944.       end
  1945.       object ExampleText1: TMenuItem
  1946.         Caption = 'E&xample Text'
  1947.         Checked = True
  1948.         Enabled = False
  1949.         ShortCut = 0
  1950.         OnClick = ExampleText1Click
  1951.       end
  1952.       object CreateBackupFile1: TMenuItem
  1953.         Caption = 'Cr&eate Backup File'
  1954.         Checked = True
  1955.         Enabled = False
  1956.         ShortCut = 0
  1957.         OnClick = CreateBackupFile1Click
  1958.       end
  1959.       object Wordwrap1: TMenuItem
  1960.         Caption = '&Wordwrap'
  1961.         Checked = True
  1962.         Enabled = False
  1963.         ShortCut = 0
  1964.         OnClick = Wordwrap1Click
  1965.       end
  1966.       object TabInEdit1: TMenuItem
  1967.         Caption = '&Tab In Edit'
  1968.         Checked = True
  1969.         Enabled = False
  1970.         ShortCut = 0
  1971.         OnClick = TabInEdit1Click
  1972.       end
  1973.       object N2: TMenuItem
  1974.         Caption = '-'
  1975.         ShortCut = 0
  1976.       end
  1977.       object Setup1: TMenuItem
  1978.         Caption = '&Setup'
  1979.         ShortCut = 0
  1980.         OnClick = Setup1Click
  1981.       end
  1982.       object N3: TMenuItem
  1983.         Caption = '-'
  1984.         ShortCut = 0
  1985.       end
  1986.       object Register1: TMenuItem
  1987.         Caption = '&Register'
  1988.         ShortCut = 0
  1989.         OnClick = Register1Click
  1990.       end
  1991.     end
  1992.     object About1: TMenuItem
  1993.       Caption = '&About'
  1994.       GroupIndex = 8
  1995.       ShortCut = 0
  1996.       OnClick = About1Click
  1997.     end
  1998.     object Help1: TMenuItem
  1999.       Caption = '&Help'
  2000.       GroupIndex = 8
  2001.       ShortCut = 0
  2002.       OnClick = Help1Click
  2003.     end
  2004.   end
  2005.   object SaveDialog1: TSaveDialog
  2006.     FileEditStyle = fsEdit
  2007.     Filter = 
  2008.       'Web Pages (*.HTML)|*.html|Web Pages (*.htm)|*.htm|Project Files ' +
  2009.       '(*.pro)|*.pro|All Files (*.*)|*.*'
  2010.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  2011.     Left = 8
  2012.     Top = 216
  2013.   end
  2014.   object OpenDialog1: TOpenDialog
  2015.     FileEditStyle = fsEdit
  2016.     Filter = 
  2017.       'Web Pages (*.html)|*.html|Web Pages (*.htm)|*.htm|All Files (*.*' +
  2018.       ')|*.*'
  2019.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  2020.     Left = 40
  2021.     Top = 216
  2022.   end
  2023.   object PrinterSetupDialog1: TPrinterSetupDialog
  2024.     Left = 40
  2025.     Top = 312
  2026.   end
  2027.   object FontDialog1: TFontDialog
  2028.     Font.Color = clWindowText
  2029.     Font.Height = -17
  2030.     Font.Name = 'System'
  2031.     Font.Style = []
  2032.     MinFontSize = 0
  2033.     MaxFontSize = 0
  2034.     Options = [fdEffects, fdForceFontExist]
  2035.     Left = 8
  2036.     Top = 280
  2037.   end
  2038.   object DdeClientConv1: TDdeClientConv
  2039.     ConnectMode = ddeManual
  2040.     Left = 8
  2041.     Top = 312
  2042.   end
  2043.   object RichSpell1: TRichSpell
  2044.     DictionaryMain = 'acrop.dct'
  2045.     DictionaryUser = 'custom.dct'
  2046.     Left = 40
  2047.     Top = 280
  2048.   end
  2049.   object PopupMenu1: TPopupMenu
  2050.     OnPopup = PopupMenu1Popup
  2051.     Left = 40
  2052.     Top = 186
  2053.     object Cut2: TMenuItem
  2054.       Caption = 'Cut'
  2055.       ShortCut = 0
  2056.       OnClick = Cut2Click
  2057.     end
  2058.     object Copy2: TMenuItem
  2059.       Caption = 'Copy'
  2060.       ShortCut = 0
  2061.       OnClick = Copy2Click
  2062.     end
  2063.     object Paste2: TMenuItem
  2064.       Caption = 'Paste'
  2065.       ShortCut = 0
  2066.       OnClick = Paste2Click
  2067.     end
  2068.     object Delete2: TMenuItem
  2069.       Caption = 'Delete'
  2070.       ShortCut = 0
  2071.       OnClick = Delete2Click
  2072.     end
  2073.     object N9: TMenuItem
  2074.       Caption = '-'
  2075.       ShortCut = 0
  2076.     end
  2077.     object Search2: TMenuItem
  2078.       Caption = 'Search'
  2079.       ShortCut = 0
  2080.       OnClick = Search2Click
  2081.     end
  2082.     object SearchNext2: TMenuItem
  2083.       Caption = 'Search Next'
  2084.       ShortCut = 0
  2085.       OnClick = SearchNext2Click
  2086.     end
  2087.     object Replace2: TMenuItem
  2088.       Caption = 'Replace'
  2089.       ShortCut = 0
  2090.       OnClick = Replace2Click
  2091.     end
  2092.     object N10: TMenuItem
  2093.       Caption = '-'
  2094.       ShortCut = 0
  2095.     end
  2096.     object SpellCheck2: TMenuItem
  2097.       Caption = 'Spell Check'
  2098.       ShortCut = 0
  2099.       OnClick = SpellCheck2Click
  2100.     end
  2101.   end
  2102. end
  2103.