home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / mixvibes / MixVibes6demo.exe / MVMapper.exe / 0 / RCDATA / TFSETTINGS / TFSETTINGS.txt
Text File  |  2004-05-22  |  3KB  |  150 lines

  1. object FSettings: TFSettings
  2.   Left = 295
  3.   Top = 262
  4.   Width = 457
  5.   Height = 282
  6.   Caption = 'Settings'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BOk: TButton
  18.     Left = 208
  19.     Top = 216
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     TabOrder = 0
  24.     OnClick = BOkClick
  25.   end
  26.   object BCancel: TButton
  27.     Left = 288
  28.     Top = 216
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Cancel'
  32.     TabOrder = 1
  33.     OnClick = BCancelClick
  34.   end
  35.   object BApply: TButton
  36.     Left = 368
  37.     Top = 216
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Apply'
  41.     TabOrder = 2
  42.     OnClick = BApplyClick
  43.   end
  44.   object PageControl: TPageControl
  45.     Left = 0
  46.     Top = 0
  47.     Width = 449
  48.     Height = 209
  49.     ActivePage = TSFunctions
  50.     TabIndex = 0
  51.     TabOrder = 3
  52.     object TSFunctions: TTabSheet
  53.       Caption = 'Functions'
  54.       object LFDFolder: TLabel
  55.         Left = 8
  56.         Top = 23
  57.         Width = 88
  58.         Height = 13
  59.         Caption = 'Description Folder:'
  60.       end
  61.       object Bevel1: TBevel
  62.         Left = 8
  63.         Top = 72
  64.         Width = 425
  65.         Height = 2
  66.       end
  67.       object EFDFolder: TEdit
  68.         Left = 104
  69.         Top = 20
  70.         Width = 329
  71.         Height = 21
  72.         TabOrder = 0
  73.       end
  74.       object RDisplay: TRadioGroup
  75.         Left = 8
  76.         Top = 80
  77.         Width = 425
  78.         Height = 81
  79.         Caption = 'Display'
  80.         Columns = 2
  81.         ItemIndex = 0
  82.         Items.Strings = (
  83.           'Available Functions'
  84.           'Experimental Functions'
  85.           'Available + Experimental'
  86.           'Keyboard Functions')
  87.         TabOrder = 1
  88.       end
  89.       object BBrowse: TButton
  90.         Left = 384
  91.         Top = 48
  92.         Width = 49
  93.         Height = 17
  94.         Caption = 'Browse'
  95.         TabOrder = 2
  96.         OnClick = BBrowseClick
  97.       end
  98.     end
  99.     object TSOther: TTabSheet
  100.       Caption = 'Other'
  101.       ImageIndex = 1
  102.       object Bevel2: TBevel
  103.         Left = 8
  104.         Top = 88
  105.         Width = 425
  106.         Height = 2
  107.       end
  108.       object RBehaviors: TRadioGroup
  109.         Left = 8
  110.         Top = 104
  111.         Width = 425
  112.         Height = 57
  113.         Caption = 'Enable FADEIN / FADEUP'
  114.         Columns = 2
  115.         ItemIndex = 1
  116.         Items.Strings = (
  117.           'Yes'
  118.           'No')
  119.         TabOrder = 0
  120.       end
  121.       object RCapsLock: TRadioGroup
  122.         Left = 8
  123.         Top = 16
  124.         Width = 425
  125.         Height = 57
  126.         Caption = 'Enable CAPS LOCK'
  127.         Columns = 2
  128.         ItemIndex = 0
  129.         Items.Strings = (
  130.           'Yes'
  131.           'No')
  132.         TabOrder = 1
  133.       end
  134.     end
  135.   end
  136.   object BSaveAsDefault: TButton
  137.     Left = 6
  138.     Top = 215
  139.     Width = 99
  140.     Height = 25
  141.     Caption = 'Save As Default'
  142.     TabOrder = 4
  143.     OnClick = BSaveAsDefaultClick
  144.   end
  145.   object OpenDialog: TOpenDialog
  146.     Left = 408
  147.     Top = 40
  148.   end
  149. end
  150.