home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kolacek / WPing.exe / 0 / RCDATA / TFMABOUT / TFMABOUT.txt < prev   
Text File  |  2002-01-13  |  2KB  |  107 lines

  1. object fmAbout: TfmAbout
  2.   Left = 489
  3.   Top = 261
  4.   BorderStyle = bsDialog
  5.   Caption = 'About application'
  6.   ClientHeight = 152
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 113
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 16
  30.       Top = 16
  31.       Width = 32
  32.       Height = 32
  33.       AutoSize = True
  34.       Center = True
  35.       Picture.Data = {<image000.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object Product: TLabel
  40.       Left = 64
  41.       Top = 16
  42.       Width = 157
  43.       Height = 13
  44.       Caption = 'Product Name: Ping for Windows'
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 64
  49.       Top = 40
  50.       Width = 35
  51.       Height = 13
  52.       Caption = 'Version'
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 8
  57.       Top = 64
  58.       Width = 47
  59.       Height = 13
  60.       Caption = 'Copyright:'
  61.       IsControl = True
  62.     end
  63.     object Comments: TLabel
  64.       Left = 8
  65.       Top = 88
  66.       Width = 52
  67.       Height = 13
  68.       Caption = 'Comments:'
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 64
  74.       Top = 88
  75.       Width = 142
  76.       Height = 13
  77.       Caption = 'Program is complete freeware.'
  78.       WordWrap = True
  79.     end
  80.     object URLLabel1: TURLLabel
  81.       Left = 64
  82.       Top = 64
  83.       Width = 144
  84.       Height = 13
  85.       Cursor = crHandPoint
  86.       Caption = 'Radim Kolacek - KOLACSOFT'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlue
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsUnderline]
  92.       ParentFont = False
  93.       URL = 'rkolacek@ro.inext.cz'
  94.     end
  95.   end
  96.   object OKButton: TButton
  97.     Left = 111
  98.     Top = 124
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 1
  105.   end
  106. end
  107.