fKeymapD.dfm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. object Form1: TForm1
  2. Left = 209
  3. Top = 108
  4. Margins.Left = 2
  5. Margins.Top = 2
  6. Margins.Right = 2
  7. Margins.Bottom = 2
  8. Caption = 'Key Map'
  9. ClientHeight = 128
  10. ClientWidth = 286
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. FormStyle = fsStayOnTop
  18. Position = poScreenCenter
  19. OnCreate = FormCreate
  20. TextHeight = 13
  21. object Label1: TLabel
  22. Left = 8
  23. Top = 32
  24. Width = 265
  25. Height = 13
  26. Alignment = taCenter
  27. AutoSize = False
  28. Caption = 'Type key to map to this panel...'
  29. end
  30. object Label2: TLabel
  31. Left = 8
  32. Top = 8
  33. Width = 265
  34. Height = 13
  35. Alignment = taCenter
  36. AutoSize = False
  37. Caption = 'Click a panel to choose the key'
  38. Font.Charset = ANSI_CHARSET
  39. Font.Color = clWindowText
  40. Font.Height = -12
  41. Font.Name = 'Arial'
  42. Font.Style = [fsItalic]
  43. ParentFont = False
  44. end
  45. object PAUp: TPanel
  46. Left = 88
  47. Top = 64
  48. Width = 105
  49. Height = 25
  50. Caption = 'MBUTTON'
  51. TabOrder = 0
  52. OnClick = PAUpClick
  53. end
  54. object PALeft: TPanel
  55. Left = 8
  56. Top = 96
  57. Width = 97
  58. Height = 25
  59. Caption = 'LBUTTON'
  60. TabOrder = 1
  61. OnClick = PAUpClick
  62. end
  63. object PARight: TPanel
  64. Left = 176
  65. Top = 96
  66. Width = 97
  67. Height = 25
  68. Caption = 'RBUTTON'
  69. TabOrder = 2
  70. OnClick = PAUpClick
  71. end
  72. object Timer1: TTimer
  73. Interval = 50
  74. OnTimer = Timer1Timer
  75. Left = 8
  76. Top = 56
  77. end
  78. end