home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / fructus / run / fructus.exe / 0 / RCDATA / TFRUCTUSBESTWINDOW / TFRUCTUSBESTWINDOW.txt < prev   
Encoding:
Text File  |  1998-12-20  |  2.5 KB  |  152 lines

  1. object FructusBestWindow: TFructusBestWindow
  2.   Left = 330
  3.   Top = 218
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Highscores'
  7.   ClientHeight = 201
  8.   ClientWidth = 406
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnShow = SetupWindow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 282
  21.     Top = 10
  22.     Width = 121
  23.     Height = 146
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 82
  30.     Height = 26
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 8
  34.     Top = 40
  35.     Width = 82
  36.     Height = 26
  37.   end
  38.   object Bevel3: TBevel
  39.     Left = 8
  40.     Top = 72
  41.     Width = 82
  42.     Height = 26
  43.   end
  44.   object Bevel4: TBevel
  45.     Left = 8
  46.     Top = 104
  47.     Width = 82
  48.     Height = 26
  49.   end
  50.   object Bevel5: TBevel
  51.     Left = 8
  52.     Top = 136
  53.     Width = 82
  54.     Height = 26
  55.   end
  56.   object Bevel11: TBevel
  57.     Left = 8
  58.     Top = 168
  59.     Width = 82
  60.     Height = 26
  61.   end
  62.   object Panel6: TPanel
  63.     Left = 96
  64.     Top = 8
  65.     Width = 175
  66.     Height = 26
  67.     BevelOuter = bvLowered
  68.     TabOrder = 0
  69.     object Label1: TLabel
  70.       Left = 8
  71.       Top = 8
  72.       Width = 3
  73.       Height = 13
  74.     end
  75.   end
  76.   object Button1: TButton
  77.     Left = 288
  78.     Top = 168
  79.     Width = 105
  80.     Height = 22
  81.     Caption = '&Ok'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 6
  85.     OnClick = Ok
  86.   end
  87.   object Panel7: TPanel
  88.     Left = 96
  89.     Top = 40
  90.     Width = 175
  91.     Height = 26
  92.     BevelOuter = bvLowered
  93.     TabOrder = 1
  94.     object Label2: TLabel
  95.       Left = 8
  96.       Top = 8
  97.       Width = 3
  98.       Height = 13
  99.     end
  100.   end
  101.   object Panel8: TPanel
  102.     Left = 96
  103.     Top = 72
  104.     Width = 175
  105.     Height = 26
  106.     BevelOuter = bvLowered
  107.     TabOrder = 2
  108.     object Label3: TLabel
  109.       Left = 8
  110.       Top = 8
  111.       Width = 3
  112.       Height = 13
  113.     end
  114.   end
  115.   object Panel9: TPanel
  116.     Left = 96
  117.     Top = 104
  118.     Width = 175
  119.     Height = 26
  120.     BevelOuter = bvLowered
  121.     TabOrder = 3
  122.     object Label4: TLabel
  123.       Left = 8
  124.       Top = 8
  125.       Width = 3
  126.       Height = 13
  127.     end
  128.   end
  129.   object Panel10: TPanel
  130.     Left = 96
  131.     Top = 136
  132.     Width = 175
  133.     Height = 26
  134.     BevelOuter = bvLowered
  135.     TabOrder = 4
  136.     object Label5: TLabel
  137.       Left = 8
  138.       Top = 8
  139.       Width = 3
  140.       Height = 13
  141.     end
  142.   end
  143.   object Edit1: TEdit
  144.     Left = 96
  145.     Top = 171
  146.     Width = 175
  147.     Height = 21
  148.     Enabled = False
  149.     TabOrder = 5
  150.   end
  151. end
  152.