home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D2 / XSEARCH2.ZIP / XSEARCH2.DLL / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-25  |  1KB  |  68 lines

  1. object AboutBox: TAboutBox
  2.   Left = 351
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Extended Search'
  6.   ClientHeight = 228
  7.   ClientWidth = 334
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 64
  18.     Top = 16
  19.     Width = 119
  20.     Height = 16
  21.     Caption = 'Extended Search'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -15
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label3: TLabel
  30.     Left = 64
  31.     Top = 35
  32.     Width = 130
  33.     Height = 13
  34.     Caption = '∩┐╜1996-97 Mark G. Duncan'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -12
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Image1: TImage
  43.     Left = 17
  44.     Top = 19
  45.     Width = 32
  46.     Height = 32
  47.     AutoSize = True
  48.     Picture.Data = {<image000.ico>}
  49.   end
  50.   object PaintBox1: TPaintBox
  51.     Left = 64
  52.     Top = 56
  53.     Width = 257
  54.     Height = 137
  55.     OnPaint = PaintBox1Paint
  56.   end
  57.   object OKBtn: TButton
  58.     Left = 248
  59.     Top = 200
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 0
  66.   end
  67. end
  68.