home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / THTMLATTRIBUTESDLG / THTMLATTRIBUTESDLG.txt
Text File  |  1998-02-19  |  51KB  |  1,905 lines

  1. object HtmlAttributesDlg: THtmlAttributesDlg
  2.   Left = 126
  3.   Top = 130
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Define Attributes'
  8.   ClientHeight = 449
  9.   ClientWidth = 626
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ButtonPanel: TPanel
  23.     Left = 525
  24.     Top = 0
  25.     Width = 101
  26.     Height = 449
  27.     Align = alRight
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object OKBtn: TBitBtn
  31.       Left = 14
  32.       Top = 5
  33.       Width = 77
  34.       Height = 27
  35.       Hint = 'Generate HTML Report'
  36.       Caption = '&OK'
  37.       TabOrder = 0
  38.       OnClick = OKBtnClick
  39.       Kind = bkOK
  40.       Margin = 2
  41.       Spacing = -1
  42.       IsControl = True
  43.     end
  44.     object CancelBtn: TBitBtn
  45.       Left = 14
  46.       Top = 35
  47.       Width = 77
  48.       Height = 27
  49.       Hint = 'Cancel HTML Report'
  50.       Caption = '&Cancel'
  51.       TabOrder = 1
  52.       OnClick = CancelBtnClick
  53.       Kind = bkCancel
  54.       Margin = 2
  55.       Spacing = -1
  56.       IsControl = True
  57.     end
  58.     object HelpBtn: TBitBtn
  59.       Left = 14
  60.       Top = 65
  61.       Width = 77
  62.       Height = 27
  63.       Hint = 'Display Help Window'
  64.       TabOrder = 2
  65.       OnClick = HelpBtnClick
  66.       Kind = bkHelp
  67.       Margin = 2
  68.       Spacing = -1
  69.       IsControl = True
  70.     end
  71.   end
  72.   object Notebook: TNotebook
  73.     Left = 0
  74.     Top = 0
  75.     Width = 525
  76.     Height = 449
  77.     Align = alClient
  78.     PageIndex = 4
  79.     TabOrder = 1
  80.     IsControl = True
  81.     object TPage
  82.       Left = 0
  83.       Top = 0
  84.       Caption = 'Page1'
  85.       IsControl = True
  86.       object GroupBox1: TGroupBox
  87.         Left = 0
  88.         Top = 0
  89.         Width = 525
  90.         Height = 449
  91.         Align = alClient
  92.         Caption = 'Page Attributes:'
  93.         TabOrder = 0
  94.         IsControl = True
  95.         object Label1: TLabel
  96.           Left = 8
  97.           Top = 277
  98.           Width = 88
  99.           Height = 13
  100.           Caption = 'Background Color:'
  101.         end
  102.         object Label2: TLabel
  103.           Left = 8
  104.           Top = 33
  105.           Width = 84
  106.           Height = 13
  107.           Caption = 'HTML Page Title:'
  108.         end
  109.         object Label7: TLabel
  110.           Left = 8
  111.           Top = 72
  112.           Width = 101
  113.           Height = 13
  114.           Caption = 'Background Graphic:'
  115.         end
  116.         object Label32: TLabel
  117.           Left = 232
  118.           Top = 83
  119.           Width = 73
  120.           Height = 33
  121.           AutoSize = False
  122.           Caption = 'Keywords META TAG:'
  123.           WordWrap = True
  124.         end
  125.         object Label40: TLabel
  126.           Left = 232
  127.           Top = 174
  128.           Width = 73
  129.           Height = 33
  130.           AutoSize = False
  131.           Caption = 'Description META TAG:'
  132.           WordWrap = True
  133.         end
  134.         object BgndColorCB: TComboBox
  135.           Left = 8
  136.           Top = 293
  137.           Width = 113
  138.           Height = 22
  139.           Style = csOwnerDrawFixed
  140.           DropDownCount = 1
  141.           ItemHeight = 16
  142.           Items.Strings = (
  143.             '')
  144.           TabOrder = 5
  145.           OnDrawItem = BgndColorCBDrawItem
  146.           OnDropDown = BgndColorCBDropDown
  147.         end
  148.         object PageTitleEd: TEdit
  149.           Left = 8
  150.           Top = 49
  151.           Width = 505
  152.           Height = 21
  153.           TabOrder = 1
  154.         end
  155.         object BgndPicture: TMultiImgControl
  156.           Left = 8
  157.           Top = 86
  158.           Width = 210
  159.           Height = 173
  160.           HelpContext = 31
  161.           Caption = 'BgndPicture'
  162.           TabOrder = 2
  163.           SpeedBarHeight = 24
  164.         end
  165.         object KeywordsEd: TMemo
  166.           Left = 232
  167.           Top = 110
  168.           Width = 281
  169.           Height = 57
  170.           Hint = 'Enter One Keyword per Line'
  171.           ScrollBars = ssVertical
  172.           TabOrder = 3
  173.         end
  174.         object DescEd: TMemo
  175.           Left = 232
  176.           Top = 201
  177.           Width = 281
  178.           Height = 57
  179.           Hint = 'Enter a description of your Web Page here'
  180.           ScrollBars = ssVertical
  181.           TabOrder = 4
  182.         end
  183.         object PrologCB: TCheckBox
  184.           Left = 8
  185.           Top = 15
  186.           Width = 345
  187.           Height = 17
  188.           Caption = 'Include HTML Prolog/Epilog (<HTML>,<HEAD>,<TITLE>)'
  189.           TabOrder = 0
  190.         end
  191.         object GroupBox12: TGroupBox
  192.           Left = 128
  193.           Top = 265
  194.           Width = 387
  195.           Height = 57
  196.           Caption = 'URL Link Colors'
  197.           TabOrder = 6
  198.           object Label41: TLabel
  199.             Left = 9
  200.             Top = 14
  201.             Width = 23
  202.             Height = 13
  203.             Caption = 'Link:'
  204.           end
  205.           object Label42: TLabel
  206.             Left = 138
  207.             Top = 14
  208.             Width = 57
  209.             Height = 13
  210.             Caption = 'Visited Link:'
  211.           end
  212.           object Label43: TLabel
  213.             Left = 266
  214.             Top = 14
  215.             Width = 56
  216.             Height = 13
  217.             Caption = 'Active Link:'
  218.           end
  219.           object LinkColorCB: TComboBox
  220.             Left = 8
  221.             Top = 28
  222.             Width = 113
  223.             Height = 22
  224.             Style = csOwnerDrawFixed
  225.             DropDownCount = 1
  226.             ItemHeight = 16
  227.             Items.Strings = (
  228.               '')
  229.             TabOrder = 0
  230.             OnDrawItem = BgndColorCBDrawItem
  231.             OnDropDown = BgndColorCBDropDown
  232.           end
  233.           object VLinkColorCB: TComboBox
  234.             Left = 136
  235.             Top = 28
  236.             Width = 113
  237.             Height = 22
  238.             Style = csOwnerDrawFixed
  239.             DropDownCount = 1
  240.             ItemHeight = 16
  241.             Items.Strings = (
  242.               '')
  243.             TabOrder = 1
  244.             OnDrawItem = BgndColorCBDrawItem
  245.             OnDropDown = BgndColorCBDropDown
  246.           end
  247.           object ALinkColorCB: TComboBox
  248.             Left = 264
  249.             Top = 28
  250.             Width = 113
  251.             Height = 22
  252.             Style = csOwnerDrawFixed
  253.             DropDownCount = 1
  254.             ItemHeight = 16
  255.             Items.Strings = (
  256.               '')
  257.             TabOrder = 2
  258.             OnDrawItem = BgndColorCBDrawItem
  259.             OnDropDown = BgndColorCBDropDown
  260.           end
  261.         end
  262.         object ImbededTableGB: TGroupBox
  263.           Left = 8
  264.           Top = 346
  265.           Width = 505
  266.           Height = 98
  267.           TabOrder = 7
  268.           Visible = False
  269.           object Label17: TLabel
  270.             Left = 8
  271.             Top = 9
  272.             Width = 119
  273.             Height = 13
  274.             Caption = 'Page Left Margin (pixels):'
  275.           end
  276.           object Label18: TLabel
  277.             Left = 8
  278.             Top = 53
  279.             Width = 120
  280.             Height = 13
  281.             Caption = 'Page Top Margin (pixels):'
  282.           end
  283.           object LMarginEd: TSpinEdit
  284.             Left = 8
  285.             Top = 26
  286.             Width = 121
  287.             Height = 22
  288.             MaxValue = 0
  289.             MinValue = 0
  290.             TabOrder = 0
  291.             Value = 0
  292.           end
  293.           object TMarginEd: TSpinEdit
  294.             Left = 8
  295.             Top = 70
  296.             Width = 121
  297.             Height = 22
  298.             MaxValue = 0
  299.             MinValue = 0
  300.             TabOrder = 1
  301.             Value = 0
  302.           end
  303.           object MenuRG: TRadioGroup
  304.             Left = 264
  305.             Top = 19
  306.             Width = 113
  307.             Height = 73
  308.             Caption = 'Page Menu:'
  309.             ItemIndex = 0
  310.             Items.Strings = (
  311.               'No Menu'
  312.               'Horizontal Menu'
  313.               'Vertical Menu'
  314.               'Both Menus')
  315.             TabOrder = 6
  316.             OnClick = MenuRGClick
  317.           end
  318.           object MenuBtn: TButton
  319.             Left = 384
  320.             Top = 64
  321.             Width = 113
  322.             Height = 25
  323.             Caption = 'Create/Edit Menu'
  324.             Enabled = False
  325.             TabOrder = 7
  326.             OnClick = MenuBtnClick
  327.           end
  328.           object LMarginColorCB: TComboBox
  329.             Left = 138
  330.             Top = 26
  331.             Width = 113
  332.             Height = 22
  333.             Style = csOwnerDrawFixed
  334.             DropDownCount = 1
  335.             ItemHeight = 16
  336.             Items.Strings = (
  337.               '')
  338.             TabOrder = 3
  339.             OnDrawItem = BgndColorCBDrawItem
  340.             OnDropDown = BgndColorCBDropDown
  341.           end
  342.           object TMarginColorCB: TComboBox
  343.             Left = 138
  344.             Top = 70
  345.             Width = 113
  346.             Height = 22
  347.             Style = csOwnerDrawFixed
  348.             DropDownCount = 1
  349.             ItemHeight = 16
  350.             Items.Strings = (
  351.               '')
  352.             TabOrder = 5
  353.             OnDrawItem = BgndColorCBDrawItem
  354.             OnDropDown = BgndColorCBDropDown
  355.           end
  356.           object UseLMColorCB: TCheckBox
  357.             Left = 138
  358.             Top = 8
  359.             Width = 111
  360.             Height = 17
  361.             Caption = 'Left Margin Color:'
  362.             TabOrder = 2
  363.           end
  364.           object UseTMColorCB: TCheckBox
  365.             Left = 138
  366.             Top = 52
  367.             Width = 111
  368.             Height = 17
  369.             Caption = 'Top Margin Color:'
  370.             TabOrder = 4
  371.           end
  372.         end
  373.         object ImbededTableCB: TCheckBox
  374.           Left = 8
  375.           Top = 330
  376.           Width = 289
  377.           Height = 17
  378.           Caption = 'Embed Page In Table (check if you want to create Menu)'
  379.           TabOrder = 8
  380.           OnClick = ImbededTableCBClick
  381.         end
  382.       end
  383.     end
  384.     object TPage
  385.       Left = 0
  386.       Top = 0
  387.       Caption = 'Page2'
  388.       IsControl = True
  389.       object GroupBox4: TGroupBox
  390.         Left = 0
  391.         Top = 0
  392.         Width = 525
  393.         Height = 449
  394.         Align = alClient
  395.         Caption = 'Page Header:'
  396.         TabOrder = 0
  397.         object HFLoadPanel: TPanel
  398.           Left = 8
  399.           Top = 72
  400.           Width = 513
  401.           Height = 77
  402.           BevelOuter = bvNone
  403.           TabOrder = 2
  404.           Visible = False
  405.           object Label16: TLabel
  406.             Left = 8
  407.             Top = 8
  408.             Width = 83
  409.             Height = 13
  410.             Caption = 'HTML File Name:'
  411.           end
  412.           object HFLoadEd: TEdit
  413.             Left = 8
  414.             Top = 24
  415.             Width = 497
  416.             Height = 21
  417.             TabOrder = 0
  418.           end
  419.           object HFSelectFileBtn: TButton
  420.             Left = 216
  421.             Top = 47
  422.             Width = 89
  423.             Height = 25
  424.             Caption = 'Select'
  425.             TabOrder = 1
  426.             OnClick = HFSelectFileBtnClick
  427.           end
  428.         end
  429.         object HFPanel: TPanel
  430.           Left = 2
  431.           Top = 67
  432.           Width = 521
  433.           Height = 380
  434.           Align = alBottom
  435.           BevelOuter = bvNone
  436.           TabOrder = 0
  437.           object Label3: TLabel
  438.             Left = 8
  439.             Top = 3
  440.             Width = 23
  441.             Height = 13
  442.             Caption = 'Title:'
  443.           end
  444.           object Label5: TLabel
  445.             Left = 8
  446.             Top = 40
  447.             Width = 50
  448.             Height = 13
  449.             Caption = 'Title Color:'
  450.           end
  451.           object Label12: TLabel
  452.             Left = 8
  453.             Top = 77
  454.             Width = 49
  455.             Height = 13
  456.             Caption = 'Title Style:'
  457.           end
  458.           object Label35: TLabel
  459.             Left = 8
  460.             Top = 113
  461.             Width = 70
  462.             Height = 13
  463.             Caption = 'Title Font Size:'
  464.           end
  465.           object Label14: TLabel
  466.             Left = 8
  467.             Top = 151
  468.             Width = 78
  469.             Height = 13
  470.             Caption = 'Title Font Name:'
  471.           end
  472.           object Label6: TLabel
  473.             Left = 272
  474.             Top = 40
  475.             Width = 36
  476.             Height = 13
  477.             Caption = 'Picture:'
  478.           end
  479.           object Bevel4: TBevel
  480.             Left = -3
  481.             Top = 203
  482.             Width = 524
  483.             Height = 50
  484.             Shape = bsTopLine
  485.           end
  486.           object Label8: TLabel
  487.             Left = 8
  488.             Top = 207
  489.             Width = 24
  490.             Height = 13
  491.             Caption = 'Text:'
  492.           end
  493.           object Label13: TLabel
  494.             Left = 8
  495.             Top = 342
  496.             Width = 51
  497.             Height = 13
  498.             Caption = 'Text Color:'
  499.           end
  500.           object Label4: TLabel
  501.             Left = 126
  502.             Top = 343
  503.             Width = 50
  504.             Height = 13
  505.             Caption = 'Text Style:'
  506.           end
  507.           object Label37: TLabel
  508.             Left = 244
  509.             Top = 343
  510.             Width = 71
  511.             Height = 13
  512.             Caption = 'Text Font Size:'
  513.           end
  514.           object Label15: TLabel
  515.             Left = 368
  516.             Top = 343
  517.             Width = 79
  518.             Height = 13
  519.             Caption = 'Text Font Name:'
  520.           end
  521.           object HTitleEd: TEdit
  522.             Left = 8
  523.             Top = 18
  524.             Width = 505
  525.             Height = 21
  526.             TabOrder = 0
  527.           end
  528.           object TitleColorCB: TComboBox
  529.             Left = 8
  530.             Top = 54
  531.             Width = 121
  532.             Height = 22
  533.             Style = csOwnerDrawFixed
  534.             DropDownCount = 1
  535.             ItemHeight = 16
  536.             Items.Strings = (
  537.               '')
  538.             TabOrder = 1
  539.             OnDrawItem = BgndColorCBDrawItem
  540.             OnDropDown = BgndColorCBDropDown
  541.           end
  542.           object HTitleStyleCB: TComboBox
  543.             Left = 8
  544.             Top = 91
  545.             Width = 121
  546.             Height = 21
  547.             Style = csDropDownList
  548.             ItemHeight = 13
  549.             Items.Strings = (
  550.               'Normal'
  551.               'Heading 1'
  552.               'Heading 2'
  553.               'Heading 3'
  554.               'Heading 4'
  555.               'Heading 5'
  556.               'Heading 6')
  557.             TabOrder = 2
  558.             OnChange = HTitleStyleCBChange
  559.           end
  560.           object HTitleSizeCB: TComboBox
  561.             Left = 8
  562.             Top = 127
  563.             Width = 121
  564.             Height = 21
  565.             Style = csDropDownList
  566.             ItemHeight = 13
  567.             Items.Strings = (
  568.               'Normal'
  569.               'Size 1 (Smallest)'
  570.               'Size 2'
  571.               'Size 3'
  572.               'Size 4'
  573.               'Size 5'
  574.               'Size 6'
  575.               'Size 7 (Largest)')
  576.             TabOrder = 3
  577.             OnChange = HTitleSizeCBChange
  578.           end
  579.           object HTitleFontCB: TComboBox
  580.             Left = 8
  581.             Top = 165
  582.             Width = 121
  583.             Height = 21
  584.             ItemHeight = 13
  585.             Sorted = True
  586.             TabOrder = 4
  587.           end
  588.           object GroupBox5: TGroupBox
  589.             Left = 140
  590.             Top = 48
  591.             Width = 125
  592.             Height = 77
  593.             Caption = 'Title Attributes:'
  594.             TabOrder = 5
  595.             object TitleBoldCB: TCheckBox
  596.               Left = 8
  597.               Top = 13
  598.               Width = 97
  599.               Height = 17
  600.               Caption = 'Bold'
  601.               Font.Charset = DEFAULT_CHARSET
  602.               Font.Color = clBlack
  603.               Font.Height = -11
  604.               Font.Name = 'MS Sans Serif'
  605.               Font.Style = [fsBold]
  606.               ParentFont = False
  607.               TabOrder = 0
  608.             end
  609.             object TitleItalicCB: TCheckBox
  610.               Left = 8
  611.               Top = 28
  612.               Width = 97
  613.               Height = 17
  614.               Caption = 'Italic'
  615.               Font.Charset = DEFAULT_CHARSET
  616.               Font.Color = clBlack
  617.               Font.Height = -11
  618.               Font.Name = 'MS Sans Serif'
  619.               Font.Style = [fsItalic]
  620.               ParentFont = False
  621.               TabOrder = 1
  622.             end
  623.             object TitleUnderlineCB: TCheckBox
  624.               Left = 8
  625.               Top = 43
  626.               Width = 97
  627.               Height = 17
  628.               Caption = 'Underlined'
  629.               Font.Charset = DEFAULT_CHARSET
  630.               Font.Color = clBlack
  631.               Font.Height = -11
  632.               Font.Name = 'MS Sans Serif'
  633.               Font.Style = [fsUnderline]
  634.               ParentFont = False
  635.               TabOrder = 2
  636.             end
  637.             object TitleCenteredCB: TCheckBox
  638.               Left = 8
  639.               Top = 58
  640.               Width = 97
  641.               Height = 17
  642.               Caption = '  <<Centered>>'
  643.               Font.Charset = DEFAULT_CHARSET
  644.               Font.Color = clBlack
  645.               Font.Height = -11
  646.               Font.Name = 'MS Sans Serif'
  647.               Font.Style = []
  648.               ParentFont = False
  649.               TabOrder = 3
  650.             end
  651.           end
  652.           object HPictureRG: TRadioGroup
  653.             Left = 140
  654.             Top = 128
  655.             Width = 124
  656.             Height = 68
  657.             Caption = 'Picture Alignment:'
  658.             ItemIndex = 0
  659.             Items.Strings = (
  660.               'Left'
  661.               'Right'
  662.               'Above Title'
  663.               'Below Title')
  664.             TabOrder = 6
  665.           end
  666.           object HPicture: TMultiImgControl
  667.             Left = 272
  668.             Top = 53
  669.             Width = 238
  670.             Height = 145
  671.             HelpContext = 31
  672.             Caption = 'HPicture'
  673.             TabOrder = 7
  674.             SpeedBarHeight = 24
  675.           end
  676.           object HeaderMemo: TMemo
  677.             Left = 8
  678.             Top = 221
  679.             Width = 385
  680.             Height = 119
  681.             Hint = 'Right Click to insert HTML code'
  682.             PopupMenu = PopupMenu1
  683.             ScrollBars = ssBoth
  684.             TabOrder = 8
  685.           end
  686.           object GroupBox2: TGroupBox
  687.             Left = 403
  688.             Top = 215
  689.             Width = 110
  690.             Height = 77
  691.             Caption = 'Text Attributes:'
  692.             TabOrder = 9
  693.             object HeaderBoldCB: TCheckBox
  694.               Left = 8
  695.               Top = 13
  696.               Width = 85
  697.               Height = 17
  698.               Caption = 'Bold'
  699.               Font.Charset = DEFAULT_CHARSET
  700.               Font.Color = clBlack
  701.               Font.Height = -11
  702.               Font.Name = 'MS Sans Serif'
  703.               Font.Style = [fsBold]
  704.               ParentFont = False
  705.               TabOrder = 0
  706.             end
  707.             object HeaderItalicCB: TCheckBox
  708.               Left = 8
  709.               Top = 28
  710.               Width = 86
  711.               Height = 17
  712.               Caption = 'Italic'
  713.               Font.Charset = DEFAULT_CHARSET
  714.               Font.Color = clBlack
  715.               Font.Height = -11
  716.               Font.Name = 'MS Sans Serif'
  717.               Font.Style = [fsItalic]
  718.               ParentFont = False
  719.               TabOrder = 1
  720.             end
  721.             object HeaderUnderlineCB: TCheckBox
  722.               Left = 8
  723.               Top = 43
  724.               Width = 85
  725.               Height = 17
  726.               Caption = 'Underlined'
  727.               Font.Charset = DEFAULT_CHARSET
  728.               Font.Color = clBlack
  729.               Font.Height = -11
  730.               Font.Name = 'MS Sans Serif'
  731.               Font.Style = [fsUnderline]
  732.               ParentFont = False
  733.               TabOrder = 2
  734.             end
  735.             object HeaderCenteredCB: TCheckBox
  736.               Left = 8
  737.               Top = 58
  738.               Width = 97
  739.               Height = 17
  740.               Caption = '  <<Centered>>'
  741.               Font.Charset = DEFAULT_CHARSET
  742.               Font.Color = clBlack
  743.               Font.Height = -11
  744.               Font.Name = 'MS Sans Serif'
  745.               Font.Style = []
  746.               ParentFont = False
  747.               TabOrder = 3
  748.             end
  749.           end
  750.           object HeaderColorCB: TComboBox
  751.             Left = 8
  752.             Top = 355
  753.             Width = 113
  754.             Height = 22
  755.             Style = csOwnerDrawFixed
  756.             DropDownCount = 1
  757.             ItemHeight = 16
  758.             Items.Strings = (
  759.               '')
  760.             TabOrder = 10
  761.             OnDrawItem = BgndColorCBDrawItem
  762.             OnDropDown = BgndColorCBDropDown
  763.           end
  764.           object HeaderStyleCB: TComboBox
  765.             Left = 126
  766.             Top = 356
  767.             Width = 113
  768.             Height = 21
  769.             Style = csDropDownList
  770.             ItemHeight = 13
  771.             Items.Strings = (
  772.               'Normal'
  773.               'Heading 1'
  774.               'Heading 2'
  775.               'Heading 3'
  776.               'Heading 4'
  777.               'Heading 5'
  778.               'Heading 6')
  779.             TabOrder = 11
  780.             OnChange = HeaderStyleCBChange
  781.           end
  782.           object HSizeCB: TComboBox
  783.             Left = 244
  784.             Top = 356
  785.             Width = 113
  786.             Height = 21
  787.             Style = csDropDownList
  788.             ItemHeight = 13
  789.             Items.Strings = (
  790.               'Normal'
  791.               'Size 1 (Smallest)'
  792.               'Size 2'
  793.               'Size 3'
  794.               'Size 4'
  795.               'Size 5'
  796.               'Size 6'
  797.               'Size 7 (Largest)')
  798.             TabOrder = 12
  799.             OnChange = HSizeCBChange
  800.           end
  801.           object HFontCB: TComboBox
  802.             Left = 362
  803.             Top = 356
  804.             Width = 121
  805.             Height = 21
  806.             ItemHeight = 13
  807.             Sorted = True
  808.             TabOrder = 13
  809.           end
  810.         end
  811.         object HFSourceRG: TRadioGroup
  812.           Left = 8
  813.           Top = 16
  814.           Width = 185
  815.           Height = 51
  816.           Caption = 'Source:'
  817.           ItemIndex = 0
  818.           Items.Strings = (
  819.             'Defined Attributes'
  820.             'HTML File')
  821.           TabOrder = 1
  822.           OnClick = HFSourceRGClick
  823.         end
  824.       end
  825.     end
  826.     object TPage
  827.       Left = 0
  828.       Top = 0
  829.       Caption = 'Page3'
  830.       object GroupBox9: TGroupBox
  831.         Left = 0
  832.         Top = 0
  833.         Width = 525
  834.         Height = 449
  835.         Align = alClient
  836.         Caption = 'Page Body:'
  837.         TabOrder = 0
  838.         object BodyFormatRG: TRadioGroup
  839.           Left = 8
  840.           Top = 18
  841.           Width = 97
  842.           Height = 68
  843.           Caption = 'Body Format:'
  844.           Items.Strings = (
  845.             'Plain'
  846.             'Tabular')
  847.           TabOrder = 0
  848.           OnClick = BodyFormatRGClick
  849.         end
  850.         object GroupBox10: TGroupBox
  851.           Left = 8
  852.           Top = 96
  853.           Width = 225
  854.           Height = 265
  855.           Caption = 'Table Options:'
  856.           TabOrder = 1
  857.           object Label28: TLabel
  858.             Left = 8
  859.             Top = 20
  860.             Width = 65
  861.             Height = 13
  862.             Caption = 'Border Width:'
  863.           end
  864.           object Label29: TLabel
  865.             Left = 114
  866.             Top = 21
  867.             Width = 26
  868.             Height = 13
  869.             Caption = 'pixels'
  870.           end
  871.           object BorderWidthEd: TSpinEdit
  872.             Left = 77
  873.             Top = 19
  874.             Width = 33
  875.             Height = 22
  876.             MaxValue = 9
  877.             MinValue = 0
  878.             TabOrder = 0
  879.             Value = 0
  880.           end
  881.           object TableHeadersCB: TCheckBox
  882.             Left = 9
  883.             Top = 52
  884.             Width = 97
  885.             Height = 17
  886.             Caption = 'Column Headers'
  887.             TabOrder = 1
  888.           end
  889.           object TableWidthRG: TRadioGroup
  890.             Left = 8
  891.             Top = 128
  892.             Width = 209
  893.             Height = 121
  894.             Hint = 'Browsers respect Table Width attribute ONLY if Possible'
  895.             Caption = 'Table Width:'
  896.             Items.Strings = (
  897.               'As Needed'
  898.               '% Of Screen Width'
  899.               'In Pixels')
  900.             TabOrder = 5
  901.             OnClick = TableWidthRGClick
  902.           end
  903.           object ScreenWidthPerEd: TSpinEdit
  904.             Left = 136
  905.             Top = 184
  906.             Width = 49
  907.             Height = 22
  908.             MaxLength = 3
  909.             MaxValue = 100
  910.             MinValue = 10
  911.             TabOrder = 6
  912.             Value = 100
  913.             Visible = False
  914.           end
  915.           object ScreenWidthPixEd: TSpinEdit
  916.             Left = 136
  917.             Top = 217
  918.             Width = 57
  919.             Height = 22
  920.             MaxLength = 5
  921.             MaxValue = 10000
  922.             MinValue = 20
  923.             TabOrder = 7
  924.             Value = 800
  925.             Visible = False
  926.           end
  927.           object TransTableCB: TCheckBox
  928.             Left = 9
  929.             Top = 68
  930.             Width = 120
  931.             Height = 17
  932.             Caption = 'Transparent Table'
  933.             TabOrder = 2
  934.           end
  935.           object TableCenteredCB: TCheckBox
  936.             Left = 9
  937.             Top = 85
  938.             Width = 120
  939.             Height = 17
  940.             Caption = 'Table Centered'
  941.             TabOrder = 3
  942.           end
  943.           object AlternateRowsCB: TCheckBox
  944.             Left = 9
  945.             Top = 102
  946.             Width = 120
  947.             Height = 17
  948.             Caption = 'Alternate Row Colors'
  949.             TabOrder = 4
  950.           end
  951.         end
  952.         object GroupBox11: TGroupBox
  953.           Left = 249
  954.           Top = 360
  955.           Width = 177
  956.           Height = 75
  957.           Caption = 'Options:'
  958.           TabOrder = 2
  959.           Visible = False
  960.           object FieldLabelsCB: TCheckBox
  961.             Left = 8
  962.             Top = 21
  963.             Width = 161
  964.             Height = 17
  965.             Caption = 'Include Headers/Field Labels'
  966.             TabOrder = 0
  967.           end
  968.           object SeparateRecordsCB: TCheckBox
  969.             Left = 8
  970.             Top = 45
  971.             Width = 161
  972.             Height = 17
  973.             Caption = 'Separate Records With Rule'
  974.             TabOrder = 1
  975.           end
  976.         end
  977.         object LabelsGB: TGroupBox
  978.           Left = 248
  979.           Top = 96
  980.           Width = 177
  981.           Height = 265
  982.           Caption = 'Group Header Attributes:'
  983.           TabOrder = 3
  984.           Visible = False
  985.           object Label24: TLabel
  986.             Left = 8
  987.             Top = 31
  988.             Width = 27
  989.             Height = 13
  990.             Caption = 'Color:'
  991.           end
  992.           object Label25: TLabel
  993.             Left = 8
  994.             Top = 68
  995.             Width = 26
  996.             Height = 13
  997.             Caption = 'Style:'
  998.           end
  999.           object Label44: TLabel
  1000.             Left = 8
  1001.             Top = 104
  1002.             Width = 47
  1003.             Height = 13
  1004.             Caption = 'Font Size:'
  1005.           end
  1006.           object Label10: TLabel
  1007.             Left = 8
  1008.             Top = 141
  1009.             Width = 55
  1010.             Height = 13
  1011.             Caption = 'Font Name:'
  1012.           end
  1013.           object LColorCB: TComboBox
  1014.             Left = 8
  1015.             Top = 45
  1016.             Width = 113
  1017.             Height = 22
  1018.             Style = csOwnerDrawFixed
  1019.             DropDownCount = 1
  1020.             ItemHeight = 16
  1021.             Items.Strings = (
  1022.               '')
  1023.             TabOrder = 0
  1024.             OnDrawItem = BgndColorCBDrawItem
  1025.             OnDropDown = BgndColorCBDropDown
  1026.           end
  1027.           object LStyleCB: TComboBox
  1028.             Left = 8
  1029.             Top = 82
  1030.             Width = 113
  1031.             Height = 21
  1032.             Style = csDropDownList
  1033.             ItemHeight = 13
  1034.             Items.Strings = (
  1035.               'Normal'
  1036.               'Heading 1'
  1037.               'Heading 2'
  1038.               'Heading 3'
  1039.               'Heading 4'
  1040.               'Heading 5'
  1041.               'Heading 6')
  1042.             TabOrder = 1
  1043.             OnChange = LStyleCBChange
  1044.           end
  1045.           object LSizeCB: TComboBox
  1046.             Left = 8
  1047.             Top = 118
  1048.             Width = 113
  1049.             Height = 21
  1050.             Style = csDropDownList
  1051.             ItemHeight = 13
  1052.             Items.Strings = (
  1053.               'Normal'
  1054.               'Size 1 (Smallest)'
  1055.               'Size 2'
  1056.               'Size 3'
  1057.               'Size 4'
  1058.               'Size 5'
  1059.               'Size 6'
  1060.               'Size 7 (Largest)')
  1061.             TabOrder = 2
  1062.             OnChange = LSizeCBChange
  1063.           end
  1064.           object GroupBox14: TGroupBox
  1065.             Left = 8
  1066.             Top = 182
  1067.             Width = 113
  1068.             Height = 77
  1069.             Caption = 'Text Attributes:'
  1070.             TabOrder = 3
  1071.             object LBoldCB: TCheckBox
  1072.               Left = 8
  1073.               Top = 13
  1074.               Width = 97
  1075.               Height = 17
  1076.               Caption = 'Bold'
  1077.               Font.Charset = DEFAULT_CHARSET
  1078.               Font.Color = clBlack
  1079.               Font.Height = -11
  1080.               Font.Name = 'MS Sans Serif'
  1081.               Font.Style = [fsBold]
  1082.               ParentFont = False
  1083.               TabOrder = 0
  1084.             end
  1085.             object LItalicCB: TCheckBox
  1086.               Left = 8
  1087.               Top = 28
  1088.               Width = 97
  1089.               Height = 17
  1090.               Caption = 'Italic'
  1091.               Font.Charset = DEFAULT_CHARSET
  1092.               Font.Color = clBlack
  1093.               Font.Height = -11
  1094.               Font.Name = 'MS Sans Serif'
  1095.               Font.Style = [fsItalic]
  1096.               ParentFont = False
  1097.               TabOrder = 1
  1098.             end
  1099.             object LUnderlineCB: TCheckBox
  1100.               Left = 8
  1101.               Top = 43
  1102.               Width = 97
  1103.               Height = 17
  1104.               Caption = 'Underlined'
  1105.               Font.Charset = DEFAULT_CHARSET
  1106.               Font.Color = clBlack
  1107.               Font.Height = -11
  1108.               Font.Name = 'MS Sans Serif'
  1109.               Font.Style = [fsUnderline]
  1110.               ParentFont = False
  1111.               TabOrder = 2
  1112.             end
  1113.             object LCenteredCB: TCheckBox
  1114.               Left = 8
  1115.               Top = 58
  1116.               Width = 97
  1117.               Height = 17
  1118.               Caption = '  <<Centered>>'
  1119.               Font.Charset = DEFAULT_CHARSET
  1120.               Font.Color = clBlack
  1121.               Font.Height = -11
  1122.               Font.Name = 'MS Sans Serif'
  1123.               Font.Style = []
  1124.               ParentFont = False
  1125.               TabOrder = 3
  1126.             end
  1127.           end
  1128.           object LFontCB: TComboBox
  1129.             Left = 8
  1130.             Top = 155
  1131.             Width = 113
  1132.             Height = 21
  1133.             ItemHeight = 13
  1134.             Items.Strings = (
  1135.               'Normal'
  1136.               'Size 1 (Smallest)'
  1137.               'Size 2'
  1138.               'Size 3'
  1139.               'Size 4'
  1140.               'Size 5'
  1141.               'Size 6'
  1142.               'Size 7 (Largest)')
  1143.             Sorted = True
  1144.             TabOrder = 4
  1145.           end
  1146.           object DisplayGHeaderCB: TCheckBox
  1147.             Left = 8
  1148.             Top = 14
  1149.             Width = 129
  1150.             Height = 17
  1151.             Caption = 'Display Group Header'
  1152.             TabOrder = 5
  1153.           end
  1154.         end
  1155.       end
  1156.     end
  1157.     object TPage
  1158.       Left = 0
  1159.       Top = 0
  1160.       Caption = 'Page4'
  1161.       object GroupBox3: TGroupBox
  1162.         Left = 0
  1163.         Top = 0
  1164.         Width = 525
  1165.         Height = 449
  1166.         Align = alClient
  1167.         Caption = 'Group Page Body:'
  1168.         TabOrder = 0
  1169.         object Label53: TLabel
  1170.           Left = 216
  1171.           Top = 47
  1172.           Width = 97
  1173.           Height = 13
  1174.           Caption = 'Number Of Columns:'
  1175.         end
  1176.         object Label49: TLabel
  1177.           Left = 214
  1178.           Top = 83
  1179.           Width = 26
  1180.           Height = 13
  1181.           Caption = 'Style:'
  1182.         end
  1183.         object Label50: TLabel
  1184.           Left = 214
  1185.           Top = 119
  1186.           Width = 47
  1187.           Height = 13
  1188.           Caption = 'Font Size:'
  1189.         end
  1190.         object Label72: TLabel
  1191.           Left = 214
  1192.           Top = 318
  1193.           Width = 118
  1194.           Height = 13
  1195.           Caption = 'Table Background Color:'
  1196.         end
  1197.         object Label11: TLabel
  1198.           Left = 214
  1199.           Top = 156
  1200.           Width = 82
  1201.           Height = 13
  1202.           Caption = 'Body Font Name:'
  1203.         end
  1204.         object IColumnsEd: TSpinEdit
  1205.           Left = 216
  1206.           Top = 61
  1207.           Width = 110
  1208.           Height = 22
  1209.           Hint = 'If > 0 then Index will have a Tabular Format'
  1210.           MaxValue = 99
  1211.           MinValue = 0
  1212.           TabOrder = 0
  1213.           Value = 0
  1214.           OnChange = IColumnsEdChange
  1215.         end
  1216.         object IStyleCB: TComboBox
  1217.           Left = 214
  1218.           Top = 97
  1219.           Width = 113
  1220.           Height = 21
  1221.           Style = csDropDownList
  1222.           ItemHeight = 13
  1223.           Items.Strings = (
  1224.             'Normal'
  1225.             'Heading 1'
  1226.             'Heading 2'
  1227.             'Heading 3'
  1228.             'Heading 4'
  1229.             'Heading 5'
  1230.             'Heading 6')
  1231.           TabOrder = 1
  1232.           OnChange = IStyleCBChange
  1233.         end
  1234.         object ISizeCB: TComboBox
  1235.           Left = 214
  1236.           Top = 133
  1237.           Width = 113
  1238.           Height = 21
  1239.           Style = csDropDownList
  1240.           ItemHeight = 13
  1241.           Items.Strings = (
  1242.             'Normal'
  1243.             'Size 1 (Smallest)'
  1244.             'Size 2'
  1245.             'Size 3'
  1246.             'Size 4'
  1247.             'Size 5'
  1248.             'Size 6'
  1249.             'Size 7 (Largest)')
  1250.           TabOrder = 2
  1251.           OnChange = ISizeCBChange
  1252.         end
  1253.         object GroupBox16: TGroupBox
  1254.           Left = 214
  1255.           Top = 205
  1256.           Width = 113
  1257.           Height = 64
  1258.           Caption = 'Text Attributes:'
  1259.           TabOrder = 3
  1260.           object IBoldCB: TCheckBox
  1261.             Left = 8
  1262.             Top = 13
  1263.             Width = 97
  1264.             Height = 17
  1265.             Caption = 'Bold'
  1266.             Font.Charset = DEFAULT_CHARSET
  1267.             Font.Color = clBlack
  1268.             Font.Height = -11
  1269.             Font.Name = 'MS Sans Serif'
  1270.             Font.Style = [fsBold]
  1271.             ParentFont = False
  1272.             TabOrder = 0
  1273.           end
  1274.           object IItalicCB: TCheckBox
  1275.             Left = 8
  1276.             Top = 28
  1277.             Width = 97
  1278.             Height = 17
  1279.             Caption = 'Italic'
  1280.             Font.Charset = DEFAULT_CHARSET
  1281.             Font.Color = clBlack
  1282.             Font.Height = -11
  1283.             Font.Name = 'MS Sans Serif'
  1284.             Font.Style = [fsItalic]
  1285.             ParentFont = False
  1286.             TabOrder = 1
  1287.           end
  1288.           object ICenteredCB: TCheckBox
  1289.             Left = 8
  1290.             Top = 43
  1291.             Width = 97
  1292.             Height = 17
  1293.             Caption = '  <<Centered>>'
  1294.             Font.Charset = DEFAULT_CHARSET
  1295.             Font.Color = clBlack
  1296.             Font.Height = -11
  1297.             Font.Name = 'MS Sans Serif'
  1298.             Font.Style = []
  1299.             ParentFont = False
  1300.             TabOrder = 2
  1301.           end
  1302.         end
  1303.         object ITransTableCB: TCheckBox
  1304.           Left = 214
  1305.           Top = 287
  1306.           Width = 112
  1307.           Height = 17
  1308.           Caption = 'Transparent Table'
  1309.           TabOrder = 4
  1310.         end
  1311.         object ITableBgndColorCB: TComboBox
  1312.           Left = 214
  1313.           Top = 332
  1314.           Width = 113
  1315.           Height = 22
  1316.           Style = csOwnerDrawFixed
  1317.           DropDownCount = 1
  1318.           ItemHeight = 16
  1319.           Items.Strings = (
  1320.             '')
  1321.           TabOrder = 5
  1322.           OnDrawItem = BgndColorCBDrawItem
  1323.           OnDropDown = BgndColorCBDropDown
  1324.         end
  1325.         object IFontCB: TComboBox
  1326.           Left = 215
  1327.           Top = 170
  1328.           Width = 113
  1329.           Height = 21
  1330.           ItemHeight = 13
  1331.           Sorted = True
  1332.           TabOrder = 6
  1333.         end
  1334.       end
  1335.     end
  1336.     object TPage
  1337.       Left = 0
  1338.       Top = 0
  1339.       Caption = 'Page5'
  1340.       object GroupBox6: TGroupBox
  1341.         Left = 0
  1342.         Top = 0
  1343.         Width = 525
  1344.         Height = 449
  1345.         Align = alClient
  1346.         Caption = 'Page Menu:'
  1347.         TabOrder = 0
  1348.         object Label19: TLabel
  1349.           Left = 16
  1350.           Top = 63
  1351.           Width = 58
  1352.           Height = 13
  1353.           Caption = 'Menu Items:'
  1354.         end
  1355.         object Label20: TLabel
  1356.           Left = 256
  1357.           Top = 64
  1358.           Width = 47
  1359.           Height = 13
  1360.           Caption = 'Item Text:'
  1361.         end
  1362.         object Label21: TLabel
  1363.           Left = 256
  1364.           Top = 101
  1365.           Width = 45
  1366.           Height = 13
  1367.           Caption = 'Item Hint:'
  1368.         end
  1369.         object Label22: TLabel
  1370.           Left = 256
  1371.           Top = 177
  1372.           Width = 59
  1373.           Height = 13
  1374.           Caption = 'Item Picture:'
  1375.         end
  1376.         object MoveUpBtn: TSpeedButton
  1377.           Left = 20
  1378.           Top = 306
  1379.           Width = 24
  1380.           Height = 24
  1381.           Hint = 'Move Up'
  1382.           Font.Charset = DEFAULT_CHARSET
  1383.           Font.Color = clBlack
  1384.           Font.Height = -11
  1385.           Font.Name = 'MS Sans Serif'
  1386.           Font.Style = [fsBold]
  1387.           Glyph.Data = {
  1388.             76010000424D7601000000000000760000002800000020000000100000000100
  1389.             04000000000000010000120B0000120B00001000000000000000000000000000
  1390.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1391.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  1392.             3333333333777F33333333333309033333333333337F7F333333333333090333
  1393.             33333333337F7F33333333333309033333333333337F7F333333333333090333
  1394.             33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  1395.             3333333777737777F333333099999990333333373F3333373333333309999903
  1396.             333333337F33337F33333333099999033333333373F333733333333330999033
  1397.             3333333337F337F3333333333099903333333333373F37333333333333090333
  1398.             33333333337F7F33333333333309033333333333337373333333333333303333
  1399.             333333333337F333333333333330333333333333333733333333}
  1400.           NumGlyphs = 2
  1401.           ParentFont = False
  1402.           ParentShowHint = False
  1403.           ShowHint = True
  1404.           OnClick = MoveUpBtnClick
  1405.           IsControl = True
  1406.         end
  1407.         object MoveDownBtn: TSpeedButton
  1408.           Left = 48
  1409.           Top = 306
  1410.           Width = 24
  1411.           Height = 24
  1412.           Hint = 'Move Down'
  1413.           Font.Charset = DEFAULT_CHARSET
  1414.           Font.Color = clBlack
  1415.           Font.Height = -11
  1416.           Font.Name = 'MS Sans Serif'
  1417.           Font.Style = [fsBold]
  1418.           Glyph.Data = {
  1419.             76010000424D7601000000000000760000002800000020000000100000000100
  1420.             04000000000000010000120B0000120B00001000000000000000000000000000
  1421.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1422.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  1423.             333333333337F33333333333333033333333333333373F333333333333090333
  1424.             33333333337F7F33333333333309033333333333337373F33333333330999033
  1425.             3333333337F337F33333333330999033333333333733373F3333333309999903
  1426.             333333337F33337F33333333099999033333333373333373F333333099999990
  1427.             33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  1428.             33333333337F7F33333333333309033333333333337F7F333333333333090333
  1429.             33333333337F7F33333333333309033333333333337F7F333333333333090333
  1430.             33333333337F7F33333333333300033333333333337773333333}
  1431.           NumGlyphs = 2
  1432.           ParentFont = False
  1433.           ParentShowHint = False
  1434.           ShowHint = True
  1435.           OnClick = MoveDownBtnClick
  1436.           IsControl = True
  1437.         end
  1438.         object Label9: TLabel
  1439.           Left = 256
  1440.           Top = 138
  1441.           Width = 135
  1442.           Height = 13
  1443.           Caption = 'Item URL Link (e.g. A.HTM):'
  1444.         end
  1445.         object MenuLB: TListBox
  1446.           Left = 16
  1447.           Top = 77
  1448.           Width = 233
  1449.           Height = 225
  1450.           ItemHeight = 13
  1451.           TabOrder = 0
  1452.           OnClick = MenuLBClick
  1453.         end
  1454.         object ItemTextEd: TEdit
  1455.           Left = 256
  1456.           Top = 77
  1457.           Width = 257
  1458.           Height = 21
  1459.           TabOrder = 2
  1460.         end
  1461.         object ItemHintEd: TEdit
  1462.           Left = 256
  1463.           Top = 114
  1464.           Width = 257
  1465.           Height = 21
  1466.           TabOrder = 3
  1467.         end
  1468.         object ItemPictureCtrl: TMultiImgControl
  1469.           Left = 256
  1470.           Top = 190
  1471.           Width = 257
  1472.           Height = 141
  1473.           Caption = 'ItemPictureCtrl'
  1474.           TabOrder = 5
  1475.           SpeedBarHeight = 24
  1476.         end
  1477.         object GroupBox7: TGroupBox
  1478.           Left = 16
  1479.           Top = 336
  1480.           Width = 497
  1481.           Height = 105
  1482.           Caption = 'Menu Text Attributes:'
  1483.           TabOrder = 6
  1484.           object Label23: TLabel
  1485.             Left = 8
  1486.             Top = 13
  1487.             Width = 51
  1488.             Height = 13
  1489.             Caption = 'Text Color:'
  1490.           end
  1491.           object Label26: TLabel
  1492.             Left = 8
  1493.             Top = 50
  1494.             Width = 50
  1495.             Height = 13
  1496.             Caption = 'Text Style:'
  1497.           end
  1498.           object Label27: TLabel
  1499.             Left = 144
  1500.             Top = 13
  1501.             Width = 71
  1502.             Height = 13
  1503.             Caption = 'Text Font Size:'
  1504.           end
  1505.           object Label33: TLabel
  1506.             Left = 144
  1507.             Top = 52
  1508.             Width = 79
  1509.             Height = 13
  1510.             Caption = 'Text Font Name:'
  1511.           end
  1512.           object MenuColorCB: TComboBox
  1513.             Left = 8
  1514.             Top = 27
  1515.             Width = 121
  1516.             Height = 22
  1517.             Style = csOwnerDrawFixed
  1518.             DropDownCount = 1
  1519.             ItemHeight = 16
  1520.             Items.Strings = (
  1521.               '')
  1522.             TabOrder = 0
  1523.             OnDrawItem = BgndColorCBDrawItem
  1524.             OnDropDown = BgndColorCBDropDown
  1525.           end
  1526.           object MenuStyleCB: TComboBox
  1527.             Left = 8
  1528.             Top = 64
  1529.             Width = 121
  1530.             Height = 21
  1531.             Style = csDropDownList
  1532.             ItemHeight = 13
  1533.             Items.Strings = (
  1534.               'Normal'
  1535.               'Heading 1'
  1536.               'Heading 2'
  1537.               'Heading 3'
  1538.               'Heading 4'
  1539.               'Heading 5'
  1540.               'Heading 6')
  1541.             TabOrder = 1
  1542.             OnChange = MenuStyleCBChange
  1543.           end
  1544.           object MenuSizeCB: TComboBox
  1545.             Left = 144
  1546.             Top = 27
  1547.             Width = 121
  1548.             Height = 21
  1549.             Style = csDropDownList
  1550.             ItemHeight = 13
  1551.             Items.Strings = (
  1552.               'Normal'
  1553.               'Size 1 (Smallest)'
  1554.               'Size 2'
  1555.               'Size 3'
  1556.               'Size 4'
  1557.               'Size 5'
  1558.               'Size 6'
  1559.               'Size 7 (Largest)')
  1560.             TabOrder = 2
  1561.             OnChange = MenuSizeCBChange
  1562.           end
  1563.           object MenuFontCB: TComboBox
  1564.             Left = 144
  1565.             Top = 66
  1566.             Width = 121
  1567.             Height = 21
  1568.             ItemHeight = 13
  1569.             Sorted = True
  1570.             TabOrder = 3
  1571.           end
  1572.           object MenuAttrGB: TGroupBox
  1573.             Left = 284
  1574.             Top = 11
  1575.             Width = 125
  1576.             Height = 77
  1577.             Caption = 'Text Attributes:'
  1578.             TabOrder = 4
  1579.             object MenuBoldCB: TCheckBox
  1580.               Left = 8
  1581.               Top = 13
  1582.               Width = 97
  1583.               Height = 17
  1584.               Caption = 'Bold'
  1585.               Font.Charset = DEFAULT_CHARSET
  1586.               Font.Color = clBlack
  1587.               Font.Height = -11
  1588.               Font.Name = 'MS Sans Serif'
  1589.               Font.Style = [fsBold]
  1590.               ParentFont = False
  1591.               TabOrder = 0
  1592.             end
  1593.             object MenuItalicCB: TCheckBox
  1594.               Left = 8
  1595.               Top = 35
  1596.               Width = 97
  1597.               Height = 17
  1598.               Caption = 'Italic'
  1599.               Font.Charset = DEFAULT_CHARSET
  1600.               Font.Color = clBlack
  1601.               Font.Height = -11
  1602.               Font.Name = 'MS Sans Serif'
  1603.               Font.Style = [fsItalic]
  1604.               ParentFont = False
  1605.               TabOrder = 1
  1606.             end
  1607.             object MenuUnderlineCB: TCheckBox
  1608.               Left = 8
  1609.               Top = 56
  1610.               Width = 97
  1611.               Height = 17
  1612.               Caption = 'Underlined'
  1613.               Font.Charset = DEFAULT_CHARSET
  1614.               Font.Color = clBlack
  1615.               Font.Height = -11
  1616.               Font.Name = 'MS Sans Serif'
  1617.               Font.Style = [fsUnderline]
  1618.               ParentFont = False
  1619.               TabOrder = 2
  1620.             end
  1621.           end
  1622.         end
  1623.         object Button1: TButton
  1624.           Left = 84
  1625.           Top = 305
  1626.           Width = 53
  1627.           Height = 25
  1628.           Caption = 'Add'
  1629.           TabOrder = 7
  1630.           OnClick = Button1Click
  1631.         end
  1632.         object Button2: TButton
  1633.           Left = 140
  1634.           Top = 305
  1635.           Width = 69
  1636.           Height = 25
  1637.           Caption = 'Delete'
  1638.           TabOrder = 8
  1639.           OnClick = Button2Click
  1640.         end
  1641.         object ItemLinkEd: TEdit
  1642.           Left = 256
  1643.           Top = 152
  1644.           Width = 257
  1645.           Height = 21
  1646.           TabOrder = 4
  1647.         end
  1648.         object MenuTypeRG: TRadioGroup
  1649.           Left = 16
  1650.           Top = 14
  1651.           Width = 89
  1652.           Height = 48
  1653.           Caption = 'Menu:'
  1654.           ItemIndex = 0
  1655.           Items.Strings = (
  1656.             'Horizontal'
  1657.             'Vertical')
  1658.           TabOrder = 9
  1659.           OnClick = MenuTypeRGClick
  1660.         end
  1661.         object DispItemTextCB: TCheckBox
  1662.           Left = 256
  1663.           Top = 45
  1664.           Width = 137
  1665.           Height = 17
  1666.           Caption = 'Do not display Item Text'
  1667.           TabOrder = 1
  1668.         end
  1669.       end
  1670.     end
  1671.   end
  1672.   object SaveDialog1: TSaveDialog
  1673.     DefaultExt = 'htm'
  1674.     Filter = 'HTML Files|*.htm;*.html'
  1675.     Left = 585
  1676.     Top = 288
  1677.   end
  1678.   object PopupMenu1: TPopupMenu
  1679.     Left = 592
  1680.     Top = 256
  1681.     object LoadFromFile1: TMenuItem
  1682.       Caption = 'Load From File'
  1683.       OnClick = LoadFromFile1Click
  1684.     end
  1685.     object SaveToFile1: TMenuItem
  1686.       Caption = 'Save To File'
  1687.       OnClick = SaveToFile1Click
  1688.     end
  1689.     object Clear1: TMenuItem
  1690.       Caption = 'Clear'
  1691.       OnClick = Clear1Click
  1692.     end
  1693.     object ChangeFont1: TMenuItem
  1694.       Caption = 'Change Font'
  1695.       OnClick = ChangeFont1Click
  1696.     end
  1697.     object Expand1: TMenuItem
  1698.       Caption = 'Expand'
  1699.       OnClick = Expand1Click
  1700.     end
  1701.     object HTMLTags1: TMenuItem
  1702.       Caption = 'HTML Tags:'
  1703.       Enabled = False
  1704.     end
  1705.     object Bold1: TMenuItem
  1706.       Caption = 'Text Attributes'
  1707.       object Bold2: TMenuItem
  1708.         Caption = 'Bold'
  1709.         OnClick = Bold2Click
  1710.       end
  1711.       object EndBold1: TMenuItem
  1712.         Caption = 'End Bold'
  1713.         OnClick = EndBold1Click
  1714.       end
  1715.       object Italic1: TMenuItem
  1716.         Caption = 'Italic'
  1717.         OnClick = Italic1Click
  1718.       end
  1719.       object EndItalic1: TMenuItem
  1720.         Caption = 'End Italic'
  1721.         OnClick = EndItalic1Click
  1722.       end
  1723.       object Underlined1: TMenuItem
  1724.         Caption = 'Underlined'
  1725.         OnClick = Underlined1Click
  1726.       end
  1727.       object EndUnderlined1: TMenuItem
  1728.         Caption = 'End Underlined'
  1729.         OnClick = EndUnderlined1Click
  1730.       end
  1731.       object Blink1: TMenuItem
  1732.         Caption = 'Blink'
  1733.         OnClick = Blink1Click
  1734.       end
  1735.       object EndBlink1: TMenuItem
  1736.         Caption = 'End Blink'
  1737.       end
  1738.     end
  1739.     object HStyles1: TMenuItem
  1740.       Caption = 'Heading Styles'
  1741.       object Normal1: TMenuItem
  1742.         Caption = 'Heading 1'
  1743.         OnClick = Normal1Click
  1744.       end
  1745.       object EndHeading11: TMenuItem
  1746.         Caption = 'End Heading 1'
  1747.         OnClick = EndHeading11Click
  1748.       end
  1749.       object Heading21: TMenuItem
  1750.         Caption = 'Heading 2'
  1751.         OnClick = Heading21Click
  1752.       end
  1753.       object EndHeading21: TMenuItem
  1754.         Caption = 'End Heading 2'
  1755.         OnClick = EndHeading21Click
  1756.       end
  1757.       object Heading31: TMenuItem
  1758.         Caption = 'Heading 3'
  1759.         OnClick = Heading31Click
  1760.       end
  1761.       object EndHeading31: TMenuItem
  1762.         Caption = 'End Heading 3'
  1763.         OnClick = EndHeading31Click
  1764.       end
  1765.       object Heading41: TMenuItem
  1766.         Caption = 'Heading 4'
  1767.         OnClick = Heading41Click
  1768.       end
  1769.       object EndHeading41: TMenuItem
  1770.         Caption = 'End Heading 4'
  1771.         OnClick = EndHeading41Click
  1772.       end
  1773.       object Heading51: TMenuItem
  1774.         Caption = 'Heading 5'
  1775.         OnClick = Heading51Click
  1776.       end
  1777.       object EndHeading51: TMenuItem
  1778.         Caption = 'End Heading 5'
  1779.         OnClick = EndHeading51Click
  1780.       end
  1781.       object Heading61: TMenuItem
  1782.         Caption = 'Heading 6'
  1783.         OnClick = Heading61Click
  1784.       end
  1785.       object EndHeading61: TMenuItem
  1786.         Caption = 'End Heading 6'
  1787.         OnClick = EndHeading61Click
  1788.       end
  1789.     end
  1790.     object DefinitionLists1: TMenuItem
  1791.       Caption = 'Definition Lists'
  1792.       object BeginList1: TMenuItem
  1793.         Caption = 'Begin List'
  1794.         OnClick = BeginList1Click
  1795.       end
  1796.       object EndList1: TMenuItem
  1797.         Caption = 'End List'
  1798.         OnClick = EndList1Click
  1799.       end
  1800.       object ListItem1: TMenuItem
  1801.         Caption = 'Definition Item'
  1802.         OnClick = ListItem1Click
  1803.       end
  1804.       object DefinitionData1: TMenuItem
  1805.         Caption = 'Definition Data'
  1806.         OnClick = DefinitionData1Click
  1807.       end
  1808.     end
  1809.     object OrderedLists1: TMenuItem
  1810.       Caption = 'Ordered Lists'
  1811.       object BeginList2: TMenuItem
  1812.         Caption = 'Begin List'
  1813.         OnClick = BeginList2Click
  1814.       end
  1815.       object EndList2: TMenuItem
  1816.         Caption = 'End List'
  1817.         OnClick = EndList2Click
  1818.       end
  1819.       object ListItem2: TMenuItem
  1820.         Caption = 'List Item'
  1821.         OnClick = ListItem2Click
  1822.       end
  1823.     end
  1824.     object FontSize1: TMenuItem
  1825.       Caption = 'Font Size'
  1826.       object Normal2: TMenuItem
  1827.         Caption = 'Normal'
  1828.         OnClick = Normal2Click
  1829.       end
  1830.       object Size1Smallest1: TMenuItem
  1831.         Tag = 1
  1832.         Caption = 'Size 1 (Smallest)'
  1833.         OnClick = Normal2Click
  1834.       end
  1835.       object Size21: TMenuItem
  1836.         Tag = 2
  1837.         Caption = 'Size 2'
  1838.         OnClick = Normal2Click
  1839.       end
  1840.       object Size31: TMenuItem
  1841.         Tag = 3
  1842.         Caption = 'Size 3'
  1843.         OnClick = Normal2Click
  1844.       end
  1845.       object Size41: TMenuItem
  1846.         Tag = 4
  1847.         Caption = 'Size 4'
  1848.         OnClick = Normal2Click
  1849.       end
  1850.       object Size51: TMenuItem
  1851.         Tag = 5
  1852.         Caption = 'Size 5'
  1853.         OnClick = Normal2Click
  1854.       end
  1855.       object Size61: TMenuItem
  1856.         Tag = 6
  1857.         Caption = 'Size 6'
  1858.         OnClick = Normal2Click
  1859.       end
  1860.       object Size7Largest1: TMenuItem
  1861.         Caption = 'Size 7 (Largest)'
  1862.         OnClick = Normal2Click
  1863.       end
  1864.     end
  1865.     object NewLine1: TMenuItem
  1866.       Caption = 'New Line'
  1867.       OnClick = NewLine1Click
  1868.     end
  1869.     object HorizontalRule1: TMenuItem
  1870.       Caption = 'Horizontal Rule'
  1871.       OnClick = HorizontalRule1Click
  1872.     end
  1873.     object Picture1: TMenuItem
  1874.       Caption = 'Picture'
  1875.       OnClick = Picture1Click
  1876.     end
  1877.     object Hyperlink1: TMenuItem
  1878.       Caption = 'Hyperlink'
  1879.       OnClick = Hyperlink1Click
  1880.     end
  1881.   end
  1882.   object OpenDialog1: TOpenDialog
  1883.     DefaultExt = 'htm'
  1884.     Filter = 'HTML Files|*.htm;*.html'
  1885.     Left = 560
  1886.     Top = 257
  1887.   end
  1888.   object ColorDialog1: TColorDialog
  1889.     Ctl3D = True
  1890.     Left = 552
  1891.     Top = 288
  1892.   end
  1893.   object FontDialog1: TFontDialog
  1894.     Font.Charset = DEFAULT_CHARSET
  1895.     Font.Color = clWindowText
  1896.     Font.Height = -13
  1897.     Font.Name = 'System'
  1898.     Font.Style = []
  1899.     MinFontSize = 0
  1900.     MaxFontSize = 0
  1901.     Left = 589
  1902.     Top = 320
  1903.   end
  1904. end
  1905.