mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 06:07:29 +01:00
IDE: fix layout of feedback dialog (used by debugger)
git-svn-id: trunk@42494 -
This commit is contained in:
parent
96cadebf6e
commit
b20db9cf61
@ -10,18 +10,22 @@ object DbgFeedbackDlg: TDbgFeedbackDlg
|
||||
ClientHeight = 212
|
||||
ClientWidth = 605
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 34
|
||||
Top = 172
|
||||
Width = 593
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.DefaultCaption = True
|
||||
HelpButton.OnClick = HelpButtonClick
|
||||
CloseButton.Name = 'CloseButton'
|
||||
CloseButton.DefaultCaption = True
|
||||
CloseButton.Enabled = False
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.DefaultCaption = True
|
||||
TabOrder = 0
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel]
|
||||
@ -32,16 +36,17 @@ object DbgFeedbackDlg: TDbgFeedbackDlg
|
||||
Top = 0
|
||||
Width = 605
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 166
|
||||
ClientWidth = 605
|
||||
TabOrder = 1
|
||||
object lblMsg: TLabel
|
||||
Left = 5
|
||||
Height = 61
|
||||
Height = 15
|
||||
Top = 5
|
||||
Width = 595
|
||||
Align = alClient
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 5
|
||||
Caption = 'lblMsg'
|
||||
ParentColor = False
|
||||
@ -49,11 +54,12 @@ object DbgFeedbackDlg: TDbgFeedbackDlg
|
||||
end
|
||||
object Memo1: TMemo
|
||||
Left = 5
|
||||
Height = 90
|
||||
Top = 71
|
||||
Height = 136
|
||||
Top = 25
|
||||
Width = 595
|
||||
Align = alBottom
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 5
|
||||
Constraints.MinHeight = 100
|
||||
Lines.Strings = (
|
||||
'Memo1'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user