home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  2001-06-24  |  1.4 KB  |  72 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 376
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'O aplikaci'
  6.   ClientHeight = 213
  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 = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProductName: TLabel
  28.       Left = 40
  29.       Top = 20
  30.       Width = 202
  31.       Height = 13
  32.       Caption = 'HTMLEditor pro Windows 95/Me/2000'
  33.       IsControl = True
  34.     end
  35.     object Version: TLabel
  36.       Left = 40
  37.       Top = 52
  38.       Width = 51
  39.       Height = 13
  40.       Caption = 'Verze : 1.0'
  41.       IsControl = True
  42.     end
  43.     object Copyright: TLabel
  44.       Left = 40
  45.       Top = 83
  46.       Width = 90
  47.       Height = 13
  48.       Caption = 'Autor : Michal V∩┐╜ch'
  49.       IsControl = True
  50.     end
  51.     object Comments: TLabel
  52.       Left = 40
  53.       Top = 115
  54.       Width = 190
  55.       Height = 13
  56.       Caption = 'Koment∩┐╜∩┐╜ : Tento program je shareware.'
  57.       WordWrap = True
  58.       IsControl = True
  59.     end
  60.   end
  61.   object OKButton: TButton
  62.     Left = 111
  63.     Top = 180
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.   end
  71. end
  72.