home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / oddech / tilerama / _SETUP.1 / Tilerama.exe / 0 / RCDATA / TFORMINFOSINGLE / TFORMINFOSINGLE.txt < prev   
Text File  |  2001-11-12  |  3KB  |  166 lines

  1. object FormInfoSingle: TFormInfoSingle
  2.   Left = 318
  3.   Top = 190
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Single Game'
  7.   ClientHeight = 240
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImageBack: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 288
  25.     Height = 240
  26.     Cursor = 21
  27.     Align = alClient
  28.     OnMouseDown = ImageBackMouseDown
  29.     OnMouseMove = ImageBackMouseMove
  30.     OnMouseUp = ImageBackMouseUp
  31.   end
  32.   object Panel: TPanel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 272
  36.     Height = 176
  37.     BevelOuter = bvLowered
  38.     TabOrder = 0
  39.     object Bevel2: TBevel
  40.       Left = 86
  41.       Top = 125
  42.       Width = 58
  43.       Height = 16
  44.     end
  45.     object Bevel1: TBevel
  46.       Left = 86
  47.       Top = 145
  48.       Width = 58
  49.       Height = 16
  50.     end
  51.     object BevelPreviewIP: TBevel
  52.       Left = 4
  53.       Top = 4
  54.       Width = 120
  55.       Height = 93
  56.       Shape = bsFrame
  57.       Style = bsRaised
  58.     end
  59.     object ImagePreviewIP: TImage
  60.       Left = 17
  61.       Top = 15
  62.       Width = 96
  63.       Height = 72
  64.       Center = True
  65.       Stretch = True
  66.     end
  67.     object BevelPreviewOP: TBevel
  68.       Left = 148
  69.       Top = 4
  70.       Width = 120
  71.       Height = 93
  72.       Shape = bsFrame
  73.       Style = bsRaised
  74.     end
  75.     object ImagePreviewOP: TImage
  76.       Left = 161
  77.       Top = 15
  78.       Width = 96
  79.       Height = 72
  80.       Center = True
  81.       Stretch = True
  82.     end
  83.     object Image1: TImage
  84.       Left = 129
  85.       Top = 43
  86.       Width = 16
  87.       Height = 16
  88.       AutoSize = True
  89.       Picture.Data = {<image000.bmp>}
  90.       Transparent = True
  91.     end
  92.     object LabelIP: TLabel
  93.       Left = 15
  94.       Top = 99
  95.       Width = 100
  96.       Height = 13
  97.       Alignment = taCenter
  98.       AutoSize = False
  99.       Transparent = True
  100.       Layout = tlCenter
  101.     end
  102.     object LabelOP: TLabel
  103.       Left = 159
  104.       Top = 99
  105.       Width = 100
  106.       Height = 14
  107.       Alignment = taCenter
  108.       AutoSize = False
  109.       Transparent = True
  110.       Layout = tlCenter
  111.     end
  112.     object Label1: TLabel
  113.       Left = 15
  114.       Top = 146
  115.       Width = 58
  116.       Height = 13
  117.       AutoSize = False
  118.       Caption = 'Time Limit : '
  119.       Transparent = True
  120.       Layout = tlCenter
  121.     end
  122.     object Label2: TLabel
  123.       Left = 15
  124.       Top = 126
  125.       Width = 66
  126.       Height = 13
  127.       AutoSize = False
  128.       Caption = 'Moves Limit : '
  129.       Transparent = True
  130.       Layout = tlCenter
  131.     end
  132.     object LabelML: TLabel
  133.       Left = 87
  134.       Top = 126
  135.       Width = 56
  136.       Height = 14
  137.       Alignment = taCenter
  138.       AutoSize = False
  139.       Transparent = True
  140.       Layout = tlCenter
  141.     end
  142.     object LabelTL: TLabel
  143.       Left = 87
  144.       Top = 146
  145.       Width = 56
  146.       Height = 14
  147.       Alignment = taCenter
  148.       AutoSize = False
  149.       Transparent = True
  150.       Layout = tlCenter
  151.     end
  152.     object ButtonPlay: TButton
  153.       Left = 170
  154.       Top = 125
  155.       Width = 83
  156.       Height = 37
  157.       Cursor = crHandPoint
  158.       Caption = 'Play !'
  159.       TabOrder = 0
  160.       OnClick = ButtonPlayClick
  161.       OnKeyDown = ButtonPlayKeyDown
  162.       OnMouseDown = ButtonPlayMouseDown
  163.     end
  164.   end
  165. end
  166.