object FormOptions: TFormOptions Left = 332 Top = 206 BorderIcons = [] BorderStyle = bsNone Caption = 'General Options' ClientHeight = 240 ClientWidth = 240 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 OnCreate = FormCreate OnKeyPress = FormKeyPress OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 240 Height = 240 Cursor = 21 Align = alClient OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 224 Height = 176 BevelOuter = bvLowered TabOrder = 0 object Label6: TLabel Left = 14 Top = 21 Width = 69 Height = 13 AutoSize = False Caption = 'Player Name :' Transparent = True Layout = tlCenter end object CheckBoxWheel: TCheckBox Left = 11 Top = 93 Width = 182 Height = 17 Cursor = crHandPoint Caption = 'Move Tiles Using Mouse Wheel' TabOrder = 1 OnKeyPress = FormKeyPress end object ComboBoxPlayer: TComboBox Left = 88 Top = 17 Width = 122 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 0 OnKeyPress = FormKeyPress end object CheckBoxElem: TCheckBox Left = 11 Top = 113 Width = 166 Height = 17 Cursor = crHandPoint Caption = 'Highlight Used Flow Elements' TabOrder = 2 OnKeyPress = FormKeyPress end object CheckBoxInvalid: TCheckBox Left = 11 Top = 133 Width = 120 Height = 17 Cursor = crHandPoint Caption = 'Show Invalidations' TabOrder = 3 OnKeyPress = FormKeyPress end object CheckBoxAutoSkin: TCheckBox Left = 11 Top = 73 Width = 198 Height = 17 Cursor = crHandPoint Caption = 'Auto-Load Board'#39's Recomm. Tile Set' TabOrder = 4 OnKeyPress = FormKeyPress end object CheckBoxLog: TCheckBox Left = 11 Top = 53 Width = 190 Height = 17 Cursor = crHandPoint Caption = 'Write Player'#39's Log File' TabOrder = 5 OnKeyPress = FormKeyPress end end object ButtonOK: TButton Left = 184 Top = 153 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'OK' TabOrder = 1 OnClick = ButtonOKClick OnKeyPress = FormKeyPress OnMouseDown = ButtonOKMouseDown end end