|
@@ -42,13 +42,13 @@ namespace HOZProject
|
|
|
{
|
|
|
//ClearProcessControls();
|
|
|
//显示检测过程信息
|
|
|
- UControl_Process uControl_Process = new UControl_Process(FormHOZMainObject);
|
|
|
- FormHOZMainObject.plPrarInfo.Width = uControl_Process.Width;
|
|
|
- FormHOZMainObject.plPrarInfo.Height = uControl_Process.Height;
|
|
|
- uControl_Process.Dock = DockStyle.Fill;
|
|
|
- FormHOZMainObject.plPrarInfo.Location = uControl_Process.Location;
|
|
|
- FormHOZMainObject.plPrarInfo.Controls.Add(uControl_Process);
|
|
|
- FormHOZMainObject.plPrarInfo.Visible = true;
|
|
|
+ //UControl_Process uControl_Process = new UControl_Process(FormHOZMainObject);
|
|
|
+ //FormHOZMainObject.plPrarInfo.Width = uControl_Process.Width;
|
|
|
+ //FormHOZMainObject.plPrarInfo.Height = uControl_Process.Height;
|
|
|
+ //uControl_Process.Dock = DockStyle.Fill;
|
|
|
+ //FormHOZMainObject.plPrarInfo.Location = uControl_Process.Location;
|
|
|
+ //FormHOZMainObject.plPrarInfo.Controls.Add(uControl_Process);
|
|
|
+ //FormHOZMainObject.plPrarInfo.Visible = true;
|
|
|
}
|
|
|
|
|
|
private void tsShowParaInfo_Click(object sender, EventArgs e)
|