"final" xform support - part 1...

This commit is contained in:
zueuk
2006-03-02 17:27:20 +00:00
parent 023b72b70f
commit 1270d58d49
10 changed files with 407 additions and 262 deletions

View File

@ -467,8 +467,19 @@ object RenderForm: TRenderForm
Caption = 'Post render'
TabOrder = 9
end
object chkSaveIncompleteRenders: TCheckBox
Left = 272
Top = 328
Width = 145
Height = 17
Alignment = taLeftJustify
Caption = 'Save incomplete renders'
TabOrder = 13
Visible = False
OnClick = chkSaveIncompleteRendersClick
end
object SaveDialog: TSaveDialog
Left = 376
Top = 320
Top = 304
end
end