CentrED/Client/Tools/UfrmConfirmation.lfm

37 lines
692 B
Plaintext
Raw Normal View History

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