You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9088 8e941d3f-bd1b-0410-a28a-d453659cc2b4
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
object VpImportPreviewForm: TVpImportPreviewForm
|
|
Left = 327
|
|
Height = 295
|
|
Top = 127
|
|
Width = 634
|
|
Caption = 'VpImportPreviewForm'
|
|
ClientHeight = 295
|
|
ClientWidth = 634
|
|
LCLVersion = '3.99.0.0'
|
|
OnShow = FormShow
|
|
object ButtonPanel: TPanel
|
|
Left = 6
|
|
Height = 25
|
|
Top = 264
|
|
Width = 622
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 25
|
|
ClientWidth = 622
|
|
TabOrder = 0
|
|
object btnExecute: TButton
|
|
AnchorSideTop.Control = ButtonPanel
|
|
AnchorSideRight.Control = btnCancel
|
|
Left = 400
|
|
Height = 25
|
|
Top = 0
|
|
Width = 141
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Import checked items'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TButton
|
|
AnchorSideTop.Control = ButtonPanel
|
|
AnchorSideRight.Control = ButtonPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 547
|
|
Height = 25
|
|
Top = 0
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|