CentrED/Client/Tools/UfrmConfirmation.lfm

35 lines
622 B
Plaintext
Raw Normal View History

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