Bläddra i källkod

调整客户标签维护界面

章政 8 år sedan
förälder
incheckning
b342acda69

+ 1 - 1
UAS-出货标签管理/PublicMethod/AutoSizeFormClass.cs

@@ -79,7 +79,7 @@ namespace UAS_LabelMachine.PublicMethod
                 ctrHeight0 = oldCtrl[ctrlNo].Height;
                 //c.Left = (int)((ctrLeft0 - wLeft0) * wScale) + wLeft1;//新旧控件之间的线性比例
                 //c.Top = (int)((ctrTop0 - wTop0) * h) + wTop1;
-         
+
                 c.Left = (int)((ctrLeft0) * wScale);//新旧控件之间的线性比例。控件位置只相对于窗体,所以不能加 + wLeft1
                 c.Top = (int)((ctrTop0) * hScale);//
                 //设置指定的类型不进行宽高的变化

+ 87 - 88
UAS-出货标签管理/客户标签维护.Designer.cs

@@ -33,8 +33,8 @@ namespace UAS_LabelMachine
         private void InitializeComponent()
         {
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(客户标签维护));
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
             this.cl_code_label = new System.Windows.Forms.Label();
             this.cu_name_label = new System.Windows.Forms.Label();
             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
@@ -55,6 +55,10 @@ namespace UAS_LabelMachine
             this.la_type = new System.Windows.Forms.ComboBox();
             this.la_name = new System.Windows.Forms.TextBox();
             this.la_name_label = new System.Windows.Forms.Label();
+            this.FTPShare = new System.Windows.Forms.CheckBox();
+            this.CodeSoft = new System.Windows.Forms.RadioButton();
+            this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
+            this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
             this.NetURL = new UAS_LabelMachine.CustomControl.EnterTextBox();
             this.la_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
             this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
@@ -80,10 +84,6 @@ namespace UAS_LabelMachine
             this.UpdateGrid = new UAS_LabelMachine.CustomControl.NormalButton();
             this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
             this.cu_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
-            this.FTPShare = new System.Windows.Forms.CheckBox();
-            this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
-            this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
-            this.CodeSoft = new System.Windows.Forms.RadioButton();
             ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
             this.SuspendLayout();
             // 
@@ -138,7 +138,7 @@ namespace UAS_LabelMachine
             // OpenFolder
             // 
             this.OpenFolder.Location = new System.Drawing.Point(776, 612);
-            this.OpenFolder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.OpenFolder.Margin = new System.Windows.Forms.Padding(4);
             this.OpenFolder.Name = "OpenFolder";
             this.OpenFolder.Size = new System.Drawing.Size(100, 34);
             this.OpenFolder.TabIndex = 156;
@@ -161,7 +161,7 @@ namespace UAS_LabelMachine
             // 
             this.FolderPath.Enabled = false;
             this.FolderPath.Location = new System.Drawing.Point(531, 616);
-            this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.FolderPath.Margin = new System.Windows.Forms.Padding(4);
             this.FolderPath.Name = "FolderPath";
             this.FolderPath.Size = new System.Drawing.Size(213, 25);
             this.FolderPath.TabIndex = 157;
@@ -187,7 +187,7 @@ namespace UAS_LabelMachine
             "中盒",
             "外箱"});
             this.la_type1.Location = new System.Drawing.Point(531, 567);
-            this.la_type1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.la_type1.Margin = new System.Windows.Forms.Padding(4);
             this.la_type1.Name = "la_type1";
             this.la_type1.Size = new System.Drawing.Size(213, 23);
             this.la_type1.TabIndex = 169;
@@ -224,7 +224,7 @@ namespace UAS_LabelMachine
             // 
             this.LabelParam.AutoScroll = true;
             this.LabelParam.Location = new System.Drawing.Point(1230, 147);
-            this.LabelParam.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.LabelParam.Margin = new System.Windows.Forms.Padding(4);
             this.LabelParam.Name = "LabelParam";
             this.LabelParam.Size = new System.Drawing.Size(328, 400);
             this.LabelParam.TabIndex = 180;
