object ItemViewForm: TItemViewForm Left = 311 Height = 469 Top = 110 Width = 626 Caption = 'View item' ClientHeight = 469 ClientWidth = 626 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' object ButtonClose: TButton Left = 546 Height = 25 Top = 439 Width = 75 Anchors = [akRight, akBottom] Caption = 'Close' OnClick = ButtonCloseClick TabOrder = 0 end object ButtonEdit: TButton Left = 458 Height = 25 Top = 439 Width = 75 Anchors = [akRight, akBottom] Caption = 'Edit' OnClick = ButtonEditClick TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 433 Top = 0 Width = 626 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BevelOuter = bvNone ClientHeight = 433 ClientWidth = 626 TabOrder = 2 object Panel2: TPanel Left = 0 Height = 200 Top = 233 Width = 626 Align = alBottom BevelOuter = bvNone ClientHeight = 200 ClientWidth = 626 TabOrder = 0 object TabControl1: TTabControl Left = 0 Height = 32 Top = 0 Width = 626 Align = alTop TabIndex = 0 TabOrder = 0 Tabs.Strings = ( 'Tab1' 'Tab2' 'Tab3' ) TabStop = False end object ListView1: TListView Left = 0 Height = 168 Top = 32 Width = 626 Align = alClient Columns = <> TabOrder = 1 end end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 3 Top = 230 Width = 626 Align = alBottom ResizeAnchor = akBottom end object PanelControls: TPanel Left = 0 Height = 230 Top = 0 Width = 626 Align = alClient Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 2 end end end