deprecate My.Settings
This commit is contained in:
21
Global_Indexer/frmConfig_Basic.designer.vb
generated
21
Global_Indexer/frmConfig_Basic.designer.vb
generated
@@ -44,7 +44,7 @@ Partial Class frmConfig_Basic
|
||||
Me.cmbLanguage = New System.Windows.Forms.ComboBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.CheckBoxPreviewDocs = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBoxIndexResult = New System.Windows.Forms.CheckBox()
|
||||
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
||||
Me.btnLogMail = New System.Windows.Forms.Button()
|
||||
Me.btnApplicationFolder = New System.Windows.Forms.Button()
|
||||
@@ -175,7 +175,7 @@ Partial Class frmConfig_Basic
|
||||
Me.TabPage2.Controls.Add(Me.cmbLanguage)
|
||||
Me.TabPage2.Controls.Add(Me.Label9)
|
||||
Me.TabPage2.Controls.Add(Me.CheckBoxPreviewDocs)
|
||||
Me.TabPage2.Controls.Add(Me.CheckBox2)
|
||||
Me.TabPage2.Controls.Add(Me.CheckBoxIndexResult)
|
||||
Me.TabPage2.Controls.Add(Me.chkLogErrorsOnly)
|
||||
Me.TabPage2.Controls.Add(Me.btnLogMail)
|
||||
Me.TabPage2.Controls.Add(Me.btnApplicationFolder)
|
||||
@@ -211,19 +211,16 @@ Partial Class frmConfig_Basic
|
||||
'CheckBoxPreviewDocs
|
||||
'
|
||||
resources.ApplyResources(Me.CheckBoxPreviewDocs, "CheckBoxPreviewDocs")
|
||||
Me.CheckBoxPreviewDocs.Checked = Global.Global_Indexer.My.MySettings.Default.DoNot_Show_Documents
|
||||
Me.CheckBoxPreviewDocs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Global_Indexer.My.MySettings.Default, "DoNot_Show_Documents", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.CheckBoxPreviewDocs.Name = "CheckBoxPreviewDocs"
|
||||
Me.CheckBoxPreviewDocs.UseVisualStyleBackColor = True
|
||||
'
|
||||
'CheckBox2
|
||||
'CheckBoxIndexResult
|
||||
'
|
||||
resources.ApplyResources(Me.CheckBox2, "CheckBox2")
|
||||
Me.CheckBox2.Checked = Global.Global_Indexer.My.MySettings.Default.Show_IndexResult
|
||||
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Global_Indexer.My.MySettings.Default, "Show_IndexResult", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.CheckBox2.Name = "CheckBox2"
|
||||
Me.CheckBox2.UseVisualStyleBackColor = True
|
||||
resources.ApplyResources(Me.CheckBoxIndexResult, "CheckBoxIndexResult")
|
||||
Me.CheckBoxIndexResult.Checked = True
|
||||
Me.CheckBoxIndexResult.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBoxIndexResult.Name = "CheckBoxIndexResult"
|
||||
Me.CheckBoxIndexResult.UseVisualStyleBackColor = True
|
||||
'
|
||||
'chkLogErrorsOnly
|
||||
'
|
||||
@@ -400,7 +397,7 @@ Partial Class frmConfig_Basic
|
||||
Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents btnopenlog As System.Windows.Forms.Button
|
||||
Friend WithEvents btnApplicationFolder As System.Windows.Forms.Button
|
||||
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents CheckBoxIndexResult As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents txtScanFolderWatch As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label7 As System.Windows.Forms.Label
|
||||
|
||||
Reference in New Issue
Block a user