home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / dir2html / D2html21.exe / 0 / RCDATA / TOPTIONFORM / TOPTIONFORM.txt < prev   
Text File  |  1998-12-27  |  6KB  |  259 lines

  1. object optionform: Toptionform
  2.   Left = 35
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Program Options'
  6.   ClientHeight = 209
  7.   ClientWidth = 561
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object okbutton: TButton
  17.     Left = 8
  18.     Top = 176
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Save'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.     OnClick = okbuttonClick
  26.   end
  27.   object okcenterbutton: TButton
  28.     Left = 88
  29.     Top = 176
  30.     Width = 193
  31.     Height = 25
  32.     Caption = 'Save and Center  Program  Window'
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.     OnClick = okcenterbuttonClick
  36.   end
  37.   object cancelbutton: TButton
  38.     Left = 480
  39.     Top = 176
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 8
  48.     Top = 8
  49.     Width = 545
  50.     Height = 161
  51.     BevelInner = bvRaised
  52.     BevelOuter = bvLowered
  53.     TabOrder = 3
  54.     object deftitleLabel: TLabel
  55.       Left = 8
  56.       Top = 12
  57.       Width = 57
  58.       Height = 13
  59.       Caption = 'Default Title'
  60.     end
  61.     object defheadingLabel: TLabel
  62.       Left = 8
  63.       Top = 36
  64.       Width = 77
  65.       Height = 13
  66.       Caption = 'Default Heading'
  67.     end
  68.     object deffilenameLabel: TLabel
  69.       Left = 8
  70.       Top = 60
  71.       Width = 79
  72.       Height = 13
  73.       Caption = 'Default Filename'
  74.     end
  75.     object defbrowserLabel: TLabel
  76.       Left = 8
  77.       Top = 92
  78.       Width = 77
  79.       Height = 13
  80.       Caption = 'Internet Browser'
  81.     end
  82.     object deftitleEdit: TEdit
  83.       Left = 96
  84.       Top = 8
  85.       Width = 297
  86.       Height = 21
  87.       TabOrder = 0
  88.     end
  89.     object defheadingEdit: TEdit
  90.       Left = 96
  91.       Top = 32
  92.       Width = 297
  93.       Height = 21
  94.       TabOrder = 1
  95.     end
  96.     object deffilenameEdit: TEdit
  97.       Left = 96
  98.       Top = 56
  99.       Width = 185
  100.       Height = 21
  101.       TabOrder = 2
  102.     end
  103.     object resetbutton: TButton
  104.       Left = 288
  105.       Top = 56
  106.       Width = 105
  107.       Height = 25
  108.       Caption = 'Reset to Default'
  109.       TabOrder = 3
  110.       OnClick = resetbuttonClick
  111.     end
  112.     object defbrowserEdit: TEdit
  113.       Left = 96
  114.       Top = 88
  115.       Width = 297
  116.       Height = 21
  117.       TabOrder = 4
  118.     end
  119.     object browsersearchButton: TButton
  120.       Left = 328
  121.       Top = 112
  122.       Width = 67
  123.       Height = 25
  124.       Caption = 'Search...'
  125.       TabOrder = 5
  126.       OnClick = browsersearchButtonClick
  127.     end
  128.     object playsoundCheck: TCheckBox
  129.       Left = 8
  130.       Top = 136
  131.       Width = 209
  132.       Height = 17
  133.       Alignment = taLeftJustify
  134.       Caption = 'Play Sound after  Creation of Document'
  135.       State = cbChecked
  136.       TabOrder = 6
  137.     end
  138.     object standardbrowsercheck: TCheckBox
  139.       Left = 96
  140.       Top = 112
  141.       Width = 137
  142.       Height = 17
  143.       Caption = 'Use Standard Browser'
  144.       TabOrder = 7
  145.       OnClick = standardbrowserCheckClick
  146.     end
  147.     object defaultcolorGroupBox: TGroupBox
  148.       Left = 400
  149.       Top = 8
  150.       Width = 137
  151.       Height = 145
  152.       Caption = 'Default Document Colors'
  153.       TabOrder = 8
  154.       object defaultbgcolorbutton: TButton
  155.         Left = 8
  156.         Top = 16
  157.         Width = 81
  158.         Height = 25
  159.         Caption = 'Background'
  160.         TabOrder = 0
  161.         OnClick = defaultbgcolorbuttonClick
  162.       end
  163.       object defaultlinkcolorbutton: TButton
  164.         Left = 8
  165.         Top = 48
  166.         Width = 81
  167.         Height = 25
  168.         Caption = 'Links'
  169.         TabOrder = 1
  170.         OnClick = defaultlinkcolorbuttonClick
  171.       end
  172.       object defaultvlinkcolorbutton: TButton
  173.         Left = 8
  174.         Top = 80
  175.         Width = 81
  176.         Height = 25
  177.         Caption = 'Visited Links'
  178.         TabOrder = 2
  179.         OnClick = defaultvlinkcolorbuttonClick
  180.       end
  181.       object defaulttextcolorbutton: TButton
  182.         Left = 8
  183.         Top = 112
  184.         Width = 81
  185.         Height = 25
  186.         Caption = 'Text'
  187.         TabOrder = 3
  188.         OnClick = defaulttextcolorbuttonClick
  189.       end
  190.       object defaultbgcolorpanel: TPanel
  191.         Left = 104
  192.         Top = 16
  193.         Width = 25
  194.         Height = 25
  195.         BevelInner = bvLowered
  196.         BevelOuter = bvLowered
  197.         TabOrder = 4
  198.         OnClick = defaultbgcolorpanelClick
  199.       end
  200.       object defaultlinkcolorpanel: TPanel
  201.         Left = 104
  202.         Top = 48
  203.         Width = 25
  204.         Height = 25
  205.         BevelInner = bvLowered
  206.         BevelOuter = bvLowered
  207.         TabOrder = 5
  208.         OnClick = defaultlinkcolorpanelClick
  209.       end
  210.       object defaultvlinkcolorpanel: TPanel
  211.         Left = 104
  212.         Top = 80
  213.         Width = 25
  214.         Height = 25
  215.         BevelInner = bvLowered
  216.         BevelOuter = bvLowered
  217.         TabOrder = 6
  218.         OnClick = defaultvlinkcolorpanelClick
  219.       end
  220.       object defaulttextcolorpanel: TPanel
  221.         Left = 104
  222.         Top = 112
  223.         Width = 25
  224.         Height = 25
  225.         BevelInner = bvLowered
  226.         BevelOuter = bvLowered
  227.         TabOrder = 7
  228.         OnClick = defaulttextcolorpanelClick
  229.       end
  230.     end
  231.   end
  232.   object browsersearchDialog: TOpenDialog
  233.     FileEditStyle = fsEdit
  234.     Filter = 'Executables (*.exe)|*.exe|All Files (*.*)|*.*'
  235.     Left = 288
  236.     Top = 176
  237.   end
  238.   object defaultbgColorDialog: TColorDialog
  239.     Ctl3D = True
  240.     Left = 328
  241.     Top = 176
  242.   end
  243.   object defaultlinkColorDialog: TColorDialog
  244.     Ctl3D = True
  245.     Left = 360
  246.     Top = 176
  247.   end
  248.   object defaultvlinkColorDialog: TColorDialog
  249.     Ctl3D = True
  250.     Left = 392
  251.     Top = 176
  252.   end
  253.   object defaulttextColorDialog: TColorDialog
  254.     Ctl3D = True
  255.     Left = 424
  256.     Top = 176
  257.   end
  258. end
  259.