object frmBase: TfrmBase Left = 145 Top = 63 HelpContext = 310 BorderStyle = bsDialog Caption = 'Base Link Information' ClientHeight = 294 ClientWidth = 328 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 52 Width = 198 Height = 13 Caption = 'What should InfoLink use as the &base link' FocusControl = edBaseLink end object Label2: TLabel Left = 4 Top = 8 Width = 62 Height = 13 Caption = 'Current Page' end object Label3: TLabel Left = 4 Top = 64 Width = 237 Height = 13 Caption = 'For Example: http://www.biggbyte.com/baselink/' end object lstWithBase: TListBox Left = 4 Top = 132 Width = 245 Height = 157 HelpContext = 310 ItemHeight = 13 TabOrder = 7 end object edBaseLink: TEdit Left = 4 Top = 80 Width = 321 Height = 21 HelpContext = 310 TabOrder = 0 OnChange = edBaseLinkChange end object btnTest: TButton Left = 252 Top = 160 Width = 75 Height = 25 HelpContext = 310 Caption = '&Test' Enabled = False TabOrder = 2 OnClick = btnTestClick end object btnCancel: TButton Left = 252 Top = 264 Width = 75 Height = 25 HelpContext = 310 Caption = '&Cancel' TabOrder = 5 OnClick = btnCancelClick end object btnOK: TButton Left = 252 Top = 236 Width = 75 Height = 25 HelpContext = 310 Caption = '&OK' TabOrder = 3 OnClick = btnOKClick end object edCurrent: TEdit Left = 4 Top = 24 Width = 321 Height = 21 HelpContext = 310 ReadOnly = True TabOrder = 4 end object btnUndo: TButton Left = 252 Top = 132 Width = 75 Height = 25 HelpContext = 310 Caption = '&Undo' Enabled = False TabOrder = 1 OnClick = btnUndoClick end object chkInsert: TCheckBox Left = 4 Top = 108 Width = 321 Height = 17 HelpContext = 310 Caption = '&Insert Base in HTML Source for Later use.' State = cbChecked TabOrder = 6 end end