Files
lazarus-ccr/applications/khexeditor/replaceprompt.lfm
sekelsenmat e9ceae06ca Initial commit of khexeditor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1773 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-02 08:35:53 +00:00

59 lines
1003 B
Plaintext

object ReplacePromptForm: TReplacePromptForm
Left = 1530
Height = 90
Top = 1046
Width = 365
BorderStyle = bsDialog
Caption = 'Confirm'
ClientHeight = 90
ClientWidth = 365
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '0.9.29'
object LBText: TLabel
Left = 16
Height = 14
Top = 16
Width = 8
Caption = 'A'
ParentColor = False
end
object BUYes: TButton
Left = 16
Height = 25
Top = 48
Width = 75
Caption = 'Yes'
ModalResult = 6
TabOrder = 0
end
object BuNo: TButton
Left = 104
Height = 25
Top = 48
Width = 75
Caption = 'No'
ModalResult = 7
TabOrder = 1
end
object BUAll: TButton
Left = 192
Height = 25
Top = 48
Width = 75
Caption = 'All'
ModalResult = 10
TabOrder = 2
end
object BUCancel: TButton
Left = 280
Height = 25
Top = 48
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end