home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / WXKBD41.ZIP / KEYS32.EXE / 0 / RCDATA / TSETTINGS / TSETTINGS.txt
Text File  |  1998-04-29  |  2KB  |  124 lines

  1. object Settings: TSettings
  2.   Left = 288
  3.   Top = 191
  4.   Hint = 'Move around to see help'
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 148
  7.   ClientWidth = 269
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 32
  22.     Width = 84
  23.     Height = 13
  24.     Hint = 'Duration of message when map has changed'
  25.     Caption = 'Message duration'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 10
  29.     Top = 56
  30.     Width = 64
  31.     Height = 13
  32.     Hint = 'Title when no map is active'
  33.     Caption = 'Title when off'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 10
  37.     Top = 106
  38.     Width = 47
  39.     Height = 13
  40.     Hint = 'Magnification of the visible elements'
  41.     Caption = 'Zoom  (%)'
  42.   end
  43.   object Beep: TCheckBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 133
  47.     Height = 17
  48.     Hint = 'Play sound when new map is selected'
  49.     Alignment = taLeftJustify
  50.     Caption = 'Beep on map change'
  51.     TabOrder = 0
  52.   end
  53.   object Duration: TEdit
  54.     Left = 128
  55.     Top = 32
  56.     Width = 57
  57.     Height = 20
  58.     Hint = 'Time in milliseconds; 0 means no message'
  59.     AutoSize = False
  60.     MaxLength = 4
  61.     TabOrder = 1
  62.   end
  63.   object BOK: TButton
  64.     Left = 200
  65.     Top = 103
  66.     Width = 65
  67.     Height = 20
  68.     Hint = 'Accept changes'
  69.     Caption = 'Set'
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object OffTitle: TEdit
  74.     Left = 128
  75.     Top = 56
  76.     Width = 57
  77.     Height = 20
  78.     Hint = 'Title when no map is active'
  79.     AutoSize = False
  80.     MaxLength = 15
  81.     TabOrder = 3
  82.   end
  83.   object Back: TButton
  84.     Left = 200
  85.     Top = 78
  86.     Width = 65
  87.     Height = 20
  88.     Hint = 'Discard changes'
  89.     Caption = '< Back'
  90.     ModalResult = 2
  91.     TabOrder = 4
  92.   end
  93.   object Info: TPanel
  94.     Left = 0
  95.     Top = 129
  96.     Width = 269
  97.     Height = 19
  98.     Hint = 'Move around to see help'
  99.     Align = alBottom
  100.     Alignment = taLeftJustify
  101.     BevelInner = bvLowered
  102.     BevelOuter = bvNone
  103.     TabOrder = 5
  104.   end
  105.   object OnTop: TCheckBox
  106.     Left = 8
  107.     Top = 80
  108.     Width = 133
  109.     Height = 17
  110.     Hint = 'Keep Keys always visible'
  111.     Alignment = taLeftJustify
  112.     Caption = 'Always on top'
  113.     TabOrder = 6
  114.   end
  115.   object Zoom: TEdit
  116.     Left = 128
  117.     Top = 102
  118.     Width = 57
  119.     Height = 21
  120.     Hint = 'Magnification in percents (90 - 1000)'
  121.     TabOrder = 7
  122.   end
  123. end
  124.