source: branches/simple/Forms/FormDevices.lfm

Last change on this file was 42, checked in by chronos, 15 months ago
  • Modified: Improved simple virtual machine.
File size: 601 bytes
Line 
1object FormDevices: TFormDevices
2 Left = 686
3 Height = 665
4 Top = 495
5 Width = 999
6 Caption = 'FormDevices'
7 ClientHeight = 665
8 ClientWidth = 999
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '2.2.6.0'
12 object TreeView1: TTreeView
13 Left = 16
14 Height = 631
15 Top = 17
16 Width = 971
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 ReadOnly = True
19 TabOrder = 0
20 OnDblClick = TreeView1DblClick
21 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
22 end
23end
Note: See TracBrowser for help on using the repository browser.