CentrED/Client/Tools/UfrmConfirmation.lfm

37 lines
692 B
Plaintext

object frmConfirmation: TfrmConfirmation
Left = 1559
Height = 43
Top = 261
Width = 116
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Подтвердить?'
ClientHeight = 43
ClientWidth = 116
Font.Height = -11
OnCreate = FormCreate
LCLVersion = '0.9.30.2'
object btnYes: TButton
Left = 8
Height = 25
Top = 8
Width = 40
BorderSpacing.InnerBorder = 4
Caption = 'Да'
Default = True
ModalResult = 6
TabOrder = 0
end
object btnNo: TButton
Left = 56
Height = 25
Top = 8
Width = 40
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Нет'
ModalResult = 7
TabOrder = 1
end
end