MS
This commit is contained in:
@@ -221,6 +221,7 @@ Partial Class frmConstructor_Main
|
||||
Me.ToolTipController = New DevExpress.Utils.ToolTipController(Me.components)
|
||||
Me.TBPMO_RECORD_VARIANTTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_RECORD_VARIANTTableAdapter()
|
||||
Me.TimerClearResultfiles = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.BW_LoadTreeView = New System.ComponentModel.BackgroundWorker()
|
||||
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerMain.SuspendLayout()
|
||||
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -1540,6 +1541,11 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
Me.TimerClearResultfiles.Interval = 3000
|
||||
'
|
||||
'BW_LoadTreeView
|
||||
'
|
||||
Me.BW_LoadTreeView.WorkerReportsProgress = True
|
||||
Me.BW_LoadTreeView.WorkerSupportsCancellation = True
|
||||
'
|
||||
'frmConstructor_Main
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -1806,4 +1812,5 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents tstxtboxSearchNode As ToolStripTextBox
|
||||
Friend WithEvents ContextMenuStripClipboard As ContextMenuStrip
|
||||
Friend WithEvents tslblDocIDMain As ToolStripStatusLabel
|
||||
Friend WithEvents BW_LoadTreeView As System.ComponentModel.BackgroundWorker
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user