Changeset 71 for trunk/Forms/UFormContact.pas
- Timestamp:
- Dec 13, 2021, 6:48:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.pas
r70 r71 23 23 ButtonPrevious: TButton; 24 24 EditAim: TEdit; 25 EditCategories: TEdit; 25 26 EditMatrix: TEdit; 27 EditGaduGadu: TEdit; 28 EditGroupWise: TEdit; 26 29 EditYouTube: TEdit; 27 30 EditGender: TEdit; … … 142 145 Label54: TLabel; 143 146 Label55: TLabel; 147 Label56: TLabel; 148 Label57: TLabel; 144 149 Label6: TLabel; 145 150 Label7: TLabel; … … 150 155 LabelOrganization10: TLabel; 151 156 LabelOrganization11: TLabel; 157 LabelOrganization12: TLabel; 152 158 LabelOrganization2: TLabel; 153 159 LabelOrganization3: TLabel; … … 263 269 Contact.Fields[cfAim] := EditAim.Text; 264 270 Contact.Fields[cfIrc] := EditIrc.Text; 271 Contact.Fields[cfGroupWise] := EditGroupWise.Text; 272 Contact.Fields[cfGaduGadu] := EditGaduGadu.Text; 265 273 266 274 ReloadAllPropertiesTab; … … 280 288 EditAim.Text := Contact.Fields[cfAim]; 281 289 EditIrc.Text := Contact.Fields[cfIrc]; 290 EditGroupWise.Text := Contact.Fields[cfGroupWise]; 291 EditGaduGadu.Text := Contact.Fields[cfGaduGadu]; 282 292 end; 283 293 … … 307 317 Contact.Fields[cfUrl] := EditWeb.Text; 308 318 Contact.Fields[cfGender] := EditGender.Text; 319 Contact.Fields[cfCategories] := EditCategories.Text; 309 320 310 321 // Photo … … 406 417 EditWeb.Text := Contact.Fields[cfUrl]; 407 418 EditGender.Text := Contact.Fields[cfGender]; 419 EditCategories.Text := Contact.Fields[cfCategories]; 408 420 409 421 // Photo
Note:
See TracChangeset
for help on using the changeset viewer.