home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TFRMDIAGNOSTYKA / TFRMDIAGNOSTYKA.txt
Text File  |  1998-07-13  |  1KB  |  73 lines

  1. object frmDiagnostyka: TfrmDiagnostyka
  2.   Left = 232
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Diagnostyka'
  7.   ClientHeight = 208
  8.   ClientWidth = 552
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object grdKomunikat: TStringGrid
  20.     Left = 14
  21.     Top = 8
  22.     Width = 523
  23.     Height = 153
  24.     ColCount = 2
  25.     DefaultColWidth = 200
  26.     FixedCols = 0
  27.     RowCount = 6
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -17
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ScrollBars = ssNone
  35.     TabOrder = 0
  36.     ColWidths = (
  37.       200
  38.       321)
  39.     RowHeights = (
  40.       24
  41.       24
  42.       24
  43.       24
  44.       24
  45.       24)
  46.   end
  47.   object cmdZamknij: TBitBtn
  48.     Left = 284
  49.     Top = 170
  50.     Width = 92
  51.     Height = 31
  52.     Caption = 'Zamknij'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ModalResult = 1
  59.     ParentFont = False
  60.     TabOrder = 1
  61.   end
  62.   object cmdPomoc: TBitBtn
  63.     Left = 184
  64.     Top = 170
  65.     Width = 92
  66.     Height = 31
  67.     Caption = 'Pomoc'
  68.     TabOrder = 2
  69.     OnClick = cmdPomocClick
  70.     Kind = bkHelp
  71.   end
  72. end
  73.