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