object FSettings: TFSettings Left = 295 Top = 262 Width = 457 Height = 282 Caption = 'Settings' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BOk: TButton Left = 208 Top = 216 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = BOkClick end object BCancel: TButton Left = 288 Top = 216 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = BCancelClick end object BApply: TButton Left = 368 Top = 216 Width = 75 Height = 25 Caption = 'Apply' TabOrder = 2 OnClick = BApplyClick end object PageControl: TPageControl Left = 0 Top = 0 Width = 449 Height = 209 ActivePage = TSFunctions TabIndex = 0 TabOrder = 3 object TSFunctions: TTabSheet Caption = 'Functions' object LFDFolder: TLabel Left = 8 Top = 23 Width = 88 Height = 13 Caption = 'Description Folder:' end object Bevel1: TBevel Left = 8 Top = 72 Width = 425 Height = 2 end object EFDFolder: TEdit Left = 104 Top = 20 Width = 329 Height = 21 TabOrder = 0 end object RDisplay: TRadioGroup Left = 8 Top = 80 Width = 425 Height = 81 Caption = 'Display' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Available Functions' 'Experimental Functions' 'Available + Experimental' 'Keyboard Functions') TabOrder = 1 end object BBrowse: TButton Left = 384 Top = 48 Width = 49 Height = 17 Caption = 'Browse' TabOrder = 2 OnClick = BBrowseClick end end object TSOther: TTabSheet Caption = 'Other' ImageIndex = 1 object Bevel2: TBevel Left = 8 Top = 88 Width = 425 Height = 2 end object RBehaviors: TRadioGroup Left = 8 Top = 104 Width = 425 Height = 57 Caption = 'Enable FADEIN / FADEUP' Columns = 2 ItemIndex = 1 Items.Strings = ( 'Yes' 'No') TabOrder = 0 end object RCapsLock: TRadioGroup Left = 8 Top = 16 Width = 425 Height = 57 Caption = 'Enable CAPS LOCK' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Yes' 'No') TabOrder = 1 end end end object BSaveAsDefault: TButton Left = 6 Top = 215 Width = 99 Height = 25 Caption = 'Save As Default' TabOrder = 4 OnClick = BSaveAsDefaultClick end object OpenDialog: TOpenDialog Left = 408 Top = 40 end end