@@ -257,7 +257,7 @@ namespace UAS_LabelMachine
             this.la_type.DropDownWidth = 161;
             this.la_type.FormattingEnabled = true;
             this.la_type.Location = new System.Drawing.Point(940, 20);
-            this.la_type.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.la_type.Margin = new System.Windows.Forms.Padding(4);
             this.la_type.Name = "la_type";
             this.la_type.Size = new System.Drawing.Size(213, 23);
             this.la_type.TabIndex = 184;
@@ -268,7 +268,7 @@ namespace UAS_LabelMachine
             this.la_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
             this.la_name.Location = new System.Drawing.Point(155, 616);
-            this.la_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.la_name.Margin = new System.Windows.Forms.Padding(4);
             this.la_name.Name = "la_name";
             this.la_name.Size = new System.Drawing.Size(0, 25);
             this.la_name.TabIndex = 186;
@@ -284,11 +284,62 @@ namespace UAS_LabelMachine
             this.la_name_label.TabIndex = 187;
             this.la_name_label.Text = "模板名称";
             // 
+            // FTPShare
+            // 
+            this.FTPShare.AutoSize = true;
+            this.FTPShare.Checked = true;
+            this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
+            this.FTPShare.Location = new System.Drawing.Point(905, 621);
+            this.FTPShare.Margin = new System.Windows.Forms.Padding(4);
+            this.FTPShare.Name = "FTPShare";
+            this.FTPShare.Size = new System.Drawing.Size(83, 19);
+            this.FTPShare.TabIndex = 188;
+            this.FTPShare.Text = "FTP共享";
+            this.FTPShare.UseVisualStyleBackColor = true;
+            // 
+            // CodeSoft
+            // 
+            this.CodeSoft.AutoSize = true;
+            this.CodeSoft.Checked = true;
+            this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.CodeSoft.Location = new System.Drawing.Point(1410, 107);
+            this.CodeSoft.Margin = new System.Windows.Forms.Padding(4);
+            this.CodeSoft.Name = "CodeSoft";
+            this.CodeSoft.Size = new System.Drawing.Size(122, 31);
+            this.CodeSoft.TabIndex = 161;
+            this.CodeSoft.TabStop = true;
+            this.CodeSoft.Text = "CodeSoft";
+            this.CodeSoft.UseVisualStyleBackColor = true;
+            this.CodeSoft.Visible = false;
+            // 
+            // pagination1
+            // 
+            this.pagination1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
+            this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.pagination1.Location = new System.Drawing.Point(0, 683);
+            this.pagination1.Margin = new System.Windows.Forms.Padding(5);
+            this.pagination1.Name = "pagination1";
+            this.pagination1.Size = new System.Drawing.Size(1572, 39);
+            this.pagination1.TabIndex = 190;
+            // 
+            // NewLabel
+            // 
+            this.NewLabel.Image = ((System.Drawing.Image)(resources.GetObject("NewLabel.Image")));
+            this.NewLabel.Location = new System.Drawing.Point(1128, 613);
+            this.NewLabel.Margin = new System.Windows.Forms.Padding(4);
+            this.NewLabel.Name = "NewLabel";
+            this.NewLabel.Size = new System.Drawing.Size(81, 30);
+            this.NewLabel.TabIndex = 189;
+            this.NewLabel.Tag = "IfWrite";
+            this.NewLabel.Text = "新增标签";
+            this.NewLabel.UseVisualStyleBackColor = true;
+            this.NewLabel.Click += new System.EventHandler(this.NewLabel_Click);
+            // 
             // NetURL
             // 
             this.NetURL.ID = null;
             this.NetURL.Location = new System.Drawing.Point(1368, 61);
-            this.NetURL.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.NetURL.Margin = new System.Windows.Forms.Padding(4);
             this.NetURL.Name = "NetURL";
             this.NetURL.Size = new System.Drawing.Size(161, 25);
             this.NetURL.Str = null;
@@ -304,7 +355,7 @@ namespace UAS_LabelMachine
             this.la_code.Condition = null;
             this.la_code.FormName = null;
             this.la_code.Location = new System.Drawing.Point(905, 569);
-            this.la_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.la_code.Margin = new System.Windows.Forms.Padding(4);
             this.la_code.Name = "la_code";
             this.la_code.SelectField = null;
             this.la_code.SetValueField = null;
