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

  1. object frmBase: TfrmBase
  2.   Left = 145
  3.   Top = 63
  4.   HelpContext = 310
  5.   BorderStyle = bsDialog
  6.   Caption = 'Base Link Information'
  7.   ClientHeight = 294
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 52
  22.     Width = 198
  23.     Height = 13
  24.     Caption = 'What should InfoLink use as the &base link'
  25.     FocusControl = edBaseLink
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 8
  30.     Width = 62
  31.     Height = 13
  32.     Caption = 'Current Page'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 4
  36.     Top = 64
  37.     Width = 237
  38.     Height = 13
  39.     Caption = 'For Example:  http://www.biggbyte.com/baselink/'
  40.   end
  41.   object lstWithBase: TListBox
  42.     Left = 4
  43.     Top = 132
  44.     Width = 245
  45.     Height = 157
  46.     HelpContext = 310
  47.     ItemHeight = 13
  48.     TabOrder = 7
  49.   end
  50.   object edBaseLink: TEdit
  51.     Left = 4
  52.     Top = 80
  53.     Width = 321
  54.     Height = 21
  55.     HelpContext = 310
  56.     TabOrder = 0
  57.     OnChange = edBaseLinkChange
  58.   end
  59.   object btnTest: TButton
  60.     Left = 252
  61.     Top = 160
  62.     Width = 75
  63.     Height = 25
  64.     HelpContext = 310
  65.     Caption = '&Test'
  66.     Enabled = False
  67.     TabOrder = 2
  68.     OnClick = btnTestClick
  69.   end
  70.   object btnCancel: TButton
  71.     Left = 252
  72.     Top = 264
  73.     Width = 75
  74.     Height = 25
  75.     HelpContext = 310
  76.     Caption = '&Cancel'
  77.     TabOrder = 5
  78.     OnClick = btnCancelClick
  79.   end
  80.   object btnOK: TButton
  81.     Left = 252
  82.     Top = 236
  83.     Width = 75
  84.     Height = 25
  85.     HelpContext = 310
  86.     Caption = '&OK'
  87.     TabOrder = 3
  88.     OnClick = btnOKClick
  89.   end
  90.   object edCurrent: TEdit
  91.     Left = 4
  92.     Top = 24
  93.     Width = 321
  94.     Height = 21
  95.     HelpContext = 310
  96.     ReadOnly = True
  97.     TabOrder = 4
  98.   end
  99.   object btnUndo: TButton
  100.     Left = 252
  101.     Top = 132
  102.     Width = 75
  103.     Height = 25
  104.     HelpContext = 310
  105.     Caption = '&Undo'
  106.     Enabled = False
  107.     TabOrder = 1
  108.     OnClick = btnUndoClick
  109.   end
  110.   object chkInsert: TCheckBox
  111.     Left = 4
  112.     Top = 108
  113.     Width = 321
  114.     Height = 17
  115.     HelpContext = 310
  116.     Caption = '&Insert Base in HTML Source for Later use.'
  117.     State = cbChecked
  118.     TabOrder = 6
  119.   end
  120. end
  121.