source: tags/1.4.0/Forms/UFormNameDetails.lfm

Last change on this file was 112, checked in by chronos, 3 years ago
  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
File size: 2.2 KB
Line 
1object FormNameDetails: TFormNameDetails
2 Left = 670
3 Height = 329
4 Top = 525
5 Width = 604
6 Caption = 'Name details'
7 ClientHeight = 329
8 ClientWidth = 604
9 Constraints.MinHeight = 311
10 Constraints.MinWidth = 281
11 DesignTimePPI = 150
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnShow = FormShow
15 LCLVersion = '2.2.0.4'
16 object EditFirstName: TEdit
17 Left = 200
18 Height = 43
19 Top = 64
20 Width = 384
21 Anchors = [akTop, akLeft, akRight]
22 ParentFont = False
23 TabOrder = 1
24 end
25 object Label1: TLabel
26 Left = 16
27 Height = 27
28 Top = 72
29 Width = 44
30 Caption = 'First:'
31 ParentFont = False
32 end
33 object Label5: TLabel
34 Left = 16
35 Height = 27
36 Top = 168
37 Width = 42
38 Caption = 'Last:'
39 ParentFont = False
40 end
41 object EditLastName: TEdit
42 Left = 200
43 Height = 43
44 Top = 160
45 Width = 384
46 Anchors = [akTop, akLeft, akRight]
47 ParentFont = False
48 TabOrder = 3
49 end
50 object EditMiddleName: TEdit
51 Left = 200
52 Height = 43
53 Top = 112
54 Width = 384
55 Anchors = [akTop, akLeft, akRight]
56 ParentFont = False
57 TabOrder = 2
58 end
59 object Label25: TLabel
60 Left = 16
61 Height = 27
62 Top = 124
63 Width = 67
64 Caption = 'Middle:'
65 ParentFont = False
66 end
67 object Label26: TLabel
68 Left = 16
69 Height = 27
70 Top = 24
71 Width = 43
72 Caption = 'Title:'
73 ParentFont = False
74 end
75 object EditTitleBefore: TEdit
76 Left = 200
77 Height = 43
78 Top = 16
79 Width = 384
80 Anchors = [akTop, akLeft, akRight]
81 ParentFont = False
82 TabOrder = 0
83 end
84 object Label27: TLabel
85 Left = 16
86 Height = 27
87 Top = 216
88 Width = 55
89 Caption = 'Suffix:'
90 ParentFont = False
91 end
92 object EditTitleAfter: TEdit
93 Left = 200
94 Height = 43
95 Top = 208
96 Width = 384
97 Anchors = [akTop, akLeft, akRight]
98 ParentFont = False
99 TabOrder = 4
100 end
101 object ButtonOk: TButton
102 Left = 467
103 Height = 39
104 Top = 276
105 Width = 117
106 Anchors = [akRight, akBottom]
107 Caption = 'OK'
108 ModalResult = 1
109 TabOrder = 6
110 end
111 object ButtonCancel: TButton
112 Left = 337
113 Height = 39
114 Top = 276
115 Width = 117
116 Anchors = [akRight, akBottom]
117 Caption = 'Cancel'
118 ModalResult = 2
119 TabOrder = 5
120 end
121end
Note: See TracBrowser for help on using the repository browser.