object FrConfig: TFrConfig Left = 261 Top = 105 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 354 ClientWidth = 313 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 76 Top = 324 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 154 Top = 324 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object Aplicar: TButton Left = 232 Top = 324 Width = 75 Height = 25 Caption = 'Apply' TabOrder = 3 OnClick = AplicarClick end object PageControl1: TPageControl Left = 6 Top = 6 Width = 301 Height = 313 ActivePage = Categorias TabOrder = 0 TabStop = False object Categorias: TTabSheet Caption = 'Categories' object GroupBox1: TGroupBox Left = 11 Top = 16 Width = 271 Height = 177 Caption = ' Active categories ' TabOrder = 0 object Animais: TCheckBox Left = 12 Top = 28 Width = 97 Height = 17 Caption = ' &Animals' TabOrder = 0 OnClick = AnimaisClick end object Esportes: TCheckBox Left = 12 Top = 84 Width = 97 Height = 17 Caption = ' &Sports' TabOrder = 2 OnClick = AnimaisClick end object Paises: TCheckBox Left = 12 Top = 112 Width = 97 Height = 17 Caption = ' C&ountries' TabOrder = 3 OnClick = AnimaisClick end object Frutas: TCheckBox Left = 138 Top = 28 Width = 97 Height = 17 Caption = ' &Fruits' TabOrder = 5 OnClick = AnimaisClick end object Meses: TCheckBox Left = 138 Top = 56 Width = 119 Height = 17 Caption = ' &Months of the year' TabOrder = 6 OnClick = AnimaisClick end object Cores: TCheckBox Left = 12 Top = 56 Width = 105 Height = 17 Caption = ' &Colors' TabOrder = 1 OnClick = AnimaisClick end object Ingles: TCheckBox Left = 138 Top = 112 Width = 111 Height = 17 Caption = ' Misce&llany' TabOrder = 8 OnClick = AnimaisClick end object Eletro: TCheckBox Left = 138 Top = 84 Width = 111 Height = 17 Caption = ' Applianc&es' TabOrder = 7 OnClick = AnimaisClick end object Usuario: TCheckBox Left = 12 Top = 140 Width = 123 Height = 17 Caption = ' &Defined by the user' TabOrder = 4 OnClick = AnimaisClick end end object GroupBox2: TGroupBox Left = 11 Top = 204 Width = 271 Height = 69 Caption = ' Others' TabOrder = 1 object Dicas: TCheckBox Left = 32 Top = 30 Width = 207 Height = 17 Caption = ' Sho&w clues when selecting category' TabOrder = 0 OnClick = AnimaisClick end end end object User: TTabSheet Caption = 'Defined by the user' object Label1: TLabel Left = 184 Top = 20 Width = 97 Height = 163 AutoSize = False Caption = 'In this option the user can create its own items to use in the g' + 'ame. Don'#39't use accents nor cedilhas, because the game they won'#39't' + ' recognize.' WordWrap = True end object GroupBox3: TGroupBox Left = 9 Top = 14 Width = 161 Height = 261 Caption = ' Items ' TabOrder = 3 object ListBox1: TListBox Left = 15 Top = 26 Width = 131 Height = 217 ItemHeight = 13 TabOrder = 0 end end object Button3: TButton Left = 184 Top = 194 Width = 101 Height = 25 Caption = '&Add new' TabOrder = 0 OnClick = Button3Click end object Button4: TButton Left = 184 Top = 222 Width = 101 Height = 25 Caption = '&Remove' TabOrder = 1 OnClick = Button4Click end object Button5: TButton Left = 184 Top = 250 Width = 101 Height = 25 Caption = 'Remover &All' TabOrder = 2 OnClick = Button5Click end end end end