| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- object frmLuaOutput: TfrmLuaOutput
- Left = 525
- Top = 385
- Width = 482
- Height = 240
- BorderStyle = bsSizeToolWin
- Caption = 'Lua Output'
- Color = clBtnFace
- DockSite = True
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object memLuaOutput: TMemo
- Left = 0
- Top = 0
- Width = 474
- Height = 206
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WantTabs = True
- end
- object JvDockClient1: TJvDockClient
- LRDockWidth = 100
- TBDockHeight = 100
- DirectDrag = False
- ShowHint = True
- EnableCloseButton = True
- DockStyle = frmMain.jvDockVSNet
- Left = 24
- Top = 16
- end
- end
|