Changeset 103 for trunk/Forms/UFormFind.lfm
- Timestamp:
- Feb 9, 2022, 3:51:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFind.lfm
r82 r103 1 1 object FormFind: TFormFind 2 2 Left = 469 3 Height = 5 233 Height = 545 4 4 Top = 407 5 Width = 8 075 Width = 841 6 6 ActiveControl = EditValue 7 7 Caption = 'Find' 8 ClientHeight = 5 239 ClientWidth = 8 0710 DesignTimePPI = 1 448 ClientHeight = 545 9 ClientWidth = 841 10 DesignTimePPI = 150 11 11 OnClose = FormClose 12 12 OnCreate = FormCreate 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '2. 0.12.0'15 LCLVersion = '2.2.0.4' 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 5818 Height = 60 19 19 Top = 0 20 Width = 8 0720 Width = 841 21 21 Align = alTop 22 22 BevelOuter = bvNone 23 ClientHeight = 5824 ClientWidth = 8 0723 ClientHeight = 60 24 ClientWidth = 841 25 25 ParentFont = False 26 26 TabOrder = 0 27 27 object ComboBoxField: TComboBox 28 Left = 1 8429 Height = 4 130 Top = 1 631 Width = 2 4028 Left = 192 29 Height = 42 30 Top = 17 31 Width = 250 32 32 ItemHeight = 0 33 33 OnChange = ComboBoxFieldChange … … 37 37 end 38 38 object Label1: TLabel 39 Left = 1 340 Height = 2 441 Top = 1942 Width = 1 3539 Left = 14 40 Height = 27 41 Top = 20 42 Width = 142 43 43 Caption = 'By contact field:' 44 ParentColor = False45 44 ParentFont = False 46 45 end 47 46 object EditValue: TEdit 48 Left = 4 4049 Height = 4 250 Top = 1 651 Width = 2 0847 Left = 458 48 Height = 43 49 Top = 17 50 Width = 217 52 51 OnKeyPress = EditValueKeyPress 53 52 TabOrder = 1 54 53 end 55 54 object ButtonFind: TButton 56 Left = 6 6457 Height = 3858 Top = 1 659 Width = 11 355 Left = 692 56 Height = 40 57 Top = 17 58 Width = 118 60 59 Caption = 'Find' 61 60 OnClick = ButtonFindClick
Note:
See TracChangeset
for help on using the changeset viewer.