home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / ctenari / Havelka / Address.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2001-06-24  |  3KB  |  110 lines

  1. object AboutBox: TAboutBox
  2.   Left = 273
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Adres∩┐╜∩┐╜ 1.0'
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 33
  32.       Height = 33
  33.       Picture.Data = {<image001.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 88
  39.       Top = 16
  40.       Width = 67
  41.       Height = 24
  42.       Caption = 'Adres∩┐╜∩┐╜'
  43.       Font.Charset = EASTEUROPE_CHARSET
  44.       Font.Color = clPurple
  45.       Font.Height = -19
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 88
  53.       Top = 40
  54.       Width = 25
  55.       Height = 24
  56.       Caption = '1.0'
  57.       Font.Charset = EASTEUROPE_CHARSET
  58.       Font.Color = clTeal
  59.       Font.Height = -19
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 8
  67.       Top = 72
  68.       Width = 135
  69.       Height = 13
  70.       Caption = 'Copyright by Honza Havelka'
  71.       Font.Charset = EASTEUROPE_CHARSET
  72.       Font.Color = clRed
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       IsControl = True
  78.     end
  79.     object Comments: TLabel
  80.       Left = 8
  81.       Top = 96
  82.       Width = 248
  83.       Height = 52
  84.       Caption = 
  85.         'Tento program je chr∩┐╜n∩┐╜n autorsk∩┐╜m z∩┐╜konem a autorsk∩┐╜mi pr∩┐╜vy. J' +
  86.         'ak∩┐╜koli ∩┐╜∩┐╜∩┐╜en∩┐╜ t∩┐╜to aplikace bude m∩┐╜t za n∩┐╜sledek potrest∩┐╜n∩┐╜ v n' +
  87.         'ejvy∩┐╜∩┐╜∩┐╜m mo∩┐╜n∩┐╜m rozsahu!'
  88.       Font.Charset = EASTEUROPE_CHARSET
  89.       Font.Color = clBlue
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       WordWrap = True
  95.       IsControl = True
  96.     end
  97.   end
  98.   object OKButton: TButton
  99.     Left = 111
  100.     Top = 180
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 1
  107.     OnClick = OKButtonClick
  108.   end
  109. end
  110.