object ItemViewForm: TItemViewForm Left = 314 Height = 463 Top = 113 Width = 620 Caption = 'View item' ClientHeight = 463 ClientWidth = 620 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow LCLVersion = '0.9.31' object ButtonClose: TButton Left = 540 Height = 25 Top = 433 Width = 75 Anchors = [akRight, akBottom] Caption = 'Close' OnClick = ButtonCloseClick TabOrder = 0 end object ButtonEdit: TButton Left = 452 Height = 25 Top = 433 Width = 75 Anchors = [akRight, akBottom] Caption = 'Edit' OnClick = ButtonEditClick TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 427 Top = 0 Width = 620 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BevelOuter = bvNone ClientHeight = 427 ClientWidth = 620 TabOrder = 2 object Panel2: TPanel Left = 0 Height = 200 Top = 227 Width = 620 Align = alBottom BevelOuter = bvNone ClientHeight = 200 ClientWidth = 620 TabOrder = 0 object TabControl1: TTabControl Left = 0 Height = 24 Top = 0 Width = 620 TabStop = False OnChange = TabControl1Change TabIndex = 0 Tabs.Strings = ( 'Tab1' 'Tab2' 'Tab3' ) Align = alTop TabOrder = 0 end object ListView1: TListView Left = 0 Height = 176 Top = 24 Width = 620 Align = alClient Columns = <> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListView1Data end end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 3 Top = 224 Width = 620 Align = alBottom ResizeAnchor = akBottom end object PanelControls: TPanel Left = 0 Height = 224 Top = 0 Width = 620 Align = alClient Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 2 end end end