mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 13:24:05 +02:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
object SVNDiffFrm: TSVNDiffFrm
|
|
Left = 283
|
|
Height = 466
|
|
Top = 102
|
|
Width = 617
|
|
Caption = 'SVNDiffFrm'
|
|
ClientHeight = 466
|
|
ClientWidth = 617
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 426
|
|
Width = 605
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.Caption = '&OK'
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.Caption = '&Help'
|
|
HelpButton.OnClick = SaveButtonClick
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Caption = '&Close'
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.Caption = 'Cancel'
|
|
CancelButton.Enabled = False
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbHelp]
|
|
end
|
|
object SVNDiffMemo: TMemo
|
|
Cursor = crHourGlass
|
|
Left = 6
|
|
Height = 414
|
|
Top = 6
|
|
Width = 605
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Font.Height = -13
|
|
Font.Name = 'Courier'
|
|
ParentFont = False
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 1
|
|
WordWrap = False
|
|
end
|
|
object SaveDialog: TSaveDialog
|
|
DefaultExt = '.diff'
|
|
Filter = 'Patch|*.diff;*.patch|All Files|*.*'
|
|
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
|
|
left = 21
|
|
top = 317
|
|
end
|
|
end
|