This commit is contained in:
SchreiberM
2016-08-17 11:32:45 +02:00
parent b811570870
commit 32192cf542
70 changed files with 7103 additions and 9527 deletions

View File

@@ -63,6 +63,7 @@ Partial Class frmConfig_Basic
Me.btnApplicationFolder = New System.Windows.Forms.Button()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.chkSubfolder = New System.Windows.Forms.CheckBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.btnSaveExclusionFiles = New System.Windows.Forms.Button()
@@ -349,6 +350,7 @@ Partial Class frmConfig_Basic
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.chkSubfolder)
Me.TabPage3.Controls.Add(Me.Label9)
Me.TabPage3.Controls.Add(Me.DataGridView1)
Me.TabPage3.Controls.Add(Me.btnSaveExclusionFiles)
@@ -360,6 +362,12 @@ Partial Class frmConfig_Basic
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.UseVisualStyleBackColor = True
'
'chkSubfolder
'
resources.ApplyResources(Me.chkSubfolder, "chkSubfolder")
Me.chkSubfolder.Name = "chkSubfolder"
Me.chkSubfolder.UseVisualStyleBackColor = True
'
'Label9
'
resources.ApplyResources(Me.Label9, "Label9")
@@ -477,4 +485,5 @@ Partial Class frmConfig_Basic
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents txtTask_Popup As System.Windows.Forms.TextBox
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents chkSubfolder As System.Windows.Forms.CheckBox
End Class