IPAddressForm.dfm 888 B

123456789101112131415161718192021222324252627282930313233
  1. object dmodIPAddressForm: TdmodIPAddressForm
  2. OldCreateOrder = False
  3. Left = 199
  4. Top = 103
  5. Height = 150
  6. Width = 215
  7. object bxIPAddressForm: TBXBubble
  8. Category = 'Misc'
  9. Description = 'Test IP Address forms (hex, octal, dword)'
  10. OnTest = bxIPAddressFormTest
  11. Left = 24
  12. Top = 8
  13. end
  14. object bxDWordToIPv4: TBXBubble
  15. Category = 'Misc'
  16. Description = 'MakeDWordIntoIPv4Address'
  17. Details.Strings = (
  18. 'This test involves converting DWords (Cardinals) to dotted forma' +
  19. 't IPv4 addresses.'
  20. 'This tests the MakeDWordIntoIPv4Address function.')
  21. OnTest = bxDWordToIPv4Test
  22. Left = 24
  23. Top = 72
  24. end
  25. object bxConvertToDottedIPv4: TBXBubble
  26. Category = 'Misc'
  27. Description = 'MakeCanonicalIPv4Address'
  28. OnTest = bxConvertToDottedIPv4Test
  29. Left = 120
  30. Top = 72
  31. end
  32. end