home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup21 / easypad.exe / 0 / RCDATA / TFRMREGIST / TFRMREGIST.txt < prev   
Text File  |  1998-10-18  |  2KB  |  87 lines

  1. object frmRegist: TfrmRegist
  2.   Left = 267
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registrace'
  6.   ClientHeight = 190
  7.   ClientWidth = 318
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object btnREGIST: TButton
  18.     Left = 8
  19.     Top = 160
  20.     Width = 107
  21.     Height = 25
  22.     Caption = 'WWW reg&istrace'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = btnREGISTClick
  26.   end
  27.   object btnKONEC: TButton
  28.     Left = 232
  29.     Top = 160
  30.     Width = 81
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '&Konec'
  34.     TabOrder = 1
  35.     OnClick = btnKONECClick
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 305
  41.     Height = 145
  42.     Caption = 'Upozorn∩┐╜n∩┐╜'
  43.     TabOrder = 2
  44.     object Label1: TLabel
  45.       Left = 16
  46.       Top = 16
  47.       Width = 280
  48.       Height = 26
  49.       Caption = 
  50.         'Zku∩┐╜ebn∩┐╜ lh∩┐╜ta 30 spu∩┐╜t∩┐╜n∩┐╜, po kterou bylo mo∩┐╜n∩┐╜ program bezplat' +
  51.         'n∩┐╜ testovat, ji∩┐╜ vypr∩┐╜ela.'
  52.       WordWrap = True
  53.     end
  54.     object Label2: TLabel
  55.       Left = 16
  56.       Top = 48
  57.       Width = 254
  58.       Height = 52
  59.       Caption = 
  60.         'Pokud chcete program nad∩┐╜le vyu∩┐╜∩┐╜vat, je t∩┐╜eba si jej zaregistro' +
  61.         'vat. Pokud se chcete zaregistrovat hned a jste p∩┐╜ipojeni k Inter' +
  62.         'netu, stiskn∩┐╜te tla∩┐╜∩┐╜tko "WWW registrace" a vypl∩┐╜te registra∩┐╜n∩┐╜ ' +
  63.         'formul∩┐╜∩┐╜.'
  64.       WordWrap = True
  65.     end
  66.     object Label3: TLabel
  67.       Left = 16
  68.       Top = 112
  69.       Width = 246
  70.       Height = 26
  71.       Caption = 
  72.         'M∩┐╜∩┐╜ete tak∩┐╜ kontaktovat autora programu prost∩┐╜ednictv∩┐╜m e-mailu ' +
  73.         '- tla∩┐╜∩┐╜tkem "E-mail autorovi".'
  74.       WordWrap = True
  75.     end
  76.   end
  77.   object btnEMAIL: TButton
  78.     Left = 128
  79.     Top = 160
  80.     Width = 89
  81.     Height = 25
  82.     Caption = '&E-mail autorovi'
  83.     TabOrder = 3
  84.     OnClick = btnEMAILClick
  85.   end
  86. end
  87.