home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 Ekstra 101 Spil / K-CD_1999_Ekstra_101_Spil.iso / Brain / Ulogic / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMSTATISTICS / TFRMSTATISTICS.txt
Text File  |  1997-08-08  |  9KB  |  452 lines

  1. object frmStatistics: TfrmStatistics
  2.   Left = 194
  3.   Top = 72
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Game Statistics'
  7.   ClientHeight = 291
  8.   ClientWidth = 387
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 103
  22.     Top = 263
  23.     Width = 75
  24.     Height = 25
  25.     HelpContext = 1
  26.     Cancel = True
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object ResetStatistics: TButton
  33.     Left = 196
  34.     Top = 263
  35.     Width = 87
  36.     Height = 25
  37.     Caption = '&Reset Statistics'
  38.     TabOrder = 1
  39.     OnClick = ResetStatisticsClick
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 5
  43.     Top = 5
  44.     Width = 120
  45.     Height = 120
  46.     BevelInner = bvRaised
  47.     BevelOuter = bvLowered
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 2
  51.     object xPieBeginner: TxPie
  52.       Left = 5
  53.       Top = 35
  54.       Width = 110
  55.       Height = 80
  56.       Cursor = crArrow
  57.       Items = <
  58.         item
  59.           Value = 20
  60.           Height = 10
  61.           Outside = 0
  62.           Text = 'Unfinished'
  63.           Color = clBlue
  64.         end
  65.         item
  66.           Value = 30
  67.           Height = 10
  68.           Outside = 0
  69.           Text = 'Won'
  70.           Color = clLime
  71.         end
  72.         item
  73.           Value = 50
  74.           Height = 10
  75.           Outside = 0
  76.           Text = 'Lost'
  77.           Color = clRed
  78.         end>
  79.       Border = 0
  80.     end
  81.     object Label1: TLabel
  82.       Left = 39
  83.       Top = 4
  84.       Width = 42
  85.       Height = 13
  86.       Caption = 'Beginner'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clWindowText
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.     end
  94.     object lblBeginner: TLabel
  95.       Left = 15
  96.       Top = 59
  97.       Width = 90
  98.       Height = 26
  99.       Alignment = taCenter
  100.       Caption = 'No games were played on this level'
  101.       Transparent = True
  102.       WordWrap = True
  103.     end
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 133
  107.     Top = 5
  108.     Width = 120
  109.     Height = 120
  110.     BevelInner = bvRaised
  111.     BevelOuter = bvLowered
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     TabOrder = 3
  115.     object xPieIntermediate: TxPie
  116.       Left = 5
  117.       Top = 35
  118.       Width = 110
  119.       Height = 80
  120.       Cursor = crArrow
  121.       Items = <
  122.         item
  123.           Value = 20
  124.           Height = 10
  125.           Outside = 0
  126.           Text = 'Unfinished'
  127.           Color = clBlue
  128.         end
  129.         item
  130.           Value = 30
  131.           Height = 10
  132.           Outside = 0
  133.           Text = 'Won'
  134.           Color = clLime
  135.         end
  136.         item
  137.           Value = 50
  138.           Height = 10
  139.           Outside = 0
  140.           Text = 'Lost'
  141.           Color = clRed
  142.         end>
  143.       Border = 0
  144.     end
  145.     object Label6: TLabel
  146.       Left = 31
  147.       Top = 4
  148.       Width = 58
  149.       Height = 13
  150.       Caption = 'Intermediate'
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clWindowText
  153.       Font.Height = -11
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = []
  156.       ParentFont = False
  157.     end
  158.     object lblIntermediate: TLabel
  159.       Left = 15
  160.       Top = 59
  161.       Width = 90
  162.       Height = 26
  163.       Alignment = taCenter
  164.       Caption = 'No games were played on this level'
  165.       Transparent = True
  166.       WordWrap = True
  167.     end
  168.   end
  169.   object Panel3: TPanel
  170.     Left = 261
  171.     Top = 5
  172.     Width = 120
  173.     Height = 120
  174.     BevelInner = bvRaised
  175.     BevelOuter = bvLowered
  176.     ParentShowHint = False
  177.     ShowHint = True
  178.     TabOrder = 4
  179.     object xPieAdvanced: TxPie
  180.       Left = 5
  181.       Top = 35
  182.       Width = 110
  183.       Height = 80
  184.       Cursor = crArrow
  185.       Items = <
  186.         item
  187.           Value = 20
  188.           Height = 10
  189.           Outside = 0
  190.           Text = 'Unfinished'
  191.           Color = clBlue
  192.         end
  193.         item
  194.           Value = 30
  195.           Height = 10
  196.           Outside = 0
  197.           Text = 'Won'
  198.           Color = clLime
  199.         end
  200.         item
  201.           Value = 50
  202.           Height = 10
  203.           Outside = 0
  204.           Text = 'Lost'
  205.           Color = clRed
  206.         end>
  207.       Border = 0
  208.     end
  209.     object Label7: TLabel
  210.       Left = 36
  211.       Top = 4
  212.       Width = 49
  213.       Height = 13
  214.       Caption = 'Advanced'
  215.       Font.Charset = DEFAULT_CHARSET
  216.       Font.Color = clWindowText
  217.       Font.Height = -11
  218.       Font.Name = 'MS Sans Serif'
  219.       Font.Style = []
  220.       ParentFont = False
  221.     end
  222.     object lblAdvanced: TLabel
  223.       Left = 15
  224.       Top = 59
  225.       Width = 90
  226.       Height = 26
  227.       Alignment = taCenter
  228.       Caption = 'No games were played on this level'
  229.       Transparent = True
  230.       WordWrap = True
  231.     end
  232.   end
  233.   object Panel4: TPanel
  234.     Left = 5
  235.     Top = 133
  236.     Width = 120
  237.     Height = 120
  238.     BevelInner = bvRaised
  239.     BevelOuter = bvLowered
  240.     ParentShowHint = False
  241.     ShowHint = True
  242.     TabOrder = 5
  243.     object xPieExpert: TxPie
  244.       Left = 5
  245.       Top = 35
  246.       Width = 110
  247.       Height = 80
  248.       Cursor = crArrow
  249.       Items = <
  250.         item
  251.           Value = 20
  252.           Height = 10
  253.           Outside = 0
  254.           Text = 'Unfinished'
  255.           Color = clBlue
  256.         end
  257.         item
  258.           Value = 30
  259.           Height = 10
  260.           Outside = 0
  261.           Text = 'Won'
  262.           Color = clLime
  263.         end
  264.         item
  265.           Value = 50
  266.           Height = 10
  267.           Outside = 0
  268.           Text = 'Lost'
  269.           Color = clRed
  270.         end>
  271.       Border = 0
  272.     end
  273.     object Label8: TLabel
  274.       Left = 45
  275.       Top = 4
  276.       Width = 30
  277.       Height = 13
  278.       Caption = 'Expert'
  279.       Font.Charset = DEFAULT_CHARSET
  280.       Font.Color = clWindowText
  281.       Font.Height = -11
  282.       Font.Name = 'MS Sans Serif'
  283.       Font.Style = []
  284.       ParentFont = False
  285.     end
  286.     object lblExpert: TLabel
  287.       Left = 15
  288.       Top = 59
  289.       Width = 90
  290.       Height = 26
  291.       Alignment = taCenter
  292.       Caption = 'No games were played on this level'
  293.       Transparent = True
  294.       WordWrap = True
  295.     end
  296.   end
  297.   object Panel5: TPanel
  298.     Left = 133
  299.     Top = 133
  300.     Width = 120
  301.     Height = 120
  302.     BevelInner = bvRaised
  303.     BevelOuter = bvLowered
  304.     ParentShowHint = False
  305.     ShowHint = True
  306.     TabOrder = 6
  307.     object xPieCustom: TxPie
  308.       Left = 5
  309.       Top = 35
  310.       Width = 110
  311.       Height = 80
  312.       Cursor = crArrow
  313.       Items = <
  314.         item
  315.           Value = 20
  316.           Height = 10
  317.           Outside = 0
  318.           Text = 'Unfinished'
  319.           Color = clBlue
  320.         end
  321.         item
  322.           Value = 30
  323.           Height = 10
  324.           Outside = 0
  325.           Text = 'Won'
  326.           Color = clLime
  327.         end
  328.         item
  329.           Value = 50
  330.           Height = 10
  331.           Outside = 0
  332.           Text = 'Lost'
  333.           Color = clRed
  334.         end>
  335.       Border = 0
  336.     end
  337.     object Label9: TLabel
  338.       Left = 43
  339.       Top = 4
  340.       Width = 35
  341.       Height = 13
  342.       Caption = 'Custom'
  343.       Font.Charset = DEFAULT_CHARSET
  344.       Font.Color = clWindowText
  345.       Font.Height = -11
  346.       Font.Name = 'MS Sans Serif'
  347.       Font.Style = []
  348.       ParentFont = False
  349.     end
  350.     object lblCustom: TLabel
  351.       Left = 15
  352.       Top = 59
  353.       Width = 90
  354.       Height = 26
  355.       Alignment = taCenter
  356.       Caption = 'No games were played on this level'
  357.       Transparent = True
  358.       WordWrap = True
  359.     end
  360.   end
  361.   object Panel6: TPanel
  362.     Left = 261
  363.     Top = 133
  364.     Width = 120
  365.     Height = 120
  366.     BevelInner = bvRaised
  367.     BevelOuter = bvLowered
  368.     TabOrder = 7
  369.     object Label10: TLabel
  370.       Left = 27
  371.       Top = 4
  372.       Width = 66
  373.       Height = 13
  374.       Alignment = taCenter
  375.       AutoSize = False
  376.       Caption = 'Legend'
  377.       Font.Charset = DEFAULT_CHARSET
  378.       Font.Color = clWindowText
  379.       Font.Height = -11
  380.       Font.Name = 'MS Sans Serif'
  381.       Font.Style = []
  382.       ParentFont = False
  383.     end
  384.     object Label11: TLabel
  385.       Left = 25
  386.       Top = 87
  387.       Width = 56
  388.       Height = 13
  389.       Caption = 'Games won'
  390.       Font.Charset = DEFAULT_CHARSET
  391.       Font.Color = clWindowText
  392.       Font.Height = -11
  393.       Font.Name = 'Ms Sans Serif'
  394.       Font.Style = []
  395.       ParentFont = False
  396.       Transparent = True
  397.     end
  398.     object Label12: TLabel
  399.       Left = 25
  400.       Top = 62
  401.       Width = 52
  402.       Height = 13
  403.       Caption = 'Games lost'
  404.       Font.Charset = DEFAULT_CHARSET
  405.       Font.Color = clWindowText
  406.       Font.Height = -11
  407.       Font.Name = 'Ms Sans Serif'
  408.       Font.Style = []
  409.       ParentFont = False
  410.       Transparent = True
  411.     end
  412.     object Label13: TLabel
  413.       Left = 25
  414.       Top = 36
  415.       Width = 84
  416.       Height = 13
  417.       Caption = 'Unfinished games'
  418.       Font.Charset = DEFAULT_CHARSET
  419.       Font.Color = clWindowText
  420.       Font.Height = -11
  421.       Font.Name = 'Ms Sans Serif'
  422.       Font.Style = []
  423.       ParentFont = False
  424.       Transparent = True
  425.     end
  426.     object Shape4: TShape
  427.       Left = 5
  428.       Top = 35
  429.       Width = 16
  430.       Height = 16
  431.       Brush.Color = clBlue
  432.       Shape = stRoundRect
  433.     end
  434.     object Shape5: TShape
  435.       Left = 5
  436.       Top = 86
  437.       Width = 16
  438.       Height = 16
  439.       Brush.Color = clLime
  440.       Shape = stRoundRect
  441.     end
  442.     object Shape6: TShape
  443.       Left = 5
  444.       Top = 61
  445.       Width = 16
  446.       Height = 16
  447.       Brush.Color = clRed
  448.       Shape = stRoundRect
  449.     end
  450.   end
  451. end
  452.