diff display, cosmetic changes

This commit is contained in:
Basile Burg 2017-12-06 15:05:59 +01:00
parent 5e10057d17
commit fa5d8861e8
1 changed files with 14 additions and 11 deletions

View File

@ -1,7 +1,7 @@
object CEDiffViewer: TCEDiffViewer object CEDiffViewer: TCEDiffViewer
Left = 534 Left = 1004
Height = 441 Height = 441
Top = 292 Top = 279
Width = 516 Width = 516
Caption = 'External file modification' Caption = 'External file modification'
ClientHeight = 441 ClientHeight = 441
@ -9,7 +9,7 @@ object CEDiffViewer: TCEDiffViewer
LCLVersion = '1.6.4.0' LCLVersion = '1.6.4.0'
inline editor: TSynEdit inline editor: TSynEdit
Left = 4 Left = 4
Height = 321 Height = 323
Top = 76 Top = 76
Width = 508 Width = 508
Align = alClient Align = alClient
@ -112,22 +112,23 @@ object CEDiffViewer: TCEDiffViewer
end end
object Panel1: TPanel object Panel1: TPanel
Left = 4 Left = 4
Height = 36 Height = 34
Top = 401 Top = 403
Width = 508 Width = 508
Align = alBottom Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
BevelOuter = bvLowered BevelOuter = bvLowered
ClientHeight = 36 ClientHeight = 34
ClientWidth = 508 ClientWidth = 508
TabOrder = 1 TabOrder = 1
object btnIgnore: TBitBtn object btnIgnore: TBitBtn
Left = 114 Left = 110
Height = 32 Height = 30
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 = 130 Width = 130
Align = alRight Align = alRight
BorderSpacing.Left = 2
BorderSpacing.Around = 1 BorderSpacing.Around = 1
Caption = 'Never ask again' Caption = 'Never ask again'
ModalResult = 5 ModalResult = 5
@ -136,12 +137,13 @@ object CEDiffViewer: TCEDiffViewer
TabOrder = 0 TabOrder = 0
end end
object btnAccept: TBitBtn object btnAccept: TBitBtn
Left = 245 Left = 243
Height = 32 Height = 30
Hint = 'Load the new version' Hint = 'Load the new version'
Top = 2 Top = 2
Width = 130 Width = 130
Align = alRight Align = alRight
BorderSpacing.Left = 2
BorderSpacing.Around = 1 BorderSpacing.Around = 1
Caption = 'Load new version' Caption = 'Load new version'
ModalResult = 1 ModalResult = 1
@ -151,11 +153,12 @@ object CEDiffViewer: TCEDiffViewer
end end
object btnCancel: TBitBtn object btnCancel: TBitBtn
Left = 376 Left = 376
Height = 32 Height = 30
Hint = 'Don''t reload the modifications for now' Hint = 'Don''t reload the modifications for now'
Top = 2 Top = 2
Width = 130 Width = 130
Align = alRight Align = alRight
BorderSpacing.Left = 2
BorderSpacing.Around = 1 BorderSpacing.Around = 1
Caption = 'Keep current' Caption = 'Keep current'
ModalResult = 2 ModalResult = 2