MS18.10.2017

This commit is contained in:
Digital Data - Marlon Schreiber
2017-10-18 11:40:17 +02:00
parent 76796df71f
commit ccdac594d1
12 changed files with 1077 additions and 974 deletions

View File

@@ -62,6 +62,8 @@ Partial Class frmRecOrgConfig_Basic
Me.btnSaveUpdatePath = New System.Windows.Forms.Button()
Me.Label11 = New System.Windows.Forms.Label()
Me.txtBoxUpdatePath = New System.Windows.Forms.TextBox()
Me.txtAutoLogoutUser = New System.Windows.Forms.TextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
@@ -282,6 +284,8 @@ Partial Class frmRecOrgConfig_Basic
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.txtAutoLogoutUser)
Me.TabPage1.Controls.Add(Me.Label12)
Me.TabPage1.Controls.Add(Me.GroupBox2)
Me.TabPage1.Controls.Add(Me.txtWiki)
Me.TabPage1.Controls.Add(Me.GroupBox1)
@@ -329,6 +333,16 @@ Partial Class frmRecOrgConfig_Basic
resources.ApplyResources(Me.txtBoxUpdatePath, "txtBoxUpdatePath")
Me.txtBoxUpdatePath.Name = "txtBoxUpdatePath"
'
'txtAutoLogoutUser
'
resources.ApplyResources(Me.txtAutoLogoutUser, "txtAutoLogoutUser")
Me.txtAutoLogoutUser.Name = "txtAutoLogoutUser"
'
'Label12
'
resources.ApplyResources(Me.Label12, "Label12")
Me.Label12.Name = "Label12"
'
'frmRecOrgConfig_Basic
'
resources.ApplyResources(Me, "$this")
@@ -394,4 +408,6 @@ Partial Class frmRecOrgConfig_Basic
Friend WithEvents btnSaveUpdatePath As Button
Friend WithEvents Label11 As Label
Friend WithEvents lblSave As Label
Friend WithEvents txtAutoLogoutUser As TextBox
Friend WithEvents Label12 As Label
End Class