home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 279 / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMSTATISTICS / TFRMSTATISTICS.txt < prev   
Text File  |  1996-12-23  |  4KB  |  186 lines

  1. object frmStatistics: TfrmStatistics
  2.   Left = 225
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Game Statistics'
  7.   ClientHeight = 172
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGround: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 328
  21.     Height = 172
  22.     Align = alClient
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 12
  28.     Top = 18
  29.     Width = 98
  30.     Height = 13
  31.     Caption = 'Total Games Played:'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'Ms Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object lblTotalGames: TLabel
  40.     Left = 118
  41.     Top = 18
  42.     Width = 15
  43.     Height = 13
  44.     Caption = '10'
  45.     Font.Color = clNavy
  46.     Font.Height = -11
  47.     Font.Name = 'Ms Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object Label2: TLabel
  53.     Left = 14
  54.     Top = 47
  55.     Width = 26
  56.     Height = 13
  57.     Caption = 'Won:'
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'Ms Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object lblGamesWon: TLabel
  66.     Left = 44
  67.     Top = 47
  68.     Width = 15
  69.     Height = 13
  70.     Caption = '99'
  71.     Font.Color = clTeal
  72.     Font.Height = -11
  73.     Font.Name = 'Ms Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     Transparent = True
  77.   end
  78.   object Label3: TLabel
  79.     Left = 15
  80.     Top = 76
  81.     Width = 23
  82.     Height = 13
  83.     Caption = 'Lost:'
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'Ms Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     Transparent = True
  90.   end
  91.   object lblGamesLost: TLabel
  92.     Left = 44
  93.     Top = 76
  94.     Width = 15
  95.     Height = 13
  96.     Caption = '99'
  97.     Font.Color = clTeal
  98.     Font.Height = -11
  99.     Font.Name = 'Ms Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     Transparent = True
  103.   end
  104.   object Label4: TLabel
  105.     Left = 15
  106.     Top = 105
  107.     Width = 53
  108.     Height = 13
  109.     Caption = 'Unfinished:'
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'Ms Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     Transparent = True
  116.   end
  117.   object lblUnfinishedGames: TLabel
  118.     Left = 73
  119.     Top = 105
  120.     Width = 15
  121.     Height = 13
  122.     Caption = '99'
  123.     Font.Color = clTeal
  124.     Font.Height = -11
  125.     Font.Name = 'Ms Sans Serif'
  126.     Font.Style = [fsBold]
  127.     ParentFont = False
  128.     Transparent = True
  129.   end
  130.   object Bevel1: TBevel
  131.     Left = 4
  132.     Top = 133
  133.     Width = 320
  134.     Height = 5
  135.     Shape = bsBottomLine
  136.   end
  137.   object lblNoChart: TLabel
  138.     Left = 191
  139.     Top = 49
  140.     Width = 94
  141.     Height = 39
  142.     Caption = 'The chart is not displayed, since no games were played.'
  143.     Transparent = True
  144.     WordWrap = True
  145.   end
  146.   object PieChart: TPieChart
  147.     Left = 169
  148.     Top = 16
  149.     Width = 150
  150.     Height = 110
  151.     Colour1 = clLime
  152.     Colour2 = clRed
  153.     Colour3 = clBlue
  154.     Colour4 = 16777184
  155.     Colour5 = 16769248
  156.     Colour6 = 16769279
  157.     Font.Color = clWindowText
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = [fsItalic]
  161.     ParentFont = False
  162.   end
  163.   object btnOK: TButton
  164.     Left = 127
  165.     Top = 143
  166.     Width = 75
  167.     Height = 25
  168.     HelpContext = 1
  169.     Cancel = True
  170.     Caption = 'OK'
  171.     Default = True
  172.     ModalResult = 1
  173.     PopupMenu = pmenuWhatsThis
  174.     TabOrder = 0
  175.   end
  176.   object pmenuWhatsThis: TPopupMenu
  177.     Left = 75
  178.     Top = 142
  179.     object pmitemWhatsThis: TMenuItem
  180.       Caption = '&What'#39's This?'
  181.       ShortCut = 0
  182.       OnClick = pmitemWhatsThisClick
  183.     end
  184.   end
  185. end
  186.