home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d56 / RMCTL.ZIP / rmFormEditBinding.dfm < prev    next >
Text File  |  2001-06-22  |  2KB  |  141 lines

  1. object rmFrmEditBinding: TrmFrmEditBinding
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Editing Key Binding'
  6.   ClientHeight = 96
  7.   ClientWidth = 297
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 3
  20.     Top = 3
  21.     Width = 290
  22.     Height = 59
  23.     TabOrder = 0
  24.     object cbAlt: TCheckBox
  25.       Left = 18
  26.       Top = 24
  27.       Width = 50
  28.       Height = 17
  29.       Caption = 'ALT +'
  30.       TabOrder = 0
  31.     end
  32.     object cbCTRL: TCheckBox
  33.       Left = 72
  34.       Top = 24
  35.       Width = 58
  36.       Height = 17
  37.       Caption = 'CTRL +'
  38.       TabOrder = 1
  39.     end
  40.     object cbShift: TCheckBox
  41.       Left = 134
  42.       Top = 24
  43.       Width = 51
  44.       Height = 17
  45.       Caption = 'Shift +'
  46.       TabOrder = 2
  47.     end
  48.     object cbxKey: TComboBox
  49.       Left = 189
  50.       Top = 22
  51.       Width = 81
  52.       Height = 21
  53.       Style = csDropDownList
  54.       ItemHeight = 13
  55.       TabOrder = 3
  56.       Items.Strings = (
  57.         '(None)'
  58.         'A'
  59.         'B'
  60.         'C'
  61.         'D'
  62.         'E'
  63.         'F'
  64.         'G'
  65.         'H'
  66.         'I'
  67.         'J'
  68.         'K'
  69.         'L'
  70.         'M'
  71.         'N'
  72.         'O'
  73.         'P'
  74.         'Q'
  75.         'R'
  76.         'S'
  77.         'T'
  78.         'U'
  79.         'V'
  80.         'W'
  81.         'X'
  82.         'Y'
  83.         'Z'
  84.         '0'
  85.         '1'
  86.         '2'
  87.         '3'
  88.         '4'
  89.         '5'
  90.         '6'
  91.         '7'
  92.         '8'
  93.         '9'
  94.         '0'
  95.         'F1'
  96.         'F2'
  97.         'F3'
  98.         'F4'
  99.         'F5'
  100.         'F6'
  101.         'F7'
  102.         'F8'
  103.         'F9'
  104.         'F10'
  105.         'F11'
  106.         'F12'
  107.         'Home'
  108.         'End'
  109.         'PgUp'
  110.         'PgDn'
  111.         'Ins'
  112.         'Del'
  113.         'Left'
  114.         'Right'
  115.         'Up'
  116.         'Down'
  117.         'BkSp')
  118.     end
  119.   end
  120.   object Button1: TButton
  121.     Left = 140
  122.     Top = 66
  123.     Width = 75
  124.     Height = 25
  125.     Caption = 'OK'
  126.     Default = True
  127.     ModalResult = 1
  128.     TabOrder = 1
  129.   end
  130.   object Button2: TButton
  131.     Left = 217
  132.     Top = 66
  133.     Width = 75
  134.     Height = 25
  135.     Cancel = True
  136.     Caption = 'Cancel'
  137.     ModalResult = 2
  138.     TabOrder = 2
  139.   end
  140. end
  141.