source: tags/1.4.0/Forms/UFormFind.lfm

Last change on this file was 128, checked in by chronos, 2 years ago
  • Modified: Use Generics.Collection instead of fgl for better Delphi compatibility.
File size: 1.3 KB
Line 
1object FormFind: TFormFind
2 Left = 469
3 Height = 523
4 Top = 407
5 Width = 807
6 ActiveControl = EditValue
7 Caption = 'Find'
8 ClientHeight = 523
9 ClientWidth = 807
10 DesignTimePPI = 144
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnShow = FormShow
15 LCLVersion = '2.2.0.4'
16 object Panel1: TPanel
17 Left = 0
18 Height = 58
19 Top = 0
20 Width = 807
21 Align = alTop
22 BevelOuter = bvNone
23 ClientHeight = 58
24 ClientWidth = 807
25 ParentFont = False
26 TabOrder = 0
27 object ComboBoxField: TComboBox
28 Left = 184
29 Height = 41
30 Top = 16
31 Width = 240
32 ItemHeight = 0
33 OnChange = ComboBoxFieldChange
34 ParentFont = False
35 Style = csDropDownList
36 TabOrder = 0
37 end
38 object Label1: TLabel
39 Left = 13
40 Height = 26
41 Top = 19
42 Width = 135
43 Caption = 'By contact field:'
44 ParentFont = False
45 end
46 object EditValue: TEdit
47 Left = 440
48 Height = 42
49 Top = 16
50 Width = 208
51 OnKeyPress = EditValueKeyPress
52 TabOrder = 1
53 end
54 object ButtonFind: TButton
55 Left = 664
56 Height = 38
57 Top = 16
58 Width = 113
59 Caption = 'Find'
60 OnClick = ButtonFindClick
61 TabOrder = 2
62 end
63 end
64end
Note: See TracBrowser for help on using the repository browser.