object fData: TfData Left = 200 Top = 104 BorderStyle = bsSingle Caption = ' PostBank�' ClientHeight = 96 ClientWidth = 289 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 83 Height = 13 Caption = 'Data wystawienia' end object Label2: TLabel Left = 16 Top = 40 Width = 50 Height = 13 Caption = 'Wystawca' end object Button1: TButton Left = 116 Top = 64 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 116 Top = 12 Width = 165 Height = 21 TabOrder = 1 end object Edit2: TEdit Left = 116 Top = 32 Width = 165 Height = 21 TabOrder = 2 end end