home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TLGRID / TLGRID.txt
Text File  |  2002-02-12  |  941b  |  49 lines

  1. object LGrid: TLGrid
  2.   Left = 308
  3.   Top = 183
  4.   Width = 351
  5.   Height = 290
  6.   Caption = 'Edit label'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 222
  18.     Width = 343
  19.     Height = 41
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object BitBtn1: TBitBtn
  23.       Left = 136
  24.       Top = 8
  25.       Width = 75
  26.       Height = 25
  27.       Caption = 'OK'
  28.       TabOrder = 0
  29.       OnClick = BitBtn1Click
  30.     end
  31.   end
  32.   object SG: TStringGrid
  33.     Left = 0
  34.     Top = 0
  35.     Width = 343
  36.     Height = 222
  37.     Align = alClient
  38.     ColCount = 2
  39.     DefaultColWidth = 10
  40.     DefaultRowHeight = 20
  41.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  42.     TabOrder = 1
  43.     OnExit = SGExit
  44.     ColWidths = (
  45.       10
  46.       327)
  47.   end
  48. end
  49.