object FormCfgMenu: TFormCfgMenu Left = 318 Top = 191 BorderIcons = [] BorderStyle = bsNone Caption = 'Configuration' ClientHeight = 192 ClientWidth = 192 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnMouseWheel = FormMouseWheel OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 192 Height = 192 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 176 Height = 128 BevelOuter = bvLowered TabOrder = 0 OnMouseMove = ToolButtonGameMouseMove object Label1: TLabel Left = 17 Top = 13 Width = 31 Height = 13 Alignment = taCenter AutoSize = False Caption = 'F2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = ToolButtonGameMouseMove end object Label2: TLabel Left = 17 Top = 35 Width = 31 Height = 13 Alignment = taCenter AutoSize = False Caption = 'F3' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = ToolButtonGameMouseMove end object Label3: TLabel Left = 17 Top = 57 Width = 31 Height = 13 Alignment = taCenter AutoSize = False Caption = 'F4' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = ToolButtonGameMouseMove end object Label4: TLabel Left = 17 Top = 79 Width = 31 Height = 13 Alignment = taCenter AutoSize = False Caption = 'F5' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = ToolButtonGameMouseMove end object Label5: TLabel Left = 17 Top = 101 Width = 31 Height = 13 Alignment = taCenter AutoSize = False Caption = 'F6' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = ToolButtonGameMouseMove end object Bevel: TBevel Left = 51 Top = 5 Width = 104 Height = 118 Shape = bsFrame end object ToolBar: TToolBar Left = 53 Top = 7 Width = 100 Height = 112 Align = alNone ButtonWidth = 96 Caption = 'Config Menu' EdgeBorders = [] Images = ImageList Indent = 2 List = True ShowCaptions = True TabOrder = 0 Transparent = True object ToolButtonGame: TToolButton Left = 2 Top = 2 Cursor = crHandPoint Caption = ' Game' ImageIndex = 0 Wrap = True OnClick = ToolButtonGameClick OnMouseDown = ToolButtonGameMouseDown OnMouseMove = ToolButtonGameMouseMove end object ToolButtonOpt: TToolButton Left = 2 Top = 24 Cursor = crHandPoint Caption = ' Options' ImageIndex = 1 Wrap = True OnClick = ToolButtonOptClick OnMouseDown = ToolButtonGameMouseDown OnMouseMove = ToolButtonGameMouseMove end object ToolButtonSkin: TToolButton Left = 2 Top = 46 Cursor = crHandPoint Caption = ' Graphics ' ImageIndex = 2 Wrap = True OnClick = ToolButtonSkinClick OnMouseDown = ToolButtonGameMouseDown OnMouseMove = ToolButtonGameMouseMove end object ToolButtonSounds: TToolButton Left = 2 Top = 68 Cursor = crHandPoint Caption = ' Sounds' ImageIndex = 3 Wrap = True OnClick = ToolButtonSoundsClick OnMouseDown = ToolButtonGameMouseDown OnMouseMove = ToolButtonGameMouseMove end object ToolButtonMusic: TToolButton Left = 2 Top = 90 Cursor = crHandPoint Caption = ' Music' ImageIndex = 4 OnClick = ToolButtonMusicClick OnMouseDown = ToolButtonGameMouseDown OnMouseMove = ToolButtonGameMouseMove end end end object ImageList: TImageList Left = 8 Top = 144 end end