home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / JoystickCC / JOYCFG.EXE / 0 / RCDATA / TFRMSELECT / TFRMSELECT.txt
Text File  |  1997-06-24  |  2KB  |  111 lines

  1. object frmSelect: TfrmSelect
  2.   Left = 204
  3.   Top = 143
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Keystroke Selection'
  7.   ClientHeight = 209
  8.   ClientWidth = 277
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblCaller: TLabel
  19.     Left = 184
  20.     Top = 80
  21.     Width = 65
  22.     Height = 17
  23.     AutoSize = False
  24.     Caption = 'lblCaller'
  25.     Visible = False
  26.   end
  27.   object Button1: TButton
  28.     Left = 188
  29.     Top = 12
  30.     Width = 75
  31.     Height = 25
  32.     Hint = 'Press to add the selected keystroke'
  33.     Caption = 'O&K'
  34.     Default = True
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 188
  42.     Top = 40
  43.     Width = 75
  44.     Height = 25
  45.     Hint = 'Press to cancel with no changes'
  46.     Caption = '&Cancel'
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52.   object grdSelect: TStringGrid
  53.     Left = 12
  54.     Top = 12
  55.     Width = 157
  56.     Height = 181
  57.     Hint = 
  58.       'A list of all possible keys you can allocate to a joystick butto' +
  59.       'n press'
  60.     ColCount = 2
  61.     DefaultColWidth = 300
  62.     DefaultRowHeight = 18
  63.     FixedCols = 0
  64.     FixedRows = 0
  65.     Font.Color = clNavy
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goRowSelect, goThumbTracking]
  70.     ParentFont = False
  71.     ParentShowHint = False
  72.     ScrollBars = ssVertical
  73.     ShowHint = True
  74.     TabOrder = 2
  75.     OnDblClick = grdSelectDblClick
  76.   end
  77.   object chkCtrl: TCheckBox
  78.     Left = 188
  79.     Top = 152
  80.     Width = 65
  81.     Height = 17
  82.     Hint = 'Select this for combination keystrokes'
  83.     Caption = 'CTRL'
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 3
  87.   end
  88.   object chkShift: TCheckBox
  89.     Left = 188
  90.     Top = 176
  91.     Width = 65
  92.     Height = 17
  93.     Hint = 'Select this for combination keystrokes'
  94.     Caption = 'SHIFT'
  95.     ParentShowHint = False
  96.     ShowHint = True
  97.     TabOrder = 4
  98.   end
  99.   object chkAlt: TCheckBox
  100.     Left = 188
  101.     Top = 128
  102.     Width = 65
  103.     Height = 17
  104.     Hint = 'Select this for combination keystrokes'
  105.     Caption = 'ALT'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.     TabOrder = 5
  109.   end
  110. end
  111.