MS_0612
This commit is contained in:
@@ -227,7 +227,6 @@ Partial Class frmConstructor_Main
|
||||
Me.TabDetails.SuspendLayout()
|
||||
CType(Me.SplitContainerDetails, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerDetails.SuspendLayout()
|
||||
Me.pnlDocFill.SuspendLayout()
|
||||
Me.statStripDoc.SuspendLayout()
|
||||
Me.ToolStripEdit.SuspendLayout()
|
||||
Me.TabWindream.SuspendLayout()
|
||||
@@ -642,9 +641,10 @@ Partial Class frmConstructor_Main
|
||||
Me.SplitContainerDetails.Name = "SplitContainerDetails"
|
||||
Me.SplitContainerDetails.Panel1.Controls.Add(Me.pnlDetails)
|
||||
resources.ApplyResources(Me.SplitContainerDetails.Panel1, "SplitContainerDetails.Panel1")
|
||||
Me.SplitContainerDetails.Panel2.Controls.Add(Me.pnlDocFill)
|
||||
Me.SplitContainerDetails.Panel2.Controls.Add(Me.pnlDocToolStrip)
|
||||
resources.ApplyResources(Me.SplitContainerDetails.Panel2, "SplitContainerDetails.Panel2")
|
||||
Me.SplitContainerDetails.Panel2.Controls.Add(Me.pnlDocFill)
|
||||
Me.SplitContainerDetails.Panel2.Controls.Add(Me.statStripDoc)
|
||||
Me.SplitContainerDetails.Panel2.Controls.Add(Me.pnlDocToolStrip)
|
||||
Me.SplitContainerDetails.SplitterPosition = 786
|
||||
'
|
||||
'pnlDetails
|
||||
@@ -655,7 +655,6 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'pnlDocFill
|
||||
'
|
||||
Me.pnlDocFill.Controls.Add(Me.statStripDoc)
|
||||
resources.ApplyResources(Me.pnlDocFill, "pnlDocFill")
|
||||
Me.pnlDocFill.Name = "pnlDocFill"
|
||||
'
|
||||
@@ -1535,8 +1534,6 @@ Partial Class frmConstructor_Main
|
||||
Me.TabDetails.PerformLayout()
|
||||
CType(Me.SplitContainerDetails, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerDetails.ResumeLayout(False)
|
||||
Me.pnlDocFill.ResumeLayout(False)
|
||||
Me.pnlDocFill.PerformLayout()
|
||||
Me.statStripDoc.ResumeLayout(False)
|
||||
Me.statStripDoc.PerformLayout()
|
||||
Me.ToolStripEdit.ResumeLayout(False)
|
||||
@@ -1581,9 +1578,9 @@ Partial Class frmConstructor_Main
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_FILES_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
End Sub
|
||||
Friend WithEvents NavPane As DevExpress.XtraBars.Navigation.TileNavPane
|
||||
Friend WithEvents NavButtonHome As DevExpress.XtraBars.Navigation.NavButton
|
||||
Friend WithEvents StatusStrip_Main As System.Windows.Forms.StatusStrip
|
||||
@@ -1734,7 +1731,6 @@ End Sub
|
||||
Friend WithEvents docCMEntityWideSearch As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents ToolStripSeparator20 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents pnlDocToolStrip As System.Windows.Forms.Panel
|
||||
Friend WithEvents pnlDocFill As System.Windows.Forms.Panel
|
||||
Friend WithEvents statStripDoc As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents tslblDocIDTab1 As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents tslblDocViewLocked As System.Windows.Forms.ToolStripStatusLabel
|
||||
@@ -1768,4 +1764,5 @@ End Sub
|
||||
Friend WithEvents tsbtnPanel1Collapse As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents ToolStripSeparator21 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents ToolStripSeparator22 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents pnlDocFill As System.Windows.Forms.Panel
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user