| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- object frmLuaStack: TfrmLuaStack
- Left = 431
- Top = 372
- Width = 450
- Height = 150
- BorderStyle = bsSizeToolWin
- Caption = 'Lua Stack'
- 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
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object lstLuaStack: TListBox
- Left = 0
- Top = 0
- Width = 442
- Height = 123
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 0
- end
- object JvDockClient1: TJvDockClient
- LRDockWidth = 100
- TBDockHeight = 100
- DirectDrag = False
- ShowHint = True
- EnableCloseButton = True
- DockStyle = frmMain.jvDockVSNet
- Left = 24
- Top = 16
- end
- end
|