Browse Source

删除无用代码

章政 8 years ago
parent
commit
332d8ff010
3 changed files with 0 additions and 650 deletions
  1. 0 325
      UAS-MES/Weigher.Designer.cs
  2. 0 166
      UAS-MES/Weigher.cs
  3. 0 159
      UAS-MES/Weigher.resx

+ 0 - 325
UAS-MES/Weigher.Designer.cs

@@ -1,325 +0,0 @@
-namespace UAS_MES
-{
-    partial class Weigher
-    {
-        /// <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()
-        {
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Weigher));
-            this.GetSeriadlData = new System.Windows.Forms.Button();
-            this.DataFlush = new System.Windows.Forms.TextBox();
-            this.StopGetSerialData = new System.Windows.Forms.Button();
-            this.comboBox1 = new System.Windows.Forms.ComboBox();
-            this.label1 = new System.Windows.Forms.Label();
-            this.label2 = new System.Windows.Forms.Label();
-            this.BaudRate = new System.Windows.Forms.TextBox();
-            this.label3 = new System.Windows.Forms.Label();
-            this.label4 = new System.Windows.Forms.Label();
-            this.label5 = new System.Windows.Forms.Label();
-            this.WeigherData = new System.Windows.Forms.TextBox();
-            this.label6 = new System.Windows.Forms.Label();
-            this.label7 = new System.Windows.Forms.Label();
-            this.label8 = new System.Windows.Forms.Label();
-            this.textBox4 = new System.Windows.Forms.TextBox();
-            this.textBox5 = new System.Windows.Forms.TextBox();
-            this.label9 = new System.Windows.Forms.Label();
-            this.CleanDataFlush = new System.Windows.Forms.Button();
-            this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
-            this.headBar1 = new UAS_MES.CustomControl.HeadBar();
-            this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
-            this.SuspendLayout();
-            // 
-            // GetSeriadlData
-            // 
-            this.GetSeriadlData.Location = new System.Drawing.Point(534, 194);
-            this.GetSeriadlData.Name = "GetSeriadlData";
-            this.GetSeriadlData.Size = new System.Drawing.Size(119, 54);
-            this.GetSeriadlData.TabIndex = 1;
-            this.GetSeriadlData.Tag = "ifread";
-            this.GetSeriadlData.Text = "接收数据";
-            this.GetSeriadlData.UseVisualStyleBackColor = true;
-            this.GetSeriadlData.Click += new System.EventHandler(this.GetSeriadlData_Click);
-            // 
-            // DataFlush
-            // 
-            this.DataFlush.Location = new System.Drawing.Point(751, 60);
-            this.DataFlush.Multiline = true;
-            this.DataFlush.Name = "DataFlush";
-            this.DataFlush.Size = new System.Drawing.Size(268, 343);
-            this.DataFlush.TabIndex = 2;
-            // 
-            // StopGetSerialData
-            // 
-            this.StopGetSerialData.Location = new System.Drawing.Point(534, 297);
-            this.StopGetSerialData.Name = "StopGetSerialData";
-            this.StopGetSerialData.Size = new System.Drawing.Size(119, 50);
-            this.StopGetSerialData.TabIndex = 3;
-            this.StopGetSerialData.Tag = "ifread";
-            this.StopGetSerialData.Text = "停止接收";
-            this.StopGetSerialData.UseVisualStyleBackColor = true;
-            this.StopGetSerialData.Click += new System.EventHandler(this.StopGetSeriadlData_Click);
-            // 
-            // comboBox1
-            // 
-            this.comboBox1.FormattingEnabled = true;
-            this.comboBox1.Location = new System.Drawing.Point(394, 60);
-            this.comboBox1.Name = "comboBox1";
-            this.comboBox1.Size = new System.Drawing.Size(75, 20);
-            this.comboBox1.TabIndex = 4;
-            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(302, 63);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(77, 12);
-            this.label1.TabIndex = 5;
-            this.label1.Text = "选择端口号:";
-            // 
-            // label2
-            // 
-            this.label2.AutoSize = true;
-            this.label2.Location = new System.Drawing.Point(302, 97);
-            this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(77, 12);
-            this.label2.TabIndex = 6;
-            this.label2.Text = "输入波特率:";
-            // 
-            // BaudRate
-            // 
-            this.BaudRate.Location = new System.Drawing.Point(394, 94);
-            this.BaudRate.Name = "BaudRate";
-            this.BaudRate.Size = new System.Drawing.Size(75, 21);
-            this.BaudRate.TabIndex = 7;
-            this.BaudRate.Text = "9600";
-            this.BaudRate.TextChanged += new System.EventHandler(this.BaudRate_TextChanged);
-            // 
-            // label3
-            // 
-            this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
-            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-            this.label3.Location = new System.Drawing.Point(239, 156);
-            this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(510, 4);
-            this.label3.TabIndex = 8;
-            // 
-            // label4
-            // 
-            this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
-            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-            this.label4.Location = new System.Drawing.Point(748, 0);
-            this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(4, 432);
-            this.label4.TabIndex = 9;
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.Font = new System.Drawing.Font("宋体", 10F);
-            this.label5.Location = new System.Drawing.Point(824, 39);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(119, 14);
-            this.label5.TabIndex = 10;
-            this.label5.Text = "电子秤数据缓冲区";
-            // 
-            // WeigherData
-            // 
-            this.WeigherData.Location = new System.Drawing.Point(277, 356);
-            this.WeigherData.Multiline = true;
-            this.WeigherData.Name = "WeigherData";
-            this.WeigherData.Size = new System.Drawing.Size(188, 47);
-            this.WeigherData.TabIndex = 11;
-            // 
-            // label6
-            // 
-            this.label6.AutoSize = true;
-            this.label6.Font = new System.Drawing.Font("宋体", 11F);
-            this.label6.Location = new System.Drawing.Point(275, 332);
-            this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(97, 15);
-            this.label6.TabIndex = 12;
-            this.label6.Text = "最终称量结果";
-            // 
-            // label7
-            // 
-            this.label7.AutoSize = true;
-            this.label7.Location = new System.Drawing.Point(276, 179);
-            this.label7.Name = "label7";
-            this.label7.Size = new System.Drawing.Size(113, 12);
-            this.label7.TabIndex = 13;
-            this.label7.Text = "称量过程中数据标识";
-            // 
-            // label8
-            // 
-            this.label8.AutoSize = true;
-            this.label8.Location = new System.Drawing.Point(278, 251);
-            this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(101, 12);
-            this.label8.TabIndex = 14;
-            this.label8.Text = "称量结果数据标识";
-            // 
-            // textBox4
-            // 
-            this.textBox4.Location = new System.Drawing.Point(278, 212);
-            this.textBox4.Name = "textBox4";
-            this.textBox4.Size = new System.Drawing.Size(100, 21);
-            this.textBox4.TabIndex = 15;
-            this.textBox4.Text = "US";
-            // 
-            // textBox5
-            // 
-            this.textBox5.Location = new System.Drawing.Point(278, 276);
-            this.textBox5.Name = "textBox5";
-            this.textBox5.Size = new System.Drawing.Size(100, 21);
-            this.textBox5.TabIndex = 16;
-            this.textBox5.Text = "ST";
-            this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
-            // 
-            // label9
-            // 
-            this.label9.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
-            this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-            this.label9.Location = new System.Drawing.Point(239, 33);
-            this.label9.Name = "label9";
-            this.label9.Size = new System.Drawing.Size(4, 400);
-            this.label9.TabIndex = 18;
-            // 
-            // CleanDataFlush
-            // 
-            this.CleanDataFlush.Location = new System.Drawing.Point(842, 407);
-            this.CleanDataFlush.Name = "CleanDataFlush";
-            this.CleanDataFlush.Size = new System.Drawing.Size(75, 23);
-            this.CleanDataFlush.TabIndex = 22;
-            this.CleanDataFlush.Text = "清除";
-            this.CleanDataFlush.UseVisualStyleBackColor = true;
-            this.CleanDataFlush.Click += new System.EventHandler(this.CleanDataFlush_Click);
-            // 
-            // enterTextBox2
-            // 
-            this.enterTextBox2.AllPower = null;
-            this.enterTextBox2.BackColor = System.Drawing.Color.White;
-            this.enterTextBox2.Dock = System.Windows.Forms.DockStyle.Left;
-            this.enterTextBox2.ID = null;
-            this.enterTextBox2.Location = new System.Drawing.Point(0, 32);
-            this.enterTextBox2.Multiline = true;
-            this.enterTextBox2.Name = "enterTextBox2";
-            this.enterTextBox2.Power = null;
-            this.enterTextBox2.Size = new System.Drawing.Size(240, 400);
-            this.enterTextBox2.Str = null;
-            this.enterTextBox2.Str1 = null;
-            this.enterTextBox2.Str2 = null;
-            this.enterTextBox2.TabIndex = 21;
-            this.enterTextBox2.Enter += new System.EventHandler(this.enterTextBox2_Enter);
-            this.enterTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox2_KeyDown);
-            // 
-            // headBar1
-            // 
-            this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
-            this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
-            this.headBar1.Location = new System.Drawing.Point(0, 0);
-            this.headBar1.Name = "headBar1";
-            this.headBar1.Size = new System.Drawing.Size(1019, 32);
-            this.headBar1.TabIndex = 17;
-            // 
-            // normalButton1
-            // 
-            this.normalButton1.AllPower = null;
-            this.normalButton1.BackColor = System.Drawing.Color.Transparent;
-            this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
-            this.normalButton1.Image = null;
-            this.normalButton1.IsShowBorder = true;
-            this.normalButton1.Location = new System.Drawing.Point(453, 235);
-            this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
-            this.normalButton1.Name = "normalButton1";
-            this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
-            this.normalButton1.Power = null;
-            this.normalButton1.Size = new System.Drawing.Size(75, 28);
-            this.normalButton1.TabIndex = 23;
-            this.normalButton1.Text = "normalButton1";
-            this.normalButton1.UseVisualStyleBackColor = false;
-            this.normalButton1.Click += new System.EventHandler(this.GetSeriadlData_Click);
-            // 
-            // Weigher
-            // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1019, 432);
-            this.Controls.Add(this.normalButton1);
-            this.Controls.Add(this.CleanDataFlush);
-            this.Controls.Add(this.enterTextBox2);
-            this.Controls.Add(this.label9);
-            this.Controls.Add(this.headBar1);
-            this.Controls.Add(this.textBox5);
-            this.Controls.Add(this.textBox4);
-            this.Controls.Add(this.label8);
-            this.Controls.Add(this.label7);
-            this.Controls.Add(this.label6);
-            this.Controls.Add(this.WeigherData);
-            this.Controls.Add(this.label5);
-            this.Controls.Add(this.label4);
-            this.Controls.Add(this.label3);
-            this.Controls.Add(this.BaudRate);
-            this.Controls.Add(this.label2);
-            this.Controls.Add(this.label1);
-            this.Controls.Add(this.comboBox1);
-            this.Controls.Add(this.StopGetSerialData);
-            this.Controls.Add(this.DataFlush);
-            this.Controls.Add(this.GetSeriadlData);
-            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
-            this.Name = "Weigher";
-            this.Tag = "Make!ColorBoxWeigh";
-            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Weigher_FormClosing);
-            this.Load += new System.EventHandler(this.Weigher_Load);
-            this.ResumeLayout(false);
-            this.PerformLayout();
-
-        }
-
-        #endregion
-        private System.Windows.Forms.Button GetSeriadlData;
-        private System.Windows.Forms.TextBox DataFlush;
-        private System.Windows.Forms.Button StopGetSerialData;
-        private System.Windows.Forms.ComboBox comboBox1;
-        private System.Windows.Forms.Label label1;
-        private System.Windows.Forms.Label label2;
-        private System.Windows.Forms.TextBox BaudRate;
-        private System.Windows.Forms.Label label3;
-        private System.Windows.Forms.Label label4;
-        private System.Windows.Forms.Label label5;
-        private System.Windows.Forms.TextBox WeigherData;
-        private System.Windows.Forms.Label label6;
-        private System.Windows.Forms.Label label7;
-        private System.Windows.Forms.Label label8;
-        private System.Windows.Forms.TextBox textBox4;
-        private System.Windows.Forms.TextBox textBox5;
-        private CustomControl.HeadBar headBar1;
-        private System.Windows.Forms.Label label9;
-        private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
-        private System.Windows.Forms.Button CleanDataFlush;
-        private CustomControl.ButtonUtil.NormalButton normalButton1;
-    }
-}

