home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMBODY / TFRMBODY.txt
Encoding:
Text File  |  1998-01-30  |  18.7 KB  |  764 lines

  1. object FrmBody: TFrmBody
  2.   Left = 114
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Body'
  6.   ClientHeight = 328
  7.   ClientWidth = 513
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblBackground: TLabel
  15.     Left = 8
  16.     Top = 64
  17.     Width = 84
  18.     Height = 13
  19.     Caption = '&Background color'
  20.     FocusControl = cbBackground
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblText: TLabel
  28.     Left = 8
  29.     Top = 96
  30.     Width = 47
  31.     Height = 13
  32.     Caption = '&Text color'
  33.     FocusControl = cbText
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblLink: TLabel
  41.     Left = 8
  42.     Top = 128
  43.     Width = 46
  44.     Height = 13
  45.     Caption = '&Link color'
  46.     FocusControl = pnlLink
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblVisited: TLabel
  54.     Left = 8
  55.     Top = 160
  56.     Width = 76
  57.     Height = 13
  58.     Caption = '&Visited link color'
  59.     FocusControl = pnlVisited
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object lblActive: TLabel
  67.     Left = 8
  68.     Top = 192
  69.     Width = 75
  70.     Height = 13
  71.     Caption = '&Active link color'
  72.     FocusControl = cbActive
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object lblImage: TLabel
  80.     Left = 8
  81.     Top = 8
  82.     Width = 58
  83.     Height = 13
  84.     Caption = 'Bac&kground'
  85.     FocusControl = EditImage
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object lblLeftMargin: TLabel
  93.     Left = 8
  94.     Top = 224
  95.     Width = 52
  96.     Height = 13
  97.     Caption = 'L&eft margin'
  98.     FocusControl = seLeftMargin
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.   end
  105.   object lblTopMargin: TLabel
  106.     Left = 8
  107.     Top = 256
  108.     Width = 53
  109.     Height = 13
  110.     Caption = 'T&op margin'
  111.     FocusControl = seTopMargin
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ParentFont = False
  117.   end
  118.   object pnlPage: TPanel
  119.     Left = 392
  120.     Top = 63
  121.     Width = 113
  122.     Height = 153
  123.     Hint = 'In a graphical browser, text and links will be shown alike'
  124.     BevelInner = bvLowered
  125.     BevelOuter = bvNone
  126.     ParentShowHint = False
  127.     ShowHint = True
  128.     TabOrder = 23
  129.     object lblTextDisplay: TLabel
  130.       Left = 12
  131.       Top = 34
  132.       Width = 53
  133.       Height = 15
  134.       Caption = 'Text color'
  135.       Color = clBtnFace
  136.       Font.Color = clBlack
  137.       Font.Height = -13
  138.       Font.Name = 'Times New Roman'
  139.       Font.Style = []
  140.       ParentColor = False
  141.       ParentFont = False
  142.       Transparent = True
  143.     end
  144.     object lblLinkDisplay: TLabel
  145.       Left = 12
  146.       Top = 66
  147.       Width = 53
  148.       Height = 15
  149.       Caption = 'Link color'
  150.       Font.Color = clBlue
  151.       Font.Height = -13
  152.       Font.Name = 'Times New Roman'
  153.       Font.Style = [fsUnderline]
  154.       ParentFont = False
  155.       Transparent = True
  156.     end
  157.     object lblVisitedDisplay: TLabel
  158.       Left = 12
  159.       Top = 98
  160.       Width = 89
  161.       Height = 15
  162.       Caption = 'Visited link color'
  163.       Font.Color = clPurple
  164.       Font.Height = -13
  165.       Font.Name = 'Times New Roman'
  166.       Font.Style = [fsUnderline]
  167.       ParentFont = False
  168.       Transparent = True
  169.     end
  170.     object lblActiveDisplay: TLabel
  171.       Left = 12
  172.       Top = 130
  173.       Width = 88
  174.       Height = 15
  175.       Caption = 'Active link color'
  176.       Font.Color = clRed
  177.       Font.Height = -13
  178.       Font.Name = 'Times New Roman'
  179.       Font.Style = [fsUnderline]
  180.       ParentFont = False
  181.       Transparent = True
  182.     end
  183.   end
  184.   object cbBackground: TComboBox
  185.     Left = 104
  186.     Top = 64
  187.     Width = 145
  188.     Height = 21
  189.     Hint = 'The document'#39's background color'
  190.     Font.Color = clBlack
  191.     Font.Height = -11
  192.     Font.Name = 'MS Sans Serif'
  193.     Font.Style = []
  194.     ItemHeight = 13
  195.     Items.Strings = (
  196.       'Aqua'
  197.       'Black'
  198.       'Blue'
  199.       'Fuchsia'
  200.       'Gray'
  201.       'Green'
  202.       'Lime'
  203.       'Maroon'
  204.       'Navy'
  205.       'Olive'
  206.       'Purple'
  207.       'Red'
  208.       'Silver'
  209.       'Teal'
  210.       'White'
  211.       'Yellow')
  212.     ParentFont = False
  213.     ParentShowHint = False
  214.     ShowHint = True
  215.     TabOrder = 3
  216.     Text = 'Silver'
  217.     OnChange = cbBackgroundChange
  218.   end
  219.   object cbText: TComboBox
  220.     Left = 104
  221.     Top = 96
  222.     Width = 145
  223.     Height = 21
  224.     Hint = 'The document'#39's text color'
  225.     Font.Color = clBlack
  226.     Font.Height = -11
  227.     Font.Name = 'MS Sans Serif'
  228.     Font.Style = []
  229.     ItemHeight = 13
  230.     Items.Strings = (
  231.       'Aqua'
  232.       'Black'
  233.       'Blue'
  234.       'Fuchsia'
  235.       'Gray'
  236.       'Green'
  237.       'Lime'
  238.       'Maroon'
  239.       'Navy'
  240.       'Olive'
  241.       'Purple'
  242.       'Red'
  243.       'Silver'
  244.       'Teal'
  245.       'White'
  246.       'Yellow')
  247.     ParentFont = False
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 5
  251.     Text = 'Black'
  252.     OnChange = cbTextChange
  253.   end
  254.   object cbLink: TComboBox
  255.     Left = 104
  256.     Top = 128
  257.     Width = 145
  258.     Height = 21
  259.     Hint = 'The document'#39's color for normal links'
  260.     Font.Color = clBlack
  261.     Font.Height = -11
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ItemHeight = 13
  265.     Items.Strings = (
  266.       'Aqua'
  267.       'Black'
  268.       'Blue'
  269.       'Fuchsia'
  270.       'Gray'
  271.       'Green'
  272.       'Lime'
  273.       'Maroon'
  274.       'Navy'
  275.       'Olive'
  276.       'Purple'
  277.       'Red'
  278.       'Silver'
  279.       'Teal'
  280.       'White'
  281.       'Yellow')
  282.     ParentFont = False
  283.     ParentShowHint = False
  284.     ShowHint = True
  285.     TabOrder = 7
  286.     Text = 'Blue'
  287.     OnChange = cbLinkChange
  288.   end
  289.   object cbVisited: TComboBox
  290.     Left = 104
  291.     Top = 160
  292.     Width = 145
  293.     Height = 21
  294.     Hint = 'The document'#39's color for links leading to pages already seen'
  295.     Font.Color = clBlack
  296.     Font.Height = -11
  297.     Font.Name = 'MS Sans Serif'
  298.     Font.Style = []
  299.     ItemHeight = 13
  300.     Items.Strings = (
  301.       'Aqua'
  302.       'Black'
  303.       'Blue'
  304.       'Fuchsia'
  305.       'Gray'
  306.       'Green'
  307.       'Lime'
  308.       'Maroon'
  309.       'Navy'
  310.       'Olive'
  311.       'Purple'
  312.       'Red'
  313.       'Silver'
  314.       'Teal'
  315.       'White'
  316.       'Yellow')
  317.     ParentFont = False
  318.     ParentShowHint = False
  319.     ShowHint = True
  320.     TabOrder = 9
  321.     Text = 'Purple'
  322.     OnChange = cbVisitedChange
  323.   end
  324.   object cbActive: TComboBox
  325.     Left = 104
  326.     Top = 192
  327.     Width = 145
  328.     Height = 21
  329.     Hint = 'The color links turn to when clicked'
  330.     Font.Color = clBlack
  331.     Font.Height = -11
  332.     Font.Name = 'MS Sans Serif'
  333.     Font.Style = []
  334.     ItemHeight = 13
  335.     Items.Strings = (
  336.       'Aqua'
  337.       'Black'
  338.       'Blue'
  339.       'Fuchsia'
  340.       'Gray'
  341.       'Green'
  342.       'Lime'
  343.       'Maroon'
  344.       'Navy'
  345.       'Olive'
  346.       'Purple'
  347.       'Red'
  348.       'Silver'
  349.       'Teal'
  350.       'White'
  351.       'Yellow')
  352.     ParentFont = False
  353.     ParentShowHint = False
  354.     ShowHint = True
  355.     TabOrder = 11
  356.     Text = 'Red'
  357.     OnChange = cbActiveChange
  358.   end
  359.   object btnURL: TBitBtn
  360.     Left = 416
  361.     Top = 7
  362.     Width = 89
  363.     Height = 22
  364.     Hint = 'URL Assistant'
  365.     Caption = '&URL'
  366.     Font.Color = clBlack
  367.     Font.Height = -11
  368.     Font.Name = 'MS Sans Serif'
  369.     Font.Style = []
  370.     ParentFont = False
  371.     ParentShowHint = False
  372.     ShowHint = True
  373.     TabOrder = 1
  374.     OnClick = btnURLClick
  375.     Glyph.Data = {
  376.       76010000424D7601000000000000760000002800000020000000100000000100
  377.       0400000000000001000000000000000000000000000000000000000000000000
  378.       80000080000000808000800000008000800080800000C0C0C000808080000000
  379.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  380.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  381.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  382.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  383.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  384.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  385.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  386.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  387.       777777788FFFFF88777777777888887777777777788888777777}
  388.     NumGlyphs = 2
  389.   end
  390.   object EditImage: TEdit
  391.     Left = 104
  392.     Top = 8
  393.     Width = 305
  394.     Height = 21
  395.     Hint = 'The URL leading to the document'#39's background picture'
  396.     Font.Color = clBlack
  397.     Font.Height = -11
  398.     Font.Name = 'MS Sans Serif'
  399.     Font.Style = []
  400.     ParentFont = False
  401.     ParentShowHint = False
  402.     ShowHint = True
  403.     TabOrder = 0
  404.   end
  405.   object pnlBackground: TPanel
  406.     Left = 256
  407.     Top = 63
  408.     Width = 33
  409.     Height = 23
  410.     BevelInner = bvRaised
  411.     BevelOuter = bvLowered
  412.     Font.Color = clBlack
  413.     Font.Height = -11
  414.     Font.Name = 'MS Sans Serif'
  415.     Font.Style = []
  416.     ParentFont = False
  417.     TabOrder = 18
  418.   end
  419.   object pnlText: TPanel
  420.     Left = 256
  421.     Top = 95
  422.     Width = 33
  423.     Height = 23
  424.     BevelInner = bvRaised
  425.     BevelOuter = bvLowered
  426.     Color = clBlack
  427.     Font.Color = clBlack
  428.     Font.Height = -11
  429.     Font.Name = 'MS Sans Serif'
  430.     Font.Style = []
  431.     ParentFont = False
  432.     TabOrder = 19
  433.   end
  434.   object pnlLink: TPanel
  435.     Left = 256
  436.     Top = 127
  437.     Width = 33
  438.     Height = 23
  439.     BevelInner = bvRaised
  440.     BevelOuter = bvLowered
  441.     Color = clBlue
  442.     Font.Color = clBlack
  443.     Font.Height = -11
  444.     Font.Name = 'MS Sans Serif'
  445.     Font.Style = []
  446.     ParentFont = False
  447.     TabOrder = 20
  448.   end
  449.   object pnlVisited: TPanel
  450.     Left = 256
  451.     Top = 159
  452.     Width = 33
  453.     Height = 23
  454.     BevelInner = bvRaised
  455.     BevelOuter = bvLowered
  456.     Color = clPurple
  457.     Font.Color = clBlack
  458.     Font.Height = -11
  459.     Font.Name = 'MS Sans Serif'
  460.     Font.Style = []
  461.     ParentFont = False
  462.     TabOrder = 21
  463.   end
  464.   object pnlActive: TPanel
  465.     Left = 256
  466.     Top = 191
  467.     Width = 33
  468.     Height = 23
  469.     BevelInner = bvRaised
  470.     BevelOuter = bvLowered
  471.     Color = clRed
  472.     Font.Color = clBlack
  473.     Font.Height = -11
  474.     Font.Name = 'MS Sans Serif'
  475.     Font.Style = []
  476.     ParentFont = False
  477.     TabOrder = 22
  478.   end
  479.   object cbWatermark: TCheckBox
  480.     Left = 104
  481.     Top = 32
  482.     Width = 97
  483.     Height = 17
  484.     Hint = 'Prevent scrolling ?'
  485.     Caption = ' &Watermark style'
  486.     Font.Color = clBlack
  487.     Font.Height = -11
  488.     Font.Name = 'MS Sans Serif'
  489.     Font.Style = []
  490.     ParentFont = False
  491.     ParentShowHint = False
  492.     ShowHint = True
  493.     TabOrder = 2
  494.   end
  495.   object btnColor1: TBitBtn
  496.     Left = 296
  497.     Top = 63
  498.     Width = 89
  499.     Height = 23
  500.     Hint = 'Set color'
  501.     Caption = 'Color'
  502.     Font.Color = clBlack
  503.     Font.Height = -11
  504.     Font.Name = 'MS Sans Serif'
  505.     Font.Style = []
  506.     ParentFont = False
  507.     ParentShowHint = False
  508.     ShowHint = True
  509.     TabOrder = 4
  510.     OnClick = btnColor1Click
  511.     Glyph.Data = {
  512.       76010000424D7601000000000000760000002800000020000000100000000100
  513.       0400000000000001000000000000000000000000000000000000000000000000
  514.       80000080000000808000800000008000800080800000C0C0C000808080000000
  515.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  516.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  517.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  518.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  519.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  520.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  521.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  522.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  523.       77777788FFF88777777777733333777777777778888877777777}
  524.     NumGlyphs = 2
  525.   end
  526.   object btnColor2: TBitBtn
  527.     Left = 296
  528.     Top = 95
  529.     Width = 89
  530.     Height = 23
  531.     Hint = 'Set color'
  532.     Caption = 'Color'
  533.     Font.Color = clBlack
  534.     Font.Height = -11
  535.     Font.Name = 'MS Sans Serif'
  536.     Font.Style = []
  537.     ParentFont = False
  538.     ParentShowHint = False
  539.     ShowHint = True
  540.     TabOrder = 6
  541.     OnClick = btnColor2Click
  542.     Glyph.Data = {
  543.       76010000424D7601000000000000760000002800000020000000100000000100
  544.       0400000000000001000000000000000000000000000000000000000000000000
  545.       80000080000000808000800000008000800080800000C0C0C000808080000000
  546.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  547.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  548.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  549.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  550.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  551.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  552.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  553.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  554.       77777788FFF88777777777733333777777777778888877777777}
  555.     NumGlyphs = 2
  556.   end
  557.   object btnColor3: TBitBtn
  558.     Left = 296
  559.     Top = 127
  560.     Width = 89
  561.     Height = 23
  562.     Hint = 'Set color'
  563.     Caption = 'Color'
  564.     Font.Color = clBlack
  565.     Font.Height = -11
  566.     Font.Name = 'MS Sans Serif'
  567.     Font.Style = []
  568.     ParentFont = False
  569.     ParentShowHint = False
  570.     ShowHint = True
  571.     TabOrder = 8
  572.     OnClick = btnColor3Click
  573.     Glyph.Data = {
  574.       76010000424D7601000000000000760000002800000020000000100000000100
  575.       0400000000000001000000000000000000000000000000000000000000000000
  576.       80000080000000808000800000008000800080800000C0C0C000808080000000
  577.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  578.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  579.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  580.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  581.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  582.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  583.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  584.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  585.       77777788FFF88777777777733333777777777778888877777777}
  586.     NumGlyphs = 2
  587.   end
  588.   object btnColor4: TBitBtn
  589.     Left = 296
  590.     Top = 159
  591.     Width = 89
  592.     Height = 23
  593.     Hint = 'Set color'
  594.     Caption = 'Color'
  595.     Font.Color = clBlack
  596.     Font.Height = -11
  597.     Font.Name = 'MS Sans Serif'
  598.     Font.Style = []
  599.     ParentFont = False
  600.     ParentShowHint = False
  601.     ShowHint = True
  602.     TabOrder = 10
  603.     OnClick = btnColor4Click
  604.     Glyph.Data = {
  605.       76010000424D7601000000000000760000002800000020000000100000000100
  606.       0400000000000001000000000000000000000000000000000000000000000000
  607.       80000080000000808000800000008000800080800000C0C0C000808080000000
  608.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  609.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  610.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  611.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  612.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  613.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  614.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  615.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  616.       77777788FFF88777777777733333777777777778888877777777}
  617.     NumGlyphs = 2
  618.   end
  619.   object btnColor5: TBitBtn
  620.     Left = 296
  621.     Top = 191
  622.     Width = 89
  623.     Height = 23
  624.     Hint = 'Set color'
  625.     Caption = 'Color'
  626.     Font.Color = clBlack
  627.     Font.Height = -11
  628.     Font.Name = 'MS Sans Serif'
  629.     Font.Style = []
  630.     ParentFont = False
  631.     ParentShowHint = False
  632.     ShowHint = True
  633.     TabOrder = 12
  634.     OnClick = btnColor5Click
  635.     Glyph.Data = {
  636.       76010000424D7601000000000000760000002800000020000000100000000100
  637.       0400000000000001000000000000000000000000000000000000000000000000
  638.       80000080000000808000800000008000800080800000C0C0C000808080000000
  639.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  640.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  641.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  642.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  643.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  644.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  645.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  646.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  647.       77777788FFF88777777777733333777777777778888877777777}
  648.     NumGlyphs = 2
  649.   end
  650.   object btnOK: TButton
  651.     Left = 320
  652.     Top = 296
  653.     Width = 89
  654.     Height = 25
  655.     Caption = 'OK'
  656.     Default = True
  657.     Font.Color = clBlack
  658.     Font.Height = -11
  659.     Font.Name = 'MS Sans Serif'
  660.     Font.Style = []
  661.     ModalResult = 1
  662.     ParentFont = False
  663.     TabOrder = 16
  664.   end
  665.   object btnCancel: TButton
  666.     Left = 416
  667.     Top = 296
  668.     Width = 89
  669.     Height = 25
  670.     Caption = 'Cancel'
  671.     Font.Color = clBlack
  672.     Font.Height = -11
  673.     Font.Name = 'MS Sans Serif'
  674.     Font.Style = []
  675.     ModalResult = 2
  676.     ParentFont = False
  677.     TabOrder = 17
  678.   end
  679.   object gbJavaScript: TGroupBox
  680.     Left = 208
  681.     Top = 224
  682.     Width = 297
  683.     Height = 65
  684.     Caption = ' &JavaScript '
  685.     Font.Color = clBlack
  686.     Font.Height = -11
  687.     Font.Name = 'MS Sans Serif'
  688.     Font.Style = []
  689.     ParentFont = False
  690.     TabOrder = 15
  691.     object lblOnUnload: TLabel
  692.       Left = 152
  693.       Top = 17
  694.       Width = 48
  695.       Height = 13
  696.       Caption = 'On&Unload'
  697.       FocusControl = EditOnUnload
  698.     end
  699.     object lblOnLoad: TLabel
  700.       Left = 8
  701.       Top = 17
  702.       Width = 38
  703.       Height = 13
  704.       Caption = '&OnLoad'
  705.       FocusControl = EditOnLoad
  706.     end
  707.     object EditOnUnload: TEdit
  708.       Left = 152
  709.       Top = 33
  710.       Width = 137
  711.       Height = 21
  712.       Hint = 
  713.         'enter the method that shall be called when the OnUnload event is' +
  714.         ' triggered'
  715.       TabOrder = 1
  716.     end
  717.     object EditOnLoad: TEdit
  718.       Left = 8
  719.       Top = 33
  720.       Width = 137
  721.       Height = 21
  722.       Hint = 
  723.         'enter the method that shall be called when the OnLoad event is t' +
  724.         'riggered'
  725.       TabOrder = 0
  726.     end
  727.   end
  728.   object seLeftMargin: TSpinEdit
  729.     Left = 104
  730.     Top = 224
  731.     Width = 65
  732.     Height = 22
  733.     Font.Color = clBlack
  734.     Font.Height = -11
  735.     Font.Name = 'MS Sans Serif'
  736.     Font.Style = []
  737.     MaxValue = 10000
  738.     MinValue = 0
  739.     ParentFont = False
  740.     TabOrder = 13
  741.     Value = 0
  742.   end
  743.   object seTopMargin: TSpinEdit
  744.     Left = 104
  745.     Top = 256
  746.     Width = 65
  747.     Height = 22
  748.     Font.Color = clBlack
  749.     Font.Height = -11
  750.     Font.Name = 'MS Sans Serif'
  751.     Font.Style = []
  752.     MaxValue = 10000
  753.     MinValue = 0
  754.     ParentFont = False
  755.     TabOrder = 14
  756.     Value = 0
  757.   end
  758.   object DlgColor: TColorDialog
  759.     Ctl3D = True
  760.     Left = 472
  761.     Top = 224
  762.   end
  763. end
  764.