home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TCALLSTACKWINDOW
/
TCALLSTACKWINDOW.txt
< prev
Wrap
Text File
|
1999-08-11
|
2KB
|
86 lines
inherited CallStackWindow: TCallStackWindow
Left = 328
Top = 287
Width = 294
Height = 161
HelpContext = 1350
HorzScrollBar.Increment = 25
VertScrollBar.Increment = 12
ActiveControl = CallStack
Caption = 'Call stack'
Icon.Data = {<image000.ico>}
PopupMenu = CallStackMenu
Position = poScreenCenter
OnHide = FormHide
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CallStack: TDrawGrid [0]
Left = 0
Top = 0
Width = 286
Height = 134
Align = alClient
ColCount = 1
FixedCols = 0
RowCount = 1
FixedRows = 0
Options = [goRangeSelect, goDrawFocusSelected, goThumbTracking]
TabOrder = 0
OnDblClick = CallStackDblClick
OnDrawCell = CallStackDrawCell
OnKeyPress = CallStackKeyPress
end
inherited DockActionList: TActionList
inherited StayOnTopCmd: TAction
Caption = 'Stay on &Top'
end
end
object CallStackMenu: TPopupMenu
HelpContext = 4705
Left = 28
Top = 76
object csViewSource: TMenuItem
Caption = '&View Source'
HelpContext = 2225
OnClick = CallStackDblClick
end
object csEditSource: TMenuItem
Caption = 'Edit &Source'
HelpContext = 2226
OnClick = EditSourceClick
end
object csViewLocals: TMenuItem
Caption = 'View &Locals'
Visible = False
OnClick = csViewLocalsClick
end
object LocalMenuItem: TMenuItem
Caption = 'Local Menu'
Visible = False
OnClick = LocalMenuItemClick
end
object ZoomWindowItem: TMenuItem
Action = ZoomWindowCmd
end
object CloseWindowItem: TMenuItem
Caption = 'Close Window'
Visible = False
OnClick = CloseWindowItemClick
end
object TMenuItem
Caption = '-'
end
object csStayOnTop: TMenuItem
Action = StayOnTopCmd
end
object N1: TMenuItem
Caption = '-'
end
object DockableItem: TMenuItem
Action = DockableCmd
end
end
end