UPD: Autosize buttons in set file properties form.

This commit is contained in:
cobines 2011-03-21 04:38:44 +00:00
commit 5ff6ae99f3

View file

@ -22,9 +22,11 @@ object frmSetFileProperties: TfrmSetFileProperties
Top = 433
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 6
BorderSpacing.Bottom = 10
Caption = '&OK'
Constraints.MinWidth = 100
Default = True
Kind = bkOK
ModalResult = 1
@ -42,10 +44,12 @@ object frmSetFileProperties: TfrmSetFileProperties
Top = 433
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
BorderSpacing.Bottom = 10
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 100
Kind = bkCancel
ModalResult = 2
TabOrder = 0