object frmConfirmation: TfrmConfirmation Left = 290 Height = 54 Top = 171 Width = 135 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Apply?' ClientHeight = 54 ClientWidth = 135 Font.Height = -14 object btnYes: TButton Left = 10 Height = 31 Top = 10 Width = 50 BorderSpacing.InnerBorder = 5 Caption = 'Yes' Default = True ModalResult = 6 TabOrder = 0 end object btnNo: TButton Left = 70 Height = 31 Top = 10 Width = 50 BorderSpacing.InnerBorder = 5 Cancel = True Caption = 'No' ModalResult = 7 TabOrder = 1 end end