home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / internet / brojac / brojac.exe / 0 / RCDATA / TFRMINFO / TFRMINFO.txt
Text File  |  1997-11-20  |  3KB  |  123 lines

  1. object frmInfo: TfrmInfo
  2.   Left = 286
  3.   Top = 124
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Informacije o potro∩┐╜nji'
  7.   ClientHeight = 266
  8.   ClientWidth = 568
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 106
  17.   TextHeight = 13
  18.   object StringGrid1: TStringGrid
  19.     Left = 8
  20.     Top = 8
  21.     Width = 553
  22.     Height = 153
  23.     ColCount = 7
  24.     DefaultRowHeight = 16
  25.     FixedCols = 0
  26.     TabOrder = 0
  27.     ColWidths = (
  28.       90
  29.       64
  30.       64
  31.       65
  32.       55
  33.       53
  34.       135)
  35.   end
  36.   object btnInfoOK: TButton
  37.     Left = 488
  38.     Top = 224
  39.     Width = 67
  40.     Height = 25
  41.     Caption = 'OK'
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = btnInfoOKClick
  45.   end
  46.   object StringGrid2: TStringGrid
  47.     Left = 8
  48.     Top = 176
  49.     Width = 205
  50.     Height = 80
  51.     ColCount = 2
  52.     DefaultColWidth = 100
  53.     DefaultRowHeight = 18
  54.     RowCount = 4
  55.     FixedRows = 0
  56.     TabOrder = 2
  57.   end
  58.   object btnBrisiData: TButton
  59.     Left = 232
  60.     Top = 224
  61.     Width = 137
  62.     Height = 25
  63.     Hint = 
  64.       'Obri∩┐╜i datoteku u kojoj su spremljeni podaci o prija∩┐╜njim vezama' +
  65.       ' (veza.dat)'
  66.     Caption = 'Obri∩┐╜i podatke o vezama'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 3
  70.     OnClick = btnBrisiDataClick
  71.   end
  72.   object Button1: TButton
  73.     Left = 376
  74.     Top = 224
  75.     Width = 105
  76.     Height = 25
  77.     Hint = 'Informacije o programu, autoru i registraciji'
  78.     Caption = 'Info o programu'
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 4
  82.     OnClick = Button1Click
  83.   end
  84.   object btnInfoHelp: TButton
  85.     Left = 488
  86.     Top = 184
  87.     Width = 67
  88.     Height = 25
  89.     Hint = 'Help'
  90.     Caption = 'Pomo∩┐╜'
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     TabOrder = 5
  94.     OnClick = btnInfoHelpClick
  95.   end
  96.   object btnPrint: TButton
  97.     Left = 232
  98.     Top = 184
  99.     Width = 137
  100.     Height = 25
  101.     Hint = 'Podaci o vezama ∩┐╜e biti od∩┐╜tampani'
  102.     Caption = 'Otisni podatke o vezama'
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 6
  106.     OnClick = btnPrintClick
  107.   end
  108.   object btnSnimi: TButton
  109.     Left = 376
  110.     Top = 184
  111.     Width = 105
  112.     Height = 25
  113.     Hint = 
  114.       'Podaci o vezama ∩┐╜e biti snimljena u tekstualnom obliku u datotek' +
  115.       'u veze.txt'
  116.     Caption = 'Snimi u veze.txt'
  117.     ParentShowHint = False
  118.     ShowHint = True
  119.     TabOrder = 7
  120.     OnClick = btnSnimiClick
  121.   end
  122. end
  123.