-
Notifications
You must be signed in to change notification settings - Fork 86
/
dlgConfirmReplace.dfm
72 lines (72 loc) · 1.31 KB
/
dlgConfirmReplace.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
object ConfirmReplaceDialog: TConfirmReplaceDialog
Left = 176
Top = 158
BorderStyle = bsDialog
Caption = 'Confirm replace'
ClientHeight = 98
ClientWidth = 328
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object lblConfirmation: TLabel
Left = 60
Top = 12
Width = 261
Height = 44
AutoSize = False
WordWrap = True
end
object Image1: TImage
Left = 16
Top = 16
Width = 32
Height = 32
end
object btnReplace: TButton
Left = 8
Top = 67
Width = 75
Height = 23
Caption = '&Yes'
Default = True
ModalResult = 6
TabOrder = 0
end
object btnSkip: TButton
Left = 87
Top = 67
Width = 75
Height = 23
Caption = '&No'
ModalResult = 7
TabOrder = 1
end
object btnCancel: TButton
Left = 166
Top = 67
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object btnReplaceAll: TButton
Left = 245
Top = 67
Width = 75
Height = 23
Caption = 'Yes to &all'
ModalResult = 10
TabOrder = 3
end
end