home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 February / PCShareware-2-98.iso / edukacja / kidforc / kidforca.exe / KidForca.exe / 0 / RCDATA / TFRCONFIG / TFRCONFIG.txt < prev   
Text File  |  1997-11-26  |  5KB  |  224 lines

  1. object FrConfig: TFrConfig
  2.   Left = 261
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 354
  7.   ClientWidth = 313
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 76
  20.     Top = 324
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     TabOrder = 1
  26.     OnClick = Button1Click
  27.   end
  28.   object Button2: TButton
  29.     Left = 154
  30.     Top = 324
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     TabOrder = 2
  36.     OnClick = Button2Click
  37.   end
  38.   object Aplicar: TButton
  39.     Left = 232
  40.     Top = 324
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Apply'
  44.     TabOrder = 3
  45.     OnClick = AplicarClick
  46.   end
  47.   object PageControl1: TPageControl
  48.     Left = 6
  49.     Top = 6
  50.     Width = 301
  51.     Height = 313
  52.     ActivePage = Categorias
  53.     TabOrder = 0
  54.     TabStop = False
  55.     object Categorias: TTabSheet
  56.       Caption = 'Categories'
  57.       object GroupBox1: TGroupBox
  58.         Left = 11
  59.         Top = 16
  60.         Width = 271
  61.         Height = 177
  62.         Caption = ' Active categories '
  63.         TabOrder = 0
  64.         object Animais: TCheckBox
  65.           Left = 12
  66.           Top = 28
  67.           Width = 97
  68.           Height = 17
  69.           Caption = ' &Animals'
  70.           TabOrder = 0
  71.           OnClick = AnimaisClick
  72.         end
  73.         object Esportes: TCheckBox
  74.           Left = 12
  75.           Top = 84
  76.           Width = 97
  77.           Height = 17
  78.           Caption = ' &Sports'
  79.           TabOrder = 2
  80.           OnClick = AnimaisClick
  81.         end
  82.         object Paises: TCheckBox
  83.           Left = 12
  84.           Top = 112
  85.           Width = 97
  86.           Height = 17
  87.           Caption = ' C&ountries'
  88.           TabOrder = 3
  89.           OnClick = AnimaisClick
  90.         end
  91.         object Frutas: TCheckBox
  92.           Left = 138
  93.           Top = 28
  94.           Width = 97
  95.           Height = 17
  96.           Caption = ' &Fruits'
  97.           TabOrder = 5
  98.           OnClick = AnimaisClick
  99.         end
  100.         object Meses: TCheckBox
  101.           Left = 138
  102.           Top = 56
  103.           Width = 119
  104.           Height = 17
  105.           Caption = ' &Months of the year'
  106.           TabOrder = 6
  107.           OnClick = AnimaisClick
  108.         end
  109.         object Cores: TCheckBox
  110.           Left = 12
  111.           Top = 56
  112.           Width = 105
  113.           Height = 17
  114.           Caption = ' &Colors'
  115.           TabOrder = 1
  116.           OnClick = AnimaisClick
  117.         end
  118.         object Ingles: TCheckBox
  119.           Left = 138
  120.           Top = 112
  121.           Width = 111
  122.           Height = 17
  123.           Caption = ' Misce&llany'
  124.           TabOrder = 8
  125.           OnClick = AnimaisClick
  126.         end
  127.         object Eletro: TCheckBox
  128.           Left = 138
  129.           Top = 84
  130.           Width = 111
  131.           Height = 17
  132.           Caption = ' Applianc&es'
  133.           TabOrder = 7
  134.           OnClick = AnimaisClick
  135.         end
  136.         object Usuario: TCheckBox
  137.           Left = 12
  138.           Top = 140
  139.           Width = 123
  140.           Height = 17
  141.           Caption = ' &Defined by the user'
  142.           TabOrder = 4
  143.           OnClick = AnimaisClick
  144.         end
  145.       end
  146.       object GroupBox2: TGroupBox
  147.         Left = 11
  148.         Top = 204
  149.         Width = 271
  150.         Height = 69
  151.         Caption = ' Others'
  152.         TabOrder = 1
  153.         object Dicas: TCheckBox
  154.           Left = 32
  155.           Top = 30
  156.           Width = 207
  157.           Height = 17
  158.           Caption = ' Sho&w clues when selecting category'
  159.           TabOrder = 0
  160.           OnClick = AnimaisClick
  161.         end
  162.       end
  163.     end
  164.     object User: TTabSheet
  165.       Caption = 'Defined by the user'
  166.       object Label1: TLabel
  167.         Left = 184
  168.         Top = 20
  169.         Width = 97
  170.         Height = 163
  171.         AutoSize = False
  172.         Caption = 
  173.           'In this option the user can create its own items to use in the g' +
  174.           'ame. Don'#39't use accents nor cedilhas, because the game they won'#39't' +
  175.           ' recognize.'
  176.         WordWrap = True
  177.       end
  178.       object GroupBox3: TGroupBox
  179.         Left = 9
  180.         Top = 14
  181.         Width = 161
  182.         Height = 261
  183.         Caption = ' Items '
  184.         TabOrder = 3
  185.         object ListBox1: TListBox
  186.           Left = 15
  187.           Top = 26
  188.           Width = 131
  189.           Height = 217
  190.           ItemHeight = 13
  191.           TabOrder = 0
  192.         end
  193.       end
  194.       object Button3: TButton
  195.         Left = 184
  196.         Top = 194
  197.         Width = 101
  198.         Height = 25
  199.         Caption = '&Add new'
  200.         TabOrder = 0
  201.         OnClick = Button3Click
  202.       end
  203.       object Button4: TButton
  204.         Left = 184
  205.         Top = 222
  206.         Width = 101
  207.         Height = 25
  208.         Caption = '&Remove'
  209.         TabOrder = 1
  210.         OnClick = Button4Click
  211.       end
  212.       object Button5: TButton
  213.         Left = 184
  214.         Top = 250
  215.         Width = 101
  216.         Height = 25
  217.         Caption = 'Remover &All'
  218.         TabOrder = 2
  219.         OnClick = Button5Click
  220.       end
  221.     end
  222.   end
  223. end
  224.