jj 30.08
This commit is contained in:
@@ -148,6 +148,8 @@ Partial Class frmConstructor_Main
|
||||
Me.tsslblStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tsslblRecord = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tsslblWorkflowstate = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.labelLoadEntity = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.progressLoadEntity = New System.Windows.Forms.ToolStripProgressBar()
|
||||
Me.DD_ECMAdmin = New DD_Record_Organiser.DD_ECMAdmin()
|
||||
Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components)
|
||||
Me.ttToolTip = New System.Windows.Forms.ToolTip(Me.components)
|
||||
@@ -1003,7 +1005,7 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'StatusStrip_Main
|
||||
'
|
||||
Me.StatusStrip_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblStatus, Me.tsslblRecord, Me.tsslblWorkflowstate})
|
||||
Me.StatusStrip_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblStatus, Me.tsslblRecord, Me.tsslblWorkflowstate, Me.labelLoadEntity, Me.progressLoadEntity})
|
||||
resources.ApplyResources(Me.StatusStrip_Main, "StatusStrip_Main")
|
||||
Me.StatusStrip_Main.Name = "StatusStrip_Main"
|
||||
'
|
||||
@@ -1030,6 +1032,17 @@ Partial Class frmConstructor_Main
|
||||
Me.tsslblWorkflowstate.Name = "tsslblWorkflowstate"
|
||||
resources.ApplyResources(Me.tsslblWorkflowstate, "tsslblWorkflowstate")
|
||||
'
|
||||
'labelLoadEntity
|
||||
'
|
||||
Me.labelLoadEntity.Name = "labelLoadEntity"
|
||||
resources.ApplyResources(Me.labelLoadEntity, "labelLoadEntity")
|
||||
'
|
||||
'progressLoadEntity
|
||||
'
|
||||
Me.progressLoadEntity.Name = "progressLoadEntity"
|
||||
resources.ApplyResources(Me.progressLoadEntity, "progressLoadEntity")
|
||||
Me.progressLoadEntity.Style = System.Windows.Forms.ProgressBarStyle.Marquee
|
||||
'
|
||||
'DD_ECMAdmin
|
||||
'
|
||||
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
|
||||
@@ -1304,4 +1317,6 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents TSMIDisplayname As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents tstbDisplayname As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents tsmiRights As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents progressLoadEntity As System.Windows.Forms.ToolStripProgressBar
|
||||
Friend WithEvents labelLoadEntity As System.Windows.Forms.ToolStripStatusLabel
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user