home *** CD-ROM | disk | FTP | other *** search
- object FormLibrary: TFormLibrary
- Left = 220
- Top = 106
- Width = 560
- Height = 376
- BorderStyle = bsSizeToolWin
- Caption = 'Library'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ObjectsView: TListView
- Left = 0
- Top = 33
- Width = 552
- Height = 316
- Align = alClient
- Columns = <>
- IconOptions.AutoArrange = True
- LargeImages = ImageListLib
- TabOrder = 1
- OnDblClick = ObjectsViewDblClick
- OnKeyPress = ObjectsViewKeyPress
- OnMouseUp = ObjectsViewMouseUp
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 552
- Height = 33
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object LbSelectObject: TLabel
- Left = 4
- Top = 8
- Width = 115
- Height = 13
- Caption = 'Select object from library'
- end
- object LbOr: TLabel
- Left = 284
- Top = 8
- Width = 41
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'or'
- end
- object ImgListItem: TImage
- Left = 504
- Top = 0
- Width = 48
- Height = 48
- Visible = False
- end
- object CbLibraries: TComboBox
- Left = 136
- Top = 4
- Width = 145
- Height = 21
- Style = csDropDownList
- DropDownCount = 12
- ItemHeight = 13
- TabOrder = 0
- OnChange = CbLibrariesChange
- end
- object BtnAddSimple: TButton
- Left = 328
- Top = 3
- Width = 129
- Height = 25
- Caption = 'Add basic object...'
- ModalResult = 4
- TabOrder = 1
- end
- object BtnCancel: TButton
- Left = 464
- Top = 3
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
- object ImageListLib: TImageList
- Height = 56
- Width = 56
- Left = 112
- Top = 136
- end
- end
-