home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Replace / Replace.exe / 0 / RCDATA / TFORM_ABOUT / TFORM_ABOUT.txt < prev   
Text File  |  1999-06-09  |  2KB  |  79 lines

  1. object Form_About: TForm_About
  2.   Left = 424
  3.   Top = 299
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'About Replace'
  8.   ClientHeight = 300
  9.   ClientWidth = 400
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImageAbout: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 400
  25.     Height = 300
  26.     Align = alClient
  27.     Picture.Data = {<image000.jpg>}
  28.     OnClick = ImageAboutClick
  29.   end
  30.   object Label_Versie: TLabel
  31.     Left = 272
  32.     Top = 15
  33.     Width = 120
  34.     Height = 35
  35.     Alignment = taRightJustify
  36.     AutoSize = False
  37.     Caption = '1.1.4'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -32
  41.     Font.Name = 'Arial Black'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object LabelThanxToJoris: TLabel
  47.     Left = 254
  48.     Top = 156
  49.     Width = 138
  50.     Height = 13
  51.     Caption = 'Thanx to: Joris Nieuwint'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlue
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object HyperLabel1: THyperLabel
  61.     Left = 260
  62.     Top = 285
  63.     Width = 137
  64.     Height = 13
  65.     Cursor = crHandPoint
  66.     Caption = 'Visit: http://beam.to/replace'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clNavy
  69.     Font.Height = -11
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = [fsUnderline]
  72.     ParentFont = False
  73.     Transparent = True
  74.     HyperColour = clBlue
  75.     PressedColour = 8454143
  76.     URL = 'http://www.mediaport.org/~daft/'
  77.   end
  78. end
  79.