home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / oddech / tilerama / _SETUP.1 / Tilerama.exe / 0 / RCDATA / TFORMGAME / TFORMGAME.txt
Text File  |  2001-11-12  |  10KB  |  424 lines

  1. object FormGame: TFormGame
  2.   Left = 206
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Game Configuration'
  7.   ClientHeight = 384
  8.   ClientWidth = 528
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImageBack: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 528
  26.     Height = 384
  27.     Cursor = 21
  28.     Align = alClient
  29.     OnMouseDown = ImageBackMouseDown
  30.     OnMouseMove = ImageBackMouseMove
  31.     OnMouseUp = ImageBackMouseUp
  32.   end
  33.   object Panel: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 512
  37.     Height = 320
  38.     BevelOuter = bvLowered
  39.     TabOrder = 0
  40.     object LabelCheats: TLabel
  41.       Left = 11
  42.       Top = 294
  43.       Width = 119
  44.       Height = 16
  45.       Caption = 'Cheats Enabled !'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clMaroon
  48.       Font.Height = -13
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object GroupBoxGame: TGroupBox
  54.       Left = 11
  55.       Top = 10
  56.       Width = 134
  57.       Height = 111
  58.       Caption = ' Game Mode '
  59.       TabOrder = 0
  60.       object RadioButtonSingle: TRadioButton
  61.         Left = 9
  62.         Top = 25
  63.         Width = 105
  64.         Height = 17
  65.         Cursor = crHandPoint
  66.         Caption = 'Single Game'
  67.         TabOrder = 0
  68.         OnClick = RadioButtonSingleClick
  69.         OnKeyDown = FormKeyDown
  70.       end
  71.       object RadioButtonBot: TRadioButton
  72.         Left = 9
  73.         Top = 53
  74.         Width = 105
  75.         Height = 17
  76.         Cursor = crHandPoint
  77.         Caption = 'Against Computer'
  78.         TabOrder = 1
  79.         OnClick = RadioButtonSingleClick
  80.         OnKeyDown = FormKeyDown
  81.       end
  82.       object RadioButtonCamp: TRadioButton
  83.         Left = 9
  84.         Top = 80
  85.         Width = 105
  86.         Height = 17
  87.         Cursor = crHandPoint
  88.         Caption = 'Campaign Mode'
  89.         TabOrder = 2
  90.         OnClick = RadioButtonSingleClick
  91.         OnKeyDown = FormKeyDown
  92.       end
  93.     end
  94.     object GroupBoxFiles: TGroupBox
  95.       Left = 156
  96.       Top = 10
  97.       Width = 346
  98.       Height = 111
  99.       Caption = ' Game Files '
  100.       TabOrder = 1
  101.       object BevelPreview: TBevel
  102.         Left = 220
  103.         Top = 14
  104.         Width = 120
  105.         Height = 90
  106.         Shape = bsFrame
  107.         Style = bsRaised
  108.         Visible = False
  109.       end
  110.       object Label1: TLabel
  111.         Left = 12
  112.         Top = 25
  113.         Width = 63
  114.         Height = 13
  115.         AutoSize = False
  116.         Caption = 'Board File : '
  117.         Transparent = True
  118.         Layout = tlCenter
  119.       end
  120.       object Label2: TLabel
  121.         Left = 12
  122.         Top = 53
  123.         Width = 63
  124.         Height = 13
  125.         AutoSize = False
  126.         Caption = 'Puzzle File : '
  127.         Transparent = True
  128.         Layout = tlCenter
  129.       end
  130.       object Label3: TLabel
  131.         Left = 12
  132.         Top = 80
  133.         Width = 79
  134.         Height = 13
  135.         AutoSize = False
  136.         Caption = 'Campaign File : '
  137.         Transparent = True
  138.         Layout = tlCenter
  139.       end
  140.       object ImagePreview: TImage
  141.         Left = 231
  142.         Top = 23
  143.         Width = 96
  144.         Height = 72
  145.         Center = True
  146.         Stretch = True
  147.       end
  148.       object ComboBoxBoard: TComboBox
  149.         Left = 91
  150.         Top = 21
  151.         Width = 121
  152.         Height = 21
  153.         Cursor = crHandPoint
  154.         Style = csDropDownList
  155.         ItemHeight = 13
  156.         Sorted = True
  157.         TabOrder = 0
  158.         OnClick = ComboBoxBoardClick
  159.         OnKeyDown = FormKeyDown
  160.       end
  161.       object ComboBoxPuzzle: TComboBox
  162.         Left = 91
  163.         Top = 49
  164.         Width = 121
  165.         Height = 21
  166.         Cursor = crHandPoint
  167.         Style = csDropDownList
  168.         ItemHeight = 13
  169.         Sorted = True
  170.         TabOrder = 1
  171.         OnClick = ComboBoxPuzzleClick
  172.         OnKeyDown = FormKeyDown
  173.       end
  174.       object ComboBoxCampaign: TComboBox
  175.         Left = 91
  176.         Top = 76
  177.         Width = 121
  178.         Height = 21
  179.         Cursor = crHandPoint
  180.         Style = csDropDownList
  181.         ItemHeight = 13
  182.         Sorted = True
  183.         TabOrder = 2
  184.         OnClick = ComboBoxCampaignClick
  185.         OnKeyDown = FormKeyDown
  186.       end
  187.     end
  188.     object GroupBoxInitial: TGroupBox
  189.       Left = 11
  190.       Top = 127
  191.       Width = 116
  192.       Height = 66
  193.       Caption = ' Initial Pattern '
  194.       TabOrder = 2
  195.       object RadioButtonIPRandom: TRadioButton
  196.         Left = 8
  197.         Top = 21
  198.         Width = 103
  199.         Height = 17
  200.         Cursor = crHandPoint
  201.         Caption = 'Random'
  202.         TabOrder = 0
  203.         OnClick = RadioButtonIPRandomClick
  204.         OnKeyDown = FormKeyDown
  205.       end
  206.       object RadioButtonIPFromPuzzle: TRadioButton
  207.         Left = 8
  208.         Top = 41
  209.         Width = 103
  210.         Height = 17
  211.         Cursor = crHandPoint
  212.         Caption = 'From Puzzle File'
  213.         TabOrder = 1
  214.         OnClick = RadioButtonIPRandomClick
  215.         OnKeyDown = FormKeyDown
  216.       end
  217.     end
  218.     object GroupBoxObjective: TGroupBox
  219.       Left = 135
  220.       Top = 127
  221.       Width = 116
  222.       Height = 66
  223.       Caption = ' Objective Pattern '
  224.       TabOrder = 3
  225.       object RadioButtonOPFromBoard: TRadioButton
  226.         Left = 8
  227.         Top = 21
  228.         Width = 102
  229.         Height = 17
  230.         Cursor = crHandPoint
  231.         Caption = 'From Board File'
  232.         TabOrder = 0
  233.         OnClick = RadioButtonOPFromBoardClick
  234.         OnKeyDown = FormKeyDown
  235.       end
  236.       object RadioButtonOPFromPuzzle: TRadioButton
  237.         Left = 8
  238.         Top = 41
  239.         Width = 102
  240.         Height = 17
  241.         Cursor = crHandPoint
  242.         Caption = 'From Puzzle File'
  243.         TabOrder = 1
  244.         OnClick = RadioButtonOPFromBoardClick
  245.         OnKeyDown = FormKeyDown
  246.       end
  247.     end
  248.     object GroupBoxTimeLimit: TGroupBox
  249.       Left = 386
  250.       Top = 127
  251.       Width = 116
  252.       Height = 66
  253.       Caption = ' Time Limit '
  254.       TabOrder = 4
  255.       object RadioButtonTLNone: TRadioButton
  256.         Left = 8
  257.         Top = 21
  258.         Width = 101
  259.         Height = 17
  260.         Cursor = crHandPoint
  261.         Caption = 'None'
  262.         TabOrder = 0
  263.         OnKeyDown = FormKeyDown
  264.       end
  265.       object RadioButtonTLFromPuzzle: TRadioButton
  266.         Left = 8
  267.         Top = 41
  268.         Width = 101
  269.         Height = 17
  270.         Cursor = crHandPoint
  271.         Caption = 'From Puzzle File'
  272.         TabOrder = 1
  273.         OnKeyDown = FormKeyDown
  274.       end
  275.     end
  276.     object GroupBoxMovesLimit: TGroupBox
  277.       Left = 260
  278.       Top = 127
  279.       Width = 116
  280.       Height = 66
  281.       Caption = ' Moves Limit '
  282.       TabOrder = 5
  283.       object RadioButtonMLNone: TRadioButton
  284.         Left = 8
  285.         Top = 21
  286.         Width = 101
  287.         Height = 17
  288.         Cursor = crHandPoint
  289.         Caption = 'None'
  290.         TabOrder = 0
  291.         OnKeyDown = FormKeyDown
  292.       end
  293.       object RadioButtonMLFromPuzzle: TRadioButton
  294.         Left = 8
  295.         Top = 41
  296.         Width = 101
  297.         Height = 17
  298.         Cursor = crHandPoint
  299.         Caption = 'From Puzzle File'
  300.         TabOrder = 1
  301.         OnKeyDown = FormKeyDown
  302.       end
  303.     end
  304.     object GroupBoxComputer: TGroupBox
  305.       Left = 11
  306.       Top = 197
  307.       Width = 492
  308.       Height = 87
  309.       Caption = ' Game Against Computer '
  310.       TabOrder = 6
  311.       object Label4: TLabel
  312.         Left = 11
  313.         Top = 26
  314.         Width = 97
  315.         Height = 13
  316.         AutoSize = False
  317.         Caption = 'Computer Speed : '
  318.         Transparent = True
  319.         Layout = tlCenter
  320.       end
  321.       object Label5: TLabel
  322.         Left = 11
  323.         Top = 54
  324.         Width = 105
  325.         Height = 13
  326.         AutoSize = False
  327.         Caption = 'Computer Accuracy :'
  328.         Transparent = True
  329.         Layout = tlCenter
  330.       end
  331.       object ComboBoxSpeed: TComboBox
  332.         Left = 118
  333.         Top = 22
  334.         Width = 129
  335.         Height = 21
  336.         Cursor = crHandPoint
  337.         Style = csDropDownList
  338.         ItemHeight = 13
  339.         TabOrder = 0
  340.         OnKeyDown = FormKeyDown
  341.         Items.Strings = (
  342.           'Level 1 : Slow'
  343.           'Level 2 : Medium'
  344.           'Level 3 : Fast')
  345.       end
  346.       object ComboBoxAccuracy: TComboBox
  347.         Left = 118
  348.         Top = 51
  349.         Width = 129
  350.         Height = 21
  351.         Cursor = crHandPoint
  352.         Style = csDropDownList
  353.         ItemHeight = 13
  354.         TabOrder = 1
  355.         OnKeyDown = FormKeyDown
  356.         Items.Strings = (
  357.           'Level 1 : Poor'
  358.           'Level 2 : Medium'
  359.           'Level 3 : High')
  360.       end
  361.       object CheckBoxTurn: TCheckBox
  362.         Left = 269
  363.         Top = 14
  364.         Width = 105
  365.         Height = 17
  366.         Cursor = crHandPoint
  367.         Caption = 'Human Plays First'
  368.         TabOrder = 2
  369.         OnKeyDown = FormKeyDown
  370.       end
  371.       object CheckBoxOpoTime: TCheckBox
  372.         Left = 269
  373.         Top = 31
  374.         Width = 201
  375.         Height = 17
  376.         Cursor = crHandPoint
  377.         Caption = 'Use Opponent'#39's Time as Time Limit'
  378.         TabOrder = 3
  379.         OnClick = CheckBoxOpoTimeClick
  380.       end
  381.       object CheckBoxOpoMoves: TCheckBox
  382.         Left = 270
  383.         Top = 62
  384.         Width = 211
  385.         Height = 17
  386.         Cursor = crHandPoint
  387.         Caption = 'Use Opponent'#39's Moves as Moves Limit'
  388.         TabOrder = 4
  389.         OnClick = CheckBoxOpoTimeClick
  390.       end
  391.       object RadioButtonOpoAnd: TRadioButton
  392.         Left = 325
  393.         Top = 49
  394.         Width = 49
  395.         Height = 12
  396.         Cursor = crHandPoint
  397.         Caption = 'And'
  398.         TabOrder = 5
  399.       end
  400.       object RadioButtonOpoOr: TRadioButton
  401.         Left = 373
  402.         Top = 49
  403.         Width = 49
  404.         Height = 12
  405.         Cursor = crHandPoint
  406.         Caption = 'Or'
  407.         TabOrder = 6
  408.       end
  409.     end
  410.     object ButtonOK: TButton
  411.       Left = 465
  412.       Top = 291
  413.       Width = 38
  414.       Height = 21
  415.       Cursor = crHandPoint
  416.       Caption = 'OK'
  417.       TabOrder = 7
  418.       OnClick = ButtonOKClick
  419.       OnKeyDown = FormKeyDown
  420.       OnMouseDown = ButtonOKMouseDown
  421.     end
  422.   end
  423. end
  424.