object FrmBase: TFrmBase Left = 249 Top = 132 BorderStyle = bsDialog Caption = 'Base' ClientHeight = 106 ClientWidth = 354 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object lblLinkTo: TLabel Left = 8 Top = 8 Width = 32 Height = 13 Caption = '&Link to' FocusControl = EditLinkTo Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTarget: TLabel Left = 8 Top = 40 Width = 31 Height = 13 Caption = '&Target' FocusControl = EditTarget Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EditLinkTo: TEdit Left = 48 Top = 8 Width = 201 Height = 21 Hint = 'Default link for this document' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object EditTarget: TEdit Left = 48 Top = 40 Width = 201 Height = 21 Hint = 'Browser window to open when this is selected' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 end object btnURL: TBitBtn Left = 256 Top = 7 Width = 89 Height = 22 Hint = 'URL Assistant' Caption = '&URL' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnURLClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000 000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB 7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888 807778F7778888888877777FF77778380777778FF777777F877777777777E788 777777788FFFFF88777777777888887777777777788888777777} NumGlyphs = 2 end object btnOK: TButton Left = 160 Top = 72 Width = 89 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 end object btnCancel: TButton Left = 256 Top = 72 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end end