SVN r805
SVN-Revision: r805
This commit is contained in:
@@ -675,6 +675,7 @@ namespace Lskj.PubBillSpecial
|
||||
this.splitMainControl.Panel2.Controls.Add(gridEx);
|
||||
gridEx.SearchObj.SearchGrid();
|
||||
|
||||
gridEx.ObjPanel.Height = 46;
|
||||
List<System.Windows.Forms.Control> deleteControls = new List<System.Windows.Forms.Control>();
|
||||
foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls)
|
||||
{
|
||||
@@ -690,7 +691,7 @@ namespace Lskj.PubBillSpecial
|
||||
int j = 0, x = 72;
|
||||
foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls)
|
||||
{
|
||||
item.Location = new Point(gridEx.ObjPanel.Width - x - 10, item.Location.Y);
|
||||
item.Location = new Point(gridEx.ObjPanel.Width - x - 10, (gridEx.ObjPanel.Height - item.Height) / 2);
|
||||
item.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
x += 79;
|
||||
j++;
|
||||
|
||||
Reference in New Issue
Block a user