source: tags/1.2.0/Forms/UFormProperty.lfm

Last change on this file was 68, checked in by chronos, 3 years ago
  • Fixed: Wrong field selected for duplicates find from field combobox selection in Find duplicates window.
  • Added: Sort list of contact fields in Find duplicates and Field windows.
File size: 2.0 KB
Line 
1object FormProperty: TFormProperty
2 Left = 760
3 Height = 418
4 Top = 576
5 Width = 726
6 Caption = 'Field'
7 ClientHeight = 418
8 ClientWidth = 726
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.12.0'
14 object ButtonOk: TButton
15 Left = 460
16 Height = 37
17 Top = 365
18 Width = 119
19 Anchors = [akRight, akBottom]
20 Caption = 'OK'
21 ModalResult = 1
22 OnClick = ButtonOkClick
23 ParentFont = False
24 TabOrder = 0
25 end
26 object ButtonCancel: TButton
27 Left = 596
28 Height = 37
29 Top = 365
30 Width = 115
31 Anchors = [akRight, akBottom]
32 Caption = 'Cancel'
33 ModalResult = 2
34 ParentFont = False
35 TabOrder = 1
36 end
37 object Label1: TLabel
38 Left = 24
39 Height = 24
40 Top = 80
41 Width = 56
42 Caption = 'Name:'
43 ParentColor = False
44 end
45 object EditName: TEdit
46 Left = 168
47 Height = 42
48 Top = 72
49 Width = 532
50 Anchors = [akTop, akLeft, akRight]
51 OnChange = EditNameChange
52 TabOrder = 2
53 end
54 object Label2: TLabel
55 Left = 24
56 Height = 24
57 Top = 128
58 Width = 88
59 Caption = 'Attributes:'
60 ParentColor = False
61 end
62 object EditAttributes: TEdit
63 Left = 168
64 Height = 42
65 Top = 124
66 Width = 532
67 Anchors = [akTop, akLeft, akRight]
68 OnChange = EditAttributesChange
69 TabOrder = 3
70 end
71 object Label3: TLabel
72 Left = 24
73 Height = 24
74 Top = 180
75 Width = 60
76 Caption = 'Values:'
77 ParentColor = False
78 end
79 object EditValues: TEdit
80 Left = 168
81 Height = 42
82 Top = 172
83 Width = 532
84 Anchors = [akTop, akLeft, akRight]
85 TabOrder = 4
86 end
87 object Label4: TLabel
88 Left = 24
89 Height = 24
90 Top = 32
91 Width = 45
92 Caption = 'Field:'
93 ParentColor = False
94 end
95 object ComboBoxField: TComboBox
96 Left = 168
97 Height = 41
98 Top = 24
99 Width = 532
100 Anchors = [akTop, akLeft, akRight]
101 ItemHeight = 0
102 OnChange = ComboBoxFieldChange
103 Style = csDropDownList
104 TabOrder = 5
105 end
106end
Note: See TracBrowser for help on using the repository browser.