home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / click / click.exe / 0 / RCDATA / TFRMSTATS / TFRMSTATS.txt
Encoding:
Text File  |  1999-03-07  |  6.5 KB  |  289 lines

  1. object frmStats: TfrmStats
  2.   Left = 193
  3.   Top = 146
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsToolWindow
  7.   ClientHeight = 289
  8.   ClientWidth = 214
  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.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panelMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 214
  23.     Height = 289
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BorderWidth = 2
  27.     TabOrder = 0
  28.     object panelNames: TPanel
  29.       Left = 2
  30.       Top = 106
  31.       Width = 210
  32.       Height = 151
  33.       Align = alTop
  34.       BevelInner = bvRaised
  35.       BevelOuter = bvNone
  36.       BorderWidth = 2
  37.       ParentShowHint = False
  38.       ShowHint = True
  39.       TabOrder = 0
  40.       OnEnter = DisableFocus
  41.       object listNames: TMemo
  42.         Left = 44
  43.         Top = 10
  44.         Width = 101
  45.         Height = 135
  46.         Cursor = crArrow
  47.         TabStop = False
  48.         BorderStyle = bsNone
  49.         Color = clBtnFace
  50.         Font.Charset = DEFAULT_CHARSET
  51.         Font.Color = clNavy
  52.         Font.Height = -11
  53.         Font.Name = 'MS Sans Serif'
  54.         Font.Style = []
  55.         ParentFont = False
  56.         ReadOnly = True
  57.         TabOrder = 0
  58.         WordWrap = False
  59.         OnEnter = DisableFocus
  60.       end
  61.       object listPts: TMemo
  62.         Left = 148
  63.         Top = 10
  64.         Width = 49
  65.         Height = 135
  66.         Cursor = crArrow
  67.         TabStop = False
  68.         Alignment = taRightJustify
  69.         BorderStyle = bsNone
  70.         Color = clBtnFace
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clWindowText
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = []
  76.         ParentFont = False
  77.         ReadOnly = True
  78.         TabOrder = 1
  79.         WordWrap = False
  80.         OnEnter = DisableFocus
  81.       end
  82.       object listNms: TMemo
  83.         Left = 12
  84.         Top = 10
  85.         Width = 18
  86.         Height = 135
  87.         Cursor = crArrow
  88.         TabStop = False
  89.         Alignment = taRightJustify
  90.         BorderStyle = bsNone
  91.         Color = clBtnFace
  92.         Font.Charset = DEFAULT_CHARSET
  93.         Font.Color = clWindowText
  94.         Font.Height = -11
  95.         Font.Name = 'MS Sans Serif'
  96.         Font.Style = [fsBold]
  97.         ParentFont = False
  98.         ReadOnly = True
  99.         TabOrder = 2
  100.         WordWrap = False
  101.       end
  102.     end
  103.     object panelScore: TPanel
  104.       Left = 2
  105.       Top = 19
  106.       Width = 210
  107.       Height = 70
  108.       Align = alTop
  109.       BevelInner = bvRaised
  110.       BevelOuter = bvNone
  111.       BorderWidth = 2
  112.       TabOrder = 1
  113.       object lblInfo1: TLabel
  114.         Left = 115
  115.         Top = 8
  116.         Width = 3
  117.         Height = 13
  118.         Alignment = taRightJustify
  119.         ParentShowHint = False
  120.         ShowHint = True
  121.       end
  122.       object lbl2: TLabel
  123.         Left = 115
  124.         Top = 28
  125.         Width = 3
  126.         Height = 13
  127.         Alignment = taRightJustify
  128.         ParentShowHint = False
  129.         ShowHint = True
  130.       end
  131.       object lbl3: TLabel
  132.         Left = 8
  133.         Top = 48
  134.         Width = 110
  135.         Height = 13
  136.         Alignment = taRightJustify
  137.         AutoSize = False
  138.         ParentShowHint = False
  139.         ShowHint = True
  140.       end
  141.       object lbl4: TLabel
  142.         Left = 132
  143.         Top = 8
  144.         Width = 61
  145.         Height = 13
  146.         AutoSize = False
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = [fsBold]
  152.         ParentFont = False
  153.       end
  154.       object lbl5: TLabel
  155.         Left = 132
  156.         Top = 28
  157.         Width = 61
  158.         Height = 13
  159.         AutoSize = False
  160.         Font.Charset = DEFAULT_CHARSET
  161.         Font.Color = clWindowText
  162.         Font.Height = -11
  163.         Font.Name = 'MS Sans Serif'
  164.         Font.Style = [fsBold]
  165.         ParentFont = False
  166.       end
  167.       object lbl6: TLabel
  168.         Left = 132
  169.         Top = 48
  170.         Width = 61
  171.         Height = 13
  172.         AutoSize = False
  173.         Font.Charset = DEFAULT_CHARSET
  174.         Font.Color = clWindowText
  175.         Font.Height = -11
  176.         Font.Name = 'MS Sans Serif'
  177.         Font.Style = [fsBold]
  178.         ParentFont = False
  179.       end
  180.     end
  181.     object panelHeader: TPanel
  182.       Left = 2
  183.       Top = 2
  184.       Width = 210
  185.       Height = 17
  186.       Align = alTop
  187.       BevelOuter = bvNone
  188.       TabOrder = 2
  189.       object lblTitle: TLabel
  190.         Left = 28
  191.         Top = 0
  192.         Width = 157
  193.         Height = 13
  194.         AutoSize = False
  195.         Font.Charset = DEFAULT_CHARSET
  196.         Font.Color = clWindowText
  197.         Font.Height = -11
  198.         Font.Name = 'MS Sans Serif'
  199.         Font.Style = [fsBold]
  200.         ParentFont = False
  201.       end
  202.       object imgCountMode: TImage
  203.         Left = 4
  204.         Top = 0
  205.         Width = 15
  206.         Height = 15
  207.         ParentShowHint = False
  208.         ShowHint = True
  209.         Transparent = True
  210.         OnClick = imgCountModeClick
  211.       end
  212.       object bttHideScore: TSpeedButton
  213.         Left = 192
  214.         Top = 0
  215.         Width = 15
  216.         Height = 15
  217.         ParentShowHint = False
  218.         ShowHint = True
  219.         OnClick = bttHideScoreClick
  220.       end
  221.     end
  222.     object panelMiddle: TPanel
  223.       Left = 2
  224.       Top = 89
  225.       Width = 210
  226.       Height = 17
  227.       Align = alTop
  228.       BevelOuter = bvNone
  229.       TabOrder = 3
  230.       object lblTitle2: TLabel
  231.         Left = 4
  232.         Top = 2
  233.         Width = 204
  234.         Height = 13
  235.         AutoSize = False
  236.         Font.Charset = DEFAULT_CHARSET
  237.         Font.Color = clWindowText
  238.         Font.Height = -11
  239.         Font.Name = 'MS Sans Serif'
  240.         Font.Style = [fsBold]
  241.         ParentFont = False
  242.       end
  243.     end
  244.     object panelBottom: TPanel
  245.       Left = 2
  246.       Top = 257
  247.       Width = 210
  248.       Height = 41
  249.       Align = alTop
  250.       BevelOuter = bvNone
  251.       TabOrder = 4
  252.       object bttAbout: TBitBtn
  253.         Left = 5
  254.         Top = 4
  255.         Width = 25
  256.         Height = 25
  257.         Default = True
  258.         ParentShowHint = False
  259.         ShowHint = True
  260.         TabOrder = 0
  261.         OnClick = bttAboutClick
  262.         NumGlyphs = 3
  263.       end
  264.       object bttClear: TButton
  265.         Left = 36
  266.         Top = 4
  267.         Width = 49
  268.         Height = 25
  269.         ParentShowHint = False
  270.         ShowHint = True
  271.         TabOrder = 1
  272.         OnClick = bttClearClick
  273.       end
  274.       object bttClose: TBitBtn
  275.         Left = 184
  276.         Top = 4
  277.         Width = 25
  278.         Height = 25
  279.         Cancel = True
  280.         ParentShowHint = False
  281.         ShowHint = True
  282.         TabOrder = 2
  283.         OnClick = bttCloseClick
  284.         NumGlyphs = 3
  285.       end
  286.     end
  287.   end
  288. end
  289.