home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / cs / Kodovani.exe / 0 / RCDATA / TOKNOCOPYRIGHT / TOKNOCOPYRIGHT.txt
Encoding:
Text File  |  1999-09-19  |  2.3 KB  |  114 lines

  1. object OknoCopyright: TOknoCopyright
  2.   Left = 195
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copyright'
  6.   ClientHeight = 263
  7.   ClientWidth = 377
  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.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Obrazek: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object Nazev: TLabel
  27.     Left = 56
  28.     Top = 16
  29.     Width = 115
  30.     Height = 18
  31.     Caption = 'n∩┐╜zev programu'
  32.     Font.Charset = EASTEUROPE_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -15
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Cara: TBevel
  40.     Left = 8
  41.     Top = 48
  42.     Width = 361
  43.     Height = 9
  44.     Shape = bsTopLine
  45.   end
  46.   object AutorskePravo: TLabel
  47.     Left = 56
  48.     Top = 128
  49.     Width = 71
  50.     Height = 13
  51.     Caption = 'autorsk∩┐╜ pr∩┐╜va'
  52.   end
  53.   object Preklad: TLabel
  54.     Left = 56
  55.     Top = 144
  56.     Width = 124
  57.     Height = 13
  58.     Caption = 'informace o datu p∩┐╜ekladu'
  59.   end
  60.   object Typ: TLabel
  61.     Left = 56
  62.     Top = 64
  63.     Width = 170
  64.     Height = 13
  65.     Caption = 'Tento program je typu FREEWARE.'
  66.   end
  67.   object Info1: TLabel
  68.     Left = 56
  69.     Top = 186
  70.     Width = 261
  71.     Height = 13
  72.     Caption = 'Program sm∩┐╜ b∩┐╜t pou∩┐╜∩┐╜v∩┐╜n pouze v souladu s licen∩┐╜n∩┐╜mi'
  73.   end
  74.   object Info2: TLabel
  75.     Left = 56
  76.     Top = 200
  77.     Width = 285
  78.     Height = 13
  79.     Caption = 'podm∩┐╜nkami, kter∩┐╜ u∩┐╜ivatel ∩┐╜etl p∩┐╜i instalaci tohoto programu.'
  80.   end
  81.   object ViceInformaci: TLabel
  82.     Left = 56
  83.     Top = 84
  84.     Width = 264
  85.     Height = 13
  86.     Caption = 'Posledn∩┐╜ verzi tohoto programu lze z∩┐╜skat z internetu, viz'
  87.   end
  88.   object ViceInformaci2: TLabel
  89.     Left = 56
  90.     Top = 98
  91.     Width = 234
  92.     Height = 13
  93.     Caption = 'informace v hesle n∩┐╜pov∩┐╜dy "Autor na Internetu".'
  94.   end
  95.   object CaraDalsi: TBevel
  96.     Left = 56
  97.     Top = 224
  98.     Width = 313
  99.     Height = 9
  100.     Shape = bsTopLine
  101.   end
  102.   object TlacitkoOK: TButton
  103.     Left = 151
  104.     Top = 232
  105.     Width = 75
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'OK'
  109.     Default = True
  110.     TabOrder = 0
  111.     OnClick = TlacitkoOKClick
  112.   end
  113. end
  114.