This commit is contained in:
Digital Data - Marlon Schreiber
2017-05-24 11:46:17 +02:00
parent 1d18370ec0
commit 9c0e09dcef
28 changed files with 659 additions and 887 deletions

View File

@@ -54,6 +54,7 @@ Partial Class frmRecOrgConfig_Basic
Me.txtDomäne = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
@@ -187,6 +188,7 @@ Partial Class frmRecOrgConfig_Basic
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.Label10)
Me.GroupBox5.Controls.Add(Me.btnTest_Anmeldung)
Me.GroupBox5.Controls.Add(Me.txtServername)
Me.GroupBox5.Controls.Add(Me.Label5)
@@ -255,6 +257,11 @@ Partial Class frmRecOrgConfig_Basic
resources.ApplyResources(Me.Label8, "Label8")
Me.Label8.Name = "Label8"
'
'Label10
'
resources.ApplyResources(Me.Label10, "Label10")
Me.Label10.Name = "Label10"
'
'frmRecOrgConfig_Basic
'
resources.ApplyResources(Me, "$this")
@@ -317,4 +324,5 @@ Partial Class frmRecOrgConfig_Basic
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents txtWiki As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As Label
End Class