object frmCorrectAnswer: TfrmCorrectAnswer Left = 240 Top = 171 HorzScrollBar.Visible = False ActiveControl = btnOK BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Correct Combination' ClientHeight = 104 ClientWidth = 323 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgBackGround: TImage Left = 0 Top = 0 Width = 323 Height = 104 Align = alClient Picture.Data = {} Stretch = True end object Label1: TLabel Left = 91 Top = 9 Width = 140 Height = 13 Caption = 'The correct combination was:' FocusControl = Panel1 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object btnOK: TButton Left = 124 Top = 76 Width = 75 Height = 26 HelpContext = 1 Cancel = True Caption = 'OK' Default = True Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False PopupMenu = pmenuWhatsThis TabOrder = 0 end object Panel1: TPanel Left = 3 Top = 34 Width = 317 Height = 34 TabOrder = 1 object CorrectColor1: TShape Left = 6 Top = 4 Width = 25 Height = 27 end object CorrectColor2: TShape Left = 37 Top = 4 Width = 25 Height = 27 end object CorrectColor3: TShape Left = 68 Top = 4 Width = 25 Height = 27 end object CorrectColor4: TShape Left = 99 Top = 4 Width = 25 Height = 27 end object CorrectColor5: TShape Left = 130 Top = 4 Width = 25 Height = 27 end object CorrectColor6: TShape Left = 162 Top = 4 Width = 25 Height = 27 end object CorrectColor7: TShape Left = 193 Top = 4 Width = 25 Height = 27 end object CorrectColor8: TShape Left = 224 Top = 4 Width = 25 Height = 27 end object CorrectColor10: TShape Left = 286 Top = 4 Width = 25 Height = 27 end object CorrectColor9: TShape Left = 255 Top = 4 Width = 25 Height = 27 end end object pmenuWhatsThis: TPopupMenu Left = 53 Top = 73 object pmitemWhatsThis: TMenuItem Caption = '&What'#39's This?' ShortCut = 0 OnClick = pmitemWhatsThisClick end end end