object Reg: TReg Left = 428 Top = 318 Width = 367 Height = 161 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'Registrace programu' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Rc: TLabel Left = 8 Top = 8 Width = 99 Height = 16 Caption = 'Registra�n� ��slo' end object Label1: TLabel Left = 8 Top = 56 Width = 99 Height = 16 Caption = 'Registrov�no na' end object Label2: TLabel Left = 8 Top = 96 Width = 36 Height = 16 Caption = 'Heslo' end object Ok: TButton Left = 264 Top = 8 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = OkClick end object Cancel: TButton Left = 264 Top = 48 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = CancelClick end object Cislo: TEdit Left = 128 Top = 8 Width = 121 Height = 24 TabOrder = 2 end object Jmeno: TEdit Left = 128 Top = 48 Width = 121 Height = 24 TabOrder = 3 end object Heslo: TEdit Left = 128 Top = 88 Width = 121 Height = 24 TabOrder = 4 end end