mirror of https://gitlab.com/basile.b/dexed.git
diff form, more explicit caption
This commit is contained in:
parent
2d8bebd70d
commit
e66adb8cdc
|
@ -9,7 +9,7 @@ object CEDiffViewer: TCEDiffViewer
|
|||
LCLVersion = '1.8.0.6'
|
||||
inline editor: TSynEdit
|
||||
Left = 4
|
||||
Height = 387
|
||||
Height = 385
|
||||
Top = 15
|
||||
Width = 508
|
||||
Align = alClient
|
||||
|
@ -112,38 +112,38 @@ object CEDiffViewer: TCEDiffViewer
|
|||
end
|
||||
object Panel1: TPanel
|
||||
Left = 4
|
||||
Height = 31
|
||||
Top = 406
|
||||
Height = 33
|
||||
Top = 404
|
||||
Width = 508
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 31
|
||||
ClientHeight = 33
|
||||
ClientWidth = 508
|
||||
TabOrder = 1
|
||||
object btnIgnore: TBitBtn
|
||||
Left = 168
|
||||
Height = 27
|
||||
Left = 100
|
||||
Height = 29
|
||||
Hint = 'Don''t show this dialog until more modifications are detected'
|
||||
Top = 2
|
||||
Width = 116
|
||||
Width = 180
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
BorderSpacing.Around = 1
|
||||
Caption = 'Never ask again'
|
||||
Caption = 'Keep and never ask again'
|
||||
ModalResult = 5
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnAccept: TBitBtn
|
||||
Left = 287
|
||||
Height = 27
|
||||
Left = 283
|
||||
Height = 29
|
||||
Hint = 'Load the new version'
|
||||
Top = 2
|
||||
Width = 124
|
||||
Width = 126
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
|
@ -155,11 +155,11 @@ object CEDiffViewer: TCEDiffViewer
|
|||
TabOrder = 1
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 414
|
||||
Height = 27
|
||||
Left = 412
|
||||
Height = 29
|
||||
Hint = 'Don''t reload the modifications for now'
|
||||
Top = 2
|
||||
Width = 92
|
||||
Width = 94
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
|
|
Loading…
Reference in New Issue