home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMLIBRARY / TFORMLIBRARY.txt
Encoding:
Text File  |  2003-02-17  |  2.0 KB  |  102 lines

  1. object FormLibrary: TFormLibrary
  2.   Left = 220
  3.   Top = 106
  4.   Width = 560
  5.   Height = 376
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Library'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ObjectsView: TListView
  20.     Left = 0
  21.     Top = 33
  22.     Width = 552
  23.     Height = 316
  24.     Align = alClient
  25.     Columns = <>
  26.     IconOptions.AutoArrange = True
  27.     LargeImages = ImageListLib
  28.     TabOrder = 1
  29.     OnDblClick = ObjectsViewDblClick
  30.     OnKeyPress = ObjectsViewKeyPress
  31.     OnMouseUp = ObjectsViewMouseUp
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 552
  37.     Height = 33
  38.     Align = alTop
  39.     BevelOuter = bvNone
  40.     TabOrder = 0
  41.     object LbSelectObject: TLabel
  42.       Left = 4
  43.       Top = 8
  44.       Width = 115
  45.       Height = 13
  46.       Caption = 'Select object from library'
  47.     end
  48.     object LbOr: TLabel
  49.       Left = 284
  50.       Top = 8
  51.       Width = 41
  52.       Height = 13
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 'or'
  56.     end
  57.     object ImgListItem: TImage
  58.       Left = 504
  59.       Top = 0
  60.       Width = 48
  61.       Height = 48
  62.       Visible = False
  63.     end
  64.     object CbLibraries: TComboBox
  65.       Left = 136
  66.       Top = 4
  67.       Width = 145
  68.       Height = 21
  69.       Style = csDropDownList
  70.       DropDownCount = 12
  71.       ItemHeight = 13
  72.       TabOrder = 0
  73.       OnChange = CbLibrariesChange
  74.     end
  75.     object BtnAddSimple: TButton
  76.       Left = 328
  77.       Top = 3
  78.       Width = 129
  79.       Height = 25
  80.       Caption = 'Add basic object...'
  81.       ModalResult = 4
  82.       TabOrder = 1
  83.     end
  84.     object BtnCancel: TButton
  85.       Left = 464
  86.       Top = 3
  87.       Width = 81
  88.       Height = 25
  89.       Cancel = True
  90.       Caption = 'Cancel'
  91.       ModalResult = 2
  92.       TabOrder = 2
  93.     end
  94.   end
  95.   object ImageListLib: TImageList
  96.     Height = 56
  97.     Width = 56
  98.     Left = 112
  99.     Top = 136
  100.   end
  101. end
  102.