@@ -317,7 +368,7 @@ namespace UAS_LabelMachine
             // 
             this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
             this.Save.Location = new System.Drawing.Point(1020, 613);
-            this.Save.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.Save.Margin = new System.Windows.Forms.Padding(4);
             this.Save.Name = "Save";
             this.Save.Size = new System.Drawing.Size(81, 30);
             this.Save.TabIndex = 170;
@@ -329,7 +380,7 @@ namespace UAS_LabelMachine
             // ChooseAll
             // 
             this.ChooseAll.Location = new System.Drawing.Point(23, 112);
-            this.ChooseAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
             this.ChooseAll.Name = "ChooseAll";
             this.ChooseAll.Size = new System.Drawing.Size(45, 26);
             this.ChooseAll.TabIndex = 177;
@@ -339,7 +390,7 @@ namespace UAS_LabelMachine
             // PrinterList
             // 
             this.PrinterList.Location = new System.Drawing.Point(1368, 27);
-            this.PrinterList.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
+            this.PrinterList.Margin = new System.Windows.Forms.Padding(5);
             this.PrinterList.Name = "PrinterList";
             this.PrinterList.Size = new System.Drawing.Size(161, 25);
             this.PrinterList.TabIndex = 174;
@@ -364,18 +415,18 @@ namespace UAS_LabelMachine
             this.cl_labelsoft,
             this.cl_status});
             this.LabelDataGridView.Location = new System.Drawing.Point(23, 112);
-            this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
             this.LabelDataGridView.Name = "LabelDataGridView";
-            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue;
-            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
-            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
-            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
-            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-            this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
-            dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
-            this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
+            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+            dataGridViewCellStyle5.BackColor = System.Drawing.Color.Blue;
+            dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
+            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
+            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
+            dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
+            this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle6;
             this.LabelDataGridView.RowTemplate.Height = 23;
             this.LabelDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
             this.LabelDataGridView.Size = new System.Drawing.Size(1186, 435);
@@ -474,7 +525,7 @@ namespace UAS_LabelMachine
             // 
             this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
             this.PrintTest.Location = new System.Drawing.Point(1354, 569);
-            this.PrintTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.PrintTest.Margin = new System.Windows.Forms.Padding(4);
             this.PrintTest.Name = "PrintTest";
             this.PrintTest.Size = new System.Drawing.Size(81, 30);
             this.PrintTest.TabIndex = 166;
@@ -489,7 +540,7 @@ namespace UAS_LabelMachine
             this.客户编号.Condition = null;
             this.客户编号.FormName = null;
             this.客户编号.Location = new System.Drawing.Point(155, 566);
-            this.客户编号.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.客户编号.Margin = new System.Windows.Forms.Padding(4);
             this.客户编号.Name = "客户编号";
             this.客户编号.SelectField = null;
             this.客户编号.SetValueField = null;
@@ -504,7 +555,7 @@ namespace UAS_LabelMachine
             this.cu_code.Condition = null;
             this.cu_code.FormName = null;
             this.cu_code.Location = new System.Drawing.Point(169, 20);
-            this.cu_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.cu_code.Margin = new System.Windows.Forms.Padding(4);
             this.cu_code.Name = "cu_code";
             this.cu_code.SelectField = null;
             this.cu_code.SetValueField = null;
@@ -517,7 +568,7 @@ namespace UAS_LabelMachine
             // 
             this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
             this.UpdateGrid.Location = new System.Drawing.Point(927, 61);
-            this.UpdateGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.UpdateGrid.Margin = new System.Windows.Forms.Padding(4);
             this.UpdateGrid.Name = "UpdateGrid";
             this.UpdateGrid.Size = new System.Drawing.Size(81, 30);
             this.UpdateGrid.TabIndex = 154;
@@ -530,7 +581,7 @@ namespace UAS_LabelMachine
             // 
             this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
             this.Screen.Location = new System.Drawing.Point(776, 61);
-            this.Screen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.Screen.Margin = new System.Windows.Forms.Padding(4);
             this.Screen.Name = "Screen";
             this.Screen.Size = new System.Drawing.Size(81, 30);
             this.Screen.TabIndex = 153;
