dGLSViewer.dfm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. object dmGLSViewer: TdmGLSViewer
  2. OldCreateOrder = False
  3. Height = 334
  4. Width = 390
  5. object ColorDialog: TColorDialog
  6. Color = 14540253
  7. Options = [cdFullOpen, cdAnyColor]
  8. Left = 46
  9. Top = 24
  10. end
  11. object OpenDialog: TOpenDialog
  12. Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  13. Left = 150
  14. Top = 24
  15. end
  16. object SaveDialog: TSaveDialog
  17. Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  18. Left = 232
  19. Top = 24
  20. end
  21. object odTextures: TOpenDialog
  22. DefaultExt = 'glml'
  23. Filter = 'GLScene Material Library (*.glml)|*.glml|All files (*.*)|*.*'
  24. Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  25. Left = 46
  26. Top = 80
  27. end
  28. object sdTextures: TSaveDialog
  29. DefaultExt = 'glml'
  30. Filter = 'GLScene Material Library (*.glml)|*.glml|All files (*.*)|*.*'
  31. Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  32. Left = 150
  33. Top = 80
  34. end
  35. object opDialog: TOpenPictureDialog
  36. Filter =
  37. 'All (*.tga;*.dds;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.jpg;*.jpeg;*.g' +
  38. 'if;*.png;*.tif;*.tiff;*.ico;*.emf;*.wmf)|*.tga;*.dds;*.gif;*.png' +
  39. ';*.jpg;*.jpeg;*.bmp;*.jpg;*.jpeg;*.gif;*.png;*.tif;*.tiff;*.ico;' +
  40. '*.emf;*.wmf|Targa (*.tga)|*.tga|Microsoft DirectDraw Surface (*.' +
  41. 'dds)|*.dds|GIF Image (*.gif)|*.gif|Portable Network Graphics (*.' +
  42. 'png)|*.png|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg' +
  43. ')|*.jpeg|Bitmaps (*.bmp)|*.bmp|JPEG Images (*.jpg)|*.jpg|JPEG Im' +
  44. 'ages (*.jpeg)|*.jpeg|GIF Images (*.gif)|*.gif|PNG Images (*.png)' +
  45. '|*.png|TIFF Images (*.tif)|*.tif|TIFF Images (*.tiff)|*.tiff|Ico' +
  46. 'ns (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf|Metafiles (*.w' +
  47. 'mf)|*.wmf'
  48. Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  49. Left = 230
  50. Top = 80
  51. end
  52. end