object Form1: TForm1 Left = 391 Height = 523 Top = 203 Width = 685 Caption = 'Form1' ClientHeight = 523 ClientWidth = 685 OnShow = FormShow LCLVersion = '1.6.2.0' object Image1: TImage Left = 208 Height = 456 Top = 23 Width = 464 Stretch = True end object ListBox1: TListBox Left = 19 Height = 314 Hint = 'Gray 8-bit'#13#10'Gray 32-bit'#13#10'RGB 8-bit' Top = 30 Width = 165 Items.Strings = ( 'Gray 1-bit' 'Gray 2-bit' 'Gray 4-bit' 'Gray 8-bit' 'Gray 16-bit' 'Gray 32-bit' 'RGB 8-bit' 'RGB 16-bit' 'Gray variable-bit' 'Image Gray 1-bit' ) ItemHeight = 20 OnSelectionChange = ListBox1SelectionChange ScrollWidth = 163 TabOrder = 0 end object Label1: TLabel Left = 18 Height = 20 Top = 459 Width = 44 Caption = 'Label1' ParentColor = False end end