|
@@ -523,11 +523,11 @@ namespace HOZProject
|
|
|
}
|
|
|
m_FormInit.StartPosition = FormStartPosition.CenterScreen;
|
|
|
m_FormInit.FormBorderStyle = FormBorderStyle.None;
|
|
|
- m_FormInit.Width = uControl_Init.Width + 2;
|
|
|
- m_FormInit.Height = uControl_Init.Height + 2;
|
|
|
+ m_FormInit.Width = uControl_Init.Width + 8;
|
|
|
+ m_FormInit.Height = uControl_Init.Height + 8;
|
|
|
if (m_FormInit.Controls.Count == 0)
|
|
|
{
|
|
|
- uControl_Init.Location = new Point(1,1);
|
|
|
+ uControl_Init.Location = new Point(4,4);
|
|
|
m_FormInit.Controls.Add(uControl_Init);
|
|
|
|
|
|
}
|