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