home *** CD-ROM | disk | FTP | other *** search
- object frmRegistrace: TfrmRegistrace
- Left = 237
- Top = 188
- BorderStyle = bsDialog
- Caption = 'Registrace'
- ClientHeight = 105
- ClientWidth = 314
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 5
- Top = 1
- Width = 303
- Height = 72
- TabOrder = 0
- object Label1: TLabel
- Left = 9
- Top = 17
- Width = 89
- Height = 13
- Caption = 'U�ivatelsk� jm�no:'
- end
- object Label2: TLabel
- Left = 9
- Top = 44
- Width = 30
- Height = 13
- Caption = 'Heslo:'
- end
- object Edit1: TEdit
- Left = 107
- Top = 14
- Width = 184
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 107
- Top = 41
- Width = 184
- Height = 21
- TabOrder = 1
- end
- end
- object btnOk: TButton
- Left = 154
- Top = 78
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnStorno: TButton
- Left = 233
- Top = 78
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 2
- OnClick = btnStornoClick
- end
- end
-