Index: ActiviteitenOpvolging/ActiviteitenOpvolging/Form1.resx =================================================================== diff -u --- ActiviteitenOpvolging/ActiviteitenOpvolging/Form1.resx (revision 0) +++ ActiviteitenOpvolging/ActiviteitenOpvolging/Form1.resx (revision 1670) @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file Index: ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.resx =================================================================== diff -u -r1669 -r1670 --- ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.resx (.../Resources.resx) (revision 1669) +++ ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.resx (.../Resources.resx) (revision 1670) @@ -117,4 +117,28 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + The password for the Caché database + + + Cache01Admin1 + The name of the connection for the Caché database + + + + The username for the Caché database + + + + The password for the employee database + + + + The name of the connection for the employees database + + + + The username for the employees database + \ No newline at end of file Index: ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.Designer.vb =================================================================== diff -u -r1669 -r1670 --- ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.Designer.vb (.../Resources.Designer.vb) (revision 1669) +++ ActiviteitenOpvolging/ActiviteitenOpvolging/My Project/Resources.Designer.vb (.../Resources.Designer.vb) (revision 1670) @@ -59,5 +59,59 @@ resourceCulture = value End Set End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property CachePassword() As String + Get + Return ResourceManager.GetString("CachePassword", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Cache01Admin1. + ''' + Friend ReadOnly Property CacheSQLConnection() As String + Get + Return ResourceManager.GetString("CacheSQLConnection", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property CacheUsername() As String + Get + Return ResourceManager.GetString("CacheUsername", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property EmployeesDatabasePassword() As String + Get + Return ResourceManager.GetString("EmployeesDatabasePassword", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property EmployeesDatabaseSQLConnection() As String + Get + Return ResourceManager.GetString("EmployeesDatabaseSQLConnection", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property EmployeesDatabaseUsername() As String + Get + Return ResourceManager.GetString("EmployeesDatabaseUsername", resourceCulture) + End Get + End Property End Module End Namespace