home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TCALLSTACKWINDOW
/
TCALLSTACKWINDOW.txt
< prev
Wrap
Text File
|
1998-06-16
|
2KB
|
78 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 = [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 LocalMenuItem: TMenuItem
Caption = 'Local Menu'
Visible = False
OnClick = LocalMenuItemClick
end
object ZoomWindowItem: TMenuItem
Caption = 'Zoom Window'
Visible = False
OnClick = ZoomWindowItemClick
end
object TMenuItem
Caption = '-'
end
object csStayOnTop: TMenuItem
Action = StayOnTopCmd
end
object N1: TMenuItem
Caption = '-'
end
object DockableItem: TMenuItem
Action = DockableCmd
end
end
end