object Formprog: TFormprog Left = 372 Top = 315 Width = 292 Height = 256 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'O programu' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 10 Width = 106 Height = 16 Caption = 'N�zev programu :' end object Label2: TLabel Left = 8 Top = 72 Width = 105 Height = 16 Caption = 'Registra�n� ��slo :' end object Label3: TLabel Left = 8 Top = 120 Width = 105 Height = 16 Caption = 'Registrov�no na :' end object Label4: TLabel Left = 128 Top = 8 Width = 89 Height = 16 Caption = 'Stroja� V 1.5' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 8 Top = 96 Width = 6 Height = 16 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 8 Top = 144 Width = 151 Height = 16 Caption = 'Neregistrovan� kopie' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Ok: TButton Left = 104 Top = 184 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = OkClick end end