home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TPROJECTOVERVIEW / TPROJECTOVERVIEW.txt < prev   
Text File  |  1996-12-20  |  2KB  |  79 lines

  1. object ProjectOverview: TProjectOverview
  2.   Left = 444
  3.   Top = 140
  4.   Width = 196
  5.   Height = 280
  6.   Caption = 'Project'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Scaled = False
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object TreeView1: TTreeView
  18.     Left = 0
  19.     Top = 113
  20.     Width = 188
  21.     Height = 140
  22.     ReadOnly = True
  23.     Indent = 19
  24.     Items.Data = {
  25.       01000000200000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
  26.       0750726F6A6563741D0000000000000000000000FFFFFFFFFFFFFFFF00000000
  27.       00000000044D61696E200000000000000000000000FFFFFFFFFFFFFFFF000000
  28.       0000000000075363686C656E7A}
  29.     Align = alClient
  30.     ParentColor = False
  31.     TabOrder = 0
  32.     OnDblClick = TreeView1DblClick
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 188
  38.     Height = 113
  39.     Align = alTop
  40.     TabOrder = 1
  41.     object Edit1: TEdit
  42.       Left = 8
  43.       Top = 8
  44.       Width = 169
  45.       Height = 24
  46.       ReadOnly = True
  47.       TabOrder = 0
  48.       Text = 'Name:'
  49.     end
  50.     object Edit2: TEdit
  51.       Left = 8
  52.       Top = 32
  53.       Width = 169
  54.       Height = 24
  55.       ReadOnly = True
  56.       TabOrder = 1
  57.       Text = 'Directory:'
  58.     end
  59.     object Edit3: TEdit
  60.       Left = 8
  61.       Top = 57
  62.       Width = 169
  63.       Height = 24
  64.       ReadOnly = True
  65.       TabOrder = 2
  66.       Text = 'Type:'
  67.     end
  68.     object Edit4: TEdit
  69.       Left = 8
  70.       Top = 80
  71.       Width = 169
  72.       Height = 24
  73.       ReadOnly = True
  74.       TabOrder = 3
  75.       Text = 'Worktime:'
  76.     end
  77.   end
  78. end
  79.