@@ -543,7 +594,7 @@ namespace UAS_LabelMachine
             // 
             this.cu_name.ID = null;
             this.cu_name.Location = new System.Drawing.Point(559, 20);
-            this.cu_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.cu_name.Margin = new System.Windows.Forms.Padding(4);
             this.cu_name.Name = "cu_name";
             this.cu_name.Size = new System.Drawing.Size(199, 25);
             this.cu_name.Str = null;
@@ -552,62 +603,11 @@ namespace UAS_LabelMachine
             this.cu_name.TabIndex = 147;
             this.cu_name.Tag = "cu_name";
             // 
-            // FTPShare
-            // 
-            this.FTPShare.AutoSize = true;
-            this.FTPShare.Checked = true;
-            this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
-            this.FTPShare.Location = new System.Drawing.Point(905, 621);
-            this.FTPShare.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.FTPShare.Name = "FTPShare";
-            this.FTPShare.Size = new System.Drawing.Size(83, 19);
-            this.FTPShare.TabIndex = 188;
-            this.FTPShare.Text = "FTP共享";
-            this.FTPShare.UseVisualStyleBackColor = true;
-            // 
-            // NewLabel
-            // 
-            this.NewLabel.Image = ((System.Drawing.Image)(resources.GetObject("NewLabel.Image")));
-            this.NewLabel.Location = new System.Drawing.Point(1128, 613);
-            this.NewLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.NewLabel.Name = "NewLabel";
-            this.NewLabel.Size = new System.Drawing.Size(81, 30);
-            this.NewLabel.TabIndex = 189;
-            this.NewLabel.Tag = "IfWrite";
-            this.NewLabel.Text = "新增标签";
-            this.NewLabel.UseVisualStyleBackColor = true;
-            this.NewLabel.Click += new System.EventHandler(this.NewLabel_Click);
-            // 
-            // pagination1
-            // 
-            this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pagination1.Location = new System.Drawing.Point(0, 663);
-            this.pagination1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
-            this.pagination1.Name = "pagination1";
-            this.pagination1.Size = new System.Drawing.Size(1572, 40);
-            this.pagination1.TabIndex = 190;
-            // 
-            // CodeSoft
-            // 
-            this.CodeSoft.AutoSize = true;
-            this.CodeSoft.Checked = true;
-            this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.CodeSoft.Location = new System.Drawing.Point(1410, 107);
-            this.CodeSoft.Margin = new System.Windows.Forms.Padding(4);
-            this.CodeSoft.Name = "CodeSoft";
-            this.CodeSoft.Size = new System.Drawing.Size(122, 31);
-            this.CodeSoft.TabIndex = 161;
-            this.CodeSoft.TabStop = true;
-            this.CodeSoft.Text = "CodeSoft";
-            this.CodeSoft.UseVisualStyleBackColor = true;
-            this.CodeSoft.Visible = false;
-            // 
             // 客户标签维护
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1572, 703);
+            this.ClientSize = new System.Drawing.Size(1572, 726);
             this.Controls.Add(this.pagination1);
             this.Controls.Add(this.NewLabel);
             this.Controls.Add(this.FTPShare);
@@ -641,8 +641,7 @@ namespace UAS_LabelMachine
             this.Controls.Add(this.cu_name);
             this.Controls.Add(this.cl_code_label);
             this.Controls.Add(this.cu_name_label);
-            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "客户标签维护";
             this.Tag = "Make!CustLabel";
             this.Text = "客户标签维护";

+ 3 - 2
UAS-出货标签管理/客户标签维护.cs

@@ -94,7 +94,6 @@ namespace UAS_LabelMachine
             {
                 FTPShare.Visible = false;
             }
-            asc.controllInitializeSize(this);
             dh = new DataHelper();
             condition.Append("");
 
@@ -102,6 +101,8 @@ namespace UAS_LabelMachine
             BaseUtil.SetComboxData(la_type, "display", "value", labeltype);
             //加载下拉框的静态值
             LoadData();
+            Width = Width + 1;
+            asc.controllInitializeSize(this);
             lbl = new ApplicationClass();
         }
 
