Index: /trunk/eraser/Eraser/TaskDataSelectionForm.Designer.cs
===================================================================
--- /trunk/eraser/Eraser/TaskDataSelectionForm.Designer.cs	(revision 2081)
+++ /trunk/eraser/Eraser/TaskDataSelectionForm.Designer.cs	(revision 2082)
@@ -50,87 +50,139 @@
 		private void InitializeComponent()
 		{
-			this.components = new System.ComponentModel.Container();
-			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskDataSelectionForm));
-			this.methodLbl = new System.Windows.Forms.Label();
-			this.methodCmb = new System.Windows.Forms.ComboBox();
-			this.okBtn = new System.Windows.Forms.Button();
-			this.cancelBtn = new System.Windows.Forms.Button();
-			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
-			this.typeLbl = new System.Windows.Forms.Label();
-			this.typeCmb = new System.Windows.Forms.ComboBox();
-			this.typeSettingsPnl = new System.Windows.Forms.GroupBox();
-			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
-			this.SuspendLayout();
-			// 
-			// methodLbl
-			// 
-			resources.ApplyResources(this.methodLbl, "methodLbl");
-			this.methodLbl.Name = "methodLbl";
-			// 
-			// methodCmb
-			// 
-			resources.ApplyResources(this.methodCmb, "methodCmb");
-			this.methodCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-			this.methodCmb.FormattingEnabled = true;
-			this.methodCmb.Name = "methodCmb";
-			// 
-			// okBtn
-			// 
-			resources.ApplyResources(this.okBtn, "okBtn");
-			this.okBtn.Name = "okBtn";
-			this.okBtn.UseVisualStyleBackColor = true;
-			this.okBtn.Click += new System.EventHandler(this.ok_Click);
-			// 
-			// cancelBtn
-			// 
-			resources.ApplyResources(this.cancelBtn, "cancelBtn");
-			this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-			this.cancelBtn.Name = "cancelBtn";
-			this.cancelBtn.UseVisualStyleBackColor = true;
-			// 
-			// errorProvider
-			// 
-			this.errorProvider.ContainerControl = this;
-			// 
-			// typeLbl
-			// 
-			resources.ApplyResources(this.typeLbl, "typeLbl");
-			this.typeLbl.Name = "typeLbl";
-			// 
-			// typeCmb
-			// 
-			resources.ApplyResources(this.typeCmb, "typeCmb");
-			this.typeCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-			this.typeCmb.FormattingEnabled = true;
-			this.typeCmb.Name = "typeCmb";
-			this.typeCmb.SelectedIndexChanged += new System.EventHandler(this.typeCmb_SelectedIndexChanged);
-			// 
-			// typeSettingsPnl
-			// 
-			resources.ApplyResources(this.typeSettingsPnl, "typeSettingsPnl");
-			this.typeSettingsPnl.Name = "typeSettingsPnl";
-			this.typeSettingsPnl.TabStop = false;
-			// 
-			// TaskDataSelectionForm
-			// 
-			this.AcceptButton = this.okBtn;
-			resources.ApplyResources(this, "$this");
-			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
-			this.CancelButton = this.cancelBtn;
-			this.Controls.Add(this.typeSettingsPnl);
-			this.Controls.Add(this.typeCmb);
-			this.Controls.Add(this.typeLbl);
-			this.Controls.Add(this.cancelBtn);
-			this.Controls.Add(this.okBtn);
-			this.Controls.Add(this.methodCmb);
-			this.Controls.Add(this.methodLbl);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
-			this.MaximizeBox = false;
-			this.MinimizeBox = false;
-			this.Name = "TaskDataSelectionForm";
-			this.ShowInTaskbar = false;
-			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
-			this.ResumeLayout(false);
-			this.PerformLayout();
+            this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskDataSelectionForm));
+            this.methodLbl = new System.Windows.Forms.Label();
+            this.methodCmb = new System.Windows.Forms.ComboBox();
+            this.okBtn = new System.Windows.Forms.Button();
+            this.cancelBtn = new System.Windows.Forms.Button();
+            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
+            this.typeLbl = new System.Windows.Forms.Label();
+            this.typeCmb = new System.Windows.Forms.ComboBox();
+            this.typeSettingsPnl = new System.Windows.Forms.GroupBox();
+            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // methodLbl
+            // 
+            this.methodLbl.AccessibleDescription = null;
+            this.methodLbl.AccessibleName = null;
+            resources.ApplyResources(this.methodLbl, "methodLbl");
+            this.errorProvider.SetError(this.methodLbl, resources.GetString("methodLbl.Error"));
+            this.methodLbl.Font = null;
+            this.errorProvider.SetIconAlignment(this.methodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("methodLbl.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.methodLbl, ((int)(resources.GetObject("methodLbl.IconPadding"))));
+            this.methodLbl.Name = "methodLbl";
+            // 
+            // methodCmb
+            // 
+            this.methodCmb.AccessibleDescription = null;
+            this.methodCmb.AccessibleName = null;
+            resources.ApplyResources(this.methodCmb, "methodCmb");
+            this.methodCmb.BackgroundImage = null;
+            this.methodCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.errorProvider.SetError(this.methodCmb, resources.GetString("methodCmb.Error"));
+            this.methodCmb.Font = null;
+            this.methodCmb.FormattingEnabled = true;
+            this.errorProvider.SetIconAlignment(this.methodCmb, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("methodCmb.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.methodCmb, ((int)(resources.GetObject("methodCmb.IconPadding"))));
+            this.methodCmb.Name = "methodCmb";
+            // 
+            // okBtn
+            // 
+            this.okBtn.AccessibleDescription = null;
+            this.okBtn.AccessibleName = null;
+            resources.ApplyResources(this.okBtn, "okBtn");
+            this.okBtn.BackgroundImage = null;
+            this.errorProvider.SetError(this.okBtn, resources.GetString("okBtn.Error"));
+            this.okBtn.Font = null;
+            this.errorProvider.SetIconAlignment(this.okBtn, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("okBtn.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.okBtn, ((int)(resources.GetObject("okBtn.IconPadding"))));
+            this.okBtn.Name = "okBtn";
+            this.okBtn.UseVisualStyleBackColor = true;
+            this.okBtn.Click += new System.EventHandler(this.ok_Click);
+            // 
+            // cancelBtn
+            // 
+            this.cancelBtn.AccessibleDescription = null;
+            this.cancelBtn.AccessibleName = null;
+            resources.ApplyResources(this.cancelBtn, "cancelBtn");
+            this.cancelBtn.BackgroundImage = null;
+            this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+            this.errorProvider.SetError(this.cancelBtn, resources.GetString("cancelBtn.Error"));
+            this.cancelBtn.Font = null;
+            this.errorProvider.SetIconAlignment(this.cancelBtn, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cancelBtn.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.cancelBtn, ((int)(resources.GetObject("cancelBtn.IconPadding"))));
+            this.cancelBtn.Name = "cancelBtn";
+            this.cancelBtn.UseVisualStyleBackColor = true;
+            // 
+            // errorProvider
+            // 
+            this.errorProvider.ContainerControl = this;
+            resources.ApplyResources(this.errorProvider, "errorProvider");
+            // 
+            // typeLbl
+            // 
+            this.typeLbl.AccessibleDescription = null;
+            this.typeLbl.AccessibleName = null;
+            resources.ApplyResources(this.typeLbl, "typeLbl");
+            this.errorProvider.SetError(this.typeLbl, resources.GetString("typeLbl.Error"));
+            this.typeLbl.Font = null;
+            this.errorProvider.SetIconAlignment(this.typeLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeLbl.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.typeLbl, ((int)(resources.GetObject("typeLbl.IconPadding"))));
+            this.typeLbl.Name = "typeLbl";
+            // 
+            // typeCmb
+            // 
+            this.typeCmb.AccessibleDescription = null;
+            this.typeCmb.AccessibleName = null;
+            resources.ApplyResources(this.typeCmb, "typeCmb");
+            this.typeCmb.BackgroundImage = null;
+            this.typeCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.errorProvider.SetError(this.typeCmb, resources.GetString("typeCmb.Error"));
+            this.typeCmb.Font = null;
+            this.typeCmb.FormattingEnabled = true;
+            this.errorProvider.SetIconAlignment(this.typeCmb, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeCmb.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.typeCmb, ((int)(resources.GetObject("typeCmb.IconPadding"))));
+            this.typeCmb.Name = "typeCmb";
+            this.typeCmb.SelectedIndexChanged += new System.EventHandler(this.typeCmb_SelectedIndexChanged);
+            // 
+            // typeSettingsPnl
+            // 
+            this.typeSettingsPnl.AccessibleDescription = null;
+            this.typeSettingsPnl.AccessibleName = null;
+            resources.ApplyResources(this.typeSettingsPnl, "typeSettingsPnl");
+            this.typeSettingsPnl.BackgroundImage = null;
+            this.errorProvider.SetError(this.typeSettingsPnl, resources.GetString("typeSettingsPnl.Error"));
+            this.typeSettingsPnl.Font = null;
+            this.errorProvider.SetIconAlignment(this.typeSettingsPnl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeSettingsPnl.IconAlignment"))));
+            this.errorProvider.SetIconPadding(this.typeSettingsPnl, ((int)(resources.GetObject("typeSettingsPnl.IconPadding"))));
+            this.typeSettingsPnl.Name = "typeSettingsPnl";
+            this.typeSettingsPnl.TabStop = false;
+            // 
+            // TaskDataSelectionForm
+            // 
+            this.AcceptButton = this.okBtn;
+            this.AccessibleDescription = null;
+            this.AccessibleName = null;
+            resources.ApplyResources(this, "$this");
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+            this.BackgroundImage = null;
+            this.CancelButton = this.cancelBtn;
+            this.Controls.Add(this.typeSettingsPnl);
+            this.Controls.Add(this.typeCmb);
+            this.Controls.Add(this.typeLbl);
+            this.Controls.Add(this.cancelBtn);
+            this.Controls.Add(this.okBtn);
+            this.Controls.Add(this.methodCmb);
+            this.Controls.Add(this.methodLbl);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+            this.Icon = null;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "TaskDataSelectionForm";
+            this.ShowInTaskbar = false;
+            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
+            this.ResumeLayout(false);
+            this.PerformLayout();
 
 		}
Index: /trunk/eraser/Eraser/TaskDataSelectionForm.it.resx
===================================================================
--- /trunk/eraser/Eraser/TaskDataSelectionForm.it.resx	(revision 2081)
+++ /trunk/eraser/Eraser/TaskDataSelectionForm.it.resx	(revision 2082)
@@ -118,19 +118,81 @@
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
-  <data name="cancel.Text" xml:space="preserve">
-    <value>Annulla</value>
+  <data name="okBtn.Error" xml:space="preserve">
+    <value />
+  </data>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="okBtn.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="okBtn.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="cancelBtn.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="cancelBtn.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="cancelBtn.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="typeSettingsPnl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="typeSettingsPnl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="typeSettingsPnl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="typeSettingsPnl.Text" xml:space="preserve">
+    <value>Impostazioni</value>
+  </data>
+  <data name="typeCmb.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="typeCmb.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="typeCmb.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="typeLbl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="typeLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="typeLbl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
   <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-  <data name="recycleBin.Size" type="System.Drawing.Size, System.Drawing">
-    <value>66, 19</value>
-  </data>
-  <data name="recycleBin.Text" xml:space="preserve">
-    <value>Cestino</value>
-  </data>
-  <data name="unusedClusterTips.Size" type="System.Drawing.Size, System.Drawing">
-    <value>123, 19</value>
-  </data>
-  <data name="unusedClusterTips.Text" xml:space="preserve">
-    <value>Pulisci cluster tips</value>
+  <data name="typeLbl.Size" type="System.Drawing.Size, System.Drawing">
+    <value>82, 15</value>
+  </data>
+  <data name="typeLbl.Text" xml:space="preserve">
+    <value>Destinazione:</value>
+  </data>
+  <data name="methodCmb.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="methodCmb.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="methodCmb.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="$this.Text" xml:space="preserve">
+    <value>Selezione dati da pulire</value>
+  </data>
+  <data name="methodLbl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="methodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="methodLbl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
   <data name="methodLbl.Size" type="System.Drawing.Size, System.Drawing">
@@ -140,30 +202,3 @@
     <value>Metodo pulizia:</value>
   </data>
-  <data name="folderDelete.Size" type="System.Drawing.Size, System.Drawing">
-    <value>156, 19</value>
-  </data>
-  <data name="folderDelete.Text" xml:space="preserve">
-    <value>Cancella folder se vuoto</value>
-  </data>
-  <data name="folderBrowse.Text" xml:space="preserve">
-    <value>Cerca...</value>
-  </data>
-  <data name="fileBrowse.Text" xml:space="preserve">
-    <value>Cerca...</value>
-  </data>
-  <data name="unused.Size" type="System.Drawing.Size, System.Drawing">
-    <value>156, 19</value>
-  </data>
-  <data name="unused.Text" xml:space="preserve">
-    <value>Spazio disco inutilizzato</value>
-  </data>
-  <data name="folder.Size" type="System.Drawing.Size, System.Drawing">
-    <value>124, 19</value>
-  </data>
-  <data name="folder.Text" xml:space="preserve">
-    <value>Files nella cartella</value>
-  </data>
-  <data name="$this.Text" xml:space="preserve">
-    <value>Selezione dati da pulire</value>
-  </data>
 </root>
Index: /trunk/eraser/Eraser/TaskDataSelectionForm.resx
===================================================================
--- /trunk/eraser/Eraser/TaskDataSelectionForm.resx	(revision 2081)
+++ /trunk/eraser/Eraser/TaskDataSelectionForm.resx	(revision 2082)
@@ -119,110 +119,278 @@
   </resheader>
   <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="methodLbl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="okBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Bottom, Right</value>
+  </data>
+  <data name="methodCmb.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="typeCmb.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Top, Left, Right</value>
+  </data>
+  <data name="methodLbl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="typeLbl.Location" type="System.Drawing.Point, System.Drawing">
+    <value>5, 9</value>
+  </data>
+  <data name="typeLbl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="methodCmb.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="typeSettingsPnl.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="&gt;&gt;typeSettingsPnl.Name" xml:space="preserve">
+    <value>typeSettingsPnl</value>
+  </data>
+  <data name="typeSettingsPnl.Location" type="System.Drawing.Point, System.Drawing">
+    <value>8, 71</value>
+  </data>
+  <data name="&gt;&gt;cancelBtn.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;methodLbl.ZOrder" xml:space="preserve">
+    <value>6</value>
+  </data>
+  <data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
+    <value>CenterParent</value>
+  </data>
+  <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
+    <value>330, 375</value>
+  </data>
+  <data name="methodLbl.Text" xml:space="preserve">
+    <value>Erasure method:</value>
+  </data>
+  <data name="typeLbl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="typeCmb.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="&gt;&gt;methodCmb.ZOrder" xml:space="preserve">
+    <value>5</value>
+  </data>
+  <data name="&gt;&gt;typeSettingsPnl.ZOrder" xml:space="preserve">
+    <value>0</value>
+  </data>
+  <data name="&gt;&gt;typeCmb.Name" xml:space="preserve">
+    <value>typeCmb</value>
+  </data>
+  <data name="&gt;&gt;methodLbl.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="cancelBtn.TabIndex" type="System.Int32, mscorlib">
+    <value>7</value>
+  </data>
+  <data name="$this.Text" xml:space="preserve">
+    <value>Select Data to Erase</value>
+  </data>
+  <data name="methodLbl.Location" type="System.Drawing.Point, System.Drawing">
+    <value>5, 38</value>
+  </data>
+  <data name="okBtn.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="methodCmb.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Top, Left, Right</value>
+  </data>
+  <data name="typeCmb.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
+    <value>96, 96</value>
+  </data>
+  <data name="&gt;&gt;okBtn.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="methodCmb.TabIndex" type="System.Int32, mscorlib">
+    <value>4</value>
+  </data>
+  <data name="typeLbl.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
+  </data>
+  <data name="okBtn.Text" xml:space="preserve">
+    <value>OK</value>
+  </data>
+  <data name="methodCmb.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="&gt;&gt;errorProvider.Name" xml:space="preserve">
+    <value>errorProvider</value>
+  </data>
+  <data name="&gt;&gt;typeSettingsPnl.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;okBtn.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="typeLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="cancelBtn.Location" type="System.Drawing.Point, System.Drawing">
+    <value>243, 340</value>
+  </data>
+  <data name="&gt;&gt;cancelBtn.ZOrder" xml:space="preserve">
+    <value>3</value>
+  </data>
+  <data name="typeSettingsPnl.TabIndex" type="System.Int32, mscorlib">
+    <value>5</value>
+  </data>
+  <data name="methodLbl.Size" type="System.Drawing.Size, System.Drawing">
+    <value>98, 15</value>
+  </data>
+  <data name="&gt;&gt;typeCmb.ZOrder" xml:space="preserve">
+    <value>1</value>
+  </data>
+  <data name="methodLbl.TabIndex" type="System.Int32, mscorlib">
+    <value>3</value>
+  </data>
+  <data name="typeSettingsPnl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="&gt;&gt;$this.Name" xml:space="preserve">
+    <value>TaskDataSelectionForm</value>
+  </data>
+  <data name="typeSettingsPnl.Size" type="System.Drawing.Size, System.Drawing">
+    <value>310, 263</value>
+  </data>
+  <data name="cancelBtn.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="cancelBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Bottom, Right</value>
+  </data>
+  <data name="okBtn.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="typeSettingsPnl.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="&gt;&gt;cancelBtn.Name" xml:space="preserve">
+    <value>cancelBtn</value>
+  </data>
+  <data name="methodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">
+    <value>MiddleRight</value>
+  </data>
+  <data name="&gt;&gt;typeLbl.Name" xml:space="preserve">
+    <value>typeLbl</value>
+  </data>
+  <data name="typeCmb.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="methodCmb.Location" type="System.Drawing.Point, System.Drawing">
+    <value>129, 35</value>
+  </data>
+  <data name="cancelBtn.IconPadding" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="&gt;&gt;typeCmb.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;methodLbl.Name" xml:space="preserve">
+    <value>methodLbl</value>
+  </data>
+  <data name="methodCmb.Size" type="System.Drawing.Size, System.Drawing">
+    <value>189, 23</value>
+  </data>
+  <data name="&gt;&gt;$this.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="typeSettingsPnl.Text" xml:space="preserve">
+    <value>Settings</value>
+  </data>
+  <data name="typeCmb.Location" type="System.Drawing.Point, System.Drawing">
+    <value>129, 6</value>
+  </data>
+  <data name="typeCmb.TabIndex" type="System.Int32, mscorlib">
+    <value>2</value>
+  </data>
+  <data name="okBtn.TabIndex" type="System.Int32, mscorlib">
+    <value>6</value>
+  </data>
+  <data name="typeSettingsPnl.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
+    <value>10, 10, 10, 10</value>
+  </data>
+  <data name="&gt;&gt;methodLbl.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;okBtn.Name" xml:space="preserve">
+    <value>okBtn</value>
+  </data>
+  <data name="&gt;&gt;typeCmb.Type" xml:space="preserve">
+    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="okBtn.Size" type="System.Drawing.Size, System.Drawing">
+    <value>75, 23</value>
+  </data>
+  <data name="&gt;&gt;cancelBtn.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;methodCmb.Type" xml:space="preserve">
+    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="cancelBtn.Size" type="System.Drawing.Size, System.Drawing">
+    <value>75, 23</value>
+  </data>
+  <data name="cancelBtn.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="&gt;&gt;methodCmb.Name" xml:space="preserve">
+    <value>methodCmb</value>
+  </data>
+  <data name="typeLbl.Text" xml:space="preserve">
+    <value>Target type:</value>
+  </data>
+  <data name="&gt;&gt;methodCmb.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;typeSettingsPnl.Type" xml:space="preserve">
+    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
   <data name="methodLbl.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-  <data name="methodLbl.Location" type="System.Drawing.Point, System.Drawing">
-    <value>5, 38</value>
-  </data>
-  <data name="methodLbl.Size" type="System.Drawing.Size, System.Drawing">
-    <value>93, 15</value>
-  </data>
-  <data name="methodLbl.TabIndex" type="System.Int32, mscorlib">
-    <value>3</value>
-  </data>
-  <data name="methodLbl.Text" xml:space="preserve">
-    <value>Erasure method:</value>
-  </data>
-  <data name="&gt;&gt;methodLbl.Name" xml:space="preserve">
-    <value>methodLbl</value>
-  </data>
-  <data name="&gt;&gt;methodLbl.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;methodLbl.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;methodLbl.ZOrder" xml:space="preserve">
-    <value>6</value>
-  </data>
-  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  <data name="methodCmb.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Top, Left, Right</value>
-  </data>
-  <data name="methodCmb.Location" type="System.Drawing.Point, System.Drawing">
-    <value>129, 35</value>
-  </data>
-  <data name="methodCmb.Size" type="System.Drawing.Size, System.Drawing">
+  <data name="typeCmb.Size" type="System.Drawing.Size, System.Drawing">
     <value>189, 23</value>
   </data>
-  <data name="methodCmb.TabIndex" type="System.Int32, mscorlib">
-    <value>4</value>
-  </data>
-  <data name="&gt;&gt;methodCmb.Name" xml:space="preserve">
-    <value>methodCmb</value>
-  </data>
-  <data name="&gt;&gt;methodCmb.Type" xml:space="preserve">
-    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;methodCmb.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;methodCmb.ZOrder" xml:space="preserve">
-    <value>5</value>
-  </data>
-  <data name="okBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Bottom, Right</value>
+  <data name="typeLbl.Size" type="System.Drawing.Size, System.Drawing">
+    <value>70, 15</value>
+  </data>
+  <data name="&gt;&gt;typeLbl.ZOrder" xml:space="preserve">
+    <value>2</value>
+  </data>
+  <data name="&gt;&gt;typeLbl.Parent" xml:space="preserve">
+    <value>$this</value>
   </data>
   <data name="okBtn.Location" type="System.Drawing.Point, System.Drawing">
     <value>162, 340</value>
   </data>
-  <data name="okBtn.Size" type="System.Drawing.Size, System.Drawing">
-    <value>75, 23</value>
-  </data>
-  <data name="okBtn.TabIndex" type="System.Int32, mscorlib">
-    <value>6</value>
-  </data>
-  <data name="okBtn.Text" xml:space="preserve">
-    <value>OK</value>
-  </data>
-  <data name="&gt;&gt;okBtn.Name" xml:space="preserve">
-    <value>okBtn</value>
-  </data>
-  <data name="&gt;&gt;okBtn.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;okBtn.Parent" xml:space="preserve">
-    <value>$this</value>
+  <data name="cancelBtn.Text" xml:space="preserve">
+    <value>Cancel</value>
+  </data>
+  <data name="&gt;&gt;typeLbl.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
   <data name="&gt;&gt;okBtn.ZOrder" xml:space="preserve">
     <value>4</value>
   </data>
-  <data name="cancelBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Bottom, Right</value>
-  </data>
-  <data name="cancelBtn.Location" type="System.Drawing.Point, System.Drawing">
-    <value>243, 340</value>
-  </data>
-  <data name="cancelBtn.Size" type="System.Drawing.Size, System.Drawing">
-    <value>75, 23</value>
-  </data>
-  <data name="cancelBtn.TabIndex" type="System.Int32, mscorlib">
-    <value>7</value>
-  </data>
-  <data name="cancelBtn.Text" xml:space="preserve">
-    <value>Cancel</value>
-  </data>
-  <data name="&gt;&gt;cancelBtn.Name" xml:space="preserve">
-    <value>cancelBtn</value>
-  </data>
-  <data name="&gt;&gt;cancelBtn.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;cancelBtn.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;cancelBtn.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="okBtn.Error" xml:space="preserve">
+    <value />
+  </data>
+  <data name="&gt;&gt;errorProvider.Type" xml:space="preserve">
+    <value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="$this.Font" type="System.Drawing.Font, System.Drawing">
+    <value>Microsoft Sans Serif, 9pt</value>
+  </data>
+  <data name="typeLbl.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
   </data>
   <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -232,108 +400,6 @@
     <value>True</value>
   </metadata>
-  <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
-    <value>96, 96</value>
-  </data>
-  <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
-    <value>330, 375</value>
-  </data>
-  <data name="typeSettingsPnl.Location" type="System.Drawing.Point, System.Drawing">
-    <value>8, 71</value>
-  </data>
-  <data name="typeSettingsPnl.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
-    <value>10, 10, 10, 10</value>
-  </data>
-  <data name="typeSettingsPnl.Size" type="System.Drawing.Size, System.Drawing">
-    <value>310, 263</value>
-  </data>
-  <data name="typeSettingsPnl.TabIndex" type="System.Int32, mscorlib">
-    <value>5</value>
-  </data>
-  <data name="typeSettingsPnl.Text" xml:space="preserve">
-    <value>Settings</value>
-  </data>
-  <data name="&gt;&gt;typeSettingsPnl.Name" xml:space="preserve">
-    <value>typeSettingsPnl</value>
-  </data>
-  <data name="&gt;&gt;typeSettingsPnl.Type" xml:space="preserve">
-    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;typeSettingsPnl.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;typeSettingsPnl.ZOrder" xml:space="preserve">
-    <value>0</value>
-  </data>
-  <data name="typeCmb.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Top, Left, Right</value>
-  </data>
-  <data name="typeCmb.Location" type="System.Drawing.Point, System.Drawing">
-    <value>129, 6</value>
-  </data>
-  <data name="typeCmb.Size" type="System.Drawing.Size, System.Drawing">
-    <value>189, 23</value>
-  </data>
-  <data name="typeCmb.TabIndex" type="System.Int32, mscorlib">
-    <value>2</value>
-  </data>
-  <data name="&gt;&gt;typeCmb.Name" xml:space="preserve">
-    <value>typeCmb</value>
-  </data>
-  <data name="&gt;&gt;typeCmb.Type" xml:space="preserve">
-    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;typeCmb.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;typeCmb.ZOrder" xml:space="preserve">
-    <value>1</value>
-  </data>
-  <data name="typeLbl.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
-  </data>
-  <data name="typeLbl.Location" type="System.Drawing.Point, System.Drawing">
-    <value>5, 9</value>
-  </data>
-  <data name="typeLbl.Size" type="System.Drawing.Size, System.Drawing">
-    <value>70, 15</value>
-  </data>
-  <data name="typeLbl.TabIndex" type="System.Int32, mscorlib">
-    <value>1</value>
-  </data>
-  <data name="typeLbl.Text" xml:space="preserve">
-    <value>Target type:</value>
-  </data>
-  <data name="&gt;&gt;typeLbl.Name" xml:space="preserve">
-    <value>typeLbl</value>
-  </data>
-  <data name="&gt;&gt;typeLbl.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;typeLbl.Parent" xml:space="preserve">
-    <value>$this</value>
-  </data>
-  <data name="&gt;&gt;typeLbl.ZOrder" xml:space="preserve">
-    <value>2</value>
-  </data>
-  <data name="$this.Font" type="System.Drawing.Font, System.Drawing">
-    <value>Segoe UI, 9pt</value>
-  </data>
-  <data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
-    <value>CenterParent</value>
-  </data>
-  <data name="$this.Text" xml:space="preserve">
-    <value>Select Data to Erase</value>
-  </data>
-  <data name="&gt;&gt;errorProvider.Name" xml:space="preserve">
-    <value>errorProvider</value>
-  </data>
-  <data name="&gt;&gt;errorProvider.Type" xml:space="preserve">
-    <value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="&gt;&gt;$this.Name" xml:space="preserve">
-    <value>TaskDataSelectionForm</value>
-  </data>
-  <data name="&gt;&gt;$this.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
+  <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>Italian</value>
+  </metadata>
 </root>
