LuaStack.dfm 947 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. DirectDrag = False
  40. DockStyle = frmLuaEditMain.jvDockVSNet
  41. Left = 24
  42. Top = 16
  43. end
  44. end