This commit is contained in:
SchreiberM
2016-10-06 16:49:23 +02:00
parent 86083e9134
commit f48886df9d
4 changed files with 333 additions and 159 deletions

View File

@@ -33,7 +33,6 @@ Partial Class frmRecOrgConfig_Basic
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.txtWiki = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.chkUnicode = New System.Windows.Forms.CheckBox()
Me.lblSaveresult = New System.Windows.Forms.Label()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.btnResetBackground = New System.Windows.Forms.Button()
@@ -105,9 +104,6 @@ Partial Class frmRecOrgConfig_Basic
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.txtWiki)
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Controls.Add(Me.chkUnicode)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.txtwddriveletter)
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
@@ -124,12 +120,6 @@ Partial Class frmRecOrgConfig_Basic
resources.ApplyResources(Me.Label9, "Label9")
Me.Label9.Name = "Label9"
'
'chkUnicode
'
resources.ApplyResources(Me.chkUnicode, "chkUnicode")
Me.chkUnicode.Name = "chkUnicode"
Me.chkUnicode.UseVisualStyleBackColor = True
'
'lblSaveresult
'
resources.ApplyResources(Me.lblSaveresult, "lblSaveresult")
@@ -269,6 +259,8 @@ Partial Class frmRecOrgConfig_Basic
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.txtWiki)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
@@ -302,7 +294,6 @@ Partial Class frmRecOrgConfig_Basic
Friend WithEvents txtwddriveletter As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents chkUnicode As System.Windows.Forms.CheckBox
Friend WithEvents btnsave As System.Windows.Forms.Button
Friend WithEvents lblSaveresult As System.Windows.Forms.Label
Friend WithEvents pbBackground As System.Windows.Forms.PictureBox