object FormInfoSingle: TFormInfoSingle Left = 318 Top = 190 BorderIcons = [] BorderStyle = bsNone Caption = 'Single Game' ClientHeight = 240 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 288 Height = 240 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 272 Height = 176 BevelOuter = bvLowered TabOrder = 0 object Bevel2: TBevel Left = 86 Top = 125 Width = 58 Height = 16 end object Bevel1: TBevel Left = 86 Top = 145 Width = 58 Height = 16 end object BevelPreviewIP: TBevel Left = 4 Top = 4 Width = 120 Height = 93 Shape = bsFrame Style = bsRaised end object ImagePreviewIP: TImage Left = 17 Top = 15 Width = 96 Height = 72 Center = True Stretch = True end object BevelPreviewOP: TBevel Left = 148 Top = 4 Width = 120 Height = 93 Shape = bsFrame Style = bsRaised end object ImagePreviewOP: TImage Left = 161 Top = 15 Width = 96 Height = 72 Center = True Stretch = True end object Image1: TImage Left = 129 Top = 43 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object LabelIP: TLabel Left = 15 Top = 99 Width = 100 Height = 13 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter end object LabelOP: TLabel Left = 159 Top = 99 Width = 100 Height = 14 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter end object Label1: TLabel Left = 15 Top = 146 Width = 58 Height = 13 AutoSize = False Caption = 'Time Limit : ' Transparent = True Layout = tlCenter end object Label2: TLabel Left = 15 Top = 126 Width = 66 Height = 13 AutoSize = False Caption = 'Moves Limit : ' Transparent = True Layout = tlCenter end object LabelML: TLabel Left = 87 Top = 126 Width = 56 Height = 14 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter end object LabelTL: TLabel Left = 87 Top = 146 Width = 56 Height = 14 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter end object ButtonPlay: TButton Left = 170 Top = 125 Width = 83 Height = 37 Cursor = crHandPoint Caption = 'Play !' TabOrder = 0 OnClick = ButtonPlayClick OnKeyDown = ButtonPlayKeyDown OnMouseDown = ButtonPlayMouseDown end end end