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

  1. object FormCfgMenu: TFormCfgMenu
  2.   Left = 318
  3.   Top = 191
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Configuration'
  7.   ClientHeight = 192
  8.   ClientWidth = 192
  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 = poDefault
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseWheel = FormMouseWheel
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ImageBack: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 192
  28.     Height = 192
  29.     Cursor = 21
  30.     Align = alClient
  31.     OnMouseDown = ImageBackMouseDown
  32.     OnMouseMove = ImageBackMouseMove
  33.     OnMouseUp = ImageBackMouseUp
  34.   end
  35.   object Panel: TPanel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 176
  39.     Height = 128
  40.     BevelOuter = bvLowered
  41.     TabOrder = 0
  42.     OnMouseMove = ToolButtonGameMouseMove
  43.     object Label1: TLabel
  44.       Left = 17
  45.       Top = 13
  46.       Width = 31
  47.       Height = 13
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'F2'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       OnMouseMove = ToolButtonGameMouseMove
  58.     end
  59.     object Label2: TLabel
  60.       Left = 17
  61.       Top = 35
  62.       Width = 31
  63.       Height = 13
  64.       Alignment = taCenter
  65.       AutoSize = False
  66.       Caption = 'F3'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       OnMouseMove = ToolButtonGameMouseMove
  74.     end
  75.     object Label3: TLabel
  76.       Left = 17
  77.       Top = 57
  78.       Width = 31
  79.       Height = 13
  80.       Alignment = taCenter
  81.       AutoSize = False
  82.       Caption = 'F4'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clWindowText
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       OnMouseMove = ToolButtonGameMouseMove
  90.     end
  91.     object Label4: TLabel
  92.       Left = 17
  93.       Top = 79
  94.       Width = 31
  95.       Height = 13
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = 'F5'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       OnMouseMove = ToolButtonGameMouseMove
  106.     end
  107.     object Label5: TLabel
  108.       Left = 17
  109.       Top = 101
  110.       Width = 31
  111.       Height = 13
  112.       Alignment = taCenter
  113.       AutoSize = False
  114.       Caption = 'F6'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.       OnMouseMove = ToolButtonGameMouseMove
  122.     end
  123.     object Bevel: TBevel
  124.       Left = 51
  125.       Top = 5
  126.       Width = 104
  127.       Height = 118
  128.       Shape = bsFrame
  129.     end
  130.     object ToolBar: TToolBar
  131.       Left = 53
  132.       Top = 7
  133.       Width = 100
  134.       Height = 112
  135.       Align = alNone
  136.       ButtonWidth = 96
  137.       Caption = 'Config Menu'
  138.       EdgeBorders = []
  139.       Images = ImageList
  140.       Indent = 2
  141.       List = True
  142.       ShowCaptions = True
  143.       TabOrder = 0
  144.       Transparent = True
  145.       object ToolButtonGame: TToolButton
  146.         Left = 2
  147.         Top = 2
  148.         Cursor = crHandPoint
  149.         Caption = '   Game'
  150.         ImageIndex = 0
  151.         Wrap = True
  152.         OnClick = ToolButtonGameClick
  153.         OnMouseDown = ToolButtonGameMouseDown
  154.         OnMouseMove = ToolButtonGameMouseMove
  155.       end
  156.       object ToolButtonOpt: TToolButton
  157.         Left = 2
  158.         Top = 24
  159.         Cursor = crHandPoint
  160.         Caption = '  Options'
  161.         ImageIndex = 1
  162.         Wrap = True
  163.         OnClick = ToolButtonOptClick
  164.         OnMouseDown = ToolButtonGameMouseDown
  165.         OnMouseMove = ToolButtonGameMouseMove
  166.       end
  167.       object ToolButtonSkin: TToolButton
  168.         Left = 2
  169.         Top = 46
  170.         Cursor = crHandPoint
  171.         Caption = ' Graphics        '
  172.         ImageIndex = 2
  173.         Wrap = True
  174.         OnClick = ToolButtonSkinClick
  175.         OnMouseDown = ToolButtonGameMouseDown
  176.         OnMouseMove = ToolButtonGameMouseMove
  177.       end
  178.       object ToolButtonSounds: TToolButton
  179.         Left = 2
  180.         Top = 68
  181.         Cursor = crHandPoint
  182.         Caption = '  Sounds'
  183.         ImageIndex = 3
  184.         Wrap = True
  185.         OnClick = ToolButtonSoundsClick
  186.         OnMouseDown = ToolButtonGameMouseDown
  187.         OnMouseMove = ToolButtonGameMouseMove
  188.       end
  189.       object ToolButtonMusic: TToolButton
  190.         Left = 2
  191.         Top = 90
  192.         Cursor = crHandPoint
  193.         Caption = '   Music'
  194.         ImageIndex = 4
  195.         OnClick = ToolButtonMusicClick
  196.         OnMouseDown = ToolButtonGameMouseDown
  197.         OnMouseMove = ToolButtonGameMouseMove
  198.       end
  199.     end
  200.   end
  201.   object ImageList: TImageList
  202.     Left = 8
  203.     Top = 144
  204.   end
  205. end
  206.