tvplanit: Implement new contact fields for ini datastore (-> new file structure).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-09-15 20:27:13 +00:00
parent f8435f112c
commit e6b2345010
4 changed files with 884 additions and 323 deletions

View File

@ -19,9 +19,9 @@ object ContactEditForm: TContactEditForm
Height = 341
Top = 0
Width = 433
ActivePage = tabMain
ActivePage = tabContact
Align = alClient
TabIndex = 0
TabIndex = 1
TabOrder = 0
OnChange = tsContactsChange
object tabMain: TTabSheet
@ -281,7 +281,7 @@ object ContactEditForm: TContactEditForm
end
object tabContact: TTabSheet
Caption = 'RSContact'
ClientHeight = 286
ClientHeight = 313
ClientWidth = 425
ImageIndex = 1
object EMailLbl: TLabel