ms
This commit is contained in:
@@ -225,6 +225,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.tsbtnPos_Refresh = New System.Windows.Forms.ToolStripButton()
|
||||
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerMain.SuspendLayout()
|
||||
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -839,7 +840,7 @@ Partial Class frmConstructor_Main
|
||||
Me.BindingNavigatorPOS.CountItem = Me.BindingNavigatorCountItem
|
||||
Me.BindingNavigatorPOS.CountItemFormat = "von {0} positions"
|
||||
Me.BindingNavigatorPOS.DeleteItem = Nothing
|
||||
Me.BindingNavigatorPOS.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.tsbtnWork, Me.tslblPoslocked})
|
||||
Me.BindingNavigatorPOS.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.tsbtnPos_Refresh, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.tsbtnWork, Me.tslblPoslocked})
|
||||
resources.ApplyResources(Me.BindingNavigatorPOS, "BindingNavigatorPOS")
|
||||
Me.BindingNavigatorPOS.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||
Me.BindingNavigatorPOS.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||
@@ -1575,6 +1576,12 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
Me.TimerClearResultfiles.Interval = 3000
|
||||
'
|
||||
'tsbtnPos_Refresh
|
||||
'
|
||||
Me.tsbtnPos_Refresh.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG
|
||||
resources.ApplyResources(Me.tsbtnPos_Refresh, "tsbtnPos_Refresh")
|
||||
Me.tsbtnPos_Refresh.Name = "tsbtnPos_Refresh"
|
||||
'
|
||||
'frmConstructor_Main
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -1846,4 +1853,5 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents tsbtnStartFulltext As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents OrdnerÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents TimerClearResultfiles As System.Windows.Forms.Timer
|
||||
Friend WithEvents tsbtnPos_Refresh As System.Windows.Forms.ToolStripButton
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user