fKeymapD.dfm 1.9 KB

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