home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / TTicTacToe_GUIUnit.txt < prev    next >
Text File  |  1997-08-20  |  5KB  |  213 lines

  1. object TicTacToe_GUI: TTicTacToe_GUI
  2.   Left = 505
  3.   Top = 257
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tic Tac Toe'
  7.   ClientHeight = 277
  8.   ClientWidth = 235
  9.   Color = clNone
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Result: TLabel
  19.     Left = 16
  20.     Top = 224
  21.     Width = 8
  22.     Height = 29
  23.     Color = clNone
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clYellow
  26.     Font.Height = -24
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object Board: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 233
  36.     Height = 209
  37.     Color = clNone
  38.     TabOrder = 0
  39.     object CellButton1: TButton
  40.       OnClick = CellButton1Click
  41.       Left = 32
  42.       Top = 32
  43.       Width = 57
  44.       Height = 49
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -32
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       TabOrder = 7
  52.       TabStop = False
  53.     end
  54.     object CellButton2: TButton
  55.       OnClick = CellButton2Click
  56.       Left = 88
  57.       Top = 32
  58.       Width = 57
  59.       Height = 49
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -32
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       TabOrder = 8
  67.       TabStop = False
  68.     end
  69.     object CellButton3: TButton
  70.       OnClick = CellButton3Click
  71.       Left = 144
  72.       Top = 32
  73.       Width = 57
  74.       Height = 49
  75.       Font.Charset = ANSI_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -32
  78.       Font.Name = 'Arial'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       TabOrder = 6
  82.       TabStop = False
  83.     end
  84.     object CellButton4: TButton
  85.       OnClick = CellButton4Click
  86.       Left = 32
  87.       Top = 80
  88.       Width = 57
  89.       Height = 49
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -32
  93.       Font.Name = 'Arial'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       TabOrder = 5
  97.       TabStop = False
  98.     end
  99.     object CellButton5: TButton
  100.       OnClick = CellButton5Click
  101.       Left = 88
  102.       Top = 80
  103.       Width = 57
  104.       Height = 49
  105.       Font.Charset = ANSI_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -32
  108.       Font.Name = 'Arial'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       TabOrder = 4
  112.       TabStop = False
  113.     end
  114.     object CellButton6: TButton
  115.       OnClick = CellButton6Click
  116.       Left = 144
  117.       Top = 80
  118.       Width = 57
  119.       Height = 49
  120.       Font.Charset = ANSI_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -32
  123.       Font.Name = 'Arial'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.       TabOrder = 3
  127.       TabStop = False
  128.     end
  129.     object CellButton7: TButton
  130.       OnClick = CellButton7Click
  131.       Left = 32
  132.       Top = 128
  133.       Width = 57
  134.       Height = 49
  135.       Font.Charset = ANSI_CHARSET
  136.       Font.Color = clWindowText
  137.       Font.Height = -32
  138.       Font.Name = 'Arial'
  139.       Font.Style = [fsBold]
  140.       ParentFont = False
  141.       TabOrder = 2
  142.       TabStop = False
  143.     end
  144.     object CellButton8: TButton
  145.       OnClick = CellButton8Click
  146.       Left = 88
  147.       Top = 128
  148.       Width = 57
  149.       Height = 49
  150.       Font.Charset = ANSI_CHARSET
  151.       Font.Color = clWindowText
  152.       Font.Height = -32
  153.       Font.Name = 'Arial'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.       TabOrder = 1
  157.       TabStop = False
  158.     end
  159.     object CellButton9: TButton
  160.       OnClick = CellButton9Click
  161.       Left = 144
  162.       Top = 128
  163.       Width = 57
  164.       Height = 49
  165.       Font.Charset = ANSI_CHARSET
  166.       Font.Color = clGray
  167.       Font.Height = -32
  168.       Font.Name = 'Arial'
  169.       Font.Style = [fsBold]
  170.       ParentFont = False
  171.       TabOrder = 0
  172.       TabStop = False
  173.     end
  174.   end
  175.   object MainMenu: TMainMenu
  176.     Top = 176
  177.     object GameMenu: TMenuItem
  178.       Caption = '&Game'
  179.       object New: TMenuItem
  180.         OnClick = NewClick
  181.         Caption = '&New'
  182.         ShortCut = 16462
  183.       end
  184.     end
  185.     object OpponentMenu: TMenuItem
  186.       Caption = '&Opponent'
  187.       RadioItem = True
  188.       object Human: TMenuItem
  189.         OnClick = HumanClick
  190.         Caption = '&Human'
  191.         Checked = True
  192.         GroupIndex = 1
  193.         RadioItem = True
  194.         ShortCut = 16456
  195.       end
  196.       object ComputerX: TMenuItem
  197.         OnClick = ComputerXClick
  198.         Caption = 'Computer &X'
  199.         GroupIndex = 1
  200.         RadioItem = True
  201.         ShortCut = 16472
  202.       end
  203.       object ComputerO: TMenuItem
  204.         OnClick = ComputerOClick
  205.         Caption = 'Computer &O'
  206.         GroupIndex = 1
  207.         RadioItem = True
  208.         ShortCut = 16463
  209.       end
  210.     end
  211.   end
  212. end
  213.