GUIInspector.dfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. object frmGUIInspector: TfrmGUIInspector
  2. Left = 660
  3. Top = 195
  4. Width = 230
  5. Height = 342
  6. BorderStyle = bsSizeToolWin
  7. Caption = 'GUI Inspector'
  8. Color = clBtnFace
  9. DockSite = True
  10. DragKind = dkDock
  11. DragMode = dmAutomatic
  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. OldCreateOrder = False
  19. Position = poOwnerFormCenter
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Panel1: TPanel
  23. Left = 0
  24. Top = 25
  25. Width = 222
  26. Height = 290
  27. Align = alClient
  28. BevelOuter = bvNone
  29. TabOrder = 0
  30. object TabControl1: TTabControl
  31. Left = 0
  32. Top = 0
  33. Width = 222
  34. Height = 290
  35. Align = alClient
  36. TabOrder = 0
  37. Tabs.Strings = (
  38. 'Properties'
  39. 'Events')
  40. TabIndex = 0
  41. object ELGUIPropertyInspector: TELPropertyInspector
  42. Left = 4
  43. Top = 24
  44. Width = 214
  45. Height = 262
  46. Splitter = 84
  47. Align = alClient
  48. TabOrder = 0
  49. OnFilterProp = ELGUIPropertyInspectorFilterProp
  50. end
  51. end
  52. end
  53. object Panel2: TPanel
  54. Left = 0
  55. Top = 0
  56. Width = 222
  57. Height = 25
  58. Align = alTop
  59. BevelOuter = bvNone
  60. TabOrder = 1
  61. DesignSize = (
  62. 222
  63. 25)
  64. object cboGUIElements: TComboBox
  65. Left = 2
  66. Top = 1
  67. Width = 218
  68. Height = 21
  69. Style = csDropDownList
  70. Anchors = [akLeft, akTop, akRight]
  71. ItemHeight = 13
  72. TabOrder = 0
  73. end
  74. end
  75. object JvDockClient1: TJvDockClient
  76. DirectDrag = False
  77. DockStyle = frmLuaEditMain.jvDockVSNet
  78. Left = 8
  79. Top = 24
  80. end
  81. end