MS_1708
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user