object frmInfo: TfrmInfo Left = 286 Top = 124 BorderIcons = [] BorderStyle = bsSingle Caption = 'Informacije o potro�nji' ClientHeight = 266 ClientWidth = 568 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 106 TextHeight = 13 object StringGrid1: TStringGrid Left = 8 Top = 8 Width = 553 Height = 153 ColCount = 7 DefaultRowHeight = 16 FixedCols = 0 TabOrder = 0 ColWidths = ( 90 64 64 65 55 53 135) end object btnInfoOK: TButton Left = 488 Top = 224 Width = 67 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 1 OnClick = btnInfoOKClick end object StringGrid2: TStringGrid Left = 8 Top = 176 Width = 205 Height = 80 ColCount = 2 DefaultColWidth = 100 DefaultRowHeight = 18 RowCount = 4 FixedRows = 0 TabOrder = 2 end object btnBrisiData: TButton Left = 232 Top = 224 Width = 137 Height = 25 Hint = 'Obri�i datoteku u kojoj su spremljeni podaci o prija�njim vezama' + ' (veza.dat)' Caption = 'Obri�i podatke o vezama' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = btnBrisiDataClick end object Button1: TButton Left = 376 Top = 224 Width = 105 Height = 25 Hint = 'Informacije o programu, autoru i registraciji' Caption = 'Info o programu' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = Button1Click end object btnInfoHelp: TButton Left = 488 Top = 184 Width = 67 Height = 25 Hint = 'Help' Caption = 'Pomo�' ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = btnInfoHelpClick end object btnPrint: TButton Left = 232 Top = 184 Width = 137 Height = 25 Hint = 'Podaci o vezama �e biti od�tampani' Caption = 'Otisni podatke o vezama' ParentShowHint = False ShowHint = True TabOrder = 6 OnClick = btnPrintClick end object btnSnimi: TButton Left = 376 Top = 184 Width = 105 Height = 25 Hint = 'Podaci o vezama �e biti snimljena u tekstualnom obliku u datotek' + 'u veze.txt' Caption = 'Snimi u veze.txt' ParentShowHint = False ShowHint = True TabOrder = 7 OnClick = btnSnimiClick end end