home *** CD-ROM | disk | FTP | other *** search
- object Registrace: TRegistrace
- Left = 209
- Top = 104
- BorderIcons = [biMinimize, biMaximize]
- AutoScroll = False
- Caption = 'Jak se zaregistrovat?'
- ClientHeight = 289
- ClientWidth = 262
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 136
- Width = 88
- Height = 13
- Caption = 'Kontakt na autora:'
- end
- object Label3: TLabel
- Left = 8
- Top = 256
- Width = 248
- Height = 13
- Caption = 'Na tento E-mail m��ete zas�lat i Va�e n�m�ty, dotazy'
- end
- object Label4: TLabel
- Left = 8
- Top = 272
- Width = 155
- Height = 13
- Caption = 'a p�ipom�nky k tomuto programu.'
- end
- object OK: TDsFancyButton
- Left = 144
- Top = 152
- Width = 97
- Height = 41
- ButtonColor = clBtnFace
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FrameColor = clGray
- FrameWidth = 6
- ParentFont = False
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = OKClick
- end
- object DsFancyButton1: TDsFancyButton
- Left = 144
- Top = 200
- Width = 97
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'N�pov�da'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FrameColor = clGray
- FrameWidth = 6
- ParentFont = False
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = DsFancyButton1Click
- end
- object Memo1: TMemo
- Left = 4
- Top = 0
- Width = 253
- Height = 129
- Cursor = crArrow
- DragCursor = crArrow
- DragMode = dmAutomatic
- Lines.Strings = (
- 'Chcete m�t plnou verzi programu ��astn�ch deset?'
- ''
- 'Sta�� poslat autorovi 20,- K�, zn�mku a jm�no '
- 'na kter� m� b�t tento produkt licencov�n. Autor '
- 'V�m po�le disketu s plnou verz� programu ��astn�ch '
- 'deset. Pokud chcete poslat plnou verzi tohoto '
- 'programu do Va�� e-mailov� schr�nky, napi�te jej� '
- 'adresu a nemus�te v dopise pos�lat zn�mku - je to '
- 'levn�j�� a rychlej��.')
- PopupMenu = PopupMenu1
- ReadOnly = True
- TabOrder = 0
- end
- object Memo2: TMemo
- Left = 8
- Top = 152
- Width = 113
- Height = 73
- Cursor = crArrow
- DragCursor = crArrow
- DragMode = dmAutomatic
- Lines.Strings = (
- 'Pavel Burda'
- 'M�rov� 1017'
- 'Nov� Bohum�n'
- ''
- '735 81')
- PopupMenu = PopupMenu1
- ReadOnly = True
- TabOrder = 1
- end
- object Button2: TButton
- Left = 168
- Top = 269
- Width = 65
- Height = 20
- Caption = 'N�pov�da'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- Visible = False
- OnClick = Button2Click
- end
- object Edit2: TEdit
- Left = 8
- Top = 232
- Width = 249
- Height = 21
- Cursor = crArrow
- DragCursor = crArrow
- DragMode = dmAutomatic
- PopupMenu = PopupMenu1
- ReadOnly = True
- TabOrder = 3
- Text = 'E-mail: p.burda@centrum.cz'
- end
- object PopupMenu1: TPopupMenu
- Left = 232
- Top = 272
- object Zavt1: TMenuItem
- Caption = 'Zav��t'
- OnClick = Zavt1Click
- end
- end
- end
-