| Line | |
|---|
| 1 | object 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 | OnCreate = FormCreate
|
|---|
| 12 | OnDestroy = FormDestroy
|
|---|
| 13 | OnShow = FormShow
|
|---|
| 14 | LCLVersion = '2.2.6.0'
|
|---|
| 15 | object Panel1: TPanel
|
|---|
| 16 | Left = 0
|
|---|
| 17 | Height = 58
|
|---|
| 18 | Top = 0
|
|---|
| 19 | Width = 807
|
|---|
| 20 | Align = alTop
|
|---|
| 21 | BevelOuter = bvNone
|
|---|
| 22 | ClientHeight = 58
|
|---|
| 23 | ClientWidth = 807
|
|---|
| 24 | ParentFont = False
|
|---|
| 25 | TabOrder = 0
|
|---|
| 26 | object ComboBoxField: TComboBox
|
|---|
| 27 | Left = 184
|
|---|
| 28 | Height = 42
|
|---|
| 29 | Top = 16
|
|---|
| 30 | Width = 240
|
|---|
| 31 | ItemHeight = 0
|
|---|
| 32 | OnChange = ComboBoxFieldChange
|
|---|
| 33 | ParentFont = False
|
|---|
| 34 | Style = csDropDownList
|
|---|
| 35 | TabOrder = 0
|
|---|
| 36 | end
|
|---|
| 37 | object Label1: TLabel
|
|---|
| 38 | Left = 13
|
|---|
| 39 | Height = 26
|
|---|
| 40 | Top = 19
|
|---|
| 41 | Width = 135
|
|---|
| 42 | Caption = 'By contact field:'
|
|---|
| 43 | ParentColor = False
|
|---|
| 44 | ParentFont = False
|
|---|
| 45 | end
|
|---|
| 46 | object EditValue: TEdit
|
|---|
| 47 | Left = 440
|
|---|
| 48 | Height = 43
|
|---|
| 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 = 19
|
|---|
| 58 | Width = 113
|
|---|
| 59 | Caption = 'Find'
|
|---|
| 60 | OnClick = ButtonFindClick
|
|---|
| 61 | TabOrder = 2
|
|---|
| 62 | end
|
|---|
| 63 | end
|
|---|
| 64 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.