home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TREGISTRACE / TREGISTRACE.txt
Encoding:
Text File  |  2000-08-30  |  3.5 KB  |  156 lines

  1. object Registrace: TRegistrace
  2.   Left = 209
  3.   Top = 104
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Jak se zaregistrovat?'
  7.   ClientHeight = 289
  8.   ClientWidth = 262
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PopupMenu = PopupMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 8
  20.     Top = 136
  21.     Width = 88
  22.     Height = 13
  23.     Caption = 'Kontakt na autora:'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 8
  27.     Top = 256
  28.     Width = 248
  29.     Height = 13
  30.     Caption = 'Na tento E-mail m∩┐╜∩┐╜ete zas∩┐╜lat i Va∩┐╜e n∩┐╜m∩┐╜ty, dotazy'
  31.   end
  32.   object Label4: TLabel
  33.     Left = 8
  34.     Top = 272
  35.     Width = 155
  36.     Height = 13
  37.     Caption = 'a p∩┐╜ipom∩┐╜nky k tomuto programu.'
  38.   end
  39.   object OK: TDsFancyButton
  40.     Left = 144
  41.     Top = 152
  42.     Width = 97
  43.     Height = 41
  44.     ButtonColor = clBtnFace
  45.     Caption = 'OK'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -16
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     FrameColor = clGray
  52.     FrameWidth = 6
  53.     ParentFont = False
  54.     CornerRadius = 10
  55.     TextStyle = txRaised
  56.     OnClick = OKClick
  57.   end
  58.   object DsFancyButton1: TDsFancyButton
  59.     Left = 144
  60.     Top = 200
  61.     Width = 97
  62.     Height = 25
  63.     ButtonColor = clBtnFace
  64.     Caption = 'N∩┐╜pov∩┐╜da'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     FrameColor = clGray
  71.     FrameWidth = 6
  72.     ParentFont = False
  73.     CornerRadius = 10
  74.     TextStyle = txRaised
  75.     OnClick = DsFancyButton1Click
  76.   end
  77.   object Memo1: TMemo
  78.     Left = 4
  79.     Top = 0
  80.     Width = 253
  81.     Height = 129
  82.     Cursor = crArrow
  83.     DragCursor = crArrow
  84.     DragMode = dmAutomatic
  85.     Lines.Strings = (
  86.       'Chcete m∩┐╜t plnou verzi programu ∩┐╜∩┐╜astn∩┐╜ch deset?'
  87.       ''
  88.       'Sta∩┐╜∩┐╜ poslat autorovi 20,- K∩┐╜, zn∩┐╜mku a jm∩┐╜no '
  89.       'na kter∩┐╜ m∩┐╜ b∩┐╜t tento produkt licencov∩┐╜n. Autor '
  90.       'V∩┐╜m po∩┐╜le disketu s plnou verz∩┐╜ programu ∩┐╜∩┐╜astn∩┐╜ch '
  91.       'deset. Pokud chcete poslat plnou verzi tohoto '
  92.       'programu do Va∩┐╜∩┐╜ e-mailov∩┐╜ schr∩┐╜nky, napi∩┐╜te jej∩┐╜ '
  93.       'adresu a nemus∩┐╜te v dopise pos∩┐╜lat zn∩┐╜mku - je to '
  94.       'levn∩┐╜j∩┐╜∩┐╜ a rychlej∩┐╜∩┐╜.')
  95.     PopupMenu = PopupMenu1
  96.     ReadOnly = True
  97.     TabOrder = 0
  98.   end
  99.   object Memo2: TMemo
  100.     Left = 8
  101.     Top = 152
  102.     Width = 113
  103.     Height = 73
  104.     Cursor = crArrow
  105.     DragCursor = crArrow
  106.     DragMode = dmAutomatic
  107.     Lines.Strings = (
  108.       'Pavel Burda'
  109.       'M∩┐╜rov∩┐╜ 1017'
  110.       'Nov∩┐╜ Bohum∩┐╜n'
  111.       ''
  112.       '735 81')
  113.     PopupMenu = PopupMenu1
  114.     ReadOnly = True
  115.     TabOrder = 1
  116.   end
  117.   object Button2: TButton
  118.     Left = 168
  119.     Top = 269
  120.     Width = 65
  121.     Height = 20
  122.     Caption = 'N∩┐╜pov∩┐╜da'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clWindowText
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     PopupMenu = PopupMenu1
  130.     TabOrder = 2
  131.     Visible = False
  132.     OnClick = Button2Click
  133.   end
  134.   object Edit2: TEdit
  135.     Left = 8
  136.     Top = 232
  137.     Width = 249
  138.     Height = 21
  139.     Cursor = crArrow
  140.     DragCursor = crArrow
  141.     DragMode = dmAutomatic
  142.     PopupMenu = PopupMenu1
  143.     ReadOnly = True
  144.     TabOrder = 3
  145.     Text = 'E-mail: p.burda@centrum.cz'
  146.   end
  147.   object PopupMenu1: TPopupMenu
  148.     Left = 232
  149.     Top = 272
  150.     object Zavt1: TMenuItem
  151.       Caption = 'Zav∩┐╜∩┐╜t'
  152.       OnClick = Zavt1Click
  153.     end
  154.   end
  155. end
  156.