You've already forked lazarus-ccr
59 lines
1003 B
Plaintext
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
|