home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 331
- Top = 206
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Registrace'
- ClientHeight = 177
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object pgC: TPageControl
- Left = 8
- Top = 8
- Width = 353
- Height = 162
- ActivePage = TabSheet1
- MultiLine = True
- TabOrder = 0
- TabStop = False
- object TabSheet1: TTabSheet
- Caption = 'Registrace'
- object Label1: TLabel
- Left = 12
- Top = 21
- Width = 31
- Height = 14
- Caption = 'Jm�no'
- end
- object Label2: TLabel
- Left = 12
- Top = 45
- Width = 28
- Height = 14
- Caption = 'E-mail'
- end
- object Label3: TLabel
- Left = 12
- Top = 69
- Width = 17
- Height = 14
- Caption = 'Kl��'
- end
- object eN: TEdit
- Left = 65
- Top = 17
- Width = 180
- Height = 22
- MaxLength = 40
- TabOrder = 0
- end
- object eM: TEdit
- Left = 65
- Top = 41
- Width = 180
- Height = 22
- MaxLength = 40
- TabOrder = 1
- end
- object eK: TEdit
- Left = 65
- Top = 65
- Width = 269
- Height = 22
- TabOrder = 2
- end
- object btnOK: TBitBtn
- Left = 177
- Top = 97
- Width = 75
- Height = 28
- TabOrder = 3
- OnClick = btnOKClick
- Kind = bkOK
- end
- object btnCancel: TBitBtn
- Left = 259
- Top = 97
- Width = 75
- Height = 28
- Caption = 'Storno'
- TabOrder = 4
- Kind = bkCancel
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Omezen�'
- ImageIndex = 1
- object mOmez: TMemoEx
- Left = 0
- Top = 0
- Width = 345
- Height = 133
- Cursor = crArrow
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
-
- '� Tato verze programu umo��uje zobrazit pouze t�i �tvrtiny skute' +
- '�n�ho obsahu adres��e.'
- ''
- '� Z�sk�n� pln� verze tohoto programu:'
- 'V ofrankovan� ob�lce za�lete 50 K� na adresu:'
- #9'Petr �tudent'
- #9'�eskobratrsk� 7'
- #9'Prost�jov'
- #9'796 01, Czech Republic'
- 'V dopise uve�te Va�e jm�no a V� e-mail.'
- ''
-
- 'Po obdr�en� dopisu V�m bude odesl�n zak�dovan� �et�zec na zadano' +
- 'u e-mailovou adresu. Spolu s Va��m jm�nem a e-mailovou adresou t' +
- 'vo�� neomezen� p��stup do tohoto programu.')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- GroupVScroll = 0
- CaretRow = 1
- Dropped = False
- Dropped4FLIP = False
- DelayAfterCaretSTOP = 1500
- HideCARET = True
- end
- end
- end
- end
-