mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 03:20:33 +01:00
123 lines
2.4 KiB
Plaintext
123 lines
2.4 KiB
Plaintext
object EvaluateDlg: TEvaluateDlg
|
|
ActiveControl = ToolBar1
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Evaluate/Modify'
|
|
ClientHeight = 296
|
|
ClientWidth = 400
|
|
PixelsPerInch = 112
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 295
|
|
Left = 351
|
|
Height = 296
|
|
Top = 136
|
|
Width = 400
|
|
object Label1: TLabel
|
|
Caption = '&Expression:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 8
|
|
Height = 13
|
|
Top = 56
|
|
Width = 74
|
|
end
|
|
object Label2: TLabel
|
|
Caption = '&Result:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 8
|
|
Height = 13
|
|
Top = 104
|
|
Width = 47
|
|
end
|
|
object lblNewValue: TLabel
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = '&New value:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 8
|
|
Height = 13
|
|
Top = 248
|
|
Width = 73
|
|
end
|
|
object ToolBar1: TToolBar
|
|
AutoSize = True
|
|
ButtonHeight = 50
|
|
ButtonWidth = 75
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = [ebTop, ebBottom]
|
|
Flat = True
|
|
Height = 54
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Height = 54
|
|
Width = 400
|
|
object tbInspect: TToolButton
|
|
Caption = '&Inspect'
|
|
Enabled = False
|
|
Left = 226
|
|
Height = 50
|
|
Top = 2
|
|
Width = 75
|
|
end
|
|
object tbWatch: TToolButton
|
|
Caption = '&Watch'
|
|
Enabled = False
|
|
OnClick = tbWatchClick
|
|
Left = 151
|
|
Height = 50
|
|
Top = 2
|
|
Width = 75
|
|
end
|
|
object tbModify: TToolButton
|
|
Caption = '&Modify'
|
|
Enabled = False
|
|
Left = 76
|
|
Height = 50
|
|
Top = 2
|
|
Width = 75
|
|
end
|
|
object tbEvaluate: TToolButton
|
|
Caption = 'E&valuate'
|
|
Enabled = False
|
|
OnClick = tbEvaluateClick
|
|
Left = 1
|
|
Height = 50
|
|
Top = 2
|
|
Width = 75
|
|
end
|
|
end
|
|
object cmbExpression: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
OnChange = cmbExpressionChange
|
|
OnKeyDown = cmbExpressionKeyDown
|
|
TabOrder = 2
|
|
Left = 8
|
|
Height = 25
|
|
Top = 72
|
|
Width = 384
|
|
end
|
|
object txtResult: TMemo
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
TabOrder = 1
|
|
Left = 8
|
|
Height = 124
|
|
Top = 120
|
|
Width = 384
|
|
end
|
|
object cmbNewValue: TComboBox
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
MaxLength = 0
|
|
TabOrder = 3
|
|
Left = 8
|
|
Height = 25
|
|
Top = 264
|
|
Width = 384
|
|
end
|
|
object ImageList1: TImageList
|
|
left = 16
|
|
top = 352
|
|
end
|
|
end
|