home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TGPROJECT / TGPROJECT.txt
Text File  |  2001-12-03  |  2KB  |  87 lines

  1. object GProject: TGProject
  2.   Left = 355
  3.   Top = 275
  4.   Width = 285
  5.   Height = 298
  6.   Caption = 'Project:'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 277
  23.     Height = 33
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object BAdd: TButton
  27.       Left = 8
  28.       Top = 6
  29.       Width = 83
  30.       Height = 22
  31.       Caption = 'Add select'
  32.       TabOrder = 0
  33.       OnClick = BAddClick
  34.     end
  35.     object BClear: TButton
  36.       Left = 96
  37.       Top = 6
  38.       Width = 83
  39.       Height = 22
  40.       Caption = 'Clear select'
  41.       TabOrder = 1
  42.       OnClick = BClearClick
  43.     end
  44.     object BUpdate: TButton
  45.       Left = 183
  46.       Top = 6
  47.       Width = 82
  48.       Height = 22
  49.       Caption = 'Update select'
  50.       TabOrder = 2
  51.       OnClick = BUpdateClick
  52.     end
  53.   end
  54.   object Panel2: TPanel
  55.     Left = 0
  56.     Top = 248
  57.     Width = 277
  58.     Height = 23
  59.     Align = alBottom
  60.     TabOrder = 1
  61.   end
  62.   object SG: TStringGrid
  63.     Left = 0
  64.     Top = 33
  65.     Width = 277
  66.     Height = 48
  67.     Align = alTop
  68.     ColCount = 2
  69.     DefaultColWidth = 30
  70.     DefaultRowHeight = 20
  71.     RowCount = 2
  72.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goRowSelect]
  73.     TabOrder = 2
  74.     ColWidths = (
  75.       30
  76.       242)
  77.   end
  78.   object MInfo: TMemo
  79.     Left = 0
  80.     Top = 81
  81.     Width = 277
  82.     Height = 167
  83.     Align = alClient
  84.     TabOrder = 3
  85.   end
  86. end
  87.