home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TGPROJECT / TGPROJECT.txt < prev   
Text File  |  2002-02-12  |  2KB  |  88 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.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 277
  24.     Height = 33
  25.     Align = alTop
  26.     TabOrder = 0
  27.     object BAdd: TButton
  28.       Left = 8
  29.       Top = 6
  30.       Width = 83
  31.       Height = 22
  32.       Caption = 'Add select'
  33.       TabOrder = 0
  34.       OnClick = BAddClick
  35.     end
  36.     object BClear: TButton
  37.       Left = 96
  38.       Top = 6
  39.       Width = 83
  40.       Height = 22
  41.       Caption = 'Clear select'
  42.       TabOrder = 1
  43.       OnClick = BClearClick
  44.     end
  45.     object BUpdate: TButton
  46.       Left = 183
  47.       Top = 6
  48.       Width = 82
  49.       Height = 22
  50.       Caption = 'Update select'
  51.       TabOrder = 2
  52.       OnClick = BUpdateClick
  53.     end
  54.   end
  55.   object Panel2: TPanel
  56.     Left = 0
  57.     Top = 248
  58.     Width = 277
  59.     Height = 23
  60.     Align = alBottom
  61.     TabOrder = 1
  62.   end
  63.   object SG: TStringGrid
  64.     Left = 0
  65.     Top = 33
  66.     Width = 277
  67.     Height = 48
  68.     Align = alTop
  69.     ColCount = 2
  70.     DefaultColWidth = 30
  71.     DefaultRowHeight = 20
  72.     RowCount = 2
  73.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goRowSelect]
  74.     TabOrder = 2
  75.     ColWidths = (
  76.       30
  77.       242)
  78.   end
  79.   object MInfo: TMemo
  80.     Left = 0
  81.     Top = 81
  82.     Width = 277
  83.     Height = 167
  84.     Align = alClient
  85.     TabOrder = 3
  86.   end
  87. end
  88.