object FrmUser: TFrmUser Left = 196 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Rejestracja danych' ClientHeight = 148 ClientWidth = 367 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 30 Top = 54 Width = 84 Height = 13 Caption = 'Imi� u�ytkownika:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 19 Top = 6 Width = 327 Height = 31 Alignment = taCenter AutoSize = False Caption = 'Podaj swoje dane, kt�rymi b�dziesz identyfikowany jako legalny u' + '�ytkownik pakietu "Polska 1999"' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label3: TLabel Left = 56 Top = 80 Width = 60 Height = 13 Caption = 'Nazwa firmy:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object TxtNumer: TEdit Left = 124 Top = 50 Width = 221 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 20 ParentFont = False TabOrder = 0 OnChange = TxtNumerChange end object ButtonOK: TButton Left = 140 Top = 110 Width = 93 Height = 27 Caption = '&OK' Default = True TabOrder = 2 OnClick = ButtonOKClick end object TxtFirma: TEdit Left = 124 Top = 76 Width = 221 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 30 ParentFont = False TabOrder = 1 OnChange = TxtFirmaChange end end