155 |
|
object saved: TSaveDialog [5] |
156 |
|
DefaultExt = 'bmp' |
157 |
|
Filter = |
158 |
< |
'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' + |
159 |
< |
'.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' + |
160 |
< |
'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' + |
161 |
< |
'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' |
158 |
> |
'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg, *.png)|' + |
159 |
> |
'*.bmp;*.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bm' + |
160 |
> |
'p|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.j' + |
161 |
> |
'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' |
162 |
|
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] |
163 |
|
Left = 104 |
164 |
|
Top = 320 |