diff form, more explicit caption

This commit is contained in:
Basile Burg 2018-02-01 15:16:49 +01:00
parent 2d8bebd70d
commit e66adb8cdc
1 changed files with 14 additions and 14 deletions

View File

@ -9,7 +9,7 @@ object CEDiffViewer: TCEDiffViewer
LCLVersion = '1.8.0.6' LCLVersion = '1.8.0.6'
inline editor: TSynEdit inline editor: TSynEdit
Left = 4 Left = 4
Height = 387 Height = 385
Top = 15 Top = 15
Width = 508 Width = 508
Align = alClient Align = alClient
@ -112,38 +112,38 @@ object CEDiffViewer: TCEDiffViewer
end end
object Panel1: TPanel object Panel1: TPanel
Left = 4 Left = 4
Height = 31 Height = 33
Top = 406 Top = 404
Width = 508 Width = 508
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 4 BorderSpacing.Around = 4
BevelOuter = bvLowered BevelOuter = bvLowered
ClientHeight = 31 ClientHeight = 33
ClientWidth = 508 ClientWidth = 508
TabOrder = 1 TabOrder = 1
object btnIgnore: TBitBtn object btnIgnore: TBitBtn
Left = 168 Left = 100
Height = 27 Height = 29
Hint = 'Don''t show this dialog until more modifications are detected' Hint = 'Don''t show this dialog until more modifications are detected'
Top = 2 Top = 2
Width = 116 Width = 180
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 2 BorderSpacing.Left = 2
BorderSpacing.Around = 1 BorderSpacing.Around = 1
Caption = 'Never ask again' Caption = 'Keep and never ask again'
ModalResult = 5 ModalResult = 5
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 0 TabOrder = 0
end end
object btnAccept: TBitBtn object btnAccept: TBitBtn
Left = 287 Left = 283
Height = 27 Height = 29
Hint = 'Load the new version' Hint = 'Load the new version'
Top = 2 Top = 2
Width = 124 Width = 126
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 2 BorderSpacing.Left = 2
@ -155,11 +155,11 @@ object CEDiffViewer: TCEDiffViewer
TabOrder = 1 TabOrder = 1
end end
object btnCancel: TBitBtn object btnCancel: TBitBtn
Left = 414 Left = 412
Height = 27 Height = 29
Hint = 'Don''t reload the modifications for now' Hint = 'Don''t reload the modifications for now'
Top = 2 Top = 2
Width = 92 Width = 94
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 2 BorderSpacing.Left = 2