فهرست منبع

添加硬件功能测试主界面

wb_han 5 سال پیش
والد
کامیت
251834c93d

+ 3 - 3
AutoDo/App.config

@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
 <configuration>
     <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
     </startup>
-</configuration>
+</configuration>

+ 3 - 1
AutoDo/AutoDo.csproj

@@ -8,10 +8,11 @@
     <OutputType>WinExe</OutputType>
     <RootNamespace>AutoDo</RootNamespace>
     <AssemblyName>AutoDo</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -62,6 +63,7 @@
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
+      <DesignTime>True</DesignTime>
     </Compile>
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>

+ 26 - 34
AutoDo/Properties/Resources.Designer.cs

@@ -1,69 +1,61 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     此代码由工具生成。
-//     运行时版本: 4.0.30319.42000
+//     运行时版本:4.0.30319.42000
 //
-//     对此文件的更改可能导致不正确的行为,如果
-//     重新生成代码,则所做更改将丢失。
+//     对此文件的更改可能导致不正确的行为,并且如果
+//     重新生成代码,这些更改将会丢失。
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace AutoDo.Properties
-{
-
-
+namespace AutoDo.Properties {
+    using System;
+    
+    
     /// <summary>
-    ///   强类型资源类,用于查找本地化字符串等。
+    ///   一个强类型资源类,用于查找本地化字符串等。
     /// </summary>
     // 此类是由 StronglyTypedResourceBuilder
     // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
-    // 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
+    // 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
     // (以 /str 作为命令选项),或重新生成 VS 项目。
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    internal class Resources
-    {
-
+    internal class Resources {
+        
         private static global::System.Resources.ResourceManager resourceMan;
-
+        
         private static global::System.Globalization.CultureInfo resourceCulture;
-
+        
         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
-        internal Resources()
-        {
+        internal Resources() {
         }
-
+        
         /// <summary>
-        ///   返回此类使用的缓存 ResourceManager 实例。
+        ///   返回此类使用的缓存 ResourceManager 实例。
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Resources.ResourceManager ResourceManager
-        {
-            get
-            {
-                if ((resourceMan == null))
-                {
+        internal static global::System.Resources.ResourceManager ResourceManager {
+            get {
+                if (object.ReferenceEquals(resourceMan, null)) {
                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AutoDo.Properties.Resources", typeof(Resources).Assembly);
                     resourceMan = temp;
                 }
                 return resourceMan;
             }
         }
-
+        
         /// <summary>
-        ///   覆盖当前线程的 CurrentUICulture 属性
-        ///   使用此强类型的资源类的资源查找
+        ///   重写当前线程的 CurrentUICulture 属性
+        ///   重写当前线程的 CurrentUICulture 属性
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Globalization.CultureInfo Culture
-        {
-            get
-            {
+        internal static global::System.Globalization.CultureInfo Culture {
+            get {
                 return resourceCulture;
             }
-            set
-            {
+            set {
                 resourceCulture = value;
             }
         }

+ 13 - 17
AutoDo/Properties/Settings.Designer.cs

@@ -1,28 +1,24 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.42000
+//     此代码由工具生成。
+//     运行时版本:4.0.30319.42000
 //
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
+//     对此文件的更改可能会导致不正确的行为,并且如果
+//     重新生成代码,这些更改将会丢失。
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace AutoDo.Properties
-{
-
-
+namespace AutoDo.Properties {
+    
+    
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
-    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
-    {
-
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+        
         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
-        public static Settings Default
-        {
-            get
-            {
+        
+        public static Settings Default {
+            get {
                 return defaultInstance;
             }
         }

+ 2 - 1
DBManager/DBManager.csproj

@@ -9,9 +9,10 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>DBManager</RootNamespace>
     <AssemblyName>DBManager</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 2 - 1
FileManager/FileManager.csproj

@@ -9,9 +9,10 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>FileManager</RootNamespace>
     <AssemblyName>FileManager</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 3 - 3
HOZProject/App.config

@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
 <configuration>
     <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
     </startup>
-</configuration>
+</configuration>

+ 1929 - 0
HOZProject/FormUCMain.Designer.cs

@@ -0,0 +1,1929 @@
+namespace HOZProject
+{
+    partial class FormUCMain
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.pichide = new System.Windows.Forms.PictureBox();
+            this.picexit = new System.Windows.Forms.PictureBox();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.btnenlargeSet = new System.Windows.Forms.Button();
+            this.txtenlarge = new System.Windows.Forms.TextBox();
+            this.lblFocus = new System.Windows.Forms.Label();
+            this.btnenlargeGet = new System.Windows.Forms.Button();
+            this.panel2 = new System.Windows.Forms.Panel();
+            this.btnBrightnessSet = new System.Windows.Forms.Button();
+            this.txtBrightness = new System.Windows.Forms.TextBox();
+            this.label1 = new System.Windows.Forms.Label();
+            this.btnBrightnessGet = new System.Windows.Forms.Button();
+            this.panel3 = new System.Windows.Forms.Panel();
+            this.btnTiltAngleSet = new System.Windows.Forms.Button();
+            this.txtTiltAngle = new System.Windows.Forms.TextBox();
+            this.label2 = new System.Windows.Forms.Label();
+            this.btnTiltAngleGet = new System.Windows.Forms.Button();
+            this.panel4 = new System.Windows.Forms.Panel();
+            this.btnAstigmatismXSet = new System.Windows.Forms.Button();
+            this.txtAstigmatismXS = new System.Windows.Forms.TextBox();
+            this.label3 = new System.Windows.Forms.Label();
+            this.btnAstigmatismXGet = new System.Windows.Forms.Button();
+            this.panel5 = new System.Windows.Forms.Panel();
+            this.txtPixelSize = new System.Windows.Forms.TextBox();
+            this.label4 = new System.Windows.Forms.Label();
+            this.btnPixelSizeGet = new System.Windows.Forms.Button();
+            this.panel8 = new System.Windows.Forms.Panel();
+            this.btnAstigmatismYSet = new System.Windows.Forms.Button();
+            this.txtAstigmatismY = new System.Windows.Forms.TextBox();
+            this.label6 = new System.Windows.Forms.Label();
+            this.btnAstigmatismYGet = new System.Windows.Forms.Button();
+            this.panel9 = new System.Windows.Forms.Panel();
+            this.btnScanRotationSet = new System.Windows.Forms.Button();
+            this.txtScanRotation = new System.Windows.Forms.TextBox();
+            this.label7 = new System.Windows.Forms.Label();
+            this.btnScanRotationGet = new System.Windows.Forms.Button();
+            this.panel10 = new System.Windows.Forms.Panel();
+            this.btnContrastSet = new System.Windows.Forms.Button();
+            this.txtContrast = new System.Windows.Forms.TextBox();
+            this.label8 = new System.Windows.Forms.Label();
+            this.btnContrastGet = new System.Windows.Forms.Button();
+            this.panel11 = new System.Windows.Forms.Panel();
+            this.btnWDSet = new System.Windows.Forms.Button();
+            this.txtWD = new System.Windows.Forms.TextBox();
+            this.label9 = new System.Windows.Forms.Label();
+            this.btnWDGet = new System.Windows.Forms.Button();
+            this.panel7 = new System.Windows.Forms.Panel();
+            this.btnStageSetM = new System.Windows.Forms.Button();
+            this.txtStageM = new System.Windows.Forms.TextBox();
+            this.label5 = new System.Windows.Forms.Label();
+            this.btnStageGetM = new System.Windows.Forms.Button();
+            this.panel12 = new System.Windows.Forms.Panel();
+            this.btnStageSetR = new System.Windows.Forms.Button();
+            this.txtStageR = new System.Windows.Forms.TextBox();
+            this.label10 = new System.Windows.Forms.Label();
+            this.btnStageGetR = new System.Windows.Forms.Button();
+            this.panel13 = new System.Windows.Forms.Panel();
+            this.btnStageSetT = new System.Windows.Forms.Button();
+            this.txtStageT = new System.Windows.Forms.TextBox();
+            this.label11 = new System.Windows.Forms.Label();
+            this.btnStageGetT = new System.Windows.Forms.Button();
+            this.panel14 = new System.Windows.Forms.Panel();
+            this.btnStageSetZ = new System.Windows.Forms.Button();
+            this.txtStageZ = new System.Windows.Forms.TextBox();
+            this.label12 = new System.Windows.Forms.Label();
+            this.btnStageGetZ = new System.Windows.Forms.Button();
+            this.panel15 = new System.Windows.Forms.Panel();
+            this.btnStageSetY = new System.Windows.Forms.Button();
+            this.txtStageY = new System.Windows.Forms.TextBox();
+            this.label13 = new System.Windows.Forms.Label();
+            this.btnStageGetY = new System.Windows.Forms.Button();
+            this.panel16 = new System.Windows.Forms.Panel();
+            this.btnStageSetX = new System.Windows.Forms.Button();
+            this.txtStageX = new System.Windows.Forms.TextBox();
+            this.label14 = new System.Windows.Forms.Label();
+            this.btnStageGetX = new System.Windows.Forms.Button();
+            this.label15 = new System.Windows.Forms.Label();
+            this.label22 = new System.Windows.Forms.Label();
+            this.label23 = new System.Windows.Forms.Label();
+            this.label24 = new System.Windows.Forms.Label();
+            this.pictureBox1 = new System.Windows.Forms.PictureBox();
+            this.button13 = new System.Windows.Forms.Button();
+            this.button14 = new System.Windows.Forms.Button();
+            this.button15 = new System.Windows.Forms.Button();
+            this.button16 = new System.Windows.Forms.Button();
+            this.btnGetStagePosition = new System.Windows.Forms.Button();
+            this.pbHT = new System.Windows.Forms.PictureBox();
+            this.lblState = new System.Windows.Forms.Label();
+            this.panel6 = new System.Windows.Forms.Panel();
+            this.button1 = new System.Windows.Forms.Button();
+            this.comboBox1 = new System.Windows.Forms.ComboBox();
+            this.label17 = new System.Windows.Forms.Label();
+            this.panel20 = new System.Windows.Forms.Panel();
+            this.button3 = new System.Windows.Forms.Button();
+            this.textBox3 = new System.Windows.Forms.TextBox();
+            this.label20 = new System.Windows.Forms.Label();
+            this.button4 = new System.Windows.Forms.Button();
+            this.panel17 = new System.Windows.Forms.Panel();
+            this.button6 = new System.Windows.Forms.Button();
+            this.button5 = new System.Windows.Forms.Button();
+            this.textBox1 = new System.Windows.Forms.TextBox();
+            this.label16 = new System.Windows.Forms.Label();
+            this.panel18 = new System.Windows.Forms.Panel();
+            this.button2 = new System.Windows.Forms.Button();
+            this.button7 = new System.Windows.Forms.Button();
+            this.textBox2 = new System.Windows.Forms.TextBox();
+            this.label18 = new System.Windows.Forms.Label();
+            this.panel19 = new System.Windows.Forms.Panel();
+            this.button8 = new System.Windows.Forms.Button();
+            this.comboBox2 = new System.Windows.Forms.ComboBox();
+            this.label19 = new System.Windows.Forms.Label();
+            this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.button9 = new System.Windows.Forms.Button();
+            this.textBox5 = new System.Windows.Forms.TextBox();
+            this.label25 = new System.Windows.Forms.Label();
+            this.textBox4 = new System.Windows.Forms.TextBox();
+            this.label21 = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();
+            this.panel1.SuspendLayout();
+            this.panel2.SuspendLayout();
+            this.panel3.SuspendLayout();
+            this.panel4.SuspendLayout();
+            this.panel5.SuspendLayout();
+            this.panel8.SuspendLayout();
+            this.panel9.SuspendLayout();
+            this.panel10.SuspendLayout();
+            this.panel11.SuspendLayout();
+            this.panel7.SuspendLayout();
+            this.panel12.SuspendLayout();
+            this.panel13.SuspendLayout();
+            this.panel14.SuspendLayout();
+            this.panel15.SuspendLayout();
+            this.panel16.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pbHT)).BeginInit();
+            this.panel6.SuspendLayout();
+            this.panel20.SuspendLayout();
+            this.panel17.SuspendLayout();
+            this.panel18.SuspendLayout();
+            this.panel19.SuspendLayout();
+            this.groupBox1.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // pichide
+            // 
+            this.pichide.BackColor = System.Drawing.Color.Transparent;
+            this.pichide.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.pichide.Image = global::HOZProject.Properties.Resources.Min_Gray;
+            this.pichide.Location = new System.Drawing.Point(985, 9);
+            this.pichide.Margin = new System.Windows.Forms.Padding(4);
+            this.pichide.Name = "pichide";
+            this.pichide.Size = new System.Drawing.Size(13, 13);
+            this.pichide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.pichide.TabIndex = 56;
+            this.pichide.TabStop = false;
+            this.pichide.Click += new System.EventHandler(this.pichide_Click);
+            this.pichide.MouseEnter += new System.EventHandler(this.pichide_MouseEnter);
+            this.pichide.MouseLeave += new System.EventHandler(this.pichide_MouseLeave);
+            // 
+            // picexit
+            // 
+            this.picexit.BackColor = System.Drawing.Color.Transparent;
+            this.picexit.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.picexit.Image = global::HOZProject.Properties.Resources.exit_Gray;
+            this.picexit.Location = new System.Drawing.Point(1001, 9);
+            this.picexit.Margin = new System.Windows.Forms.Padding(4);
+            this.picexit.Name = "picexit";
+            this.picexit.Size = new System.Drawing.Size(13, 13);
+            this.picexit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picexit.TabIndex = 55;
+            this.picexit.TabStop = false;
+            this.picexit.Click += new System.EventHandler(this.picexit_Click);
+            this.picexit.MouseEnter += new System.EventHandler(this.picexit_MouseEnter);
+            this.picexit.MouseLeave += new System.EventHandler(this.picexit_MouseLeave);
+            // 
+            // panel1
+            // 
+            this.panel1.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel1.Controls.Add(this.btnenlargeSet);
+            this.panel1.Controls.Add(this.txtenlarge);
+            this.panel1.Controls.Add(this.lblFocus);
+            this.panel1.Controls.Add(this.btnenlargeGet);
+            this.panel1.Location = new System.Drawing.Point(30, 186);
+            this.panel1.Margin = new System.Windows.Forms.Padding(2);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(183, 30);
+            this.panel1.TabIndex = 58;
+            // 
+            // btnenlargeSet
+            // 
+            this.btnenlargeSet.BackColor = System.Drawing.Color.White;
+            this.btnenlargeSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnenlargeSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnenlargeSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnenlargeSet.ForeColor = System.Drawing.Color.Black;
+            this.btnenlargeSet.Location = new System.Drawing.Point(149, 3);
+            this.btnenlargeSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnenlargeSet.Name = "btnenlargeSet";
+            this.btnenlargeSet.Size = new System.Drawing.Size(32, 24);
+            this.btnenlargeSet.TabIndex = 60;
+            this.btnenlargeSet.TabStop = false;
+            this.btnenlargeSet.Text = "写";
+            this.btnenlargeSet.UseVisualStyleBackColor = false;
+            // 
+            // txtenlarge
+            // 
+            this.txtenlarge.Location = new System.Drawing.Point(38, 5);
+            this.txtenlarge.Margin = new System.Windows.Forms.Padding(2);
+            this.txtenlarge.Name = "txtenlarge";
+            this.txtenlarge.Size = new System.Drawing.Size(77, 21);
+            this.txtenlarge.TabIndex = 59;
+            // 
+            // lblFocus
+            // 
+            this.lblFocus.AutoSize = true;
+            this.lblFocus.BackColor = System.Drawing.Color.Transparent;
+            this.lblFocus.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblFocus.Location = new System.Drawing.Point(3, 9);
+            this.lblFocus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.lblFocus.Name = "lblFocus";
+            this.lblFocus.Size = new System.Drawing.Size(33, 13);
+            this.lblFocus.TabIndex = 59;
+            this.lblFocus.Text = "缩放";
+            // 
+            // btnenlargeGet
+            // 
+            this.btnenlargeGet.BackColor = System.Drawing.Color.Black;
+            this.btnenlargeGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnenlargeGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnenlargeGet.Font = new System.Drawing.Font("宋体", 9F);
+            this.btnenlargeGet.ForeColor = System.Drawing.Color.White;
+            this.btnenlargeGet.Location = new System.Drawing.Point(119, 3);
+            this.btnenlargeGet.Margin = new System.Windows.Forms.Padding(0);
+            this.btnenlargeGet.Name = "btnenlargeGet";
+            this.btnenlargeGet.Size = new System.Drawing.Size(32, 24);
+            this.btnenlargeGet.TabIndex = 59;
+            this.btnenlargeGet.TabStop = false;
+            this.btnenlargeGet.Text = "读";
+            this.btnenlargeGet.UseVisualStyleBackColor = false;
+            // 
+            // panel2
+            // 
+            this.panel2.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel2.Controls.Add(this.btnBrightnessSet);
+            this.panel2.Controls.Add(this.txtBrightness);
+            this.panel2.Controls.Add(this.label1);
+            this.panel2.Controls.Add(this.btnBrightnessGet);
+            this.panel2.Location = new System.Drawing.Point(223, 186);
+            this.panel2.Margin = new System.Windows.Forms.Padding(2);
+            this.panel2.Name = "panel2";
+            this.panel2.Size = new System.Drawing.Size(183, 30);
+            this.panel2.TabIndex = 58;
+            // 
+            // btnBrightnessSet
+            // 
+            this.btnBrightnessSet.BackColor = System.Drawing.Color.White;
+            this.btnBrightnessSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnBrightnessSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnBrightnessSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnBrightnessSet.ForeColor = System.Drawing.Color.Black;
+            this.btnBrightnessSet.Location = new System.Drawing.Point(149, 3);
+            this.btnBrightnessSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnBrightnessSet.Name = "btnBrightnessSet";
+            this.btnBrightnessSet.Size = new System.Drawing.Size(32, 24);
+            this.btnBrightnessSet.TabIndex = 60;
+            this.btnBrightnessSet.TabStop = false;
+            this.btnBrightnessSet.Text = "写";
+            this.btnBrightnessSet.UseVisualStyleBackColor = false;
+            // 
+            // txtBrightness
+            // 
+            this.txtBrightness.Location = new System.Drawing.Point(38, 5);
+            this.txtBrightness.Margin = new System.Windows.Forms.Padding(2);
+            this.txtBrightness.Name = "txtBrightness";
+            this.txtBrightness.Size = new System.Drawing.Size(77, 21);
+            this.txtBrightness.TabIndex = 59;
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.BackColor = System.Drawing.Color.Transparent;
+            this.label1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label1.Location = new System.Drawing.Point(3, 9);
+            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(33, 13);
+            this.label1.TabIndex = 59;
+            this.label1.Text = "亮度";
+            // 
+            // btnBrightnessGet
+            // 
+            this.btnBrightnessGet.BackColor = System.Drawing.Color.Black;
+            this.btnBrightnessGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnBrightnessGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnBrightnessGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnBrightnessGet.ForeColor = System.Drawing.Color.White;
+            this.btnBrightnessGet.Location = new System.Drawing.Point(119, 3);
+            this.btnBrightnessGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnBrightnessGet.Name = "btnBrightnessGet";
+            this.btnBrightnessGet.Size = new System.Drawing.Size(32, 24);
+            this.btnBrightnessGet.TabIndex = 59;
+            this.btnBrightnessGet.TabStop = false;
+            this.btnBrightnessGet.Text = "读";
+            this.btnBrightnessGet.UseVisualStyleBackColor = false;
+            // 
+            // panel3
+            // 
+            this.panel3.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel3.Controls.Add(this.btnTiltAngleSet);
+            this.panel3.Controls.Add(this.txtTiltAngle);
+            this.panel3.Controls.Add(this.label2);
+            this.panel3.Controls.Add(this.btnTiltAngleGet);
+            this.panel3.Location = new System.Drawing.Point(416, 186);
+            this.panel3.Margin = new System.Windows.Forms.Padding(2);
+            this.panel3.Name = "panel3";
+            this.panel3.Size = new System.Drawing.Size(183, 30);
+            this.panel3.TabIndex = 58;
+            // 
+            // btnTiltAngleSet
+            // 
+            this.btnTiltAngleSet.BackColor = System.Drawing.Color.White;
+            this.btnTiltAngleSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnTiltAngleSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnTiltAngleSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnTiltAngleSet.ForeColor = System.Drawing.Color.Black;
+            this.btnTiltAngleSet.Location = new System.Drawing.Point(149, 3);
+            this.btnTiltAngleSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnTiltAngleSet.Name = "btnTiltAngleSet";
+            this.btnTiltAngleSet.Size = new System.Drawing.Size(32, 24);
+            this.btnTiltAngleSet.TabIndex = 60;
+            this.btnTiltAngleSet.TabStop = false;
+            this.btnTiltAngleSet.Text = "写";
+            this.btnTiltAngleSet.UseVisualStyleBackColor = false;
+            // 
+            // txtTiltAngle
+            // 
+            this.txtTiltAngle.Location = new System.Drawing.Point(59, 5);
+            this.txtTiltAngle.Margin = new System.Windows.Forms.Padding(2);
+            this.txtTiltAngle.Name = "txtTiltAngle";
+            this.txtTiltAngle.Size = new System.Drawing.Size(56, 21);
+            this.txtTiltAngle.TabIndex = 59;
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.BackColor = System.Drawing.Color.Transparent;
+            this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label2.Location = new System.Drawing.Point(3, 9);
+            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(59, 13);
+            this.label2.TabIndex = 59;
+            this.label2.Text = "倾斜矫正";
+            // 
+            // btnTiltAngleGet
+            // 
+            this.btnTiltAngleGet.BackColor = System.Drawing.Color.Black;
+            this.btnTiltAngleGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnTiltAngleGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnTiltAngleGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnTiltAngleGet.ForeColor = System.Drawing.Color.White;
+            this.btnTiltAngleGet.Location = new System.Drawing.Point(119, 3);
+            this.btnTiltAngleGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnTiltAngleGet.Name = "btnTiltAngleGet";
+            this.btnTiltAngleGet.Size = new System.Drawing.Size(32, 24);
+            this.btnTiltAngleGet.TabIndex = 59;
+            this.btnTiltAngleGet.TabStop = false;
+            this.btnTiltAngleGet.Text = "读";
+            this.btnTiltAngleGet.UseVisualStyleBackColor = false;
+            // 
+            // panel4
+            // 
+            this.panel4.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel4.Controls.Add(this.btnAstigmatismXSet);
+            this.panel4.Controls.Add(this.txtAstigmatismXS);
+            this.panel4.Controls.Add(this.label3);
+            this.panel4.Controls.Add(this.btnAstigmatismXGet);
+            this.panel4.Location = new System.Drawing.Point(609, 186);
+            this.panel4.Margin = new System.Windows.Forms.Padding(2);
+            this.panel4.Name = "panel4";
+            this.panel4.Size = new System.Drawing.Size(183, 30);
+            this.panel4.TabIndex = 58;
+            // 
+            // btnAstigmatismXSet
+            // 
+            this.btnAstigmatismXSet.BackColor = System.Drawing.Color.White;
+            this.btnAstigmatismXSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnAstigmatismXSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnAstigmatismXSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnAstigmatismXSet.ForeColor = System.Drawing.Color.Black;
+            this.btnAstigmatismXSet.Location = new System.Drawing.Point(149, 3);
+            this.btnAstigmatismXSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnAstigmatismXSet.Name = "btnAstigmatismXSet";
+            this.btnAstigmatismXSet.Size = new System.Drawing.Size(32, 24);
+            this.btnAstigmatismXSet.TabIndex = 60;
+            this.btnAstigmatismXSet.TabStop = false;
+            this.btnAstigmatismXSet.Text = "写";
+            this.btnAstigmatismXSet.UseVisualStyleBackColor = false;
+            // 
+            // txtAstigmatismXS
+            // 
+            this.txtAstigmatismXS.Location = new System.Drawing.Point(60, 5);
+            this.txtAstigmatismXS.Margin = new System.Windows.Forms.Padding(2);
+            this.txtAstigmatismXS.Name = "txtAstigmatismXS";
+            this.txtAstigmatismXS.Size = new System.Drawing.Size(55, 21);
+            this.txtAstigmatismXS.TabIndex = 59;
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.BackColor = System.Drawing.Color.Transparent;
+            this.label3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label3.Location = new System.Drawing.Point(3, 9);
+            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(53, 13);
+            this.label3.TabIndex = 59;
+            this.label3.Text = "消像散X";
+            // 
+            // btnAstigmatismXGet
+            // 
+            this.btnAstigmatismXGet.BackColor = System.Drawing.Color.Black;
+            this.btnAstigmatismXGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnAstigmatismXGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnAstigmatismXGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnAstigmatismXGet.ForeColor = System.Drawing.Color.White;
+            this.btnAstigmatismXGet.Location = new System.Drawing.Point(119, 3);
+            this.btnAstigmatismXGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnAstigmatismXGet.Name = "btnAstigmatismXGet";
+            this.btnAstigmatismXGet.Size = new System.Drawing.Size(32, 24);
+            this.btnAstigmatismXGet.TabIndex = 59;
+            this.btnAstigmatismXGet.TabStop = false;
+            this.btnAstigmatismXGet.Text = "读";
+            this.btnAstigmatismXGet.UseVisualStyleBackColor = false;
+            // 
+            // panel5
+            // 
+            this.panel5.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel5.Controls.Add(this.txtPixelSize);
+            this.panel5.Controls.Add(this.label4);
+            this.panel5.Controls.Add(this.btnPixelSizeGet);
+            this.panel5.Location = new System.Drawing.Point(802, 186);
+            this.panel5.Margin = new System.Windows.Forms.Padding(2);
+            this.panel5.Name = "panel5";
+            this.panel5.Size = new System.Drawing.Size(156, 30);
+            this.panel5.TabIndex = 58;
+            // 
+            // txtPixelSize
+            // 
+            this.txtPixelSize.Location = new System.Drawing.Point(60, 5);
+            this.txtPixelSize.Margin = new System.Windows.Forms.Padding(2);
+            this.txtPixelSize.Name = "txtPixelSize";
+            this.txtPixelSize.Size = new System.Drawing.Size(55, 21);
+            this.txtPixelSize.TabIndex = 59;
+            // 
+            // label4
+            // 
+            this.label4.AutoSize = true;
+            this.label4.BackColor = System.Drawing.Color.Transparent;
+            this.label4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label4.Location = new System.Drawing.Point(3, 9);
+            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(59, 13);
+            this.label4.TabIndex = 59;
+            this.label4.Text = "像素尺寸";
+            // 
+            // btnPixelSizeGet
+            // 
+            this.btnPixelSizeGet.BackColor = System.Drawing.Color.Black;
+            this.btnPixelSizeGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnPixelSizeGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnPixelSizeGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnPixelSizeGet.ForeColor = System.Drawing.Color.White;
+            this.btnPixelSizeGet.Location = new System.Drawing.Point(119, 3);
+            this.btnPixelSizeGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnPixelSizeGet.Name = "btnPixelSizeGet";
+            this.btnPixelSizeGet.Size = new System.Drawing.Size(32, 24);
+            this.btnPixelSizeGet.TabIndex = 59;
+            this.btnPixelSizeGet.TabStop = false;
+            this.btnPixelSizeGet.Text = "读";
+            this.btnPixelSizeGet.UseVisualStyleBackColor = false;
+            // 
+            // panel8
+            // 
+            this.panel8.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel8.Controls.Add(this.btnAstigmatismYSet);
+            this.panel8.Controls.Add(this.txtAstigmatismY);
+            this.panel8.Controls.Add(this.label6);
+            this.panel8.Controls.Add(this.btnAstigmatismYGet);
+            this.panel8.Location = new System.Drawing.Point(609, 227);
+            this.panel8.Margin = new System.Windows.Forms.Padding(2);
+            this.panel8.Name = "panel8";
+            this.panel8.Size = new System.Drawing.Size(183, 30);
+            this.panel8.TabIndex = 68;
+            // 
+            // btnAstigmatismYSet
+            // 
+            this.btnAstigmatismYSet.BackColor = System.Drawing.Color.White;
+            this.btnAstigmatismYSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnAstigmatismYSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnAstigmatismYSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnAstigmatismYSet.ForeColor = System.Drawing.Color.Black;
+            this.btnAstigmatismYSet.Location = new System.Drawing.Point(149, 3);
+            this.btnAstigmatismYSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnAstigmatismYSet.Name = "btnAstigmatismYSet";
+            this.btnAstigmatismYSet.Size = new System.Drawing.Size(32, 24);
+            this.btnAstigmatismYSet.TabIndex = 60;
+            this.btnAstigmatismYSet.TabStop = false;
+            this.btnAstigmatismYSet.Text = "写";
+            this.btnAstigmatismYSet.UseVisualStyleBackColor = false;
+            // 
+            // txtAstigmatismY
+            // 
+            this.txtAstigmatismY.Location = new System.Drawing.Point(60, 5);
+            this.txtAstigmatismY.Margin = new System.Windows.Forms.Padding(2);
+            this.txtAstigmatismY.Name = "txtAstigmatismY";
+            this.txtAstigmatismY.Size = new System.Drawing.Size(55, 21);
+            this.txtAstigmatismY.TabIndex = 59;
+            // 
+            // label6
+            // 
+            this.label6.AutoSize = true;
+            this.label6.BackColor = System.Drawing.Color.Transparent;
+            this.label6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label6.Location = new System.Drawing.Point(3, 9);
+            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(53, 13);
+            this.label6.TabIndex = 59;
+            this.label6.Text = "消像散Y";
+            // 
+            // btnAstigmatismYGet
+            // 
+            this.btnAstigmatismYGet.BackColor = System.Drawing.Color.Black;
+            this.btnAstigmatismYGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnAstigmatismYGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnAstigmatismYGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnAstigmatismYGet.ForeColor = System.Drawing.Color.White;
+            this.btnAstigmatismYGet.Location = new System.Drawing.Point(119, 3);
+            this.btnAstigmatismYGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnAstigmatismYGet.Name = "btnAstigmatismYGet";
+            this.btnAstigmatismYGet.Size = new System.Drawing.Size(32, 24);
+            this.btnAstigmatismYGet.TabIndex = 59;
+            this.btnAstigmatismYGet.TabStop = false;
+            this.btnAstigmatismYGet.Text = "读";
+            this.btnAstigmatismYGet.UseVisualStyleBackColor = false;
+            // 
+            // panel9
+            // 
+            this.panel9.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel9.Controls.Add(this.btnScanRotationSet);
+            this.panel9.Controls.Add(this.txtScanRotation);
+            this.panel9.Controls.Add(this.label7);
+            this.panel9.Controls.Add(this.btnScanRotationGet);
+            this.panel9.Location = new System.Drawing.Point(416, 227);
+            this.panel9.Margin = new System.Windows.Forms.Padding(2);
+            this.panel9.Name = "panel9";
+            this.panel9.Size = new System.Drawing.Size(183, 30);
+            this.panel9.TabIndex = 69;
+            // 
+            // btnScanRotationSet
+            // 
+            this.btnScanRotationSet.BackColor = System.Drawing.Color.White;
+            this.btnScanRotationSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnScanRotationSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnScanRotationSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnScanRotationSet.ForeColor = System.Drawing.Color.Black;
+            this.btnScanRotationSet.Location = new System.Drawing.Point(149, 3);
+            this.btnScanRotationSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnScanRotationSet.Name = "btnScanRotationSet";
+            this.btnScanRotationSet.Size = new System.Drawing.Size(32, 24);
+            this.btnScanRotationSet.TabIndex = 60;
+            this.btnScanRotationSet.TabStop = false;
+            this.btnScanRotationSet.Text = "写";
+            this.btnScanRotationSet.UseVisualStyleBackColor = false;
+            // 
+            // txtScanRotation
+            // 
+            this.txtScanRotation.Location = new System.Drawing.Point(59, 5);
+            this.txtScanRotation.Margin = new System.Windows.Forms.Padding(2);
+            this.txtScanRotation.Name = "txtScanRotation";
+            this.txtScanRotation.Size = new System.Drawing.Size(56, 21);
+            this.txtScanRotation.TabIndex = 59;
+            // 
+            // label7
+            // 
+            this.label7.AutoSize = true;
+            this.label7.BackColor = System.Drawing.Color.Transparent;
+            this.label7.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label7.Location = new System.Drawing.Point(3, 9);
+            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(59, 13);
+            this.label7.TabIndex = 59;
+            this.label7.Text = "旋转角度";
+            // 
+            // btnScanRotationGet
+            // 
+            this.btnScanRotationGet.BackColor = System.Drawing.Color.Black;
+            this.btnScanRotationGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnScanRotationGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnScanRotationGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnScanRotationGet.ForeColor = System.Drawing.Color.White;
+            this.btnScanRotationGet.Location = new System.Drawing.Point(119, 3);
+            this.btnScanRotationGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnScanRotationGet.Name = "btnScanRotationGet";
+            this.btnScanRotationGet.Size = new System.Drawing.Size(32, 24);
+            this.btnScanRotationGet.TabIndex = 59;
+            this.btnScanRotationGet.TabStop = false;
+            this.btnScanRotationGet.Text = "读";
+            this.btnScanRotationGet.UseVisualStyleBackColor = false;
+            // 
+            // panel10
+            // 
+            this.panel10.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel10.Controls.Add(this.btnContrastSet);
+            this.panel10.Controls.Add(this.txtContrast);
+            this.panel10.Controls.Add(this.label8);
+            this.panel10.Controls.Add(this.btnContrastGet);
+            this.panel10.Location = new System.Drawing.Point(223, 227);
+            this.panel10.Margin = new System.Windows.Forms.Padding(2);
+            this.panel10.Name = "panel10";
+            this.panel10.Size = new System.Drawing.Size(183, 30);
+            this.panel10.TabIndex = 70;
+            // 
+            // btnContrastSet
+            // 
+            this.btnContrastSet.BackColor = System.Drawing.Color.White;
+            this.btnContrastSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnContrastSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnContrastSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnContrastSet.ForeColor = System.Drawing.Color.Black;
+            this.btnContrastSet.Location = new System.Drawing.Point(149, 3);
+            this.btnContrastSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnContrastSet.Name = "btnContrastSet";
+            this.btnContrastSet.Size = new System.Drawing.Size(32, 24);
+            this.btnContrastSet.TabIndex = 60;
+            this.btnContrastSet.TabStop = false;
+            this.btnContrastSet.Text = "写";
+            this.btnContrastSet.UseVisualStyleBackColor = false;
+            // 
+            // txtContrast
+            // 
+            this.txtContrast.Location = new System.Drawing.Point(47, 5);
+            this.txtContrast.Margin = new System.Windows.Forms.Padding(2);
+            this.txtContrast.Name = "txtContrast";
+            this.txtContrast.Size = new System.Drawing.Size(68, 21);
+            this.txtContrast.TabIndex = 59;
+            // 
+            // label8
+            // 
+            this.label8.AutoSize = true;
+            this.label8.BackColor = System.Drawing.Color.Transparent;
+            this.label8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label8.Location = new System.Drawing.Point(3, 9);
+            this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(46, 13);
+            this.label8.TabIndex = 59;
+            this.label8.Text = "对比度";
+            // 
+            // btnContrastGet
+            // 
+            this.btnContrastGet.BackColor = System.Drawing.Color.Black;
+            this.btnContrastGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnContrastGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnContrastGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnContrastGet.ForeColor = System.Drawing.Color.White;
+            this.btnContrastGet.Location = new System.Drawing.Point(119, 3);
+            this.btnContrastGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnContrastGet.Name = "btnContrastGet";
+            this.btnContrastGet.Size = new System.Drawing.Size(32, 24);
+            this.btnContrastGet.TabIndex = 59;
+            this.btnContrastGet.TabStop = false;
+            this.btnContrastGet.Text = "读";
+            this.btnContrastGet.UseVisualStyleBackColor = false;
+            // 
+            // panel11
+            // 
+            this.panel11.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel11.Controls.Add(this.btnWDSet);
+            this.panel11.Controls.Add(this.txtWD);
+            this.panel11.Controls.Add(this.label9);
+            this.panel11.Controls.Add(this.btnWDGet);
+            this.panel11.Location = new System.Drawing.Point(30, 227);
+            this.panel11.Margin = new System.Windows.Forms.Padding(2);
+            this.panel11.Name = "panel11";
+            this.panel11.Size = new System.Drawing.Size(183, 30);
+            this.panel11.TabIndex = 71;
+            // 
+            // btnWDSet
+            // 
+            this.btnWDSet.BackColor = System.Drawing.Color.White;
+            this.btnWDSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnWDSet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnWDSet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnWDSet.ForeColor = System.Drawing.Color.Black;
+            this.btnWDSet.Location = new System.Drawing.Point(149, 3);
+            this.btnWDSet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnWDSet.Name = "btnWDSet";
+            this.btnWDSet.Size = new System.Drawing.Size(32, 24);
+            this.btnWDSet.TabIndex = 60;
+            this.btnWDSet.TabStop = false;
+            this.btnWDSet.Text = "写";
+            this.btnWDSet.UseVisualStyleBackColor = false;
+            // 
+            // txtWD
+            // 
+            this.txtWD.Location = new System.Drawing.Point(38, 5);
+            this.txtWD.Margin = new System.Windows.Forms.Padding(2);
+            this.txtWD.Name = "txtWD";
+            this.txtWD.Size = new System.Drawing.Size(77, 21);
+            this.txtWD.TabIndex = 59;
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.BackColor = System.Drawing.Color.Transparent;
+            this.label9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label9.Location = new System.Drawing.Point(3, 9);
+            this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(33, 13);
+            this.label9.TabIndex = 59;
+            this.label9.Text = "焦距";
+            // 
+            // btnWDGet
+            // 
+            this.btnWDGet.BackColor = System.Drawing.Color.Black;
+            this.btnWDGet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnWDGet.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnWDGet.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnWDGet.ForeColor = System.Drawing.Color.White;
+            this.btnWDGet.Location = new System.Drawing.Point(119, 3);
+            this.btnWDGet.Margin = new System.Windows.Forms.Padding(2);
+            this.btnWDGet.Name = "btnWDGet";
+            this.btnWDGet.Size = new System.Drawing.Size(32, 24);
+            this.btnWDGet.TabIndex = 59;
+            this.btnWDGet.TabStop = false;
+            this.btnWDGet.Text = "读";
+            this.btnWDGet.UseVisualStyleBackColor = false;
+            // 
+            // panel7
+            // 
+            this.panel7.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel7.Controls.Add(this.btnStageSetM);
+            this.panel7.Controls.Add(this.txtStageM);
+            this.panel7.Controls.Add(this.label5);
+            this.panel7.Controls.Add(this.btnStageGetM);
+            this.panel7.Location = new System.Drawing.Point(416, 322);
+            this.panel7.Margin = new System.Windows.Forms.Padding(2);
+            this.panel7.Name = "panel7";
+            this.panel7.Size = new System.Drawing.Size(183, 30);
+            this.panel7.TabIndex = 75;
+            // 
+            // btnStageSetM
+            // 
+            this.btnStageSetM.BackColor = System.Drawing.Color.White;
+            this.btnStageSetM.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetM.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetM.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetM.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetM.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetM.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetM.Name = "btnStageSetM";
+            this.btnStageSetM.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetM.TabIndex = 60;
+            this.btnStageSetM.TabStop = false;
+            this.btnStageSetM.Text = "写";
+            this.btnStageSetM.UseVisualStyleBackColor = false;
+            // 
+            // txtStageM
+            // 
+            this.txtStageM.Location = new System.Drawing.Point(68, 5);
+            this.txtStageM.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageM.Name = "txtStageM";
+            this.txtStageM.Size = new System.Drawing.Size(47, 21);
+            this.txtStageM.TabIndex = 59;
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.BackColor = System.Drawing.Color.Transparent;
+            this.label5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label5.Location = new System.Drawing.Point(3, 9);
+            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(66, 13);
+            this.label5.TabIndex = 59;
+            this.label5.Text = "样品台M轴";
+            // 
+            // btnStageGetM
+            // 
+            this.btnStageGetM.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetM.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetM.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetM.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetM.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetM.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetM.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetM.Name = "btnStageGetM";
+            this.btnStageGetM.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetM.TabIndex = 59;
+            this.btnStageGetM.TabStop = false;
+            this.btnStageGetM.Text = "读";
+            this.btnStageGetM.UseVisualStyleBackColor = false;
+            // 
+            // panel12
+            // 
+            this.panel12.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel12.Controls.Add(this.btnStageSetR);
+            this.panel12.Controls.Add(this.txtStageR);
+            this.panel12.Controls.Add(this.label10);
+            this.panel12.Controls.Add(this.btnStageGetR);
+            this.panel12.Location = new System.Drawing.Point(223, 322);
+            this.panel12.Margin = new System.Windows.Forms.Padding(2);
+            this.panel12.Name = "panel12";
+            this.panel12.Size = new System.Drawing.Size(183, 30);
+            this.panel12.TabIndex = 76;
+            // 
+            // btnStageSetR
+            // 
+            this.btnStageSetR.BackColor = System.Drawing.Color.White;
+            this.btnStageSetR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetR.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetR.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetR.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetR.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetR.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetR.Name = "btnStageSetR";
+            this.btnStageSetR.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetR.TabIndex = 60;
+            this.btnStageSetR.TabStop = false;
+            this.btnStageSetR.Text = "写";
+            this.btnStageSetR.UseVisualStyleBackColor = false;
+            // 
+            // txtStageR
+            // 
+            this.txtStageR.Location = new System.Drawing.Point(68, 5);
+            this.txtStageR.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageR.Name = "txtStageR";
+            this.txtStageR.Size = new System.Drawing.Size(47, 21);
+            this.txtStageR.TabIndex = 59;
+            // 
+            // label10
+            // 
+            this.label10.AutoSize = true;
+            this.label10.BackColor = System.Drawing.Color.Transparent;
+            this.label10.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label10.Location = new System.Drawing.Point(3, 9);
+            this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label10.Name = "label10";
+            this.label10.Size = new System.Drawing.Size(66, 13);
+            this.label10.TabIndex = 59;
+            this.label10.Text = "样品台R轴";
+            // 
+            // btnStageGetR
+            // 
+            this.btnStageGetR.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetR.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetR.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetR.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetR.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetR.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetR.Name = "btnStageGetR";
+            this.btnStageGetR.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetR.TabIndex = 59;
+            this.btnStageGetR.TabStop = false;
+            this.btnStageGetR.Text = "读";
+            this.btnStageGetR.UseVisualStyleBackColor = false;
+            // 
+            // panel13
+            // 
+            this.panel13.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel13.Controls.Add(this.btnStageSetT);
+            this.panel13.Controls.Add(this.txtStageT);
+            this.panel13.Controls.Add(this.label11);
+            this.panel13.Controls.Add(this.btnStageGetT);
+            this.panel13.Location = new System.Drawing.Point(30, 322);
+            this.panel13.Margin = new System.Windows.Forms.Padding(2);
+            this.panel13.Name = "panel13";
+            this.panel13.Size = new System.Drawing.Size(183, 30);
+            this.panel13.TabIndex = 77;
+            // 
+            // btnStageSetT
+            // 
+            this.btnStageSetT.BackColor = System.Drawing.Color.White;
+            this.btnStageSetT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetT.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetT.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetT.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetT.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetT.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetT.Name = "btnStageSetT";
+            this.btnStageSetT.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetT.TabIndex = 60;
+            this.btnStageSetT.TabStop = false;
+            this.btnStageSetT.Text = "写";
+            this.btnStageSetT.UseVisualStyleBackColor = false;
+            // 
+            // txtStageT
+            // 
+            this.txtStageT.Location = new System.Drawing.Point(68, 5);
+            this.txtStageT.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageT.Name = "txtStageT";
+            this.txtStageT.Size = new System.Drawing.Size(47, 21);
+            this.txtStageT.TabIndex = 59;
+            // 
+            // label11
+            // 
+            this.label11.AutoSize = true;
+            this.label11.BackColor = System.Drawing.Color.Transparent;
+            this.label11.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label11.Location = new System.Drawing.Point(3, 9);
+            this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label11.Name = "label11";
+            this.label11.Size = new System.Drawing.Size(66, 13);
+            this.label11.TabIndex = 59;
+            this.label11.Text = "样品台T轴";
+            // 
+            // btnStageGetT
+            // 
+            this.btnStageGetT.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetT.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetT.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetT.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetT.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetT.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetT.Name = "btnStageGetT";
+            this.btnStageGetT.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetT.TabIndex = 59;
+            this.btnStageGetT.TabStop = false;
+            this.btnStageGetT.Text = "读";
+            this.btnStageGetT.UseVisualStyleBackColor = false;
+            // 
+            // panel14
+            // 
+            this.panel14.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel14.Controls.Add(this.btnStageSetZ);
+            this.panel14.Controls.Add(this.txtStageZ);
+            this.panel14.Controls.Add(this.label12);
+            this.panel14.Controls.Add(this.btnStageGetZ);
+            this.panel14.Location = new System.Drawing.Point(416, 281);
+            this.panel14.Margin = new System.Windows.Forms.Padding(2);
+            this.panel14.Name = "panel14";
+            this.panel14.Size = new System.Drawing.Size(183, 30);
+            this.panel14.TabIndex = 72;
+            // 
+            // btnStageSetZ
+            // 
+            this.btnStageSetZ.BackColor = System.Drawing.Color.White;
+            this.btnStageSetZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetZ.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetZ.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetZ.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetZ.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetZ.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetZ.Name = "btnStageSetZ";
+            this.btnStageSetZ.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetZ.TabIndex = 60;
+            this.btnStageSetZ.TabStop = false;
+            this.btnStageSetZ.Text = "写";
+            this.btnStageSetZ.UseVisualStyleBackColor = false;
+            // 
+            // txtStageZ
+            // 
+            this.txtStageZ.Location = new System.Drawing.Point(68, 5);
+            this.txtStageZ.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageZ.Name = "txtStageZ";
+            this.txtStageZ.Size = new System.Drawing.Size(47, 21);
+            this.txtStageZ.TabIndex = 59;
+            // 
+            // label12
+            // 
+            this.label12.AutoSize = true;
+            this.label12.BackColor = System.Drawing.Color.Transparent;
+            this.label12.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label12.Location = new System.Drawing.Point(3, 9);
+            this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label12.Name = "label12";
+            this.label12.Size = new System.Drawing.Size(66, 13);
+            this.label12.TabIndex = 59;
+            this.label12.Text = "样品台Z轴";
+            // 
+            // btnStageGetZ
+            // 
+            this.btnStageGetZ.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetZ.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetZ.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetZ.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetZ.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetZ.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetZ.Name = "btnStageGetZ";
+            this.btnStageGetZ.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetZ.TabIndex = 59;
+            this.btnStageGetZ.TabStop = false;
+            this.btnStageGetZ.Text = "读";
+            this.btnStageGetZ.UseVisualStyleBackColor = false;
+            // 
+            // panel15
+            // 
+            this.panel15.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel15.Controls.Add(this.btnStageSetY);
+            this.panel15.Controls.Add(this.txtStageY);
+            this.panel15.Controls.Add(this.label13);
+            this.panel15.Controls.Add(this.btnStageGetY);
+            this.panel15.Location = new System.Drawing.Point(223, 281);
+            this.panel15.Margin = new System.Windows.Forms.Padding(2);
+            this.panel15.Name = "panel15";
+            this.panel15.Size = new System.Drawing.Size(183, 30);
+            this.panel15.TabIndex = 73;
+            // 
+            // btnStageSetY
+            // 
+            this.btnStageSetY.BackColor = System.Drawing.Color.White;
+            this.btnStageSetY.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetY.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetY.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetY.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetY.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetY.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetY.Name = "btnStageSetY";
+            this.btnStageSetY.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetY.TabIndex = 60;
+            this.btnStageSetY.TabStop = false;
+            this.btnStageSetY.Text = "写";
+            this.btnStageSetY.UseVisualStyleBackColor = false;
+            // 
+            // txtStageY
+            // 
+            this.txtStageY.Location = new System.Drawing.Point(68, 5);
+            this.txtStageY.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageY.Name = "txtStageY";
+            this.txtStageY.Size = new System.Drawing.Size(47, 21);
+            this.txtStageY.TabIndex = 59;
+            // 
+            // label13
+            // 
+            this.label13.AutoSize = true;
+            this.label13.BackColor = System.Drawing.Color.Transparent;
+            this.label13.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label13.Location = new System.Drawing.Point(3, 9);
+            this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label13.Name = "label13";
+            this.label13.Size = new System.Drawing.Size(66, 13);
+            this.label13.TabIndex = 59;
+            this.label13.Text = "样品台Y轴";
+            // 
+            // btnStageGetY
+            // 
+            this.btnStageGetY.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetY.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetY.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetY.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetY.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetY.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetY.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetY.Name = "btnStageGetY";
+            this.btnStageGetY.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetY.TabIndex = 59;
+            this.btnStageGetY.TabStop = false;
+            this.btnStageGetY.Text = "读";
+            this.btnStageGetY.UseVisualStyleBackColor = false;
+            // 
+            // panel16
+            // 
+            this.panel16.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel16.Controls.Add(this.btnStageSetX);
+            this.panel16.Controls.Add(this.txtStageX);
+            this.panel16.Controls.Add(this.label14);
+            this.panel16.Controls.Add(this.btnStageGetX);
+            this.panel16.Location = new System.Drawing.Point(30, 281);
+            this.panel16.Margin = new System.Windows.Forms.Padding(2);
+            this.panel16.Name = "panel16";
+            this.panel16.Size = new System.Drawing.Size(183, 30);
+            this.panel16.TabIndex = 74;
+            // 
+            // btnStageSetX
+            // 
+            this.btnStageSetX.BackColor = System.Drawing.Color.White;
+            this.btnStageSetX.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageSetX.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageSetX.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageSetX.ForeColor = System.Drawing.Color.Black;
+            this.btnStageSetX.Location = new System.Drawing.Point(149, 3);
+            this.btnStageSetX.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageSetX.Name = "btnStageSetX";
+            this.btnStageSetX.Size = new System.Drawing.Size(32, 24);
+            this.btnStageSetX.TabIndex = 60;
+            this.btnStageSetX.TabStop = false;
+            this.btnStageSetX.Text = "写";
+            this.btnStageSetX.UseVisualStyleBackColor = false;
+            // 
+            // txtStageX
+            // 
+            this.txtStageX.Location = new System.Drawing.Point(68, 5);
+            this.txtStageX.Margin = new System.Windows.Forms.Padding(2);
+            this.txtStageX.Name = "txtStageX";
+            this.txtStageX.Size = new System.Drawing.Size(47, 21);
+            this.txtStageX.TabIndex = 59;
+            // 
+            // label14
+            // 
+            this.label14.AutoSize = true;
+            this.label14.BackColor = System.Drawing.Color.Transparent;
+            this.label14.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label14.Location = new System.Drawing.Point(3, 9);
+            this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label14.Name = "label14";
+            this.label14.Size = new System.Drawing.Size(66, 13);
+            this.label14.TabIndex = 59;
+            this.label14.Text = "样品台X轴";
+            // 
+            // btnStageGetX
+            // 
+            this.btnStageGetX.BackColor = System.Drawing.Color.Black;
+            this.btnStageGetX.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnStageGetX.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnStageGetX.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnStageGetX.ForeColor = System.Drawing.Color.White;
+            this.btnStageGetX.Location = new System.Drawing.Point(119, 3);
+            this.btnStageGetX.Margin = new System.Windows.Forms.Padding(2);
+            this.btnStageGetX.Name = "btnStageGetX";
+            this.btnStageGetX.Size = new System.Drawing.Size(32, 24);
+            this.btnStageGetX.TabIndex = 59;
+            this.btnStageGetX.TabStop = false;
+            this.btnStageGetX.Text = "读";
+            this.btnStageGetX.UseVisualStyleBackColor = false;
+            // 
+            // label15
+            // 
+            this.label15.AutoSize = true;
+            this.label15.BackColor = System.Drawing.Color.Transparent;
+            this.label15.Font = new System.Drawing.Font("宋体", 11F);
+            this.label15.ForeColor = System.Drawing.Color.White;
+            this.label15.Location = new System.Drawing.Point(21, 124);
+            this.label15.Name = "label15";
+            this.label15.Size = new System.Drawing.Size(97, 15);
+            this.label15.TabIndex = 78;
+            this.label15.Text = "设备功能设置";
+            // 
+            // label22
+            // 
+            this.label22.AutoSize = true;
+            this.label22.BackColor = System.Drawing.Color.Transparent;
+            this.label22.Font = new System.Drawing.Font("宋体", 10F);
+            this.label22.ForeColor = System.Drawing.Color.White;
+            this.label22.Location = new System.Drawing.Point(27, 156);
+            this.label22.Name = "label22";
+            this.label22.Size = new System.Drawing.Size(84, 14);
+            this.label22.TabIndex = 78;
+            this.label22.Text = "SEM功能设置";
+            // 
+            // label23
+            // 
+            this.label23.AutoSize = true;
+            this.label23.BackColor = System.Drawing.Color.Transparent;
+            this.label23.Font = new System.Drawing.Font("宋体", 10F);
+            this.label23.ForeColor = System.Drawing.Color.White;
+            this.label23.Location = new System.Drawing.Point(27, 387);
+            this.label23.Name = "label23";
+            this.label23.Size = new System.Drawing.Size(84, 14);
+            this.label23.TabIndex = 78;
+            this.label23.Text = "FIB功能设置";
+            // 
+            // label24
+            // 
+            this.label24.AutoSize = true;
+            this.label24.BackColor = System.Drawing.Color.Transparent;
+            this.label24.Font = new System.Drawing.Font("宋体", 10F);
+            this.label24.ForeColor = System.Drawing.Color.White;
+            this.label24.Location = new System.Drawing.Point(31, 473);
+            this.label24.Name = "label24";
+            this.label24.Size = new System.Drawing.Size(77, 14);
+            this.label24.TabIndex = 78;
+            this.label24.Text = "PT功能设置";
+            // 
+            // pictureBox1
+            // 
+            this.pictureBox1.Location = new System.Drawing.Point(12, 26);
+            this.pictureBox1.Name = "pictureBox1";
+            this.pictureBox1.Size = new System.Drawing.Size(167, 91);
+            this.pictureBox1.TabIndex = 79;
+            this.pictureBox1.TabStop = false;
+            // 
+            // button13
+            // 
+            this.button13.BackgroundImage = global::HOZProject.Properties.Resources.buttonBG;
+            this.button13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button13.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.button13.Font = new System.Drawing.Font("宋体", 9F);
+            this.button13.ForeColor = System.Drawing.Color.White;
+            this.button13.Location = new System.Drawing.Point(800, 218);
+            this.button13.Name = "button13";
+            this.button13.Size = new System.Drawing.Size(80, 21);
+            this.button13.TabIndex = 80;
+            this.button13.Text = "自动对焦";
+            this.button13.UseVisualStyleBackColor = true;
+            // 
+            // button14
+            // 
+            this.button14.BackgroundImage = global::HOZProject.Properties.Resources.buttonBG;
+            this.button14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button14.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.button14.Font = new System.Drawing.Font("宋体", 9F);
+            this.button14.ForeColor = System.Drawing.Color.White;
+            this.button14.Location = new System.Drawing.Point(800, 238);
+            this.button14.Name = "button14";
+            this.button14.Size = new System.Drawing.Size(80, 21);
+            this.button14.TabIndex = 80;
+            this.button14.Text = " 自动消像散";
+            this.button14.UseVisualStyleBackColor = true;
+            // 
+            // button15
+            // 
+            this.button15.BackgroundImage = global::HOZProject.Properties.Resources.buttonBG;
+            this.button15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button15.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.button15.Font = new System.Drawing.Font("宋体", 9F);
+            this.button15.ForeColor = System.Drawing.Color.White;
+            this.button15.Location = new System.Drawing.Point(879, 238);
+            this.button15.Name = "button15";
+            this.button15.Size = new System.Drawing.Size(80, 21);
+            this.button15.TabIndex = 81;
+            this.button15.Text = "自动对比度";
+            this.button15.UseVisualStyleBackColor = true;
+            // 
+            // button16
+            // 
+            this.button16.BackgroundImage = global::HOZProject.Properties.Resources.buttonBG;
+            this.button16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.button16.Font = new System.Drawing.Font("宋体", 9F);
+            this.button16.ForeColor = System.Drawing.Color.White;
+            this.button16.Location = new System.Drawing.Point(879, 218);
+            this.button16.Name = "button16";
+            this.button16.Size = new System.Drawing.Size(80, 21);
+            this.button16.TabIndex = 82;
+            this.button16.Text = "自动亮度";
+            this.button16.UseVisualStyleBackColor = true;
+            // 
+            // btnGetStagePosition
+            // 
+            this.btnGetStagePosition.BackgroundImage = global::HOZProject.Properties.Resources.GetLocationBG;
+            this.btnGetStagePosition.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btnGetStagePosition.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btnGetStagePosition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.btnGetStagePosition.Font = new System.Drawing.Font("宋体", 10F);
+            this.btnGetStagePosition.ForeColor = System.Drawing.Color.White;
+            this.btnGetStagePosition.Location = new System.Drawing.Point(609, 281);
+            this.btnGetStagePosition.Name = "btnGetStagePosition";
+            this.btnGetStagePosition.Size = new System.Drawing.Size(82, 71);
+            this.btnGetStagePosition.TabIndex = 83;
+            this.btnGetStagePosition.Text = "获取位置";
+            this.btnGetStagePosition.UseVisualStyleBackColor = true;
+            // 
+            // pbHT
+            // 
+            this.pbHT.BackColor = System.Drawing.Color.Transparent;
+            this.pbHT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.pbHT.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.pbHT.Image = global::HOZProject.Properties.Resources.OFF;
+            this.pbHT.Location = new System.Drawing.Point(950, 154);
+            this.pbHT.Margin = new System.Windows.Forms.Padding(2);
+            this.pbHT.Name = "pbHT";
+            this.pbHT.Size = new System.Drawing.Size(48, 19);
+            this.pbHT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.pbHT.TabIndex = 0;
+            this.pbHT.TabStop = false;
+            // 
+            // lblState
+            // 
+            this.lblState.AutoSize = true;
+            this.lblState.BackColor = System.Drawing.Color.Transparent;
+            this.lblState.ForeColor = System.Drawing.Color.White;
+            this.lblState.Location = new System.Drawing.Point(893, 659);
+            this.lblState.Name = "lblState";
+            this.lblState.Size = new System.Drawing.Size(119, 12);
+            this.lblState.TabIndex = 84;
+            this.lblState.Tag = "";
+            this.lblState.Text = "当前连接状态:未连接";
+            this.lblState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // panel6
+            // 
+            this.panel6.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel6.Controls.Add(this.button1);
+            this.panel6.Controls.Add(this.comboBox1);
+            this.panel6.Controls.Add(this.label17);
+            this.panel6.Location = new System.Drawing.Point(30, 412);
+            this.panel6.Margin = new System.Windows.Forms.Padding(2);
+            this.panel6.Name = "panel6";
+            this.panel6.Size = new System.Drawing.Size(262, 30);
+            this.panel6.TabIndex = 77;
+            // 
+            // button1
+            // 
+            this.button1.BackColor = System.Drawing.Color.Black;
+            this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button1.Font = new System.Drawing.Font("宋体", 10F);
+            this.button1.ForeColor = System.Drawing.Color.White;
+            this.button1.Location = new System.Drawing.Point(184, 3);
+            this.button1.Margin = new System.Windows.Forms.Padding(2);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(76, 24);
+            this.button1.TabIndex = 88;
+            this.button1.TabStop = false;
+            this.button1.Text = "执行";
+            this.button1.UseVisualStyleBackColor = false;
+            // 
+            // comboBox1
+            // 
+            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.comboBox1.FormattingEnabled = true;
+            this.comboBox1.Location = new System.Drawing.Point(67, 5);
+            this.comboBox1.Name = "comboBox1";
+            this.comboBox1.Size = new System.Drawing.Size(112, 20);
+            this.comboBox1.TabIndex = 85;
+            // 
+            // label17
+            // 
+            this.label17.AutoSize = true;
+            this.label17.BackColor = System.Drawing.Color.Transparent;
+            this.label17.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label17.Location = new System.Drawing.Point(3, 9);
+            this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label17.Name = "label17";
+            this.label17.Size = new System.Drawing.Size(59, 13);
+            this.label17.TabIndex = 59;
+            this.label17.Text = "选择模板";
+            // 
+            // panel20
+            // 
+            this.panel20.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel20.Controls.Add(this.button3);
+            this.panel20.Controls.Add(this.textBox3);
+            this.panel20.Controls.Add(this.label20);
+            this.panel20.Controls.Add(this.button4);
+            this.panel20.Location = new System.Drawing.Point(30, 495);
+            this.panel20.Margin = new System.Windows.Forms.Padding(2);
+            this.panel20.Name = "panel20";
+            this.panel20.Size = new System.Drawing.Size(183, 30);
+            this.panel20.TabIndex = 87;
+            // 
+            // button3
+            // 
+            this.button3.BackColor = System.Drawing.Color.White;
+            this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button3.Font = new System.Drawing.Font("宋体", 10F);
+            this.button3.ForeColor = System.Drawing.Color.Black;
+            this.button3.Location = new System.Drawing.Point(149, 3);
+            this.button3.Margin = new System.Windows.Forms.Padding(2);
+            this.button3.Name = "button3";
+            this.button3.Size = new System.Drawing.Size(32, 24);
+            this.button3.TabIndex = 60;
+            this.button3.TabStop = false;
+            this.button3.Text = "出";
+            this.button3.UseVisualStyleBackColor = false;
+            // 
+            // textBox3
+            // 
+            this.textBox3.Location = new System.Drawing.Point(68, 5);
+            this.textBox3.Margin = new System.Windows.Forms.Padding(2);
+            this.textBox3.Name = "textBox3";
+            this.textBox3.Size = new System.Drawing.Size(47, 21);
+            this.textBox3.TabIndex = 59;
+            // 
+            // label20
+            // 
+            this.label20.AutoSize = true;
+            this.label20.BackColor = System.Drawing.Color.Transparent;
+            this.label20.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label20.Location = new System.Drawing.Point(3, 9);
+            this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label20.Name = "label20";
+            this.label20.Size = new System.Drawing.Size(60, 13);
+            this.label20.TabIndex = 59;
+            this.label20.Text = "PT针操作";
+            // 
+            // button4
+            // 
+            this.button4.BackColor = System.Drawing.Color.Black;
+            this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button4.Font = new System.Drawing.Font("宋体", 10F);
+            this.button4.ForeColor = System.Drawing.Color.White;
+            this.button4.Location = new System.Drawing.Point(119, 3);
+            this.button4.Margin = new System.Windows.Forms.Padding(2);
+            this.button4.Name = "button4";
+            this.button4.Size = new System.Drawing.Size(32, 24);
+            this.button4.TabIndex = 59;
+            this.button4.TabStop = false;
+            this.button4.Text = "入";
+            this.button4.UseVisualStyleBackColor = false;
+            // 
+            // panel17
+            // 
+            this.panel17.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel17.Controls.Add(this.button6);
+            this.panel17.Controls.Add(this.button5);
+            this.panel17.Controls.Add(this.textBox1);
+            this.panel17.Controls.Add(this.label16);
+            this.panel17.Location = new System.Drawing.Point(299, 412);
+            this.panel17.Margin = new System.Windows.Forms.Padding(2);
+            this.panel17.Name = "panel17";
+            this.panel17.Size = new System.Drawing.Size(450, 30);
+            this.panel17.TabIndex = 87;
+            // 
+            // button6
+            // 
+            this.button6.BackColor = System.Drawing.Color.Black;
+            this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button6.Font = new System.Drawing.Font("宋体", 10F);
+            this.button6.ForeColor = System.Drawing.Color.White;
+            this.button6.Location = new System.Drawing.Point(372, 3);
+            this.button6.Margin = new System.Windows.Forms.Padding(2);
+            this.button6.Name = "button6";
+            this.button6.Size = new System.Drawing.Size(76, 24);
+            this.button6.TabIndex = 89;
+            this.button6.TabStop = false;
+            this.button6.Text = "执行";
+            this.button6.UseVisualStyleBackColor = false;
+            // 
+            // button5
+            // 
+            this.button5.BackColor = System.Drawing.Color.White;
+            this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button5.Font = new System.Drawing.Font("宋体", 9F);
+            this.button5.ForeColor = System.Drawing.Color.Black;
+            this.button5.Location = new System.Drawing.Point(337, 3);
+            this.button5.Margin = new System.Windows.Forms.Padding(2);
+            this.button5.Name = "button5";
+            this.button5.Size = new System.Drawing.Size(32, 24);
+            this.button5.TabIndex = 60;
+            this.button5.TabStop = false;
+            this.button5.Text = "...";
+            this.button5.UseVisualStyleBackColor = false;
+            // 
+            // textBox1
+            // 
+            this.textBox1.Location = new System.Drawing.Point(66, 5);
+            this.textBox1.Margin = new System.Windows.Forms.Padding(2);
+            this.textBox1.Name = "textBox1";
+            this.textBox1.Size = new System.Drawing.Size(270, 21);
+            this.textBox1.TabIndex = 59;
+            // 
+            // label16
+            // 
+            this.label16.AutoSize = true;
+            this.label16.BackColor = System.Drawing.Color.Transparent;
+            this.label16.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label16.Location = new System.Drawing.Point(3, 9);
+            this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label16.Name = "label16";
+            this.label16.Size = new System.Drawing.Size(59, 13);
+            this.label16.TabIndex = 59;
+            this.label16.Text = "选择模板";
+            // 
+            // panel18
+            // 
+            this.panel18.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel18.Controls.Add(this.button2);
+            this.panel18.Controls.Add(this.button7);
+            this.panel18.Controls.Add(this.textBox2);
+            this.panel18.Controls.Add(this.label18);
+            this.panel18.Location = new System.Drawing.Point(492, 495);
+            this.panel18.Margin = new System.Windows.Forms.Padding(2);
+            this.panel18.Name = "panel18";
+            this.panel18.Size = new System.Drawing.Size(450, 30);
+            this.panel18.TabIndex = 89;
+            // 
+            // button2
+            // 
+            this.button2.BackColor = System.Drawing.Color.Black;
+            this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button2.Font = new System.Drawing.Font("宋体", 10F);
+            this.button2.ForeColor = System.Drawing.Color.White;
+            this.button2.Location = new System.Drawing.Point(372, 3);
+            this.button2.Margin = new System.Windows.Forms.Padding(2);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(76, 24);
+            this.button2.TabIndex = 89;
+            this.button2.TabStop = false;
+            this.button2.Text = "执行";
+            this.button2.UseVisualStyleBackColor = false;
+            // 
+            // button7
+            // 
+            this.button7.BackColor = System.Drawing.Color.White;
+            this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button7.Font = new System.Drawing.Font("宋体", 9F);
+            this.button7.ForeColor = System.Drawing.Color.Black;
+            this.button7.Location = new System.Drawing.Point(337, 3);
+            this.button7.Margin = new System.Windows.Forms.Padding(2);
+            this.button7.Name = "button7";
+            this.button7.Size = new System.Drawing.Size(32, 24);
+            this.button7.TabIndex = 60;
+            this.button7.TabStop = false;
+            this.button7.Text = "...";
+            this.button7.UseVisualStyleBackColor = false;
+            // 
+            // textBox2
+            // 
+            this.textBox2.Location = new System.Drawing.Point(66, 5);
+            this.textBox2.Margin = new System.Windows.Forms.Padding(2);
+            this.textBox2.Name = "textBox2";
+            this.textBox2.Size = new System.Drawing.Size(270, 21);
+            this.textBox2.TabIndex = 59;
+            // 
+            // label18
+            // 
+            this.label18.AutoSize = true;
+            this.label18.BackColor = System.Drawing.Color.Transparent;
+            this.label18.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label18.Location = new System.Drawing.Point(3, 9);
+            this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label18.Name = "label18";
+            this.label18.Size = new System.Drawing.Size(59, 13);
+            this.label18.TabIndex = 59;
+            this.label18.Text = "选择模板";
+            // 
+            // panel19
+            // 
+            this.panel19.BackgroundImage = global::HOZProject.Properties.Resources.FunItemBG;
+            this.panel19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.panel19.Controls.Add(this.button8);
+            this.panel19.Controls.Add(this.comboBox2);
+            this.panel19.Controls.Add(this.label19);
+            this.panel19.Location = new System.Drawing.Point(223, 495);
+            this.panel19.Margin = new System.Windows.Forms.Padding(2);
+            this.panel19.Name = "panel19";
+            this.panel19.Size = new System.Drawing.Size(262, 30);
+            this.panel19.TabIndex = 88;
+            // 
+            // button8
+            // 
+            this.button8.BackColor = System.Drawing.Color.Black;
+            this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button8.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button8.Font = new System.Drawing.Font("宋体", 10F);
+            this.button8.ForeColor = System.Drawing.Color.White;
+            this.button8.Location = new System.Drawing.Point(184, 3);
+            this.button8.Margin = new System.Windows.Forms.Padding(2);
+            this.button8.Name = "button8";
+            this.button8.Size = new System.Drawing.Size(76, 24);
+            this.button8.TabIndex = 88;
+            this.button8.TabStop = false;
+            this.button8.Text = "执行";
+            this.button8.UseVisualStyleBackColor = false;
+            // 
+            // comboBox2
+            // 
+            this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.comboBox2.FormattingEnabled = true;
+            this.comboBox2.Location = new System.Drawing.Point(67, 5);
+            this.comboBox2.Name = "comboBox2";
+            this.comboBox2.Size = new System.Drawing.Size(112, 20);
+            this.comboBox2.TabIndex = 85;
+            // 
+            // label19
+            // 
+            this.label19.AutoSize = true;
+            this.label19.BackColor = System.Drawing.Color.Transparent;
+            this.label19.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label19.Location = new System.Drawing.Point(3, 9);
+            this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label19.Name = "label19";
+            this.label19.Size = new System.Drawing.Size(59, 13);
+            this.label19.TabIndex = 59;
+            this.label19.Text = "选择模板";
+            // 
+            // groupBox1
+            // 
+            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
+            this.groupBox1.Controls.Add(this.button9);
+            this.groupBox1.Controls.Add(this.textBox5);
+            this.groupBox1.Controls.Add(this.label25);
+            this.groupBox1.Controls.Add(this.textBox4);
+            this.groupBox1.Controls.Add(this.label21);
+            this.groupBox1.ForeColor = System.Drawing.Color.White;
+            this.groupBox1.Location = new System.Drawing.Point(800, 278);
+            this.groupBox1.Name = "groupBox1";
+            this.groupBox1.Size = new System.Drawing.Size(158, 71);
+            this.groupBox1.TabIndex = 90;
+            this.groupBox1.TabStop = false;
+            this.groupBox1.Text = "SEM中心移动至当前位置";
+            // 
+            // button9
+            // 
+            this.button9.BackgroundImage = global::HOZProject.Properties.Resources.GetLocationBG;
+            this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
+            this.button9.Font = new System.Drawing.Font("宋体", 10F);
+            this.button9.ForeColor = System.Drawing.Color.White;
+            this.button9.Location = new System.Drawing.Point(109, 19);
+            this.button9.Name = "button9";
+            this.button9.Size = new System.Drawing.Size(45, 42);
+            this.button9.TabIndex = 91;
+            this.button9.Text = "执行";
+            this.button9.UseVisualStyleBackColor = true;
+            // 
+            // textBox5
+            // 
+            this.textBox5.Location = new System.Drawing.Point(32, 42);
+            this.textBox5.Margin = new System.Windows.Forms.Padding(2);
+            this.textBox5.Name = "textBox5";
+            this.textBox5.Size = new System.Drawing.Size(74, 21);
+            this.textBox5.TabIndex = 62;
+            // 
+            // label25
+            // 
+            this.label25.AutoSize = true;
+            this.label25.BackColor = System.Drawing.Color.Transparent;
+            this.label25.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label25.Location = new System.Drawing.Point(6, 46);
+            this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label25.Name = "label25";
+            this.label25.Size = new System.Drawing.Size(27, 13);
+            this.label25.TabIndex = 63;
+            this.label25.Text = "Y轴";
+            // 
+            // textBox4
+            // 
+            this.textBox4.Location = new System.Drawing.Point(32, 17);
+            this.textBox4.Margin = new System.Windows.Forms.Padding(2);
+            this.textBox4.Name = "textBox4";
+            this.textBox4.Size = new System.Drawing.Size(74, 21);
+            this.textBox4.TabIndex = 60;
+            // 
+            // label21
+            // 
+            this.label21.AutoSize = true;
+            this.label21.BackColor = System.Drawing.Color.Transparent;
+            this.label21.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label21.Location = new System.Drawing.Point(6, 21);
+            this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.label21.Name = "label21";
+            this.label21.Size = new System.Drawing.Size(27, 13);
+            this.label21.TabIndex = 61;
+            this.label21.Text = "X轴";
+            // 
+            // FormUCMain
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.BackColor = System.Drawing.Color.Black;
+            this.BackgroundImage = global::HOZProject.Properties.Resources.UCMain;
+            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.ClientSize = new System.Drawing.Size(1024, 680);
+            this.Controls.Add(this.groupBox1);
+            this.Controls.Add(this.panel18);
+            this.Controls.Add(this.panel19);
+            this.Controls.Add(this.panel17);
+            this.Controls.Add(this.panel20);
+            this.Controls.Add(this.lblState);
+            this.Controls.Add(this.btnGetStagePosition);
+            this.Controls.Add(this.button15);
+            this.Controls.Add(this.button16);
+            this.Controls.Add(this.button14);
+            this.Controls.Add(this.button13);
+            this.Controls.Add(this.pictureBox1);
+            this.Controls.Add(this.label24);
+            this.Controls.Add(this.label23);
+            this.Controls.Add(this.label22);
+            this.Controls.Add(this.label15);
+            this.Controls.Add(this.panel7);
+            this.Controls.Add(this.panel12);
+            this.Controls.Add(this.panel6);
+            this.Controls.Add(this.panel13);
+            this.Controls.Add(this.panel14);
+            this.Controls.Add(this.panel15);
+            this.Controls.Add(this.panel16);
+            this.Controls.Add(this.panel8);
+            this.Controls.Add(this.panel9);
+            this.Controls.Add(this.panel10);
+            this.Controls.Add(this.panel11);
+            this.Controls.Add(this.panel5);
+            this.Controls.Add(this.panel4);
+            this.Controls.Add(this.panel3);
+            this.Controls.Add(this.panel2);
+            this.Controls.Add(this.panel1);
+            this.Controls.Add(this.pbHT);
+            this.Controls.Add(this.pichide);
+            this.Controls.Add(this.picexit);
+            this.DoubleBuffered = true;
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+            this.Margin = new System.Windows.Forms.Padding(2);
+            this.Name = "FormUCMain";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = "FormUCMain";
+            this.LocationChanged += new System.EventHandler(this.FormUCMain_LocationChanged);
+            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormUCMain_MouseDown);
+            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormUCMain_MouseMove);
+            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormUCMain_MouseUp);
+            ((System.ComponentModel.ISupportInitialize)(this.pichide)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picexit)).EndInit();
+            this.panel1.ResumeLayout(false);
+            this.panel1.PerformLayout();
+            this.panel2.ResumeLayout(false);
+            this.panel2.PerformLayout();
+            this.panel3.ResumeLayout(false);
+            this.panel3.PerformLayout();
+            this.panel4.ResumeLayout(false);
+            this.panel4.PerformLayout();
+            this.panel5.ResumeLayout(false);
+            this.panel5.PerformLayout();
+            this.panel8.ResumeLayout(false);
+            this.panel8.PerformLayout();
+            this.panel9.ResumeLayout(false);
+            this.panel9.PerformLayout();
+            this.panel10.ResumeLayout(false);
+            this.panel10.PerformLayout();
+            this.panel11.ResumeLayout(false);
+            this.panel11.PerformLayout();
+            this.panel7.ResumeLayout(false);
+            this.panel7.PerformLayout();
+            this.panel12.ResumeLayout(false);
+            this.panel12.PerformLayout();
+            this.panel13.ResumeLayout(false);
+            this.panel13.PerformLayout();
+            this.panel14.ResumeLayout(false);
+            this.panel14.PerformLayout();
+            this.panel15.ResumeLayout(false);
+            this.panel15.PerformLayout();
+            this.panel16.ResumeLayout(false);
+            this.panel16.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pbHT)).EndInit();
+            this.panel6.ResumeLayout(false);
+            this.panel6.PerformLayout();
+            this.panel20.ResumeLayout(false);
+            this.panel20.PerformLayout();
+            this.panel17.ResumeLayout(false);
+            this.panel17.PerformLayout();
+            this.panel18.ResumeLayout(false);
+            this.panel18.PerformLayout();
+            this.panel19.ResumeLayout(false);
+            this.panel19.PerformLayout();
+            this.groupBox1.ResumeLayout(false);
+            this.groupBox1.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.PictureBox pichide;
+        private System.Windows.Forms.PictureBox picexit;
+        private System.Windows.Forms.Panel panel1;
+        private System.Windows.Forms.TextBox txtenlarge;
+        private System.Windows.Forms.Label lblFocus;
+        private System.Windows.Forms.Button btnenlargeGet;
+        private System.Windows.Forms.Button btnenlargeSet;
+        private System.Windows.Forms.Panel panel2;
+        private System.Windows.Forms.Button btnBrightnessSet;
+        private System.Windows.Forms.TextBox txtBrightness;
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Button btnBrightnessGet;
+        private System.Windows.Forms.Panel panel3;
+        private System.Windows.Forms.Button btnTiltAngleSet;
+        private System.Windows.Forms.TextBox txtTiltAngle;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Button btnTiltAngleGet;
+        private System.Windows.Forms.Panel panel4;
+        private System.Windows.Forms.Button btnAstigmatismXSet;
+        private System.Windows.Forms.TextBox txtAstigmatismXS;
+        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.Button btnAstigmatismXGet;
+        private System.Windows.Forms.Panel panel5;
+        private System.Windows.Forms.TextBox txtPixelSize;
+        private System.Windows.Forms.Label label4;
+        private System.Windows.Forms.Button btnPixelSizeGet;
+        private System.Windows.Forms.Panel panel8;
+        private System.Windows.Forms.TextBox txtAstigmatismY;
+        private System.Windows.Forms.Label label6;
+        private System.Windows.Forms.Button btnAstigmatismYGet;
+        private System.Windows.Forms.Panel panel9;
+        private System.Windows.Forms.Button btnScanRotationSet;
+        private System.Windows.Forms.TextBox txtScanRotation;
+        private System.Windows.Forms.Label label7;
+        private System.Windows.Forms.Button btnScanRotationGet;
+        private System.Windows.Forms.Panel panel10;
+        private System.Windows.Forms.Button btnContrastSet;
+        private System.Windows.Forms.TextBox txtContrast;
+        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Button btnContrastGet;
+        private System.Windows.Forms.Panel panel11;
+        private System.Windows.Forms.Button btnWDSet;
+        private System.Windows.Forms.TextBox txtWD;
+        private System.Windows.Forms.Label label9;
+        private System.Windows.Forms.Button btnWDGet;
+        private System.Windows.Forms.Panel panel7;
+        private System.Windows.Forms.Button btnStageSetM;
+        private System.Windows.Forms.TextBox txtStageM;
+        private System.Windows.Forms.Label label5;
+        private System.Windows.Forms.Button btnStageGetM;
+        private System.Windows.Forms.Panel panel12;
+        private System.Windows.Forms.Button btnStageSetR;
+        private System.Windows.Forms.TextBox txtStageR;
+        private System.Windows.Forms.Label label10;
+        private System.Windows.Forms.Button btnStageGetR;
+        private System.Windows.Forms.Panel panel13;
+        private System.Windows.Forms.Button btnStageSetT;
+        private System.Windows.Forms.TextBox txtStageT;
+        private System.Windows.Forms.Label label11;
+        private System.Windows.Forms.Button btnStageGetT;
+        private System.Windows.Forms.Panel panel14;
+        private System.Windows.Forms.Button btnStageSetZ;
+        private System.Windows.Forms.TextBox txtStageZ;
+        private System.Windows.Forms.Label label12;
+        private System.Windows.Forms.Button btnStageGetZ;
+        private System.Windows.Forms.Panel panel15;
+        private System.Windows.Forms.Button btnStageSetY;
+        private System.Windows.Forms.TextBox txtStageY;
+        private System.Windows.Forms.Label label13;
+        private System.Windows.Forms.Button btnStageGetY;
+        private System.Windows.Forms.Panel panel16;
+        private System.Windows.Forms.Button btnStageSetX;
+        private System.Windows.Forms.TextBox txtStageX;
+        private System.Windows.Forms.Label label14;
+        private System.Windows.Forms.Button btnStageGetX;
+        private System.Windows.Forms.Button btnAstigmatismYSet;
+        private System.Windows.Forms.Label label15;
+        private System.Windows.Forms.Label label22;
+        private System.Windows.Forms.Label label23;
+        private System.Windows.Forms.Label label24;
+        private System.Windows.Forms.PictureBox pictureBox1;
+        private System.Windows.Forms.Button button13;
+        private System.Windows.Forms.Button button14;
+        private System.Windows.Forms.Button button15;
+        private System.Windows.Forms.Button button16;
+        private System.Windows.Forms.Button btnGetStagePosition;
+        private System.Windows.Forms.PictureBox pbHT;
+        private System.Windows.Forms.Label lblState;
+        private System.Windows.Forms.Panel panel6;
+        private System.Windows.Forms.ComboBox comboBox1;
+        private System.Windows.Forms.Label label17;
+        private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.Panel panel20;
+        private System.Windows.Forms.Button button3;
+        private System.Windows.Forms.TextBox textBox3;
+        private System.Windows.Forms.Label label20;
+        private System.Windows.Forms.Button button4;
+        private System.Windows.Forms.Panel panel17;
+        private System.Windows.Forms.Button button6;
+        private System.Windows.Forms.Button button5;
+        private System.Windows.Forms.TextBox textBox1;
+        private System.Windows.Forms.Label label16;
+        private System.Windows.Forms.Panel panel18;
+        private System.Windows.Forms.Button button2;
+        private System.Windows.Forms.Button button7;
+        private System.Windows.Forms.TextBox textBox2;
+        private System.Windows.Forms.Label label18;
+        private System.Windows.Forms.Panel panel19;
+        private System.Windows.Forms.Button button8;
+        private System.Windows.Forms.ComboBox comboBox2;
+        private System.Windows.Forms.Label label19;
+        private System.Windows.Forms.GroupBox groupBox1;
+        private System.Windows.Forms.TextBox textBox5;
+        private System.Windows.Forms.Label label25;
+        private System.Windows.Forms.TextBox textBox4;
+        private System.Windows.Forms.Label label21;
+        private System.Windows.Forms.Button button9;
+    }
+}

+ 85 - 0
HOZProject/FormUCMain.cs

@@ -0,0 +1,85 @@
+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 HOZProject
+{
+    public partial class FormUCMain : Form
+    {
+        public FormUCMain()
+        {
+            InitializeComponent();
+        }
+
+        private void FormUCMain_LocationChanged(object sender, EventArgs e)
+        {
+        }
+
+        #region 关闭与最小化按钮事件
+        private void pichide_MouseEnter(object sender, EventArgs e)
+        {
+            pichide.Image = Properties.Resources.Min_Blue;
+        }
+
+        private void pichide_MouseLeave(object sender, EventArgs e)
+        {
+            pichide.Image = Properties.Resources.Min_Gray;
+        }
+
+        private void picexit_MouseEnter(object sender, EventArgs e)
+        {
+            picexit.Image = Properties.Resources.exit_Red;
+        }
+
+        private void picexit_MouseLeave(object sender, EventArgs e)
+        {
+            picexit.Image = Properties.Resources.exit_Gray;
+        }
+
+        private void picexit_Click(object sender, EventArgs e)
+        {
+            this.Close();
+        }
+
+        private void pichide_Click(object sender, EventArgs e)
+        {
+            this.WindowState = FormWindowState.Minimized;
+        }
+        #endregion
+
+        #region 拖动窗体
+        private Point mouseOff;//鼠标移动位置变量
+        private bool leftFlag;//标签是否为左键
+        private void FormUCMain_MouseDown(object sender, MouseEventArgs e)
+        {
+            if (e.Button == MouseButtons.Left)
+            {
+                mouseOff = new Point(-e.X, -e.Y); //得到变量的值
+                leftFlag = true;                  //点击左键按下时标注为true;
+            }
+        }
+        private void FormUCMain_MouseMove(object sender, MouseEventArgs e)
+        {
+            if (leftFlag)
+            {
+                Point mouseSet = Control.MousePosition;
+                mouseSet.Offset(mouseOff.X, mouseOff.Y);  //设置移动后的位置
+                Location = mouseSet;
+            }
+        }
+        private void FormUCMain_MouseUp(object sender, MouseEventArgs e)
+        {
+            if (leftFlag)
+            {
+                leftFlag = false;//释放鼠标后标注为false;
+            }
+        }
+        #endregion
+    }
+}

+ 120 - 0
HOZProject/FormUCMain.resx

@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 225 - 198
HOZProject/FormUnitControl.Designer.cs


+ 1 - 1
HOZProject/Program.cs

@@ -16,7 +16,7 @@ namespace HOZProject
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new FormUnitControl());
+            Application.Run(new FormUCMain());
         }
     }
 }

+ 146 - 34
HOZProject/Properties/Resources.Designer.cs

@@ -1,71 +1,183 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     此代码由工具生成。
-//     运行时版本: 4.0.30319.42000
+//     运行时版本:4.0.30319.42000
 //
-//     对此文件的更改可能导致不正确的行为,如果
-//     重新生成代码,则所做更改将丢失。
+//     对此文件的更改可能导致不正确的行为,并且如果
+//     重新生成代码,这些更改将会丢失。
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace HOZProject.Properties
-{
-
-
+namespace HOZProject.Properties {
+    using System;
+    
+    
     /// <summary>
-    ///   强类型资源类,用于查找本地化字符串等。
+    ///   一个强类型资源类,用于查找本地化字符串等。
     /// </summary>
     // 此类是由 StronglyTypedResourceBuilder
     // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
-    // 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
+    // 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
     // (以 /str 作为命令选项),或重新生成 VS 项目。
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    internal class Resources
-    {
-
+    internal class Resources {
+        
         private static global::System.Resources.ResourceManager resourceMan;
-
+        
         private static global::System.Globalization.CultureInfo resourceCulture;
-
+        
         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
-        internal Resources()
-        {
+        internal Resources() {
         }
-
+        
         /// <summary>
-        ///   返回此类使用的缓存 ResourceManager 实例。
+        ///   返回此类使用的缓存 ResourceManager 实例。
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Resources.ResourceManager ResourceManager
-        {
-            get
-            {
-                if ((resourceMan == null))
-                {
+        internal static global::System.Resources.ResourceManager ResourceManager {
+            get {
+                if (object.ReferenceEquals(resourceMan, null)) {
                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HOZProject.Properties.Resources", typeof(Resources).Assembly);
                     resourceMan = temp;
                 }
                 return resourceMan;
             }
         }
-
+        
         /// <summary>
-        ///   覆盖当前线程的 CurrentUICulture 属性
-        ///   使用此强类型的资源类的资源查找
+        ///   重写当前线程的 CurrentUICulture 属性
+        ///   重写当前线程的 CurrentUICulture 属性
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Globalization.CultureInfo Culture
-        {
-            get
-            {
+        internal static global::System.Globalization.CultureInfo Culture {
+            get {
                 return resourceCulture;
             }
-            set
-            {
+            set {
                 resourceCulture = value;
             }
         }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap buttonBG {
+            get {
+                object obj = ResourceManager.GetObject("buttonBG", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap exit_Gray {
+            get {
+                object obj = ResourceManager.GetObject("exit_Gray", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap exit_Red {
+            get {
+                object obj = ResourceManager.GetObject("exit_Red", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap FunItemBG {
+            get {
+                object obj = ResourceManager.GetObject("FunItemBG", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap Get {
+            get {
+                object obj = ResourceManager.GetObject("Get", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap GetLocationBG {
+            get {
+                object obj = ResourceManager.GetObject("GetLocationBG", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap Min_Blue {
+            get {
+                object obj = ResourceManager.GetObject("Min_Blue", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap Min_Gray {
+            get {
+                object obj = ResourceManager.GetObject("Min_Gray", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap OFF {
+            get {
+                object obj = ResourceManager.GetObject("OFF", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap ON {
+            get {
+                object obj = ResourceManager.GetObject("ON", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap Set {
+            get {
+                object obj = ResourceManager.GetObject("Set", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap UCMain {
+            get {
+                object obj = ResourceManager.GetObject("UCMain", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
     }
 }

+ 45 - 5
HOZProject/Properties/Resources.resx

@@ -46,7 +46,7 @@
     
     mimetype: application/x-microsoft.net.object.binary.base64
     value   : The object must be serialized with 
-            : System.Serialization.Formatters.Binary.BinaryFormatter
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
             : and then encoded with base64 encoding.
     
     mimetype: application/x-microsoft.net.object.soap.base64
@@ -60,6 +60,7 @@
             : and then encoded with base64 encoding.
     -->
   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
     <xsd:element name="root" msdata:IsDataSet="true">
       <xsd:complexType>
         <xsd:choice maxOccurs="unbounded">
@@ -68,9 +69,10 @@
               <xsd:sequence>
                 <xsd:element name="value" type="xsd:string" minOccurs="0" />
               </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" />
+              <xsd:attribute name="name" use="required" type="xsd:string" />
               <xsd:attribute name="type" type="xsd:string" />
               <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
             </xsd:complexType>
           </xsd:element>
           <xsd:element name="assembly">
@@ -85,9 +87,10 @@
                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
               </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
             </xsd:complexType>
           </xsd:element>
           <xsd:element name="resheader">
@@ -109,9 +112,46 @@
     <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="exit_Gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\exit_Gray.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="exit_Red" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\exit_Red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Min_Blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Min_Blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Min_Gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Min_Gray.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="UCMain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\UCMain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="FunItemBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\FunItemBG.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Get" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Get.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="OFF" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\OFF.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="ON" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\ON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Set" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Set.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="buttonBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\buttonBG.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="GetLocationBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\GetLocationBG.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
 </root>

+ 13 - 17
HOZProject/Properties/Settings.Designer.cs

@@ -1,28 +1,24 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.42000
+//     此代码由工具生成。
+//     运行时版本:4.0.30319.42000
 //
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
+//     对此文件的更改可能会导致不正确的行为,并且如果
+//     重新生成代码,这些更改将会丢失。
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace HOZProject.Properties
-{
-
-
+namespace HOZProject.Properties {
+    
+    
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
-    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
-    {
-
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+        
         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
-        public static Settings Default
-        {
-            get
-            {
+        
+        public static Settings Default {
+            get {
                 return defaultInstance;
             }
         }

BIN
HOZProject/Resources/FunItemBG.jpg


BIN
HOZProject/Resources/Get.jpg


BIN
HOZProject/Resources/GetLocationBG.jpg


BIN
HOZProject/Resources/Min_Blue.png


BIN
HOZProject/Resources/Min_Gray.png


BIN
HOZProject/Resources/OFF.png


BIN
HOZProject/Resources/ON.png


BIN
HOZProject/Resources/Set.jpg


BIN
HOZProject/Resources/UCMain.png


BIN
HOZProject/Resources/buttonBG.jpg


BIN
HOZProject/Resources/exit_Gray.png


BIN
HOZProject/Resources/exit_Red.png


+ 48 - 1
HOZProject/UnitControl.csproj

@@ -8,10 +8,11 @@
     <OutputType>WinExe</OutputType>
     <RootNamespace>HOZProject</RootNamespace>
     <AssemblyName>HOZProject</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -46,6 +47,12 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="FormUCMain.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="FormUCMain.Designer.cs">
+      <DependentUpon>FormUCMain.cs</DependentUpon>
+    </Compile>
     <Compile Include="FormUnitControl.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -54,6 +61,9 @@
     </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <EmbeddedResource Include="FormUCMain.resx">
+      <DependentUpon>FormUCMain.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="FormUnitControl.resx">
       <DependentUpon>FormUnitControl.cs</DependentUpon>
     </EmbeddedResource>
@@ -65,6 +75,7 @@
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
+      <DesignTime>True</DesignTime>
     </Compile>
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
@@ -85,5 +96,41 @@
       <Name>SmartSEMControl</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\exit_Gray.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\exit_Red.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\Min_Blue.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\Min_Gray.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\ON.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\OFF.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\FunItemBG.jpg" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\Set.jpg" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\Get.jpg" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\GetLocationBG.jpg" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\buttonBG.jpg" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Resources\UCMain.png" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

+ 2 - 1
MeasureData/MeasureData.csproj

@@ -9,9 +9,10 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>MeasureData</RootNamespace>
     <AssemblyName>MeasureData</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 2 - 1
MeasureThread/MeasureThread.csproj

@@ -9,9 +9,10 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>MeasureThread</RootNamespace>
     <AssemblyName>MeasureThread</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 2 - 1
SmartSEMControl/SmartSEMControl.csproj

@@ -9,9 +9,10 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>SmartSEMControl</RootNamespace>
     <AssemblyName>SmartSEMControl</AssemblyName>
-    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است