Changeset 128 for trunk/Forms/UFormFind.lfm
- Timestamp:
- Apr 8, 2022, 9:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFind.lfm
r103 r128 1 1 object FormFind: TFormFind 2 2 Left = 469 3 Height = 5 453 Height = 523 4 4 Top = 407 5 Width = 8 415 Width = 807 6 6 ActiveControl = EditValue 7 7 Caption = 'Find' 8 ClientHeight = 5 459 ClientWidth = 8 4110 DesignTimePPI = 1 508 ClientHeight = 523 9 ClientWidth = 807 10 DesignTimePPI = 144 11 11 OnClose = FormClose 12 12 OnCreate = FormCreate … … 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 6018 Height = 58 19 19 Top = 0 20 Width = 8 4120 Width = 807 21 21 Align = alTop 22 22 BevelOuter = bvNone 23 ClientHeight = 6024 ClientWidth = 8 4123 ClientHeight = 58 24 ClientWidth = 807 25 25 ParentFont = False 26 26 TabOrder = 0 27 27 object ComboBoxField: TComboBox 28 Left = 1 9229 Height = 4 230 Top = 1 731 Width = 2 5028 Left = 184 29 Height = 41 30 Top = 16 31 Width = 240 32 32 ItemHeight = 0 33 33 OnChange = ComboBoxFieldChange … … 37 37 end 38 38 object Label1: TLabel 39 Left = 1 440 Height = 2 741 Top = 2042 Width = 1 4239 Left = 13 40 Height = 26 41 Top = 19 42 Width = 135 43 43 Caption = 'By contact field:' 44 44 ParentFont = False 45 45 end 46 46 object EditValue: TEdit 47 Left = 4 5848 Height = 4 349 Top = 1 750 Width = 2 1747 Left = 440 48 Height = 42 49 Top = 16 50 Width = 208 51 51 OnKeyPress = EditValueKeyPress 52 52 TabOrder = 1 53 53 end 54 54 object ButtonFind: TButton 55 Left = 6 9256 Height = 4057 Top = 1 758 Width = 11 855 Left = 664 56 Height = 38 57 Top = 16 58 Width = 113 59 59 Caption = 'Find' 60 60 OnClick = ButtonFindClick
Note:
See TracChangeset
for help on using the changeset viewer.