@@ -189,7 +190,7 @@ namespace UAS_LabelMachine
                     FolderPath.Text = ftpOperater.DownLoadTo;
                 }
             }
-            asc.controllInitializeSize(this);
+            //asc.controllInitializeSize(this);
         }
 
         private void Screen_Click(object sender, EventArgs e)

+ 12 - 12
UAS-出货标签管理/客户标签维护.resx

@@ -124,6 +124,18 @@
     <value>173, 22</value>
   </metadata>
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="NewLabel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        R0lGODlhUgAXAIQAAK/G1qjB1dzn6bTK2MfZ46rE1arD1/D4+/n//d/o7/X6/ez1/K7D1tLj6+Pt9ubx
+        877S3fT09DxZeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF
+        Mi4wAwEBAAAh+QQAAAAAACwAAAAAUgAXAAAI/wAlCBxIsKDBgwgTKlzIsGCEhxAjSpxIsaLFixgzPhQY
+        AYHHjyBDihxJsqTJkygjcFTAsqXLlzBjypxJs6ZNlRIiHNjJs6fPn0CDCh1KtCjOCAuSKl3KtKnTp1Cj
+        Sp169IHVq1izat3KtavXr2Crgh1LtqzZrUcdqF3Ltq3bt3Djyp1L92iCu3jz6t3Lt6/fv4ADHxVAuLDh
+        w4gTK17MuLHjow0iS55MubLly5gza958lIHnz6BDix5NurTp06iPGljNurXr17Bjy55Nu/bRALhz697N
+        u7fv38CDCz9aoLjx48iTK1/OvLnz50cBSJ9Ovbr169iza9/O/eiA7+DDi0EfT768+fPo0x+FwL69+/fw
+        48ufT7++/fX28+vfzz/+UQIABijggAQWaOCBCCao4FEaNejggxBG1NCEFFZoIUIBAQA7
+</value>
+  </data>
   <data name="Save.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
         R0lGODlhUgAXAIQAAK/G1qjB1dzn6bTK2MfZ46rE1arD1/D4+/n//d/o7/X6/ez1/K7D1tLj6+Pt9ubx
@@ -209,18 +221,6 @@
         w4gTK17MuLHjow0iS55MubLly5gza958lIHnz6BDix5NurTp06iPGljNurXr17Bjy55Nu/bRALhz697N
         u7fv38CDCz9aoLjx48iTK1/OvLnz50cBSJ9Ovbr169iza9/O/eiA7+DDi0EfT768+fPo0x+FwL69+/fw
         48ufT7++/fX28+vfzz/+UQIABijggAQWaOCBCCao4FEaNejggxBG1NCEFFZoIUIBAQA7
-</value>
-  </data>
-  <data name="NewLabel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        R0lGODlhUgAXAIQAAK/G1qjB1dzn6bTK2MfZ46rE1arD1/D4+/n//d/o7/X6/ez1/K7D1tLj6+Pt9ubx
-        877S3fT09DxZeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF
-        Mi4wAwEBAAAh+QQAAAAAACwAAAAAUgAXAAAI/wAlCBxIsKDBgwgTKlzIsGCEhxAjSpxIsaLFixgzPhQY
-        AYHHjyBDihxJsqTJkygjcFTAsqXLlzBjypxJs6ZNlRIiHNjJs6fPn0CDCh1KtCjOCAuSKl3KtKnTp1Cj
-        Sp169IHVq1izat3KtavXr2Crgh1LtqzZrUcdqF3Ltq3bt3Djyp1L92iCu3jz6t3Lt6/fv4ADHxVAuLDh
-        w4gTK17MuLHjow0iS55MubLly5gza958lIHnz6BDix5NurTp06iPGljNurXr17Bjy55Nu/bRALhz697N
-        u7fv38CDCz9aoLjx48iTK1/OvLnz50cBSJ9Ovbr169iza9/O/eiA7+DDi0EfT768+fPo0x+FwL69+/fw
-        48ufT7++/fX28+vfzz/+UQIABijggAQWaOCBCCao4FEaNejggxBG1NCEFFZoIUIBAQA7
 </value>
   </data>
 </root>