+ 0 - 166
UAS-MES/Weigher.cs

@@ -1,166 +0,0 @@
-using Microsoft.Win32;
-using System;
-using System.IO;
-using System.IO.Ports;
-using System.Runtime.InteropServices;
-using System.Threading;
-using System.Windows.Forms;
-
-namespace UAS_MES
-{
-    public partial class Weigher : Form
-    {
-        [DllImport("user32.dll")]
-        public static extern bool ReleaseCapture();
-        [DllImport("user32.dll")]
-        public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam);
-        public const int WM_SYSCOMMAND = 0x0112;
-        public const int SC_MOVE = 0xF010;
-        public const int HTCAPTION = 0x0002;
-        string LastData = "";
-        //实例化一个串口
-        SerialPort serialPort1 = new SerialPort();
-        Thread thread;
-        bool getData;
-        public Weigher()
-        {
-            InitializeComponent();
-            CheckForIllegalCrossThreadCalls = false;
-            GetComList();
-        }
-
-        private void Weigher_Load(object sender, EventArgs e)
-        {
-            this.headBar1.MouseDown += new MouseEventHandler(headBar_MouseDown);
-        }
-
-        private void GetSeriadlData_Click(object sender, EventArgs e)
-        {
-            getData = true;
-            thread = new Thread(getSerialData);
-            thread.Start();
-        }
-
-        private void StopGetSeriadlData_Click(object sender, EventArgs e)
-        {
-            getData = false;
-            Thread.Sleep(1000);
-            serialPort1.Close();
-        }
-        //开始接受串口数据
-        private void getSerialData()
-        {
-            if (!serialPort1.IsOpen)
-            {
-                serialPort1.PortName = this.comboBox1.Text;
-                serialPort1.BaudRate = int.Parse(BaudRate.Text);
-                serialPort1.Open();
-                DataFlush.Text = "开始接受数据\n";
-                while (getData)
-                {
-                    try { ShowData(serialPort1.ReadLine() + "\n"); }
-                    catch (IOException ex) { MessageBox.Show(ex.Message); }
-                }
-            }
-            else
-            {
-                MessageBox.Show("请勿重复打开端口", "警告");
-            }
-        }
-
-        // 获取串口列表
-        private void GetComList()
-        {
-            RegistryKey keyCom = Registry.LocalMachine.OpenSubKey("Hardware\\DeviceMap\\SerialComm");
-            if (keyCom != null)
-            {
-                string[] sSubKeys = keyCom.GetValueNames();
-                //获取串口的名称
-                //for (int i = 0; i < sSubKeys.Length; i++)
-                //{
-                //    string sValue = (string)(sSubKeys[i]);
-                //    comboBox1.Items.Add(sValue);
-                //    comboBox1.SelectedIndex = i;
-                //}
-
-                //获取串口号
-                for (int i = 0; i < sSubKeys.Length; i++)
-                {
-                    string sValue = (string)keyCom.GetValue(sSubKeys[i]);
-                    comboBox1.Items.Add(sValue);
-                    comboBox1.SelectedIndex = i;
-                }
-            }
-        }
-
-        private void headBar_MouseDown(object sender, MouseEventArgs e)
-        {
-            ReleaseCapture();
-            SendMessage(this.Handle, WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0);
-        }
-
-        private void ShowData(string Data)
-        {
-            //判断数据是否稳定,将稳定值展示到称量结果
-            if (Data.Substring(0, 1) == "S")
-            {
-                WeigherData.Text = Data;
-            }
-            //判断数据和上一条是否相等
-            if (!(LastData == Data))
-            {
-                DataFlush.AppendText(Data);
-            }
-            LastData = Data;
-        }
-
-        private void Weigher_FormClosing(object sender, FormClosingEventArgs e)
-        {
-            if (serialPort1.IsOpen)
-            {
-                MessageBoxButtons messButton = MessageBoxButtons.YesNo;
-                string logout_confirm = MessageBox.Show(this.ParentForm, "端口尚未关闭,仍要关闭窗口?", "警告!", messButton).ToString();
-                if (!(logout_confirm == "Yes"))
-                {
-                    e.Cancel = true;
-                }
-            }
-        }
-
-        private void enterTextBox2_Enter(object sender, EventArgs e)
-        {
-            Console.Write("saomiao");
-        }
-
-        private void enterTextBox2_KeyDown(object sender, KeyEventArgs e)
-        {
-            if (serialPort1.IsOpen)
-            {
-                if (e.KeyValue == 13)
-                {
-                    enterTextBox2.AppendText(LastData);
-                }
-            }
-        }
-
-        private void CleanDataFlush_Click(object sender, EventArgs e)
-        {
-            DataFlush.Clear();
-        }
-
-        private void textBox5_TextChanged(object sender, EventArgs e)
-        {
-
-        }
-
-        private void BaudRate_TextChanged(object sender, EventArgs e)
-        {
-
-        }
-
-        private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
-        {
-
-        }
-    }
-}

