|
@@ -1,13 +1,7 @@
|
|
|
using System;
|
|
|
-using System.Collections.Generic;
|
|
|
-using System.ComponentModel;
|
|
|
-using System.Data;
|
|
|
-using System.Drawing;
|
|
|
-using System.Linq;
|
|
|
-using System.Text;
|
|
|
-using System.Threading.Tasks;
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
+
|
|
|
namespace OTSSysMgrApp
|
|
|
{
|
|
|
public partial class RecommendedConfiguration : Form
|
|
@@ -25,7 +19,7 @@ namespace OTSSysMgrApp
|
|
|
{
|
|
|
richTextBox_RecommendedConfiguration.Text = " SEM EDS x轴正方向 y轴正方向 100倍下屏幕宽度 分辨率\n";
|
|
|
richTextBox_RecommendedConfiguration.Text += " FEI Oxford 向右为正 向上为正 1270(Polaroid) 1024*704\n";
|
|
|
- richTextBox_RecommendedConfiguration.Text += " Bluke 向右为正 向上为正 1270(Polaroid) 1024*768\n";
|
|
|
+ richTextBox_RecommendedConfiguration.Text += " Bluke 向右为正 向上为正 1270(Polaroid) 1536*1024\n";
|
|
|
richTextBox_RecommendedConfiguration.Text += " FEI 向右为正 向上为正 1270(Polaroid) 1536*1024\n";
|
|
|
richTextBox_RecommendedConfiguration.Text += " Zeiss Oxford 向左为正 向下为正 1142(Polaroid) 1024*768\n";
|
|
|
richTextBox_RecommendedConfiguration.Text += " Bluke 向左为正 向下为正 1142(Polaroid) 1024*768\n";
|