소스 검색

显示测量过程信息

wb_han 4 년 전
부모
커밋
efe46e9a7e
2개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 9
      HOZProject/UnitControl.csproj
  2. 0 9
      HOZProject/UserControls/UControl_CutHole.cs

+ 0 - 9
HOZProject/UnitControl.csproj

@@ -103,12 +103,6 @@
     <Compile Include="UserControls\UControl_ParaInfo.Designer.cs">
       <DependentUpon>UControl_ParaInfo.cs</DependentUpon>
     </Compile>
-    <Compile Include="UserControls\UControl_Process.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
-    <Compile Include="UserControls\UControl_Process.Designer.cs">
-      <DependentUpon>UControl_Process.cs</DependentUpon>
-    </Compile>
     <Compile Include="UserControls\UCTimeLine.cs">
       <SubType>UserControl</SubType>
     </Compile>
@@ -149,9 +143,6 @@
     <EmbeddedResource Include="UserControls\UControl_ParaInfo.resx">
       <DependentUpon>UControl_ParaInfo.cs</DependentUpon>
     </EmbeddedResource>
-    <EmbeddedResource Include="UserControls\UControl_Process.resx">
-      <DependentUpon>UControl_Process.cs</DependentUpon>
-    </EmbeddedResource>
     <EmbeddedResource Include="UserControls\UCTimeLine.resx">
       <DependentUpon>UCTimeLine.cs</DependentUpon>
     </EmbeddedResource>

+ 0 - 9
HOZProject/UserControls/UControl_CutHole.cs

@@ -40,15 +40,6 @@ namespace HOZProject
 
         private void tsShowProcess_Click(object sender, EventArgs e)
         {
-            //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;
         }
 
         private void tsShowParaInfo_Click(object sender, EventArgs e)