home *** CD-ROM | disk | FTP | other *** search
- object PForm3: TPForm3
- Left = 10
- Top = 69
- ActiveControl = StringGrid1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Zestawienie tabelaryczne'
- ClientHeight = 455
- ClientWidth = 780
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object StringGrid1: TStringGrid
- Left = 0
- Top = 0
- Width = 781
- Height = 406
- BorderStyle = bsNone
- Color = clInfoBk
- ColCount = 14
- DefaultColWidth = 35
- DefaultRowHeight = 25
- FixedColor = clLime
- FixedCols = 3
- RowCount = 110
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Options = [goVertLine, goHorzLine, goColSizing, goRowSelect]
- ParentFont = False
- TabOrder = 0
- ColWidths = (
- 35
- 39
- 98
- 142
- 106
- 88
- 61
- 59
- 72
- 71
- 84
- 100
- 86
- 82)
- end
- object BitBtn1: TBitBtn
- Left = 592
- Top = 416
- Width = 177
- Height = 33
- Caption = 'Zamknij'
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 8
- Top = 416
- Width = 177
- Height = 33
- Caption = 'Liczba Atomowa'
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Tag = 1
- Left = 200
- Top = 416
- Width = 177
- Height = 33
- Caption = 'Symbol'
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn3Click
- end
- object BitBtn4: TBitBtn
- Tag = 2
- Left = 392
- Top = 416
- Width = 177
- Height = 33
- Caption = 'Nazwa'
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- OnClick = BitBtn3Click
- end
- end
-