mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 21:03:04 +02:00

documentation will be collected here: http://wiki.lazarus.freepascal.org/LazSVNPkg git-svn-id: trunk@17160 -
81 lines
1.8 KiB
Plaintext
81 lines
1.8 KiB
Plaintext
object SVNCommitFrm: TSVNCommitFrm
|
|
Left = 187
|
|
Height = 300
|
|
Top = 316
|
|
Width = 400
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'SVNCommitFrm'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnShow = FormShow
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poDesigned
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 40
|
|
Top = 260
|
|
Width = 388
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ButtonOrder = boDefault
|
|
TabOrder = 0
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbOK]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
object SVNCommitMemo: TMemo
|
|
Left = 6
|
|
Height = 248
|
|
Top = 6
|
|
Width = 388
|
|
HelpContext = 0
|
|
Align = alClient
|
|
Alignment = taLeftJustify
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
MaxLength = -1
|
|
ParentBidiMode = True
|
|
ParentFont = True
|
|
ReadOnly = False
|
|
ScrollBars = ssNone
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
WantReturns = True
|
|
WantTabs = False
|
|
end
|
|
end
|