home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt < prev   
Text File  |  1997-04-22  |  10KB  |  399 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 271
  3.   Top = 73
  4.   HelpContext = 200
  5.   BorderStyle = bsDialog
  6.   Caption = 'General Preferences'
  7.   ClientHeight = 322
  8.   ClientWidth = 381
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnDefault: TButton
  22.     Left = 178
  23.     Top = 297
  24.     Width = 66
  25.     Height = 23
  26.     HelpContext = 200
  27.     Caption = '&Default'
  28.     TabOrder = 2
  29.     OnClick = btnDefaultClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 314
  33.     Top = 297
  34.     Width = 66
  35.     Height = 23
  36.     HelpContext = 200
  37.     Cancel = True
  38.     Caption = '&Cancel'
  39.     TabOrder = 0
  40.     OnClick = btnCancelClick
  41.   end
  42.   object btnOK: TButton
  43.     Left = 246
  44.     Top = 297
  45.     Width = 66
  46.     Height = 23
  47.     HelpContext = 200
  48.     Caption = '&OK'
  49.     Default = True
  50.     TabOrder = 1
  51.     OnClick = btnOKClick
  52.   end
  53.   object pageOptions: TPageControl
  54.     Left = 0
  55.     Top = 0
  56.     Width = 381
  57.     Height = 293
  58.     HelpContext = 200
  59.     ActivePage = tabResults
  60.     Align = alTop
  61.     TabOrder = 3
  62.     object tabResults: TTabSheet
  63.       Caption = 'Result Preferences'
  64.       object GroupBox8: TGroupBox
  65.         Left = 4
  66.         Top = 57
  67.         Width = 365
  68.         Height = 133
  69.         TabOrder = 1
  70.         object Label2: TLabel
  71.           Left = 4
  72.           Top = 12
  73.           Width = 242
  74.           Height = 13
  75.           Caption = 'Save pagelist Results as this file.  [no file extension]'
  76.         end
  77.         object Label12: TLabel
  78.           Left = 8
  79.           Top = 108
  80.           Width = 3
  81.           Height = 13
  82.         end
  83.         object Label13: TLabel
  84.           Left = 8
  85.           Top = 104
  86.           Width = 102
  87.           Height = 13
  88.           Caption = 'Use this file extension'
  89.         end
  90.         object Label8: TLabel
  91.           Left = 4
  92.           Top = 56
  93.           Width = 261
  94.           Height = 13
  95.           Caption = 'Save word search results as this file.  [No file extension]'
  96.         end
  97.         object edLinkResult: TEdit
  98.           Left = 4
  99.           Top = 28
  100.           Width = 157
  101.           Height = 21
  102.           HelpContext = 200
  103.           MaxLength = 50
  104.           TabOrder = 0
  105.           Text = 'result'
  106.           OnExit = edLinkResultExit
  107.           OnKeyPress = edLinkResultKeyPress
  108.         end
  109.         object radHTM: TRadioButton
  110.           Left = 116
  111.           Top = 104
  112.           Width = 45
  113.           Height = 13
  114.           HelpContext = 200
  115.           Caption = '.htm'
  116.           Checked = True
  117.           TabOrder = 2
  118.           TabStop = True
  119.         end
  120.         object radHTML: TRadioButton
  121.           Left = 164
  122.           Top = 104
  123.           Width = 57
  124.           Height = 13
  125.           HelpContext = 200
  126.           Caption = '.html'
  127.           TabOrder = 3
  128.         end
  129.         object edWordResult: TEdit
  130.           Left = 4
  131.           Top = 72
  132.           Width = 157
  133.           Height = 21
  134.           HelpContext = 200
  135.           TabOrder = 1
  136.           Text = 'search'
  137.           OnExit = edWordResultExit
  138.           OnKeyPress = edLinkResultKeyPress
  139.         end
  140.       end
  141.       object GroupBox9: TGroupBox
  142.         Left = 5
  143.         Top = 4
  144.         Width = 364
  145.         Height = 49
  146.         TabOrder = 0
  147.         object chkSuccess: TCheckBox
  148.           Left = 4
  149.           Top = 10
  150.           Width = 233
  151.           Height = 16
  152.           HelpContext = 200
  153.           Caption = 'Include &Successful Links in Results.'
  154.           State = cbChecked
  155.           TabOrder = 0
  156.         end
  157.         object chkInfoPage: TCheckBox
  158.           Left = 4
  159.           Top = 28
  160.           Width = 269
  161.           Height = 17
  162.           HelpContext = 200
  163.           Caption = '&Generate Information Page After Page Checking'
  164.           State = cbChecked
  165.           TabOrder = 1
  166.         end
  167.       end
  168.     end
  169.     object tabDisplay: TTabSheet
  170.       Caption = 'Display/Start-up'
  171.       object GroupBox2: TGroupBox
  172.         Left = 1
  173.         Top = 4
  174.         Width = 148
  175.         Height = 77
  176.         Caption = 'Screen Display'
  177.         TabOrder = 0
  178.         object chkTool: TCheckBox
  179.           Left = 8
  180.           Top = 16
  181.           Width = 109
  182.           Height = 17
  183.           HelpContext = 200
  184.           Caption = 'Show Tool &Bar'
  185.           State = cbChecked
  186.           TabOrder = 0
  187.         end
  188.         object chkLinkInfo: TCheckBox
  189.           Left = 8
  190.           Top = 38
  191.           Width = 133
  192.           Height = 17
  193.           HelpContext = 200
  194.           Caption = 'Show Link &Information'
  195.           State = cbChecked
  196.           TabOrder = 1
  197.         end
  198.         object chkStatus: TCheckBox
  199.           Left = 8
  200.           Top = 59
  201.           Width = 105
  202.           Height = 15
  203.           HelpContext = 200
  204.           Caption = 'Show &Status'
  205.           State = cbChecked
  206.           TabOrder = 2
  207.         end
  208.       end
  209.       object GroupBox1: TGroupBox
  210.         Left = 2
  211.         Top = 88
  212.         Width = 367
  213.         Height = 169
  214.         Caption = 'Browser Options'
  215.         TabOrder = 2
  216.         object htmlPref: THTMLViewer
  217.           Left = 92
  218.           Top = 16
  219.           Width = 269
  220.           Height = 145
  221.           Cursor = crIBeam
  222.           HelpContext = 200
  223.           ViewImages = False
  224.           TabOrder = 0
  225.           BorderStyle = htSingle
  226.           HistoryMaxCount = 0
  227.           DefFontName = 'Times New Roman'
  228.           DefPreFontName = 'Courier New'
  229.           DefFontSize = 10
  230.           DefHotSpotColor = clMaroon
  231.           NoSelect = True
  232.         end
  233.         object btnFontName: TButton
  234.           Left = 6
  235.           Top = 31
  236.           Width = 80
  237.           Height = 17
  238.           HelpContext = 200
  239.           Caption = '&Font'
  240.           TabOrder = 1
  241.           OnClick = btnFontNameClick
  242.         end
  243.         object btnBkgColor: TButton
  244.           Left = 6
  245.           Top = 79
  246.           Width = 80
  247.           Height = 17
  248.           HelpContext = 200
  249.           Caption = 'Bac&kground'
  250.           TabOrder = 3
  251.           OnClick = btnBkgColorClick
  252.         end
  253.         object btnHotSpotColor: TButton
  254.           Left = 6
  255.           Top = 103
  256.           Width = 80
  257.           Height = 17
  258.           HelpContext = 200
  259.           Caption = '&Hot Spot'
  260.           TabOrder = 4
  261.           OnClick = btnHotSpotColorClick
  262.         end
  263.         object btnFontColor: TButton
  264.           Left = 6
  265.           Top = 55
  266.           Width = 80
  267.           Height = 17
  268.           HelpContext = 200
  269.           Caption = 'Fo&nt Color'
  270.           TabOrder = 2
  271.           OnClick = btnFontColorClick
  272.         end
  273.         object btnhtmlDefault: TButton
  274.           Left = 6
  275.           Top = 128
  276.           Width = 80
  277.           Height = 17
  278.           HelpContext = 200
  279.           Caption = 'D&efault'
  280.           TabOrder = 5
  281.           OnClick = btnhtmlDefaultClick
  282.         end
  283.       end
  284.       object GroupBox3: TGroupBox
  285.         Left = 156
  286.         Top = 4
  287.         Width = 213
  288.         Height = 77
  289.         Caption = 'Browser Display'
  290.         TabOrder = 1
  291.         object chkFullScreen: TCheckBox
  292.           Left = 8
  293.           Top = 18
  294.           Width = 161
  295.           Height = 17
  296.           HelpContext = 200
  297.           Caption = '&View Browser In Full Screen'
  298.           TabOrder = 0
  299.         end
  300.       end
  301.     end
  302.     object tabExternal: TTabSheet
  303.       Caption = 'External Files'
  304.       object GroupBox11: TGroupBox
  305.         Left = 4
  306.         Top = 92
  307.         Width = 365
  308.         Height = 77
  309.         TabOrder = 1
  310.         object Label11: TLabel
  311.           Left = 8
  312.           Top = 20
  313.           Width = 141
  314.           Height = 13
  315.           Caption = 'Use this external HTML &Editor'
  316.           FocusControl = edExEditor
  317.         end
  318.         object edExEditor: TEdit
  319.           Left = 8
  320.           Top = 41
  321.           Width = 349
  322.           Height = 21
  323.           HelpContext = 200
  324.           TabOrder = 0
  325.           OnKeyPress = edLinkResultKeyPress
  326.         end
  327.         object btnExEditor: TButton
  328.           Left = 284
  329.           Top = 12
  330.           Width = 73
  331.           Height = 21
  332.           HelpContext = 200
  333.           Caption = '&Browse'
  334.           TabOrder = 1
  335.           OnClick = btnExEditorClick
  336.         end
  337.       end
  338.       object GroupBox12: TGroupBox
  339.         Left = 4
  340.         Top = 8
  341.         Width = 365
  342.         Height = 77
  343.         TabOrder = 0
  344.         object Label10: TLabel
  345.           Left = 8
  346.           Top = 16
  347.           Width = 122
  348.           Height = 13
  349.           Caption = 'Use this external Bro&wser.'
  350.           FocusControl = edExBrowser
  351.         end
  352.         object edExBrowser: TEdit
  353.           Left = 8
  354.           Top = 44
  355.           Width = 349
  356.           Height = 21
  357.           HelpContext = 200
  358.           TabOrder = 0
  359.           OnKeyPress = edLinkResultKeyPress
  360.         end
  361.         object btnBrowserBrowse: TButton
  362.           Left = 284
  363.           Top = 16
  364.           Width = 73
  365.           Height = 21
  366.           HelpContext = 200
  367.           Caption = '&Browse'
  368.           TabOrder = 1
  369.           OnClick = btnBrowserBrowseClick
  370.         end
  371.       end
  372.     end
  373.   end
  374.   object dlgExOpen: TOpenDialog
  375.     DefaultExt = 'exe'
  376.     FileEditStyle = fsEdit
  377.     Filter = 'Executable Files (*.exe)|*.exe|All Files (*.*)|*.*'
  378.     Left = 8
  379.     Top = 296
  380.   end
  381.   object dlgColor: TColorDialog
  382.     Ctl3D = True
  383.     Options = [cdPreventFullOpen, cdSolidColor]
  384.     Left = 36
  385.     Top = 296
  386.   end
  387.   object dlgFont: TFontDialog
  388.     Font.Color = clWindowText
  389.     Font.Height = -11
  390.     Font.Name = 'MS Sans Serif'
  391.     Font.Style = []
  392.     MinFontSize = 0
  393.     MaxFontSize = 0
  394.     Options = [fdAnsiOnly, fdShowHelp]
  395.     Left = 64
  396.     Top = 296
  397.   end
  398. end
  399.