home *** CD-ROM | disk | FTP | other *** search
- object f_Inspector: Tf_Inspector
- Left = 219
- Top = 178
- Width = 505
- Height = 354
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Properties Editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PaintBox1: TPaintBox
- Left = 320
- Top = 1
- Width = 5
- Height = 323
- Cursor = crHSplit
- OnMouseDown = PaintBox1MouseDown
- OnMouseMove = PaintBox1MouseMove
- OnMouseUp = PaintBox1MouseUp
- end
- object Button1: TSpeedButton
- Left = 337
- Top = 34
- Width = 25
- Height = 25
- Cursor = crArrow
- Caption = '���'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = Button1Click
- end
- object TreeView1: TTreeView
- Left = 0
- Top = 1
- Width = 320
- Height = 326
- ReadOnly = True
- Indent = 19
- OnExpanding = TreeView1Expanding
- OnCollapsing = TreeView1Collapsing
- OnChange = TreeView1Change
- TabOrder = 0
- OnDblClick = TreeView1DblClick
- end
- object PageControl1: TPageControl
- Left = 325
- Top = 1
- Width = 172
- Height = 325
- ActivePage = TabSheet1
- TabOrder = 1
- object TabSheet1: TTabSheet
- Caption = 'Properties'
- object Label1: TLabel
- Left = 7
- Top = 8
- Width = 98
- Height = 13
- Caption = 'This object is invalid.'
- end
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 164
- Height = 297
- Align = alClient
- Color = clBtnFace
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = ListBox1DblClick
- OnDrawItem = ListBox1DrawItem
- OnKeyDown = ListBox1KeyDown
- OnMouseDown = ListBox1MouseDown
- OnMouseMove = ListBox1MouseMove
- OnMouseUp = ListBox1MouseUp
- end
- object Edit1: TEdit
- Left = 25
- Top = 65
- Width = 121
- Height = 19
- BorderStyle = bsNone
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 1
- Text = 'Edit1'
- Visible = False
- OnExit = Edit1Exit
- OnKeyDown = Edit1KeyDown
- OnMouseDown = Edit1MouseDown
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Events'
- object ListBox2: TListBox
- Left = 0
- Top = 0
- Width = 164
- Height = 300
- TabStop = False
- Align = alClient
- Color = clBtnFace
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = ListBox2DblClick
- OnDrawItem = ListBox2DrawItem
- OnMouseDown = ListBox2MouseDown
- OnMouseMove = ListBox1MouseMove
- OnMouseUp = ListBox1MouseUp
- end
- end
- end
- end
-