-
Notifications
You must be signed in to change notification settings - Fork 225
/
FindDlg.dfm
61 lines (61 loc) · 1.14 KB
/
FindDlg.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
object FindDlg_11011981: TFindDlg_11011981
Left = 487
Top = 325
BorderStyle = bsToolWindow
Caption = 'Find'
ClientHeight = 118
ClientWidth = 473
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 10
Top = 10
Width = 424
Height = 60
Shape = bsFrame
end
object Label1: TLabel
Left = 30
Top = 30
Width = 67
Height = 16
Caption = 'Text to find:'
end
object OKBtn: TButton
Left = 142
Top = 84
Width = 92
Height = 30
Cursor = crHandPoint
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 240
Top = 84
Width = 92
Height = 30
Cursor = crHandPoint
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object cbText: TComboBox
Left = 108
Top = 25
Width = 307
Height = 24
ItemHeight = 16
TabOrder = 2
OnEnter = cbTextEnter
end
end