2022-08-11 16:46:32 +00:00
|
|
|
object VpImportPreviewForm: TVpImportPreviewForm
|
|
|
|
Left = 327
|
|
|
|
Height = 295
|
|
|
|
Top = 127
|
2022-08-19 21:32:56 +00:00
|
|
|
Width = 634
|
2022-08-11 16:46:32 +00:00
|
|
|
Caption = 'VpImportPreviewForm'
|
|
|
|
ClientHeight = 295
|
2022-08-19 21:32:56 +00:00
|
|
|
ClientWidth = 634
|
2023-12-16 23:10:30 +00:00
|
|
|
LCLVersion = '3.99.0.0'
|
2022-09-02 17:38:26 +00:00
|
|
|
OnShow = FormShow
|
2022-08-11 16:46:32 +00:00
|
|
|
object ButtonPanel: TPanel
|
|
|
|
Left = 6
|
|
|
|
Height = 25
|
|
|
|
Top = 264
|
2022-08-19 21:32:56 +00:00
|
|
|
Width = 622
|
2022-08-11 16:46:32 +00:00
|
|
|
Align = alBottom
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 25
|
2022-08-19 21:32:56 +00:00
|
|
|
ClientWidth = 622
|
|
|
|
TabOrder = 0
|
2022-08-11 16:46:32 +00:00
|
|
|
object btnExecute: TButton
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideRight.Control = btnCancel
|
2022-09-02 17:38:26 +00:00
|
|
|
Left = 400
|
2022-08-11 16:46:32 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 141
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
2022-09-02 17:38:26 +00:00
|
|
|
BorderSpacing.Right = 6
|
2022-08-11 16:46:32 +00:00
|
|
|
Caption = 'Import checked items'
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideRight.Control = ButtonPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-08-19 21:32:56 +00:00
|
|
|
Left = 547
|
2022-08-11 16:46:32 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|