object ColorForm: TColorForm Left = 426 Top = 181 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Select Colors' ClientHeight = 187 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 8 Top = 8 Width = 289 Height = 169 end object Label1: TLabel Left = 40 Top = 24 Width = 220 Height = 16 Caption = 'Right mouse buton selects forground ' end object Label2: TLabel Left = 40 Top = 40 Width = 225 Height = 16 Caption = 'Left mouse button selects background' end object ColorGrid: TColorGrid Left = 40 Top = 64 Width = 100 Height = 100 BackgroundIndex = 15 TabOrder = 0 end object CancelBitBtn: TBitBtn Left = 184 Top = 88 Width = 89 Height = 33 TabOrder = 1 OnClick = CancelBitBtnClick Kind = bkCancel end object OkBitBtn: TBitBtn Left = 184 Top = 128 Width = 89 Height = 33 TabOrder = 2 OnClick = OkBitBtnClick Kind = bkOK end end