home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 37 / hot37.iso / FICHEROS / 9SEG / SALV98.ZIP / SALVAGE.EXE / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2005-06-14  |  2KB  |  107 lines

  1. object FAbout: TFAbout
  2.   Left = 384
  3.   Top = 337
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 233
  8.   ClientWidth = 397
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image2: TImage
  21.     Left = 48
  22.     Top = 16
  23.     Width = 257
  24.     Height = 185
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object LURL: TLabel
  28.     Left = 166
  29.     Top = 189
  30.     Width = 121
  31.     Height = 13
  32.     Cursor = crHandPoint
  33.     Caption = 'http://www.wiredred.com'
  34.     Color = clWhite
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Pitch = fpVariable
  40.     Font.Style = []
  41.     ParentColor = False
  42.     ParentFont = False
  43.     OnClick = LURLClick
  44.   end
  45.   object Image1: TImage
  46.     Left = 15
  47.     Top = 30
  48.     Width = 41
  49.     Height = 34
  50.     Picture.Data = {<image001.ico>}
  51.   end
  52.   object BOk: TButton
  53.     Left = 312
  54.     Top = 22
  55.     Width = 75
  56.     Height = 23
  57.     Caption = '&OK'
  58.     TabOrder = 0
  59.     OnClick = BOkClick
  60.   end
  61.   object BLicense: TButton
  62.     Left = 312
  63.     Top = 48
  64.     Width = 75
  65.     Height = 23
  66.     Caption = '&License'
  67.     TabOrder = 1
  68.     OnClick = BLicenseClick
  69.   end
  70.   object LLicense: TPanel
  71.     Left = 8
  72.     Top = 203
  73.     Width = 280
  74.     Height = 19
  75.     Alignment = taRightJustify
  76.     BevelOuter = bvNone
  77.     Caption = '30 days remaining on evaluation period'
  78.     Color = clWhite
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clRed
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Pitch = fpVariable
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 2
  87.   end
  88.   object PBuild: TPanel
  89.     Left = 304
  90.     Top = 204
  91.     Width = 81
  92.     Height = 17
  93.     Alignment = taRightJustify
  94.     BevelOuter = bvNone
  95.     Caption = 'PBuild'
  96.     Color = clWhite
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clRed
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Pitch = fpVariable
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 3
  105.   end
  106. end
  107.