AcFdUiFieldFormatDialog.h 835 B

12345678910111213141516171819202122232425262728
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Name: AcFdUiFieldFormatDialog.h
  12. //
  13. // Description:
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #pragma once
  17. #include "AcFdUiFormatDialog.h"
  18. class ACFDUI_PORT CAcFdUiFieldFormatDialog : public CAcFdUiFormatDialog
  19. {
  20. DECLARE_DYNAMIC(CAcFdUiFieldFormatDialog)
  21. CAcFdUiFieldFormatDialog(CWnd* pParent, BOOL bNew);
  22. };