object FShowValues: TFShowValues Left = 324 Top = 284 BorderStyle = bsDialog Caption = 'Show Values' ClientHeight = 358 ClientWidth = 552 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 22 Height = 13 Caption = 'Gray' end object Label2: TLabel Left = 144 Top = 8 Width = 20 Height = 13 Caption = 'Red' end object Label3: TLabel Left = 280 Top = 8 Width = 29 Height = 13 Caption = 'Green' end object Label4: TLabel Left = 416 Top = 8 Width = 21 Height = 13 Caption = 'Blue' end object ListBox1: TListBox Left = 8 Top = 24 Width = 121 Height = 321 ItemHeight = 13 TabOrder = 0 end object ListBox2: TListBox Left = 144 Top = 24 Width = 121 Height = 321 ItemHeight = 13 TabOrder = 1 end object ListBox3: TListBox Left = 280 Top = 24 Width = 121 Height = 321 ItemHeight = 13 TabOrder = 2 end object ListBox4: TListBox Left = 416 Top = 24 Width = 121 Height = 321 ItemHeight = 13 TabOrder = 3 end end