This commit is contained in:
Digital Data - Marlon Schreiber
2017-09-19 12:52:35 +02:00
parent 96c08ada63
commit 3a175d04e5
19 changed files with 3463 additions and 3039 deletions

View File

@@ -207,6 +207,7 @@ Partial Class frmConstructor_Main
Me.NavButtonHome = New DevExpress.XtraBars.Navigation.NavButton()
Me.NavButtonRefresh = New DevExpress.XtraBars.Navigation.NavButton()
Me.StatusStrip_Main = New System.Windows.Forms.StatusStrip()
Me.ContextMenuStripClipboard = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.tsslblStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.tsslblRecord = New System.Windows.Forms.ToolStripStatusLabel()
Me.tslblDocIDMain = New System.Windows.Forms.ToolStripStatusLabel()
@@ -1460,10 +1461,16 @@ Partial Class frmConstructor_Main
'
'StatusStrip_Main
'
Me.StatusStrip_Main.ContextMenuStrip = Me.ContextMenuStripClipboard
Me.StatusStrip_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblStatus, Me.tsslblRecord, Me.tslblDocIDMain, Me.tsslblWorkflowstate, Me.progressLoadEntity, Me.labelLoadEntity})
resources.ApplyResources(Me.StatusStrip_Main, "StatusStrip_Main")
Me.StatusStrip_Main.Name = "StatusStrip_Main"
'
'ContextMenuStripClipboard
'
Me.ContextMenuStripClipboard.Name = "ContextMenuStripClipboard"
resources.ApplyResources(Me.ContextMenuStripClipboard, "ContextMenuStripClipboard")
'
'tsslblStatus
'
Me.tsslblStatus.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
@@ -1794,7 +1801,6 @@ Partial Class frmConstructor_Main
Friend WithEvents statStripDoc As System.Windows.Forms.StatusStrip
Friend WithEvents tslblDocIDTab1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tslblDocViewLocked As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tslblDocIDMain As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tsVariants As System.Windows.Forms.ToolStrip
Friend WithEvents tslblVariantsCount As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripSeparator23 As System.Windows.Forms.ToolStripSeparator
@@ -1852,4 +1858,6 @@ Partial Class frmConstructor_Main
Friend WithEvents TimerClearResultfiles As System.Windows.Forms.Timer
Friend WithEvents tsbtnPos_Refresh As System.Windows.Forms.ToolStripButton
Friend WithEvents tstxtboxSearchNode As ToolStripTextBox
Friend WithEvents ContextMenuStripClipboard As ContextMenuStrip
Friend WithEvents tslblDocIDMain As ToolStripStatusLabel
End Class