gdb commander, make the default window width bigger

This commit is contained in:
Basile Burg 2020-01-31 22:29:28 +01:00
parent c7911f778a
commit ac9d54c91a
1 changed files with 53 additions and 52 deletions

View File

@ -2,49 +2,49 @@ inherited GdbWidget: TGdbWidget
Left = 840
Height = 668
Top = 219
Width = 517
Width = 672
Caption = 'GDB commander'
ClientHeight = 668
ClientWidth = 517
ClientWidth = 672
inherited Back: TPanel
Height = 662
Top = 6
Width = 517
Width = 672
AutoSize = True
ClientHeight = 662
ClientWidth = 517
ClientWidth = 672
inherited Content: TPanel
Height = 626
Width = 517
Width = 672
ClientHeight = 626
ClientWidth = 517
ClientWidth = 672
object Panel1: TPanel[0]
Left = 0
Height = 386
Height = 380
Top = 205
Width = 517
Width = 672
Align = alClient
AutoSize = True
BevelOuter = bvNone
ClientHeight = 386
ClientWidth = 517
ClientHeight = 380
ClientWidth = 672
TabOrder = 0
object GroupBox3: TGroupBox
Left = 0
Height = 180
Height = 174
Top = 206
Width = 517
Width = 672
Align = alClient
Caption = 'CPU'
ClientHeight = 161
ClientWidth = 513
ClientHeight = 156
ClientWidth = 670
TabOrder = 0
object cpuViewer: TTIPropertyGrid
Left = 0
Height = 161
Height = 156
Hint = 'cpu registers'
Top = 0
Width = 513
Width = 670
Align = alClient
CheckboxForBoolean = True
DefaultValueFont.Color = clWindowText
@ -61,7 +61,7 @@ inherited GdbWidget: TGdbWidget
Left = 0
Height = 6
Top = 200
Width = 517
Width = 672
Align = alTop
ResizeAnchor = akTop
end
@ -69,7 +69,7 @@ inherited GdbWidget: TGdbWidget
Left = 0
Height = 200
Top = 0
Width = 517
Width = 672
ActivePage = TabSheet3
Align = alTop
TabIndex = 0
@ -78,23 +78,24 @@ inherited GdbWidget: TGdbWidget
object TabSheet3: TTabSheet
Caption = 'Variables'
ClientHeight = 169
ClientWidth = 513
ClientWidth = 662
object lstVariables: TListView
Left = 2
Height = 136
Top = 31
Width = 509
Height = 130
Top = 37
Width = 658
Align = alClient
BorderSpacing.Around = 2
Columns = <
item
AutoSize = True
Caption = 'name'
Width = 47
Width = 58
end
item
AutoSize = True
Caption = 'value'
Width = 460
Width = 598
end>
GridLines = True
HideSelection = False
@ -108,10 +109,10 @@ inherited GdbWidget: TGdbWidget
end
object varListFlt: TListViewFilterEdit
Left = 2
Height = 27
Height = 33
Hint = 'locate variables'
Top = 2
Width = 509
Width = 658
ButtonWidth = 24
Align = alTop
BorderSpacing.Around = 2
@ -124,7 +125,7 @@ inherited GdbWidget: TGdbWidget
object TabSheet4: TTabSheet
Caption = 'Assembler'
ClientHeight = 169
ClientWidth = 513
ClientWidth = 662
object lstAsm: TListView
Left = 2
Height = 161
@ -138,7 +139,7 @@ inherited GdbWidget: TGdbWidget
item
AutoSize = True
Caption = 'address'
Width = 61
Width = 77
end
item
Caption = 'instruction'
@ -157,19 +158,19 @@ inherited GdbWidget: TGdbWidget
end
object Panel3: TPanel[1]
Left = 4
Height = 27
Top = 595
Width = 509
Height = 33
Top = 589
Width = 664
Align = alBottom
AutoSize = True
BorderSpacing.Around = 4
BevelOuter = bvNone
ClientHeight = 27
ClientWidth = 509
ClientHeight = 33
ClientWidth = 664
TabOrder = 1
object btnSendCom: TSpeedButton
Left = 504
Height = 25
Left = 659
Height = 31
Top = 1
Width = 4
Align = alRight
@ -179,10 +180,10 @@ inherited GdbWidget: TGdbWidget
end
object Edit1: TComboBox
Left = 0
Height = 27
Height = 33
Hint = 'enter a custom GDB command or the program input with ">"'
Top = 0
Width = 503
Width = 658
Align = alClient
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
@ -197,7 +198,7 @@ inherited GdbWidget: TGdbWidget
Left = 0
Height = 5
Top = 200
Width = 517
Width = 672
Align = alTop
ResizeAnchor = akTop
end
@ -206,7 +207,7 @@ inherited GdbWidget: TGdbWidget
Height = 200
Hint = 'edit the command line and the environment of the debuger target'
Top = 0
Width = 517
Width = 672
ActivePage = TabSheet1
Align = alTop
TabIndex = 0
@ -214,13 +215,13 @@ inherited GdbWidget: TGdbWidget
object TabSheet1: TTabSheet
Caption = 'Call stack'
ClientHeight = 169
ClientWidth = 513
ClientWidth = 662
object lstCallStack: TListView
Left = 0
Height = 169
Hint = 'call stack'
Top = 0
Width = 513
Width = 662
Align = alClient
AutoSort = False
Columns = <
@ -238,7 +239,7 @@ inherited GdbWidget: TGdbWidget
end
item
Caption = 'line'
Width = 253
Width = 320
end>
GridLines = True
ReadOnly = True
@ -251,7 +252,7 @@ inherited GdbWidget: TGdbWidget
object TabSheet2: TTabSheet
Caption = 'Thread list'
ClientHeight = 169
ClientWidth = 513
ClientWidth = 662
object lstThreads: TListView
Left = 0
Height = 169
@ -265,32 +266,32 @@ inherited GdbWidget: TGdbWidget
item
AutoSize = True
Caption = 'id'
Width = 22
Width = 31
end
item
AutoSize = True
Caption = 'state'
Width = 43
Width = 54
end
item
AutoSize = True
Caption = 'core'
Width = 38
Width = 49
end
item
AutoSize = True
Caption = 'function'
Width = 63
Width = 80
end
item
AutoSize = True
Caption = 'address'
Width = 61
Width = 77
end
item
AutoSize = True
Caption = 'filename'
Width = 67
Width = 82
end
item
Caption = 'line'
@ -307,7 +308,7 @@ inherited GdbWidget: TGdbWidget
object TabSheet5: TTabSheet
Caption = 'Debugee options'
ClientHeight = 169
ClientWidth = 513
ClientWidth = 662
object dbgeeOptsEd: TTIPropertyGrid
Left = 2
Height = 161
@ -329,7 +330,7 @@ inherited GdbWidget: TGdbWidget
end
end
inherited toolbar: TDexedToolBar
Width = 509
Width = 664
object btnStack: TDexedToolButton[0]
Left = 238
Hint = 'view call stack'
@ -466,7 +467,7 @@ inherited GdbWidget: TGdbWidget
Left = 0
Height = 6
Top = 0
Width = 517
Width = 672
Align = alTop
ResizeAnchor = akTop
end