You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
21 lines
397 B
Plaintext
21 lines
397 B
Plaintext
inherited VpImportPreviewVCardForm: TVpImportPreviewVCardForm
|
|
Height = 400
|
|
Width = 667
|
|
Caption = ''
|
|
ClientHeight = 400
|
|
ClientWidth = 667
|
|
inherited ButtonPanel: TPanel
|
|
Top = 369
|
|
Width = 655
|
|
ClientWidth = 655
|
|
inherited btnExecute: TButton
|
|
Left = 452
|
|
end
|
|
inherited btnCancel: TButton
|
|
Left = 593
|
|
Width = 62
|
|
AutoSize = True
|
|
end
|
|
end
|
|
end
|