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