home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / spiele / 95kling / kling.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1997-09-24  |  4KB  |  189 lines

  1. object Form4: TForm4
  2.   Left = 295
  3.   Top = 203
  4.   BorderStyle = bsDialog
  5.   Caption = 'Top 5 Players'
  6.   ClientHeight = 215
  7.   ClientWidth = 271
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 273
  20.     Height = 217
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 57
  27.     Height = 23
  28.     Caption = 'Label1'
  29.     Font.Color = clRed
  30.     Font.Height = -21
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 56
  39.     Width = 57
  40.     Height = 23
  41.     Caption = 'Label2'
  42.     Font.Color = clBlack
  43.     Font.Height = -21
  44.     Font.Name = 'Times New Roman'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     Transparent = True
  48.   end
  49.   object Label3: TLabel
  50.     Left = 8
  51.     Top = 80
  52.     Width = 57
  53.     Height = 23
  54.     Caption = 'Label3'
  55.     Font.Color = clBlack
  56.     Font.Height = -21
  57.     Font.Name = 'Times New Roman'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object Label4: TLabel
  63.     Left = 8
  64.     Top = 104
  65.     Width = 57
  66.     Height = 23
  67.     Caption = 'Label4'
  68.     Font.Color = clBlack
  69.     Font.Height = -21
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     Transparent = True
  74.   end
  75.   object Label5: TLabel
  76.     Left = 8
  77.     Top = 128
  78.     Width = 57
  79.     Height = 23
  80.     Caption = 'Label5'
  81.     Font.Color = clBlack
  82.     Font.Height = -21
  83.     Font.Name = 'Times New Roman'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object Bevel1: TBevel
  89.     Left = 8
  90.     Top = 8
  91.     Width = 260
  92.     Height = 2
  93.     Style = bsRaised
  94.   end
  95.   object Bevel2: TBevel
  96.     Left = 8
  97.     Top = 48
  98.     Width = 260
  99.     Height = 2
  100.     Style = bsRaised
  101.   end
  102.   object Bevel3: TBevel
  103.     Left = 8
  104.     Top = 160
  105.     Width = 260
  106.     Height = 2
  107.     Style = bsRaised
  108.   end
  109.   object Label6: TLabel
  110.     Left = 208
  111.     Top = 16
  112.     Width = 57
  113.     Height = 23
  114.     Alignment = taRightJustify
  115.     Caption = 'Label6'
  116.     Font.Color = clRed
  117.     Font.Height = -21
  118.     Font.Name = 'Times New Roman'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     Transparent = True
  122.   end
  123.   object Label7: TLabel
  124.     Left = 207
  125.     Top = 56
  126.     Width = 57
  127.     Height = 23
  128.     Alignment = taRightJustify
  129.     Caption = 'Label7'
  130.     Font.Color = clBlack
  131.     Font.Height = -21
  132.     Font.Name = 'Times New Roman'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     Transparent = True
  136.   end
  137.   object Label8: TLabel
  138.     Left = 207
  139.     Top = 80
  140.     Width = 57
  141.     Height = 23
  142.     Alignment = taRightJustify
  143.     Caption = 'Label8'
  144.     Font.Color = clBlack
  145.     Font.Height = -21
  146.     Font.Name = 'Times New Roman'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     Transparent = True
  150.   end
  151.   object Label9: TLabel
  152.     Left = 207
  153.     Top = 104
  154.     Width = 57
  155.     Height = 23
  156.     Alignment = taRightJustify
  157.     Caption = 'Label9'
  158.     Font.Color = clBlack
  159.     Font.Height = -21
  160.     Font.Name = 'Times New Roman'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     Transparent = True
  164.   end
  165.   object Label10: TLabel
  166.     Left = 195
  167.     Top = 128
  168.     Width = 68
  169.     Height = 23
  170.     Alignment = taRightJustify
  171.     Caption = 'Label10'
  172.     Font.Color = clBlack
  173.     Font.Height = -21
  174.     Font.Name = 'Times New Roman'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     Transparent = True
  178.   end
  179.   object Button1: TButton
  180.     Left = 96
  181.     Top = 176
  182.     Width = 75
  183.     Height = 25
  184.     Caption = '&OK'
  185.     TabOrder = 0
  186.     OnClick = Button1Click
  187.   end
  188. end
  189.