Pārlūkot izejas kodu

remove the reference of report machine (RM)

gsp 3 gadi atpakaļ
vecāks
revīzija
8510cdf504

+ 1 - 1
OTSIncAMeasureApp/0-OTSModel/Measure/BSEPicData/BSEImgFileMgr.cs

@@ -62,7 +62,7 @@ namespace OTSModelSharp
 
         public   String BMP_IMG_FILE_EXT = ".bmp";
 
-        System.Drawing.Size rect = new System.Drawing.Size();
+        //System.Drawing.Size rect = new System.Drawing.Size();
 
         public String BSE_IMG_FILE_FILTER = "BSE image Files (*.img)|*.img||";
 

+ 2 - 2
OTSIncAMeasureApp/5-OTSMeasureStatuImageFun/OTSMeasureStatusWindow.cs

@@ -92,8 +92,8 @@ namespace OTSMeasureApp
         #region 在右下角状态栏中显示鼠标当前位置所需要的参数
         double dPositionX = 0;
         double dPositionY = 0;
-        double dPositionR = 0;
-        double Magnification = 0;
+        //double dPositionR = 0;
+        //double Magnification = 0;
         int FieldWitdh = 0;
         double FieldHeight = 0;
         #endregion

+ 5 - 5
OTSIncAMeasureApp/7-OTSProgMgrInfo/Stage/DlgStageMgr.cs

@@ -31,7 +31,7 @@ namespace OTSModelSharp.Measure.GetStageInfo
         bool m_bShowFlag;
 
         // boundary
-        CDomain m_poBourary;
+        //CDomain m_poBourary;
 
         
         const int LTGRAY_BRUSH = 1;
@@ -468,10 +468,10 @@ namespace OTSModelSharp.Measure.GetStageInfo
         }
 
         // boundary
-        public CDomain GetBoundary()
-        {
-            return m_poBourary;
-        }
+        //public CDomain GetBoundary()
+        //{
+        //    return m_poBourary;
+        //}
 
         public Brush SelectObject(Brush pBrush)
         {

+ 2 - 2
OTSIncAMeasureApp/OTSPeriodicTable/OTSPeriodicTableForm.cs

@@ -15,7 +15,7 @@ namespace OTSPeriodicTable
         public List<Periodic> m_List_Periodic;
 
         //是否点击了确定按钮
-        private bool m_isOK = false;
+        //private bool m_isOK = false;
         #endregion
 
         #region 构造函数和窗体加载
@@ -184,7 +184,7 @@ namespace OTSPeriodicTable
         private void button1_Click(object sender, EventArgs e)
         {
             SelectPeriodicToList();
-            m_isOK = true;
+            //m_isOK = true;
             this.DialogResult = DialogResult.OK;
             this.Close();
         }

+ 0 - 8
OTSIncAReportApp/OTSIncAReportApp.csproj

@@ -253,14 +253,6 @@
       <HintPath>..\Bin\x64\Debug\OTS.WinFormsUI.Docking.dll</HintPath>
     </Reference>
     <Reference Include="PresentationCore" />
-    <Reference Include="RM.Interop.ReportMachine">
-      <HintPath>..\Bin\x64\CleannessRelease\RM.Interop.ReportMachine.dll</HintPath>
-      <EmbedInteropTypes>True</EmbedInteropTypes>
-    </Reference>
-    <Reference Include="RM.ReportEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\Bin\x64\Debug\RM.ReportEngine.dll</HintPath>
-    </Reference>
     <Reference Include="SourceGrid, Version=4.40.7083.30975, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>