home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95PIONEE / _SETUP.1 / Pioneer.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-01-14  |  2KB  |  87 lines

  1. object AboutBox: TAboutBox
  2.   Left = 158
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 325
  7.   ClientWidth = 536
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnKeyDown = FormKeyDown
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object img_Billboard1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 536
  21.     Height = 326
  22.     AutoSize = True
  23.     Enabled = False
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object pnt_Lic: TPaintBox
  27.     Left = 284
  28.     Top = 248
  29.     Width = 184
  30.     Height = 16
  31.     Color = clBtnFace
  32.     Enabled = False
  33.     Font.Color = clYellow
  34.     Font.Height = -15
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold, fsItalic]
  37.     ParentColor = False
  38.     ParentFont = False
  39.     OnPaint = pnt_LicPaint
  40.   end
  41.   object pnt_LicName: TPaintBox
  42.     Left = 284
  43.     Top = 270
  44.     Width = 244
  45.     Height = 14
  46.     Color = clBtnFace
  47.     Enabled = False
  48.     Font.Color = clAqua
  49.     Font.Height = -12
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold, fsItalic]
  52.     ParentColor = False
  53.     ParentFont = False
  54.     OnPaint = pnt_LicNamePaint
  55.   end
  56.   object pnt_LicSNo: TPaintBox
  57.     Left = 284
  58.     Top = 296
  59.     Width = 245
  60.     Height = 14
  61.     Color = clBtnFace
  62.     Enabled = False
  63.     Font.Color = clAqua
  64.     Font.Height = -12
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold, fsItalic]
  67.     ParentColor = False
  68.     ParentFont = False
  69.     OnPaint = pnt_LicSNoPaint
  70.   end
  71.   object pnt_LicCountry: TPaintBox
  72.     Left = 284
  73.     Top = 283
  74.     Width = 245
  75.     Height = 14
  76.     Color = clBtnFace
  77.     Enabled = False
  78.     Font.Color = clAqua
  79.     Font.Height = -12
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold, fsItalic]
  82.     ParentColor = False
  83.     ParentFont = False
  84.     OnPaint = pnt_LicCountryPaint
  85.   end
  86. end
  87.