CB32 1.2 sources
This commit is contained in:
parent
cf25bc7627
commit
fd87f89a19
100 changed files with 14543 additions and 0 deletions
33
contacts.cbd
Normal file
33
contacts.cbd
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
contact('LastName' = "Veteren's Affairs",
|
||||
'FirstName' = "",
|
||||
'MiddleInitial' = "",
|
||||
'Title' = "",
|
||||
'Address1' = "Federal Building",
|
||||
'Address2' = "125 S. Main St.",
|
||||
'City' = "Muskogee",
|
||||
'Country' = "",
|
||||
'State' = "OK",
|
||||
'ZipCode' = "74401",
|
||||
'Company' = "",
|
||||
'Department' = "",
|
||||
'Position' = "",
|
||||
'Manager' = "",
|
||||
'Additional1' = "",
|
||||
'Additional2' = "",
|
||||
'HomePhone' = "",
|
||||
'HomeExt' = "",
|
||||
'WorkPhone' = "",
|
||||
'WorkExt' = "",
|
||||
'CellPhone' = "",
|
||||
'CellExt' = "",
|
||||
'Pager' = "",
|
||||
'PagerCard' = "",
|
||||
'PagerExt' = "",
|
||||
'FaxPhone' = "",
|
||||
'FaxExt' = "",
|
||||
'Email1' = "",
|
||||
'Email2' = "",
|
||||
'Web1' = "",
|
||||
'Web2' = "",
|
||||
'Notes' = "").
|
||||
|
||||
Reference in a new issue