home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / PSCLOR32 / _SETUP.1 / COL30.EXE / 0 / RCDATA / THTMLATTRIBUTESDLG / THTMLATTRIBUTESDLG.txt
Text File  |  1998-02-19  |  51KB  |  1,905 lines

  1. object HtmlAttributesDlg: THtmlAttributesDlg
  2.   Left = 126
  3.   Top = 130
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Define Attributes'
  8.   ClientHeight = 449
  9.   ClientWidth = 626
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ButtonPanel: TPanel
  23.     Left = 525
  24.     Top = 0
  25.     Width = 101
  26.     Height = 449
  27.     Align = alRight
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object OKBtn: TBitBtn
  31.       Left = 14
  32.       Top = 5
  33.       Width = 77
  34.       Height = 27
  35.       Hint = 'Generate HTML Report'
  36.       Caption = '&OK'
  37.       TabOrder = 0
  38.       OnClick = OKBtnClick
  39.       Kind = bkOK
  40.       Margin = 2
  41.       Spacing = -1
  42.       IsControl = True
  43.     end
  44.     object CancelBtn: TBitBtn
  45.       Left = 14
  46.       Top = 35
  47.       Width = 77
  48.       Height = 27
  49.       Hint = 'Cancel HTML Report'
  50.       Caption = '&Cancel'
  51.       TabOrder = 1
  52.       OnClick = CancelBtnClick
  53.       Kind = bkCancel
  54.       Margin = 2
  55.       Spacing = -1
  56.       IsControl = True
  57.     end
  58.     object HelpBtn: TBitBtn
  59.       Left = 14
  60.       Top = 65
  61.       Width = 77
  62.       Height = 27
  63.       Hint = 'Display Help Window'
  64.       TabOrder = 2
  65.       OnClick = HelpBtnClick
  66.       Kind = bkHelp
  67.       Margin = 2
  68.       Spacing = -1
  69.       IsControl = True
  70.     end
  71.   end
  72.   object Notebook: TNotebook
  73.     Left = 0
  74.     Top = 0
  75.     Width = 525
  76.     Height = 449
  77.     Align = alClient
  78.     PageIndex = 4
  79.     TabOrder = 1
  80.     IsControl = True
  81.     object TPage
  82.       Left = 0
  83.       Top = 0
  84.       Caption = 'Page1'
  85.       IsControl = True
  86.       object GroupBox1: TGroupBox
  87.         Left = 0
  88.         Top = 0
  89.         Width = 525
  90.         Height = 449
  91.         Align = alClient
  92.         Caption = 'Page Attributes:'
  93.         TabOrder = 0
  94.         IsControl = True
  95.         object Label1: TLabel
  96.           Left = 8
  97.           Top = 277
  98.           Width = 88
  99.           Height = 13
  100.           Caption = 'Background Color:'
  101.         end
  102.         object Label2: TLabel
  103.           Left = 8
  104.           Top = 33
  105.           Width = 84
  106.           Height = 13
  107.           Caption = 'HTML Page Title:'
  108.         end
  109.         object Label7: TLabel
  110.           Left = 8
  111.           Top = 72
  112.           Width = 101
  113.           Height = 13
  114.           Caption = 'Background Graphic:'
  115.         end
  116.         object Label32: TLabel
  117.           Left = 232
  118.           Top = 83
  119.           Width = 73
  120.           Height = 33
  121.           AutoSize = False
  122.           Caption = 'Keywords META TAG:'
  123.           WordWrap = True
  124.         end
  125.         object Label40: TLabel
  126.           Left = 232
  127.           Top = 174
  128.           Width = 73
  129.           Height = 33
  130.           AutoSize = False
  131.           Caption = 'Description META TAG:'
  132.           WordWrap = True
  133.         end
  134.         object BgndColorCB: TComboBox
  135.           Left = 8
  136.           Top = 293
  137.           Width = 113
  138.           Height = 22
  139.           Style = csOwnerDrawFixed
  140.           DropDownCount = 1
  141.           ItemHeight = 16
  142.           Items.Strings = (
  143.             '')
  144.           TabOrder = 5
  145.           OnDrawItem = BgndColorCBDrawItem
  146.           OnDropDown = BgndColorCBDropDown
  147.         end
  148.         object PageTitleEd: TEdit
  149.           Left = 8
  150.           Top = 49
  151.           Width = 505
  152.           Height = 21
  153.           TabOrder = 1
  154.         end
  155.         object BgndPicture: TMultiImgControl
  156.           Left = 8
  157.           Top = 86
  158.           Width = 210
  159.           Height = 173
  160.           HelpContext = 31
  161.           Caption = 'BgndPicture'
  162.           TabOrder = 2
  163.           SpeedBarHeight = 24
  164.         end
  165.         object KeywordsEd: TMemo
  166.           Left = 232
  167.           Top = 110
  168.           Width = 281
  169.           Height = 57
  170.           Hint = 'Enter One Keyword per Line'
  171.           ScrollBars = ssVertical
  172.           TabOrder = 3
  173.         end
  174.         object DescEd: TMemo
  175.           Left = 232
  176.           Top = 201
  177.           Width = 281
  178.           Height = 57
  179.           Hint = 'Enter a description of your Web Page here'
  180.           ScrollBars = ssVertical
  181.           TabOrder = 4
  182.         end
  183.         object PrologCB: TCheckBox
  184.           Left = 8
  185.           Top = 15
  186.           Width = 345
  187.           Height = 17
  188.           Caption = 'Include HTML Prolog/Epilog (<HTML>,<HEAD>,<TITLE>)'
  189.           TabOrder = 0
  190.         end
  191.         object GroupBox12: TGroupBox
  192.           Left = 128
  193.           Top = 265
  194.           Width = 387
  195.           Height = 57
  196.           Caption = 'URL Link Colors'
  197.           TabOrder = 6
  198.           object Label41: TLabel
  199.             Left = 9
  200.             Top = 14
  201.             Width = 23
  202.             Height = 13
  203.             Caption = 'Link:'
  204.           end
  205.           object Label42: TLabel
  206.             Left = 138
  207.             Top = 14
  208.             Width = 57
  209.             Height = 13
  210.             Caption = 'Visited Link:'
  211.           end
  212.           object Label43: TLabel
  213.             Left = 266
  214.             Top = 14
  215.             Width = 56
  216.             Height = 13
  217.             Caption = 'Active Link:'
  218.           end
  219.           object LinkColorCB: TComboBox
  220.             Left = 8
  221.             Top = 28
  222.             Width = 113
  223.             Height = 22
  224.             Style = csOwnerDrawFixed
  225.             DropDownCount = 1
  226.             ItemHeight = 16
  227.             Items.Strings = (
  228.               '')
  229.             TabOrder = 0
  230.             OnDrawItem = BgndColorCBDrawItem
  231.             OnDropDown = BgndColorCBDropDown
  232.           end
  233.           object VLinkColorCB: TComboBox
  234.             Left = 136
  235.             Top = 28
  236.             Width = 113
  237.             Height = 22
  238.             Style = csOwnerDrawFixed
  239.             DropDownCount = 1
  240.             ItemHeight = 16
  241.             Items.Strings = (
  242.               '')
  243.             TabOrder = 1
  244.             OnDrawItem = BgndColorCBDrawItem
  245.             OnDropDown = BgndColorCBDropDown
  246.           end
  247.           object ALinkColorCB: TComboBox
  248.             Left = 264
  249.             Top = 28
  250.             Width = 113
  251.             Height = 22
  252.             Style = csOwnerDrawFixed
  253.             DropDownCount = 1
  254.             ItemHeight = 16
  255.             Items.Strings = (
  256.               '')
  257.             TabOrder = 2
  258.             OnDrawItem = BgndColorCBDrawItem
  259.             OnDropDown = BgndColorCBDropDown
  260.           end
  261.         end
  262.         object ImbededTableGB: TGroupBox
  263.           Left = 8
  264.           Top = 346
  265.           Width = 505
  266.           Height = 98
  267.           TabOrder = 7
  268.           Visible = False
  269.           object Label17: TLabel
  270.             Left = 8
  271.             Top = 9
  272.             Width = 119
  273.             Height = 13
  274.             Caption = 'Page Left Margin (pixels):'
  275.           end
  276.           object Label18: TLabel
  277.             Left = 8
  278.             Top = 53
  279.             Width = 120
  280.             Height = 13
  281.             Caption = 'Page Top Margin (pixels):'
  282.           end
  283.           object LMarginEd: TSpinEdit
  284.             Left = 8
  285.             Top = 26
  286.             Width = 121
  287.             Height = 22
  288.             MaxValue = 0
  289.             MinValue = 0
  290.             TabOrder = 0
  291.             Value = 0
  292.           end
  293.           object TMarginEd: TSpinEdit
  294.             Left = 8
  295.             Top = 70
  296.             Width = 121
  297.             Height = 22
  298.             MaxValue = 0
  299.             MinValue = 0
  300.             TabOrder = 1
  301.             Value = 0
  302.           end
  303.           object MenuRG: TRadioGroup
  304.             Left = 264
  305.             Top = 19
  306.             Width = 113
  307.             Height = 73
  308.             Caption = 'Page Menu:'
  309.             ItemIndex = 0
  310.             Items.Strings = (
  311.               'No Menu'
  312.               'Horizontal Menu'
  313.               'Vertical Menu'
  314.               'Both Menus')
  315.             TabOrder = 6
  316.             OnClick = MenuRGClick
  317.           end
  318.           object MenuBtn: TButton
  319.             Left = 384
  320.             Top = 64
  321.             Width = 113
  322.             Height = 25
  323.             Caption = 'Create/Edit Menu'
  324.             Enabled = False
  325.             TabOrder = 7
  326.             OnClick = MenuBtnClick
  327.           end
  328.           object LMarginColorCB: TComboBox
  329.             Left = 138
  330.             Top = 26
  331.             Width = 113
  332.             Height = 22
  333.             Style = csOwnerDrawF