LuaStack.dfm 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. object frmLuaStack: TfrmLuaStack
  2. Left = 431
  3. Top = 372
  4. Width = 450
  5. Height = 150
  6. BorderStyle = bsSizeToolWin
  7. Caption = 'Lua Stack'
  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. OnActivate = FormActivate
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object lstLuaStack: TListBox
  24. Left = 0
  25. Top = 0
  26. Width = 442
  27. Height = 123
  28. Align = alClient
  29. Font.Charset = ANSI_CHARSET
  30. Font.Color = clWindowText
  31. Font.Height = -11
  32. Font.Name = 'Arial'
  33. Font.Style = []
  34. ItemHeight = 14
  35. ParentFont = False
  36. TabOrder = 0
  37. end
  38. object JvDockClient1: TJvDockClient
  39. LRDockWidth = 100
  40. TBDockHeight = 100
  41. DirectDrag = False
  42. ShowHint = True
  43. EnableCloseButton = True
  44. DockStyle = frmMain.jvDockVSNet
  45. Left = 24
  46. Top = 16
  47. end
  48. end