LuaOutput.dfm 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. object frmLuaOutput: TfrmLuaOutput
  2. Left = 525
  3. Top = 385
  4. Width = 482
  5. Height = 240
  6. BorderStyle = bsSizeToolWin
  7. Caption = 'Lua Output'
  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 memLuaOutput: TMemo
  23. Left = 0
  24. Top = 0
  25. Width = 474
  26. Height = 206
  27. Align = alClient
  28. Font.Charset = ANSI_CHARSET
  29. Font.Color = clWindowText
  30. Font.Height = -11
  31. Font.Name = 'Arial'
  32. Font.Style = []
  33. ParentFont = False
  34. ReadOnly = True
  35. ScrollBars = ssBoth
  36. TabOrder = 0
  37. WantTabs = True
  38. end
  39. object JvDockClient1: TJvDockClient
  40. LRDockWidth = 100
  41. TBDockHeight = 100
  42. DirectDrag = False
  43. ShowHint = True
  44. EnableCloseButton = True
  45. DockStyle = frmMain.jvDockVSNet
  46. Left = 24
  47. Top = 16
  48. end
  49. end