mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-10 11:30:16 +01:00
debugger: set border to some of windows to bsSizeToolWin
git-svn-id: trunk@28502 -
This commit is contained in:
parent
ec782c1a72
commit
dfb2151cf4
@ -7,6 +7,7 @@ inherited BreakpointsDlg: TBreakpointsDlg
|
|||||||
HorzScrollBar.Page = 559
|
HorzScrollBar.Page = 559
|
||||||
VertScrollBar.Page = 204
|
VertScrollBar.Page = 204
|
||||||
ActiveControl = lvBreakPoints
|
ActiveControl = lvBreakPoints
|
||||||
|
BorderStyle = bsSizeToolWin
|
||||||
Caption = 'Breakpoint list'
|
Caption = 'Breakpoint list'
|
||||||
ClientHeight = 205
|
ClientHeight = 205
|
||||||
ClientWidth = 560
|
ClientWidth = 560
|
||||||
@ -136,7 +137,6 @@ inherited BreakpointsDlg: TBreakpointsDlg
|
|||||||
object popAddSourceBP: TMenuItem
|
object popAddSourceBP: TMenuItem
|
||||||
Caption = '&Source breakpoint'
|
Caption = '&Source breakpoint'
|
||||||
Enabled = False
|
Enabled = False
|
||||||
OnClick = popAddSourceBPClick
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object N1: TMenuItem
|
object N1: TMenuItem
|
||||||
|
|||||||
@ -100,7 +100,6 @@ type
|
|||||||
procedure lvBreakPointsKeyDown(Sender: TObject; var Key: Word;
|
procedure lvBreakPointsKeyDown(Sender: TObject; var Key: Word;
|
||||||
Shift: TShiftState);
|
Shift: TShiftState);
|
||||||
procedure lvBreakPointsSelectItem(Sender: TObject; Item: TListItem; Selected: Boolean);
|
procedure lvBreakPointsSelectItem(Sender: TObject; Item: TListItem; Selected: Boolean);
|
||||||
procedure popAddSourceBPClick(Sender: TObject);
|
|
||||||
procedure popDeleteAllSameSourceCLICK(Sender: TObject);
|
procedure popDeleteAllSameSourceCLICK(Sender: TObject);
|
||||||
procedure popDisableAllSameSourceCLICK(Sender: TObject);
|
procedure popDisableAllSameSourceCLICK(Sender: TObject);
|
||||||
procedure popEnableAllSameSourceCLICK(Sender: TObject);
|
procedure popEnableAllSameSourceCLICK(Sender: TObject);
|
||||||
@ -477,12 +476,6 @@ begin
|
|||||||
popShow.Enabled := ItemSelected;
|
popShow.Enabled := ItemSelected;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TBreakPointsDlg.popAddSourceBPClick(Sender: TObject);
|
|
||||||
begin
|
|
||||||
|
|
||||||
end;
|
|
||||||
|
|
||||||
|
|
||||||
procedure TBreakPointsDlg.popDeleteAllSameSourceCLICK(Sender: TObject);
|
procedure TBreakPointsDlg.popDeleteAllSameSourceCLICK(Sender: TObject);
|
||||||
var
|
var
|
||||||
n: Integer;
|
n: Integer;
|
||||||
|
|||||||
@ -3,6 +3,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Height = 246
|
Height = 246
|
||||||
Top = 191
|
Top = 191
|
||||||
Width = 562
|
Width = 562
|
||||||
|
BorderStyle = bsSizeToolWin
|
||||||
Caption = 'CallStack'
|
Caption = 'CallStack'
|
||||||
ClientHeight = 246
|
ClientHeight = 246
|
||||||
ClientWidth = 562
|
ClientWidth = 562
|
||||||
@ -59,31 +60,31 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object ToolButtonShow: TToolButton
|
object ToolButtonShow: TToolButton
|
||||||
Left = 110
|
Left = 99
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actShow
|
Action = actShow
|
||||||
ImageIndex = 0
|
ImageIndex = 0
|
||||||
end
|
end
|
||||||
object ToolButtonCurrent: TToolButton
|
object ToolButtonCurrent: TToolButton
|
||||||
Left = 160
|
Left = 149
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actSetCurrent
|
Action = actSetCurrent
|
||||||
end
|
end
|
||||||
object ToolButton4: TToolButton
|
object ToolButton4: TToolButton
|
||||||
Left = 210
|
Left = 199
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 8
|
Width = 8
|
||||||
Caption = 'ToolButton4'
|
Caption = 'ToolButton4'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonMore: TToolButton
|
object ToolButtonMore: TToolButton
|
||||||
Left = 280
|
Left = 269
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewMore
|
Action = actViewMore
|
||||||
ImageIndex = 1
|
ImageIndex = 1
|
||||||
end
|
end
|
||||||
object ToolButtonMax: TToolButton
|
object ToolButtonMax: TToolButton
|
||||||
Left = 218
|
Left = 207
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewLimit
|
Action = actViewLimit
|
||||||
Caption = 'Max 10'
|
Caption = 'Max 10'
|
||||||
@ -91,7 +92,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Style = tbsDropDown
|
Style = tbsDropDown
|
||||||
end
|
end
|
||||||
object ToolButtonGoto: TToolButton
|
object ToolButtonGoto: TToolButton
|
||||||
Left = 488
|
Left = 477
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewGoto
|
Action = actViewGoto
|
||||||
ImageIndex = 4
|
ImageIndex = 4
|
||||||
@ -103,33 +104,33 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
ImageIndex = 5
|
ImageIndex = 5
|
||||||
end
|
end
|
||||||
object ToolButton8: TToolButton
|
object ToolButton8: TToolButton
|
||||||
Left = 102
|
Left = 91
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 8
|
Width = 8
|
||||||
Caption = 'ToolButton8'
|
Caption = 'ToolButton8'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButton9: TToolButton
|
object ToolButton9: TToolButton
|
||||||
Left = 330
|
Left = 319
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 8
|
Width = 8
|
||||||
Caption = 'ToolButton9'
|
Caption = 'ToolButton9'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonTop: TToolButton
|
object ToolButtonTop: TToolButton
|
||||||
Left = 338
|
Left = 327
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewTop
|
Action = actViewTop
|
||||||
ImageIndex = 2
|
ImageIndex = 2
|
||||||
end
|
end
|
||||||
object ToolButtonBottom: TToolButton
|
object ToolButtonBottom: TToolButton
|
||||||
Left = 388
|
Left = 377
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewBottom
|
Action = actViewBottom
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
end
|
end
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 438
|
Left = 427
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 50
|
Width = 50
|
||||||
@ -139,7 +140,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object txtGoto: TEdit
|
object txtGoto: TEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 46
|
Width = 46
|
||||||
OnKeyPress = txtGotoKeyPress
|
OnKeyPress = txtGotoKeyPress
|
||||||
@ -158,7 +159,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Style = tbsCheck
|
Style = tbsCheck
|
||||||
end
|
end
|
||||||
object ToolButton2: TToolButton
|
object ToolButton2: TToolButton
|
||||||
Left = 538
|
Left = 527
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 8
|
Width = 8
|
||||||
Caption = 'ToolButton2'
|
Caption = 'ToolButton2'
|
||||||
|
|||||||
@ -1,16 +1,20 @@
|
|||||||
object LocalsDlg: TLocalsDlg
|
inherited LocalsDlg: TLocalsDlg
|
||||||
ActiveControl = lvLocals
|
|
||||||
Caption = 'Locals'
|
|
||||||
ClientHeight = 200
|
|
||||||
ClientWidth = 500
|
|
||||||
PixelsPerInch = 112
|
|
||||||
HorzScrollBar.Page = 499
|
|
||||||
VertScrollBar.Page = 199
|
|
||||||
Left = 359
|
Left = 359
|
||||||
Height = 200
|
Height = 200
|
||||||
Top = 126
|
Top = 126
|
||||||
Width = 500
|
Width = 500
|
||||||
object lvLocals: TListView
|
HorzScrollBar.Page = 499
|
||||||
|
VertScrollBar.Page = 199
|
||||||
|
ActiveControl = lvLocals
|
||||||
|
BorderStyle = bsSizeToolWin
|
||||||
|
Caption = 'Locals'
|
||||||
|
ClientHeight = 200
|
||||||
|
ClientWidth = 500
|
||||||
|
object lvLocals: TListView[0]
|
||||||
|
Left = 0
|
||||||
|
Height = 200
|
||||||
|
Top = 0
|
||||||
|
Width = 500
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
@ -24,7 +28,5 @@ object LocalsDlg: TLocalsDlg
|
|||||||
RowSelect = True
|
RowSelect = True
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
Height = 200
|
|
||||||
Width = 500
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -6,6 +6,7 @@ inherited WatchesDlg: TWatchesDlg
|
|||||||
HorzScrollBar.Page = 499
|
HorzScrollBar.Page = 499
|
||||||
VertScrollBar.Page = 199
|
VertScrollBar.Page = 199
|
||||||
ActiveControl = lvWatches
|
ActiveControl = lvWatches
|
||||||
|
BorderStyle = bsSizeToolWin
|
||||||
Caption = 'Watch list'
|
Caption = 'Watch list'
|
||||||
ClientHeight = 200
|
ClientHeight = 200
|
||||||
ClientWidth = 500
|
ClientWidth = 500
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user