+ 0 - 159
UAS-MES/Weigher.resx

@@ -1,159 +0,0 @@
-<?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>
-  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-  <data name="normalButton1.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
-        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFcSURBVFhH5di7UsJAFMbxtDT6QMI76IAFT0npIE0K
-        GcRORxHklpAIBHLfbILV8XxeNsMznJ35F5vu+82kWYuILD4N7oq75roCw27sb/x5WBdc27btntY64o/i
-        DnZjPxy4S6A0R6PHO1WUNHc9ep4uxIXd2D8eP/XZowWUThBG+n3p0stsKbbJ0qFDFFfscQuUbpzm9Pqx
-        Eh8c4PGLkuX0Nl+LDw4GJckUTRaO+OBQo+SKpitXfHAwKClfZuuN+OBgUDJV0NzxxAeHM5TFxhffGUpe
-        aFp5n+KDg0FRfHH8nfjgUKPoktztXnxwMCgFX7xdID441ChlRf7+ID44GBTNl21wFB8capSqot0xFB8c
-        /lE6Wa70IU5oH0Ziw/5cFebpoPUwHPbL04nCJKUgisWF3dgPB3gABc9v7fvBoBcnaVKdvkha2I39cPjx
-        oPrhusndcPinpIXd2N8gIusbTaFspKtR2SQAAAAASUVORK5CYII=
-</value>
-  </data>
-  <data name="normalButton1.MoveImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
-        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFzSURBVFhH5djNSgJRGMZxL2P2gTfQFbZvHSEZFBEW
-        CEIQBEIgVFiS9qXWoDmp4/fHzDmjM2a+vU/QqUVX0DvwXxxn9fwYXJwYEcXWNzIWt83dcq7AsBv7LXgA
-        ZI0r71/aaqjCJf8o7sFu7IcDFwdK4vimrv1oSZXRnArdQFzYjf3pQkOzRxIoVWc6X5X6M7ruBGIr9mbU
-        9MIVe9hAcXvBO125WnxwgMcXSpcPF20tPjgYlI5eUK6lxAcHg9Lmw3nTFx8cDEpLLSjr+OKDg0FpqojO
-        Gp744GBQ3vyITutT8cHBoDheRCe1ifjgYFBe+ZCxJ+KDg0GpT0NKv4zFBweDUpuEdFQdiQ8OBsXmw2Fl
-        JD44/KCM53TwNBQfHAzKMx/2Hgfig8M3SrXYUasUfz67DwOxYf9dV5urg+RWzta4aEnxn83OfV9c2I39
-        cIAHUOJceTNbUfmW94GX0sJu7IcDPH5fXCe4EvfXxe5/D7ux3yKi2CfkPhTy27lqkwAAAABJRU5ErkJg
-        gg==
-</value>
-  </data>
-  <data name="normalButton1.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
-        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGVSURBVFhH5di7agJRFIXhDSKoYBQEC8FCECwEQRBE
-        4uUVEtTiPKVlom2wttM6IfF+15njXHRnL19jD/zFmanWV8zAEDNTp9OJS6/Sm2QUht3YH4cHtdvtF6k7
-        mUwG1tqd3FR3YTf2w0FKUVOu6XT68Xgw3+8PtWH/bDYbCkeLGo1Gz/d9JwzvrL0gCKx49KlerxtIBUGo
-        PjjAg2q1mqDc2fN99cEBHlStVk0oB+t56oMDPKhSqZggDNm1N/XBAR5ULpeNvGD46rrqgwM8qFQqGV8O
-        56ujPjjAg4rFosFL5ni5qA8O8KBCoWBuns/701l9cIAH5fN5QfF4dzipDw7woFwuZ+zN483+oD44wIOy
-        2azB52i13asPDvCgTCZjHGt5sdmqDw7woHQ6bRzX8ny1UR8c4EHJZNJc5fC7XKsPDvCgRCLR2x9Pzt9q
-        zT+Lpdqw/3A6W/HoUywWa32Nx8OL4zwffM8X6sJu7IcDPCgajaak7udoNNjsdgc81BZ2Yz8c4PH8cR2J
-        ROJSU3qXjMKwG/vjzEz/skOI3Zqgv7AAAAAASUVORK5CYII=
-</value>
-  </data>
-</root>