home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / FOOTMAIN.DFM / FOOTMAIN.txt next >
Text File  |  1997-01-16  |  10KB  |  489 lines

  1. object Form1: TForm1
  2.   Left = 213
  3.   Top = 117
  4.   BorderStyle = bsSingle
  5.   Caption = 'Football'
  6.   ClientHeight = 241
  7.   ClientWidth = 389
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image7: TImage
  19.     Left = 3
  20.     Top = 9
  21.     Width = 282
  22.     Height = 132
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object HomeDisplay: TLabel
  26.     Left = 361
  27.     Top = 24
  28.     Width = 6
  29.     Height = 14
  30.     Alignment = taCenter
  31.     Caption = '0'
  32.     Color = clBlack
  33.     Font.Color = clRed
  34.     Font.Height = -11
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentColor = False
  38.     ParentFont = False
  39.     Visible = False
  40.   end
  41.   object TimeDisplay: TLabel
  42.     Left = 361
  43.     Top = 56
  44.     Width = 12
  45.     Height = 14
  46.     Alignment = taCenter
  47.     Caption = '15'
  48.     Color = clBlack
  49.     Font.Color = clRed
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.     Visible = False
  56.   end
  57.   object VisitorDisplay: TLabel
  58.     Left = 361
  59.     Top = 40
  60.     Width = 6
  61.     Height = 14
  62.     Alignment = taCenter
  63.     Caption = '0'
  64.     Color = clBlack
  65.     Font.Color = clRed
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold]
  69.     ParentColor = False
  70.     ParentFont = False
  71.     Visible = False
  72.   end
  73.   object Runningback: TLabel
  74.     Left = 36
  75.     Top = 74
  76.     Width = 9
  77.     Height = 20
  78.     Alignment = taCenter
  79.     Caption = '_'
  80.     Color = clBlack
  81.     Font.Color = clRed
  82.     Font.Height = -16
  83.     Font.Name = 'Arial'
  84.     Font.Style = [fsBold]
  85.     ParentColor = False
  86.     ParentFont = False
  87.     Transparent = True
  88.     Visible = False
  89.   end
  90.   object Tackler1: TLabel
  91.     Left = 104
  92.     Top = 59
  93.     Width = 7
  94.     Height = 20
  95.     Alignment = taCenter
  96.     Caption = '_'
  97.     Color = clBlack
  98.     Font.Color = clRed
  99.     Font.Height = -13
  100.     Font.Name = 'Arial'
  101.     Font.Style = [fsBold]
  102.     ParentColor = False
  103.     ParentFont = False
  104.     Transparent = True
  105.     Visible = False
  106.   end
  107.   object Tackler2: TLabel
  108.     Left = 104
  109.     Top = 76
  110.     Width = 7
  111.     Height = 20
  112.     Alignment = taCenter
  113.     Caption = '_'
  114.     Color = clBlack
  115.     Font.Color = clRed
  116.     Font.Height = -13
  117.     Font.Name = 'Arial'
  118.     Font.Style = [fsBold]
  119.     ParentColor = False
  120.     ParentFont = False
  121.     Transparent = True
  122.     Visible = False
  123.   end
  124.   object Tackler3: TLabel
  125.     Left = 104
  126.     Top = 92
  127.     Width = 7
  128.     Height = 20
  129.     Alignment = taCenter
  130.     Caption = '_'
  131.     Color = clBlack
  132.     Font.Color = clRed
  133.     Font.Height = -13
  134.     Font.Name = 'Arial'
  135.     Font.Style = [fsBold]
  136.     ParentColor = False
  137.     ParentFont = False
  138.     Transparent = True
  139.     Visible = False
  140.   end
  141.   object Tackler4: TLabel
  142.     Left = 148
  143.     Top = 75
  144.     Width = 7
  145.     Height = 20
  146.     Alignment = taCenter
  147.     Caption = '_'
  148.     Color = clBlack
  149.     Font.Color = clRed
  150.     Font.Height = -13
  151.     Font.Name = 'Arial'
  152.     Font.Style = [fsBold]
  153.     ParentColor = False
  154.     ParentFont = False
  155.     Transparent = True
  156.     Visible = False
  157.   end
  158.   object Tackler5: TLabel
  159.     Left = 236
  160.     Top = 75
  161.     Width = 7
  162.     Height = 20
  163.     Alignment = taCenter
  164.     Caption = '_'
  165.     Color = clBlack
  166.     Font.Color = clRed
  167.     Font.Height = -13
  168.     Font.Name = 'Arial'
  169.     Font.Style = [fsBold]
  170.     ParentColor = False
  171.     ParentFont = False
  172.     Transparent = True
  173.     Visible = False
  174.   end
  175.   object HomeLabel: TLabel
  176.     Left = 297
  177.     Top = 24
  178.     Width = 31
  179.     Height = 14
  180.     Alignment = taCenter
  181.     Caption = 'HOME'
  182.     Color = clBlack
  183.     Font.Color = clWhite
  184.     Font.Height = -11
  185.     Font.Name = 'Arial'
  186.     Font.Style = [fsBold]
  187.     ParentColor = False
  188.     ParentFont = False
  189.   end
  190.   object TimeLabel: TLabel
  191.     Left = 297
  192.     Top = 56
  193.     Width = 55
  194.     Height = 14
  195.     Alignment = taCenter
  196.     Caption = 'TIME LEFT'
  197.     Color = clBlack
  198.     Font.Color = clWhite
  199.     Font.Height = -11
  200.     Font.Name = 'Arial'
  201.     Font.Style = [fsBold]
  202.     ParentColor = False
  203.     ParentFont = False
  204.   end
  205.   object VisitorLabel: TLabel
  206.     Left = 297
  207.     Top = 40
  208.     Width = 43
  209.     Height = 14
  210.     Alignment = taCenter
  211.     Caption = 'VISITOR'
  212.     Color = clBlack
  213.     Font.Color = clWhite
  214.     Font.Height = -11
  215.     Font.Name = 'Arial'
  216.     Font.Style = [fsBold]
  217.     ParentColor = False
  218.     ParentFont = False
  219.   end
  220.   object Forward: TImage
  221.     Left = 318
  222.     Top = 162
  223.     Width = 41
  224.     Height = 41
  225.     Picture.Data = {<image001.bmp>}
  226.     OnClick = MoveForward
  227.   end
  228.   object Image2: TImage
  229.     Left = 274
  230.     Top = 137
  231.     Width = 41
  232.     Height = 41
  233.     Picture.Data = {<image002.bmp>}
  234.     OnClick = MoveUp
  235.   end
  236.   object Image3: TImage
  237.     Left = 274
  238.     Top = 185
  239.     Width = 41
  240.     Height = 41
  241.     Picture.Data = {<image003.bmp>}
  242.     OnClick = MoveDown
  243.   end
  244.   object KickButton: TImage
  245.     Left = 226
  246.     Top = 136
  247.     Width = 41
  248.     Height = 41
  249.     Picture.Data = {<image004.bmp>}
  250.     OnClick = Kick
  251.   end
  252.   object Score: TImage
  253.     Left = 226
  254.     Top = 184
  255.     Width = 41
  256.     Height = 41
  257.     Picture.Data = {<image005.bmp>}
  258.     OnMouseDown = ShowStats
  259.     OnMouseUp = HideStats
  260.   end
  261.   object Label2: TLabel
  262.     Left = 27
  263.     Top = 161
  264.     Width = 38
  265.     Height = 13
  266.     Caption = 'PRO 1'
  267.     Font.Color = clWhite
  268.     Font.Height = -11
  269.     Font.Name = 'MS Sans Serif'
  270.     Font.Style = [fsBold]
  271.     ParentFont = False
  272.   end
  273.   object Label1: TLabel
  274.     Left = 94
  275.     Top = 140
  276.     Width = 24
  277.     Height = 13
  278.     Caption = 'OFF'
  279.     Font.Color = clWhite
  280.     Font.Height = -11
  281.     Font.Name = 'MS Sans Serif'
  282.     Font.Style = [fsBold]
  283.     ParentFont = False
  284.   end
  285.   object Label3: TLabel
  286.     Left = 147
  287.     Top = 162
  288.     Width = 38
  289.     Height = 13
  290.     Caption = 'PRO 2'
  291.     Font.Color = clWhite
  292.     Font.Height = -11
  293.     Font.Name = 'MS Sans Serif'
  294.     Font.Style = [fsBold]
  295.     ParentFont = False
  296.   end
  297.   object Label9: TLabel
  298.     Left = 231
  299.     Top = 191
  300.     Width = 31
  301.     Height = 29
  302.     Caption = 'ST'
  303.     Color = clBlue
  304.     Font.Color = clWhite
  305.     Font.Height = -24
  306.     Font.Name = 'Arial'
  307.     Font.Style = [fsBold]
  308.     ParentColor = False
  309.     ParentFont = False
  310.     Transparent = True
  311.     OnMouseDown = ShowStats
  312.     OnMouseUp = HideStats
  313.   end
  314.   object Label10: TLabel
  315.     Left = 238
  316.     Top = 144
  317.     Width = 17
  318.     Height = 29
  319.     Caption = 'K'
  320.     Color = clBlue
  321.     Font.Color = clWhite
  322.     Font.Height = -24
  323.     Font.Name = 'Arial'
  324.     Font.Style = [fsBold]
  325.     ParentColor = False
  326.     ParentFont = False
  327.     Transparent = True
  328.     OnClick = Kick
  329.   end
  330.   object DownDisplay: TLabel
  331.     Left = 361
  332.     Top = 71
  333.     Width = 6
  334.     Height = 14
  335.     Alignment = taCenter
  336.     Caption = '0'
  337.     Color = clBlack
  338.     Font.Color = clRed
  339.     Font.Height = -11
  340.     Font.Name = 'Arial'
  341.     Font.Style = [fsBold]
  342.     ParentColor = False
  343.     ParentFont = False
  344.     Visible = False
  345.   end
  346.   object FieldPosDisplay: TLabel
  347.     Left = 361
  348.     Top = 87
  349.     Width = 6
  350.     Height = 14
  351.     Alignment = taCenter
  352.     Caption = '0'
  353.     Color = clBlack
  354.     Font.Color = clRed
  355.     Font.Height = -11
  356.     Font.Name = 'Arial'
  357.     Font.Style = [fsBold]
  358.     ParentColor = False
  359.     ParentFont = False
  360.     Visible = False
  361.   end
  362.   object YTGDisplay: TLabel
  363.     Left = 361
  364.     Top = 103
  365.     Width = 6
  366.     Height = 14
  367.     Alignment = taCenter
  368.     Caption = '0'
  369.     Color = clBlack
  370.     Font.Color = clRed
  371.     Font.Height = -11
  372.     Font.Name = 'Arial'
  373.     Font.Style = [fsBold]
  374.     ParentColor = False
  375.     ParentFont = False
  376.     Visible = False
  377.   end
  378.   object DownLabel: TLabel
  379.     Left = 297
  380.     Top = 71
  381.     Width = 32
  382.     Height = 14
  383.     Alignment = taCenter
  384.     Caption = 'DOWN'
  385.     Color = clBlack
  386.     Font.Color = clWhite
  387.     Font.Height = -11
  388.     Font.Name = 'Arial'
  389.     Font.Style = [fsBold]
  390.     ParentColor = False
  391.     ParentFont = False
  392.     Visible = False
  393.   end
  394.   object FieldPosLabel: TLabel
  395.     Left = 297
  396.     Top = 87
  397.     Width = 54
  398.     Height = 14
  399.     Alignment = taCenter
  400.     Caption = 'FIELD POS'
  401.     Color = clBlack
  402.     Font.Color = clWhite
  403.     Font.Height = -11
  404.     Font.Name = 'Arial'
  405.     Font.Style = [fsBold]
  406.     ParentColor = False
  407.     ParentFont = False
  408.     Visible = False
  409.   end
  410.   object YTGLabel: TLabel
  411.     Left = 297
  412.     Top = 103
  413.     Width = 58
  414.     Height = 14
  415.     Alignment = taCenter
  416.     Caption = 'YDS TO GO'
  417.     Color = clBlack
  418.     Font.Color = clWhite
  419.     Font.Height = -11
  420.     Font.Name = 'Arial'
  421.     Font.Style = [fsBold]
  422.     ParentColor = False
  423.     ParentFont = False
  424.     Visible = False
  425.   end
  426.   object OnOffSwitch: TTrackBar
  427.     Left = 65
  428.     Top = 157
  429.     Width = 81
  430.     Height = 33
  431.     Max = 3
  432.     Min = 1
  433.     Orientation = trHorizontal
  434.     Frequency = 1
  435.     Position = 2
  436.     SelEnd = 0
  437.     SelStart = 0
  438.     TabOrder = 0
  439.     TickMarks = tmBottomRight
  440.     TickStyle = tsAuto
  441.     OnChange = Switched
  442.   end
  443.   object Computer: TButton
  444.     Left = 56
  445.     Top = 197
  446.     Width = 100
  447.     Height = 25
  448.     Caption = 'Computer'#39's Turn'
  449.     TabOrder = 1
  450.     Visible = False
  451.     OnClick = ComputerClick
  452.   end
  453.   object Timer: TTimer
  454.     Enabled = False
  455.     Interval = 300
  456.     OnTimer = TimerTimer
  457.     Left = 189
  458.     Top = 168
  459.   end
  460.   object MainMenu1: TMainMenu
  461.     Left = 189
  462.     Top = 138
  463.     object File1: TMenuItem
  464.       Caption = '&File'
  465.       ShortCut = 0
  466.       object Exit1: TMenuItem
  467.         Caption = 'E&xit'
  468.         ShortCut = 0
  469.         OnClick = Exit1Click
  470.       end
  471.     end
  472.     object Help1: TMenuItem
  473.       Caption = '&Help'
  474.       ShortCut = 0
  475.       object About1: TMenuItem
  476.         Caption = '&About...'
  477.         ShortCut = 0
  478.         OnClick = About1Click
  479.       end
  480.     end
  481.   end
  482.   object Clock: TTimer
  483.     Enabled = False
  484.     OnTimer = ClockTick
  485.     Left = 189
  486.     Top = 198
  487.   end
  488. end
  489.