| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <root> |
|---|
| 3 | <!-- |
|---|
| 4 | Microsoft ResX Schema |
|---|
| 5 | |
|---|
| 6 | Version 2.0 |
|---|
| 7 | |
|---|
| 8 | The primary goals of this format is to allow a simple XML format |
|---|
| 9 | that is mostly human readable. The generation and parsing of the |
|---|
| 10 | various data types are done through the TypeConverter classes |
|---|
| 11 | associated with the data types. |
|---|
| 12 | |
|---|
| 13 | Example: |
|---|
| 14 | |
|---|
| 15 | ... ado.net/XML headers & schema ... |
|---|
| 16 | <resheader name="resmimetype">text/microsoft-resx</resheader> |
|---|
| 17 | <resheader name="version">2.0</resheader> |
|---|
| 18 | <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> |
|---|
| 19 | <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> |
|---|
| 20 | <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> |
|---|
| 21 | <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> |
|---|
| 22 | <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> |
|---|
| 23 | <value>[base64 mime encoded serialized .NET Framework object]</value> |
|---|
| 24 | </data> |
|---|
| 25 | <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|---|
| 26 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> |
|---|
| 27 | <comment>This is a comment</comment> |
|---|
| 28 | </data> |
|---|
| 29 | |
|---|
| 30 | There are any number of "resheader" rows that contain simple |
|---|
| 31 | name/value pairs. |
|---|
| 32 | |
|---|
| 33 | Each data row contains a name, and value. The row also contains a |
|---|
| 34 | type or mimetype. Type corresponds to a .NET class that support |
|---|
| 35 | text/value conversion through the TypeConverter architecture. |
|---|
| 36 | Classes that don't support this are serialized and stored with the |
|---|
| 37 | mimetype set. |
|---|
| 38 | |
|---|
| 39 | The mimetype is used for serialized objects, and tells the |
|---|
| 40 | ResXResourceReader how to depersist the object. This is currently not |
|---|
| 41 | extensible. For a given mimetype the value must be set accordingly: |
|---|
| 42 | |
|---|
| 43 | Note - application/x-microsoft.net.object.binary.base64 is the format |
|---|
| 44 | that the ResXResourceWriter will generate, however the reader can |
|---|
| 45 | read any of the formats listed below. |
|---|
| 46 | |
|---|
| 47 | mimetype: application/x-microsoft.net.object.binary.base64 |
|---|
| 48 | value : The object must be serialized with |
|---|
| 49 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter |
|---|
| 50 | : and then encoded with base64 encoding. |
|---|
| 51 | |
|---|
| 52 | mimetype: application/x-microsoft.net.object.soap.base64 |
|---|
| 53 | value : The object must be serialized with |
|---|
| 54 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter |
|---|
| 55 | : and then encoded with base64 encoding. |
|---|
| 56 | |
|---|
| 57 | mimetype: application/x-microsoft.net.object.bytearray.base64 |
|---|
| 58 | value : The object must be serialized into a byte array |
|---|
| 59 | : using a System.ComponentModel.TypeConverter |
|---|
| 60 | : and then encoded with base64 encoding. |
|---|
| 61 | --> |
|---|
| 62 | <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
|---|
| 63 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> |
|---|
| 64 | <xsd:element name="root" msdata:IsDataSet="true"> |
|---|
| 65 | <xsd:complexType> |
|---|
| 66 | <xsd:choice maxOccurs="unbounded"> |
|---|
| 67 | <xsd:element name="metadata"> |
|---|
| 68 | <xsd:complexType> |
|---|
| 69 | <xsd:sequence> |
|---|
| 70 | <xsd:element name="value" type="xsd:string" minOccurs="0" /> |
|---|
| 71 | </xsd:sequence> |
|---|
| 72 | <xsd:attribute name="name" use="required" type="xsd:string" /> |
|---|
| 73 | <xsd:attribute name="type" type="xsd:string" /> |
|---|
| 74 | <xsd:attribute name="mimetype" type="xsd:string" /> |
|---|
| 75 | <xsd:attribute ref="xml:space" /> |
|---|
| 76 | </xsd:complexType> |
|---|
| 77 | </xsd:element> |
|---|
| 78 | <xsd:element name="assembly"> |
|---|
| 79 | <xsd:complexType> |
|---|
| 80 | <xsd:attribute name="alias" type="xsd:string" /> |
|---|
| 81 | <xsd:attribute name="name" type="xsd:string" /> |
|---|
| 82 | </xsd:complexType> |
|---|
| 83 | </xsd:element> |
|---|
| 84 | <xsd:element name="data"> |
|---|
| 85 | <xsd:complexType> |
|---|
| 86 | <xsd:sequence> |
|---|
| 87 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
|---|
| 88 | <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
|---|
| 89 | </xsd:sequence> |
|---|
| 90 | <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> |
|---|
| 91 | <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
|---|
| 92 | <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
|---|
| 93 | <xsd:attribute ref="xml:space" /> |
|---|
| 94 | </xsd:complexType> |
|---|
| 95 | </xsd:element> |
|---|
| 96 | <xsd:element name="resheader"> |
|---|
| 97 | <xsd:complexType> |
|---|
| 98 | <xsd:sequence> |
|---|
| 99 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
|---|
| 100 | </xsd:sequence> |
|---|
| 101 | <xsd:attribute name="name" type="xsd:string" use="required" /> |
|---|
| 102 | </xsd:complexType> |
|---|
| 103 | </xsd:element> |
|---|
| 104 | </xsd:choice> |
|---|
| 105 | </xsd:complexType> |
|---|
| 106 | </xsd:element> |
|---|
| 107 | </xsd:schema> |
|---|
| 108 | <resheader name="resmimetype"> |
|---|
| 109 | <value>text/microsoft-resx</value> |
|---|
| 110 | </resheader> |
|---|
| 111 | <resheader name="version"> |
|---|
| 112 | <value>2.0</value> |
|---|
| 113 | </resheader> |
|---|
| 114 | <resheader name="reader"> |
|---|
| 115 | <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 116 | </resheader> |
|---|
| 117 | <resheader name="writer"> |
|---|
| 118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 119 | </resheader> |
|---|
| 120 | <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|---|
| 121 | <value>17, 17</value> |
|---|
| 122 | </metadata> |
|---|
| 123 | <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|---|
| 124 | <value>True</value> |
|---|
| 125 | </metadata> |
|---|
| 126 | <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
|---|
| 127 | <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> |
|---|
| 128 | <value>96, 96</value> |
|---|
| 129 | </data> |
|---|
| 130 | <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
|---|
| 131 | <data name="saveSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 132 | <value>Top, Right</value> |
|---|
| 133 | </data> |
|---|
| 134 | <data name="saveSettings.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 135 | <value>TopLeft</value> |
|---|
| 136 | </data> |
|---|
| 137 | <data name="saveSettings.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 138 | <value>639, 27</value> |
|---|
| 139 | </data> |
|---|
| 140 | <data name="saveSettings.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 141 | <value>90, 23</value> |
|---|
| 142 | </data> |
|---|
| 143 | <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
|---|
| 144 | <data name="saveSettings.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 145 | <value>29</value> |
|---|
| 146 | </data> |
|---|
| 147 | <data name="saveSettings.Text" xml:space="preserve"> |
|---|
| 148 | <value>Save Settings</value> |
|---|
| 149 | </data> |
|---|
| 150 | <data name=">>saveSettings.Name" xml:space="preserve"> |
|---|
| 151 | <value>saveSettings</value> |
|---|
| 152 | </data> |
|---|
| 153 | <data name=">>saveSettings.Type" xml:space="preserve"> |
|---|
| 154 | <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 155 | </data> |
|---|
| 156 | <data name=">>saveSettings.Parent" xml:space="preserve"> |
|---|
| 157 | <value>$this</value> |
|---|
| 158 | </data> |
|---|
| 159 | <data name=">>saveSettings.ZOrder" xml:space="preserve"> |
|---|
| 160 | <value>3</value> |
|---|
| 161 | </data> |
|---|
| 162 | <data name="$this.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 163 | <value>TopLeft</value> |
|---|
| 164 | </data> |
|---|
| 165 | <data name="$this.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 166 | <value>752, 882</value> |
|---|
| 167 | </data> |
|---|
| 168 | <data name=">>pluginsManagerColName.Name" xml:space="preserve"> |
|---|
| 169 | <value>pluginsManagerColName</value> |
|---|
| 170 | </data> |
|---|
| 171 | <data name=">>pluginsManagerColName.Type" xml:space="preserve"> |
|---|
| 172 | <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 173 | </data> |
|---|
| 174 | <data name=">>pluginsManagerColAuthor.Name" xml:space="preserve"> |
|---|
| 175 | <value>pluginsManagerColAuthor</value> |
|---|
| 176 | </data> |
|---|
| 177 | <data name=">>pluginsManagerColAuthor.Type" xml:space="preserve"> |
|---|
| 178 | <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 179 | </data> |
|---|
| 180 | <data name=">>pluginsManagerColVersion.Name" xml:space="preserve"> |
|---|
| 181 | <value>pluginsManagerColVersion</value> |
|---|
| 182 | </data> |
|---|
| 183 | <data name=">>pluginsManagerColVersion.Type" xml:space="preserve"> |
|---|
| 184 | <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 185 | </data> |
|---|
| 186 | <data name=">>pluginsManagerColPath.Name" xml:space="preserve"> |
|---|
| 187 | <value>pluginsManagerColPath</value> |
|---|
| 188 | </data> |
|---|
| 189 | <data name=">>pluginsManagerColPath.Type" xml:space="preserve"> |
|---|
| 190 | <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 191 | </data> |
|---|
| 192 | <data name=">>settingsToolStripMenuItem.Name" xml:space="preserve"> |
|---|
| 193 | <value>settingsToolStripMenuItem</value> |
|---|
| 194 | </data> |
|---|
| 195 | <data name=">>settingsToolStripMenuItem.Type" xml:space="preserve"> |
|---|
| 196 | <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 197 | </data> |
|---|
| 198 | <data name=">>pluginsManagerImageList.Name" xml:space="preserve"> |
|---|
| 199 | <value>pluginsManagerImageList</value> |
|---|
| 200 | </data> |
|---|
| 201 | <data name=">>pluginsManagerImageList.Type" xml:space="preserve"> |
|---|
| 202 | <value>System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 203 | </data> |
|---|
| 204 | <data name=">>errorProvider.Name" xml:space="preserve"> |
|---|
| 205 | <value>errorProvider</value> |
|---|
| 206 | </data> |
|---|
| 207 | <data name=">>errorProvider.Type" xml:space="preserve"> |
|---|
| 208 | <value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 209 | </data> |
|---|
| 210 | <data name=">>openFileDialog.Name" xml:space="preserve"> |
|---|
| 211 | <value>openFileDialog</value> |
|---|
| 212 | </data> |
|---|
| 213 | <data name=">>openFileDialog.Type" xml:space="preserve"> |
|---|
| 214 | <value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 215 | </data> |
|---|
| 216 | <data name=">>folderBrowserDialog.Name" xml:space="preserve"> |
|---|
| 217 | <value>folderBrowserDialog</value> |
|---|
| 218 | </data> |
|---|
| 219 | <data name=">>folderBrowserDialog.Type" xml:space="preserve"> |
|---|
| 220 | <value>System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 221 | </data> |
|---|
| 222 | <data name=">>$this.Name" xml:space="preserve"> |
|---|
| 223 | <value>SettingsPanel</value> |
|---|
| 224 | </data> |
|---|
| 225 | <data name=">>$this.Type" xml:space="preserve"> |
|---|
| 226 | <value>Eraser.BasePanel, Eraser, Version=6.1.0.2532, Culture=neutral, PublicKeyToken=5fdae78f3f1dcf4a</value> |
|---|
| 227 | </data> |
|---|
| 228 | <data name="titleIcon.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 229 | <value>TopLeft</value> |
|---|
| 230 | </data> |
|---|
| 231 | <data name=">>titleIcon.Name" xml:space="preserve"> |
|---|
| 232 | <value>titleIcon</value> |
|---|
| 233 | </data> |
|---|
| 234 | <data name=">>titleIcon.Type" xml:space="preserve"> |
|---|
| 235 | <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 236 | </data> |
|---|
| 237 | <data name=">>titleIcon.Parent" xml:space="preserve"> |
|---|
| 238 | <value>$this</value> |
|---|
| 239 | </data> |
|---|
| 240 | <data name=">>titleIcon.ZOrder" xml:space="preserve"> |
|---|
| 241 | <value>1</value> |
|---|
| 242 | </data> |
|---|
| 243 | <data name="schedulerClearCompleted.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 244 | <value>True</value> |
|---|
| 245 | </data> |
|---|
| 246 | <data name="schedulerClearCompleted.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 247 | <value>20, 427</value> |
|---|
| 248 | </data> |
|---|
| 249 | <data name="schedulerClearCompleted.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 250 | <value>393, 17</value> |
|---|
| 251 | </data> |
|---|
| 252 | <data name="schedulerClearCompleted.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 253 | <value>23</value> |
|---|
| 254 | </data> |
|---|
| 255 | <data name="schedulerClearCompleted.Text" xml:space="preserve"> |
|---|
| 256 | <value>Automatically remove tasks which run immediately and completed successfully</value> |
|---|
| 257 | </data> |
|---|
| 258 | <data name=">>schedulerClearCompleted.Name" xml:space="preserve"> |
|---|
| 259 | <value>schedulerClearCompleted</value> |
|---|
| 260 | </data> |
|---|
| 261 | <data name=">>schedulerClearCompleted.Type" xml:space="preserve"> |
|---|
| 262 | <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 263 | </data> |
|---|
| 264 | <data name=">>schedulerClearCompleted.Parent" xml:space="preserve"> |
|---|
| 265 | <value>content</value> |
|---|
| 266 | </data> |
|---|
| 267 | <data name=">>schedulerClearCompleted.ZOrder" xml:space="preserve"> |
|---|
| 268 | <value>0</value> |
|---|
| 269 | </data> |
|---|
| 270 | <data name="plausibleDeniabilityFilesAddFolder.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 271 | <value>Top, Right</value> |
|---|
| 272 | </data> |
|---|
| 273 | <data name="plausibleDeniabilityFilesAddFolder.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 274 | <value>TopLeft</value> |
|---|
| 275 | </data> |
|---|
| 276 | <data name="plausibleDeniabilityFilesAddFolder.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 277 | <value>543, 212</value> |
|---|
| 278 | </data> |
|---|
| 279 | <data name="plausibleDeniabilityFilesAddFolder.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 280 | <value>85, 23</value> |
|---|
| 281 | </data> |
|---|
| 282 | <data name="plausibleDeniabilityFilesAddFolder.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 283 | <value>19</value> |
|---|
| 284 | </data> |
|---|
| 285 | <data name="plausibleDeniabilityFilesAddFolder.Text" xml:space="preserve"> |
|---|
| 286 | <value>Add Folder...</value> |
|---|
| 287 | </data> |
|---|
| 288 | <data name=">>plausibleDeniabilityFilesAddFolder.Name" xml:space="preserve"> |
|---|
| 289 | <value>plausibleDeniabilityFilesAddFolder</value> |
|---|
| 290 | </data> |
|---|
| 291 | <data name=">>plausibleDeniabilityFilesAddFolder.Type" xml:space="preserve"> |
|---|
| 292 | <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 293 | </data> |
|---|
| 294 | <data name=">>plausibleDeniabilityFilesAddFolder.Parent" xml:space="preserve"> |
|---|
| 295 | <value>content</value> |
|---|
| 296 | </data> |
|---|
| 297 | <data name=">>plausibleDeniabilityFilesAddFolder.ZOrder" xml:space="preserve"> |
|---|
| 298 | <value>1</value> |
|---|
| 299 | </data> |
|---|
| 300 | <data name="plausibleDeniabilityFilesRemove.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 301 | <value>Top, Right</value> |
|---|
| 302 | </data> |
|---|
| 303 | <data name="plausibleDeniabilityFilesRemove.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 304 | <value>TopLeft</value> |
|---|
| 305 | </data> |
|---|
| 306 | <data name="plausibleDeniabilityFilesRemove.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 307 | <value>634, 212</value> |
|---|
| 308 | </data> |
|---|
| 309 | <data name="plausibleDeniabilityFilesRemove.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 310 | <value>75, 23</value> |
|---|
| 311 | </data> |
|---|
| 312 | <data name="plausibleDeniabilityFilesRemove.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 313 | <value>20</value> |
|---|
| 314 | </data> |
|---|
| 315 | <data name="plausibleDeniabilityFilesRemove.Text" xml:space="preserve"> |
|---|
| 316 | <value>Remove</value> |
|---|
| 317 | </data> |
|---|
| 318 | <data name=">>plausibleDeniabilityFilesRemove.Name" xml:space="preserve"> |
|---|
| 319 | <value>plausibleDeniabilityFilesRemove</value> |
|---|
| 320 | </data> |
|---|
| 321 | <data name=">>plausibleDeniabilityFilesRemove.Type" xml:space="preserve"> |
|---|
| 322 | <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 323 | </data> |
|---|
| 324 | <data name=">>plausibleDeniabilityFilesRemove.Parent" xml:space="preserve"> |
|---|
| 325 | <value>content</value> |
|---|
| 326 | </data> |
|---|
| 327 | <data name=">>plausibleDeniabilityFilesRemove.ZOrder" xml:space="preserve"> |
|---|
| 328 | <value>2</value> |
|---|
| 329 | </data> |
|---|
| 330 | <data name="plausibleDeniabilityFilesAddFile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 331 | <value>Top, Right</value> |
|---|
| 332 | </data> |
|---|
| 333 | <data name="plausibleDeniabilityFilesAddFile.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 334 | <value>TopLeft</value> |
|---|
| 335 | </data> |
|---|
| 336 | <data name="plausibleDeniabilityFilesAddFile.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 337 | <value>462, 212</value> |
|---|
| 338 | </data> |
|---|
| 339 | <data name="plausibleDeniabilityFilesAddFile.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 340 | <value>75, 23</value> |
|---|
| 341 | </data> |
|---|
| 342 | <data name="plausibleDeniabilityFilesAddFile.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 343 | <value>18</value> |
|---|
| 344 | </data> |
|---|
| 345 | <data name="plausibleDeniabilityFilesAddFile.Text" xml:space="preserve"> |
|---|
| 346 | <value>Add File...</value> |
|---|
| 347 | </data> |
|---|
| 348 | <data name=">>plausibleDeniabilityFilesAddFile.Name" xml:space="preserve"> |
|---|
| 349 | <value>plausibleDeniabilityFilesAddFile</value> |
|---|
| 350 | </data> |
|---|
| 351 | <data name=">>plausibleDeniabilityFilesAddFile.Type" xml:space="preserve"> |
|---|
| 352 | <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 353 | </data> |
|---|
| 354 | <data name=">>plausibleDeniabilityFilesAddFile.Parent" xml:space="preserve"> |
|---|
| 355 | <value>content</value> |
|---|
| 356 | </data> |
|---|
| 357 | <data name=">>plausibleDeniabilityFilesAddFile.ZOrder" xml:space="preserve"> |
|---|
| 358 | <value>3</value> |
|---|
| 359 | </data> |
|---|
| 360 | <data name="plausibleDeniabilityFiles.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 361 | <value>Top, Left, Right</value> |
|---|
| 362 | </data> |
|---|
| 363 | <data name="plausibleDeniabilityFiles.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 364 | <value>TopLeft</value> |
|---|
| 365 | </data> |
|---|
| 366 | <data name="plausibleDeniabilityFiles.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 367 | <value>36, 239</value> |
|---|
| 368 | </data> |
|---|
| 369 | <data name="plausibleDeniabilityFiles.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 370 | <value>673, 147</value> |
|---|
| 371 | </data> |
|---|
| 372 | <data name="plausibleDeniabilityFiles.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 373 | <value>21</value> |
|---|
| 374 | </data> |
|---|
| 375 | <data name=">>plausibleDeniabilityFiles.Name" xml:space="preserve"> |
|---|
| 376 | <value>plausibleDeniabilityFiles</value> |
|---|
| 377 | </data> |
|---|
| 378 | <data name=">>plausibleDeniabilityFiles.Type" xml:space="preserve"> |
|---|
| 379 | <value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 380 | </data> |
|---|
| 381 | <data name=">>plausibleDeniabilityFiles.Parent" xml:space="preserve"> |
|---|
| 382 | <value>content</value> |
|---|
| 383 | </data> |
|---|
| 384 | <data name=">>plausibleDeniabilityFiles.ZOrder" xml:space="preserve"> |
|---|
| 385 | <value>4</value> |
|---|
| 386 | </data> |
|---|
| 387 | <data name="uiLanguage.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 388 | <value>TopLeft</value> |
|---|
| 389 | </data> |
|---|
| 390 | <data name="uiLanguage.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 391 | <value>350, 26</value> |
|---|
| 392 | </data> |
|---|
| 393 | <data name="uiLanguage.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 394 | <value>290, 21</value> |
|---|
| 395 | </data> |
|---|
| 396 | <data name="uiLanguage.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 397 | <value>6</value> |
|---|
| 398 | </data> |
|---|
| 399 | <data name=">>uiLanguage.Name" xml:space="preserve"> |
|---|
| 400 | <value>uiLanguage</value> |
|---|
| 401 | </data> |
|---|
| 402 | <data name=">>uiLanguage.Type" xml:space="preserve"> |
|---|
| 403 | <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 404 | </data> |
|---|
| 405 | <data name=">>uiLanguage.Parent" xml:space="preserve"> |
|---|
| 406 | <value>content</value> |
|---|
| 407 | </data> |
|---|
| 408 | <data name=">>uiLanguage.ZOrder" xml:space="preserve"> |
|---|
| 409 | <value>5</value> |
|---|
| 410 | </data> |
|---|
| 411 | <data name="uiLanguageLbl.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 412 | <value>True</value> |
|---|
| 413 | </data> |
|---|
| 414 | <data name="uiLanguageLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 415 | <value>TopLeft</value> |
|---|
| 416 | </data> |
|---|
| 417 | <data name="uiLanguageLbl.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 418 | <value>17, 29</value> |
|---|
| 419 | </data> |
|---|
| 420 | <data name="uiLanguageLbl.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 421 | <value>123, 13</value> |
|---|
| 422 | </data> |
|---|
| 423 | <data name="uiLanguageLbl.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 424 | <value>5</value> |
|---|
| 425 | </data> |
|---|
| 426 | <data name="uiLanguageLbl.Text" xml:space="preserve"> |
|---|
| 427 | <value>User interface language:</value> |
|---|
| 428 | </data> |
|---|
| 429 | <data name=">>uiLanguageLbl.Name" xml:space="preserve"> |
|---|
| 430 | <value>uiLanguageLbl</value> |
|---|
| 431 | </data> |
|---|
| 432 | <data name=">>uiLanguageLbl.Type" xml:space="preserve"> |
|---|
| 433 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 434 | </data> |
|---|
| 435 | <data name=">>uiLanguageLbl.Parent" xml:space="preserve"> |
|---|
| 436 | <value>content</value> |
|---|
| 437 | </data> |
|---|
| 438 | <data name=">>uiLanguageLbl.ZOrder" xml:space="preserve"> |
|---|
| 439 | <value>6</value> |
|---|
| 440 | </data> |
|---|
| 441 | <data name="plausibleDeniability.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 442 | <value>True</value> |
|---|
| 443 | </data> |
|---|
| 444 | <data name="plausibleDeniability.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 445 | <value>TopLeft</value> |
|---|
| 446 | </data> |
|---|
| 447 | <data name="plausibleDeniability.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 448 | <value>20, 216</value> |
|---|
| 449 | </data> |
|---|
| 450 | <data name="plausibleDeniability.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 451 | <value>359, 17</value> |
|---|
| 452 | </data> |
|---|
| 453 | <data name="plausibleDeniability.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 454 | <value>17</value> |
|---|
| 455 | </data> |
|---|
| 456 | <data name="plausibleDeniability.Text" xml:space="preserve"> |
|---|
| 457 | <value>Replace erased files with the following files to allow plausible deniability</value> |
|---|
| 458 | </data> |
|---|
| 459 | <data name=">>plausibleDeniability.Name" xml:space="preserve"> |
|---|
| 460 | <value>plausibleDeniability</value> |
|---|
| 461 | </data> |
|---|
| 462 | <data name=">>plausibleDeniability.Type" xml:space="preserve"> |
|---|
| 463 | <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 464 | </data> |
|---|
| 465 | <data name=">>plausibleDeniability.Parent" xml:space="preserve"> |
|---|
| 466 | <value>content</value> |
|---|
| 467 | </data> |
|---|
| 468 | <data name=">>plausibleDeniability.ZOrder" xml:space="preserve"> |
|---|
| 469 | <value>7</value> |
|---|
| 470 | </data> |
|---|
| 471 | <data name="erasePRNG.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 472 | <value>TopLeft</value> |
|---|
| 473 | </data> |
|---|
| 474 | <data name="erasePRNG.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 475 | <value>350, 165</value> |
|---|
| 476 | </data> |
|---|
| 477 | <data name="erasePRNG.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 478 | <value>290, 21</value> |
|---|
| 479 | </data> |
|---|
| 480 | <data name="erasePRNG.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 481 | <value>14</value> |
|---|
| 482 | </data> |
|---|
| 483 | <data name=">>erasePRNG.Name" xml:space="preserve"> |
|---|
| 484 | <value>erasePRNG</value> |
|---|
| 485 | </data> |
|---|
| 486 | <data name=">>erasePRNG.Type" xml:space="preserve"> |
|---|
| 487 | <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 488 | </data> |
|---|
| 489 | <data name=">>erasePRNG.Parent" xml:space="preserve"> |
|---|
| 490 | <value>content</value> |
|---|
| 491 | </data> |
|---|
| 492 | <data name=">>erasePRNG.ZOrder" xml:space="preserve"> |
|---|
| 493 | <value>8</value> |
|---|
| 494 | </data> |
|---|
| 495 | <data name="erasePRNGLbl.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 496 | <value>True</value> |
|---|
| 497 | </data> |
|---|
| 498 | <data name="erasePRNGLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 499 | <value>TopLeft</value> |
|---|
| 500 | </data> |
|---|
| 501 | <data name="erasePRNGLbl.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 502 | <value>17, 169</value> |
|---|
| 503 | </data> |
|---|
| 504 | <data name="erasePRNGLbl.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 505 | <value>131, 13</value> |
|---|
| 506 | </data> |
|---|
| 507 | <data name="erasePRNGLbl.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 508 | <value>13</value> |
|---|
| 509 | </data> |
|---|
| 510 | <data name="erasePRNGLbl.Text" xml:space="preserve"> |
|---|
| 511 | <value>Randomness data source:</value> |
|---|
| 512 | </data> |
|---|
| 513 | <data name=">>erasePRNGLbl.Name" xml:space="preserve"> |
|---|
| 514 | <value>erasePRNGLbl</value> |
|---|
| 515 | </data> |
|---|
| 516 | <data name=">>erasePRNGLbl.Type" xml:space="preserve"> |
|---|
| 517 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 518 | </data> |
|---|
| 519 | <data name=">>erasePRNGLbl.Parent" xml:space="preserve"> |
|---|
| 520 | <value>content</value> |
|---|
| 521 | </data> |
|---|
| 522 | <data name=">>erasePRNGLbl.ZOrder" xml:space="preserve"> |
|---|
| 523 | <value>9</value> |
|---|
| 524 | </data> |
|---|
| 525 | <data name="schedulerMissedIgnore.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 526 | <value>True</value> |
|---|
| 527 | </data> |
|---|
| 528 | <data name="schedulerMissedIgnore.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 529 | <value>TopLeft</value> |
|---|
| 530 | </data> |
|---|
| 531 | <data name="schedulerMissedIgnore.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 532 | <value>36, 487</value> |
|---|
| 533 | </data> |
|---|
| 534 | <data name="schedulerMissedIgnore.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 535 | <value>339, 17</value> |
|---|
| 536 | </data> |
|---|
| 537 | <data name="schedulerMissedIgnore.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 538 | <value>26</value> |
|---|
| 539 | </data> |
|---|
| 540 | <data name="schedulerMissedIgnore.Text" xml:space="preserve"> |
|---|
| 541 | <value>ignore the missed schedule and run only at the next appointed time</value> |
|---|
| 542 | </data> |
|---|
| 543 | <data name=">>schedulerMissedIgnore.Name" xml:space="preserve"> |
|---|
| 544 | <value>schedulerMissedIgnore</value> |
|---|
| 545 | </data> |
|---|
| 546 | <data name=">>schedulerMissedIgnore.Type" xml:space="preserve"> |
|---|
| 547 | <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 548 | </data> |
|---|
| 549 | <data name=">>schedulerMissedIgnore.Parent" xml:space="preserve"> |
|---|
| 550 | <value>content</value> |
|---|
| 551 | </data> |
|---|
| 552 | <data name=">>schedulerMissedIgnore.ZOrder" xml:space="preserve"> |
|---|
| 553 | <value>10</value> |
|---|
| 554 | </data> |
|---|
| 555 | <data name="schedulerMissedImmediate.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 556 | <value>True</value> |
|---|
| 557 | </data> |
|---|
| 558 | <data name="schedulerMissedImmediate.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 559 | <value>TopLeft</value> |
|---|
| 560 | </data> |
|---|
| 561 | <data name="schedulerMissedImmediate.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 562 | <value>36, 467</value> |
|---|
| 563 | </data> |
|---|
| 564 | <data name="schedulerMissedImmediate.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 565 | <value>217, 17</value> |
|---|
| 566 | </data> |
|---|
| 567 | <data name="schedulerMissedImmediate.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 568 | <value>25</value> |
|---|
| 569 | </data> |
|---|
| 570 | <data name="schedulerMissedImmediate.Text" xml:space="preserve"> |
|---|
| 571 | <value>execute the task when Eraser next starts</value> |
|---|
| 572 | </data> |
|---|
| 573 | <data name=">>schedulerMissedImmediate.Name" xml:space="preserve"> |
|---|
| 574 | <value>schedulerMissedImmediate</value> |
|---|
| 575 | </data> |
|---|
| 576 | <data name=">>schedulerMissedImmediate.Type" xml:space="preserve"> |
|---|
| 577 | <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 578 | </data> |
|---|
| 579 | <data name=">>schedulerMissedImmediate.Parent" xml:space="preserve"> |
|---|
| 580 | <value>content</value> |
|---|
| 581 | </data> |
|---|
| 582 | <data name=">>schedulerMissedImmediate.ZOrder" xml:space="preserve"> |
|---|
| 583 | <value>11</value> |
|---|
| 584 | </data> |
|---|
| 585 | <data name="schedulerMissed.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 586 | <value>True</value> |
|---|
| 587 | </data> |
|---|
| 588 | <data name="schedulerMissed.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 589 | <value>TopLeft</value> |
|---|
| 590 | </data> |
|---|
| 591 | <data name="schedulerMissed.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 592 | <value>17, 451</value> |
|---|
| 593 | </data> |
|---|
| 594 | <data name="schedulerMissed.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 595 | <value>242, 13</value> |
|---|
| 596 | </data> |
|---|
| 597 | <data name="schedulerMissed.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 598 | <value>24</value> |
|---|
| 599 | </data> |
|---|
| 600 | <data name="schedulerMissed.Text" xml:space="preserve"> |
|---|
| 601 | <value>When a recurring task has missed its starting time,</value> |
|---|
| 602 | </data> |
|---|
| 603 | <data name=">>schedulerMissed.Name" xml:space="preserve"> |
|---|
| 604 | <value>schedulerMissed</value> |
|---|
| 605 | </data> |
|---|
| 606 | <data name=">>schedulerMissed.Type" xml:space="preserve"> |
|---|
| 607 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 608 | </data> |
|---|
| 609 | <data name=">>schedulerMissed.Parent" xml:space="preserve"> |
|---|
| 610 | <value>content</value> |
|---|
| 611 | </data> |
|---|
| 612 | <data name=">>schedulerMissed.ZOrder" xml:space="preserve"> |
|---|
| 613 | <value>12</value> |
|---|
| 614 | </data> |
|---|
| 615 | <data name="scheduler.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 616 | <value>Top, Left, Right</value> |
|---|
| 617 | </data> |
|---|
| 618 | <data name="scheduler.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 619 | <value>True</value> |
|---|
| 620 | </data> |
|---|
| 621 | <data name="scheduler.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 622 | <value>TopLeft</value> |
|---|
| 623 | </data> |
|---|
| 624 | <data name="scheduler.Label" xml:space="preserve"> |
|---|
| 625 | <value>Scheduler settings</value> |
|---|
| 626 | </data> |
|---|
| 627 | <data name="scheduler.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 628 | <value>0, 389</value> |
|---|
| 629 | </data> |
|---|
| 630 | <data name="scheduler.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> |
|---|
| 631 | <value>0, 10, 0, 5</value> |
|---|
| 632 | </data> |
|---|
| 633 | <data name="scheduler.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 634 | <value>712, 32</value> |
|---|
| 635 | </data> |
|---|
| 636 | <data name="scheduler.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 637 | <value>22</value> |
|---|
| 638 | </data> |
|---|
| 639 | <data name=">>scheduler.Name" xml:space="preserve"> |
|---|
| 640 | <value>scheduler</value> |
|---|
| 641 | </data> |
|---|
| 642 | <data name=">>scheduler.Type" xml:space="preserve"> |
|---|
| 643 | <value>Eraser.LightGroup, Eraser, Version=6.1.0.2532, Culture=neutral, PublicKeyToken=5fdae78f3f1dcf4a</value> |
|---|
| 644 | </data> |
|---|
| 645 | <data name=">>scheduler.Parent" xml:space="preserve"> |
|---|
| 646 | <value>content</value> |
|---|
| 647 | </data> |
|---|
| 648 | <data name=">>scheduler.ZOrder" xml:space="preserve"> |
|---|
| 649 | <value>13</value> |
|---|
| 650 | </data> |
|---|
| 651 | <data name="pluginsManager.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 652 | <value>Top, Left, Right</value> |
|---|
| 653 | </data> |
|---|
| 654 | <data name="pluginsManagerColName.Text" xml:space="preserve"> |
|---|
| 655 | <value>Name</value> |
|---|
| 656 | </data> |
|---|
| 657 | <data name="pluginsManagerColName.Width" type="System.Int32, mscorlib"> |
|---|
| 658 | <value>250</value> |
|---|
| 659 | </data> |
|---|
| 660 | <data name="pluginsManagerColAuthor.Text" xml:space="preserve"> |
|---|
| 661 | <value>Author</value> |
|---|
| 662 | </data> |
|---|
| 663 | <data name="pluginsManagerColAuthor.Width" type="System.Int32, mscorlib"> |
|---|
| 664 | <value>140</value> |
|---|
| 665 | </data> |
|---|
| 666 | <data name="pluginsManagerColVersion.Text" xml:space="preserve"> |
|---|
| 667 | <value>Version</value> |
|---|
| 668 | </data> |
|---|
| 669 | <data name="pluginsManagerColVersion.Width" type="System.Int32, mscorlib"> |
|---|
| 670 | <value>80</value> |
|---|
| 671 | </data> |
|---|
| 672 | <data name="pluginsManagerColPath.Text" xml:space="preserve"> |
|---|
| 673 | <value>File Path</value> |
|---|
| 674 | </data> |
|---|
| 675 | <data name="pluginsManagerColPath.Width" type="System.Int32, mscorlib"> |
|---|
| 676 | <value>180</value> |
|---|
| 677 | </data> |
|---|
| 678 | <metadata name="pluginsMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|---|
| 679 | <value>134, 17</value> |
|---|
| 680 | </metadata> |
|---|
| 681 | <data name="pluginsMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 682 | <value>TopLeft</value> |
|---|
| 683 | </data> |
|---|
| 684 | <data name="settingsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 685 | <value>125, 22</value> |
|---|
| 686 | </data> |
|---|
| 687 | <data name="settingsToolStripMenuItem.Text" xml:space="preserve"> |
|---|
| 688 | <value>Settings...</value> |
|---|
| 689 | </data> |
|---|
| 690 | <data name="pluginsMenu.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 691 | <value>126, 26</value> |
|---|
| 692 | </data> |
|---|
| 693 | <data name=">>pluginsMenu.Name" xml:space="preserve"> |
|---|
| 694 | <value>pluginsMenu</value> |
|---|
| 695 | </data> |
|---|
| 696 | <data name=">>pluginsMenu.Type" xml:space="preserve"> |
|---|
| 697 | <value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 698 | </data> |
|---|
| 699 | <data name="pluginsManager.Groups" mimetype="application/x-microsoft.net.object.binary.base64"> |
|---|
| 700 | <value> |
|---|
| 701 | AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w |
|---|
| 702 | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 |
|---|
| 703 | ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh |
|---|
| 704 | ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG |
|---|
| 705 | AwAAAAxDb3JlIHBsdWdpbnMF/P///yhTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25t |
|---|
| 706 | ZW50AQAAAAd2YWx1ZV9fAAgCAAAAAAAAAAoGBQAAABVwbHVnaW5zTWFuYWdlckdycENvcmUL |
|---|
| 707 | </value> |
|---|
| 708 | </data> |
|---|
| 709 | <data name="pluginsManager.Groups1" mimetype="application/x-microsoft.net.object.binary.base64"> |
|---|
| 710 | <value> |
|---|
| 711 | AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w |
|---|
| 712 | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 |
|---|
| 713 | ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh |
|---|
| 714 | ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG |
|---|
| 715 | AwAAAA1PdGhlciBwbHVnaW5zBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdu |
|---|
| 716 | bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAZcGx1Z2luc01hbmFnZXJHcnBFeHRlcm5hbAs= |
|---|
| 717 | </value> |
|---|
| 718 | </data> |
|---|
| 719 | <data name="pluginsManager.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 720 | <value>TopLeft</value> |
|---|
| 721 | </data> |
|---|
| 722 | <data name="pluginsManager.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 723 | <value>20, 548</value> |
|---|
| 724 | </data> |
|---|
| 725 | <data name="pluginsManager.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 726 | <value>689, 235</value> |
|---|
| 727 | </data> |
|---|
| 728 | <metadata name="pluginsManagerImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|---|
| 729 | <value>560, 17</value> |
|---|
| 730 | </metadata> |
|---|
| 731 | <data name="pluginsManagerImageList.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64"> |
|---|
| 732 | <value> |
|---|
| 733 | AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w |
|---|
| 734 | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 |
|---|
| 735 | ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB0 |
|---|
| 736 | AwAAAk1TRnQBSQFMAwEBAAFEAQABRAEAARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMA |
|---|
| 737 | ARADAAEBAQABIAYAARAuAAM/AW0BKQFGAXUB/wM6AWL0AAEeAXUBxwH/AT8BzQH8Af8BMQFWAYcB//QA |
|---|
| 738 | AR4BdQHHAf8BOAGgAdIB/wNEAXn0AAEeAXUBxwH/AUEB0QH8Af8BMQFWAYcB//QAAR4BdQHHAf8BOgGh |
|---|
| 739 | AdEB/wNEAXn0AAEeAXUBxwH/AUsB4gH9Af8BMgFSAYEB//QAAR4BdQHHAf8BUgHXAfwB/wEyAVIBgQH/ |
|---|
| 740 | 8AADLQFGAR4BdQHHAf8BaAHeAfwB/wEyAVIBgQH/AyQBNegAAzUBVgErAYcBxwH/AVUBwAHwAf8BSgHL |
|---|
| 741 | Af4B/wFLAbMB3QH/ATYBRwFgAf8DKgFB4AADMQFNASsBhwHIAf8BTAG6AfcB/wFOAcIB+QH/AUQBtwH5 |
|---|
| 742 | Af8BYgHWAfsB/wE/AaYB6AH/ATYBRgFeAf8DJAE23AABXAFhAWYB4QFOAcEB+QH/AUoBtwH5Af8BkwHu |
|---|
| 743 | Af4B/wGPAewB/gH/AUwBtAHzAf8BjQHjAf4B/wFJAboB4gH/Al4BYQHa3AABMwF2AaMB/AFTAcYB+QH/ |
|---|
| 744 | AWMBigGsAf8BYwGKAawB/wFjAYoBrAH/AWMBigGsAf8BYwGKAawB/wFcAdUB+gH/ATEBPgFhAfzcAAFc |
|---|
| 745 | AWQBbAHnAVYB0gH6Af8BRAFeAYQB/wwAAUcBkAHBAf8BTQG7AeEB/wJbAVwB39wAA0wBkgFAAZ0B0AH/ |
|---|
| 746 | AXQB4wH6Af8BRAGFAZ4B/wFLAV4BhwH/AUsBcAGcAf8BXAFmAWoB4QFCAYwBqgH/A0gBhdwAAxIBGANU |
|---|
| 747 | AawBQAGaAc0B/wFoAdUB9QH/AWsB6QH+Af8BZwHUAfMB/wFEAZIBsgH/AVACUQGcAxcBIOAAAxIBGANH |
|---|
| 748 | AYIDWQHHAUUBgAGYAfsBXAFfAWMB2wNHAYIDFwEg0AABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEA |
|---|
| 749 | AQEFAAGAFwAD/wEAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAfwBHwYA |
|---|
| 750 | AfgBDwYAAfABBwYAAfABBwYAAfABBwYAAfEBxwYAAfABBwYAAfABBwYAAfgBDwYACw== |
|---|
| 751 | </value> |
|---|
| 752 | </data> |
|---|
| 753 | <data name="pluginsManager.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 754 | <value>28</value> |
|---|
| 755 | </data> |
|---|
| 756 | <data name=">>pluginsManager.Name" xml:space="preserve"> |
|---|
| 757 | <value>pluginsManager</value> |
|---|
| 758 | </data> |
|---|
| 759 | <data name=">>pluginsManager.Type" xml:space="preserve"> |
|---|
| 760 | <value>System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 761 | </data> |
|---|
| 762 | <data name=">>pluginsManager.Parent" xml:space="preserve"> |
|---|
| 763 | <value>content</value> |
|---|
| 764 | </data> |
|---|
| 765 | <data name=">>pluginsManager.ZOrder" xml:space="preserve"> |
|---|
| 766 | <value>14</value> |
|---|
| 767 | </data> |
|---|
| 768 | <data name="plugins.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 769 | <value>Top, Left, Right</value> |
|---|
| 770 | </data> |
|---|
| 771 | <data name="plugins.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 772 | <value>True</value> |
|---|
| 773 | </data> |
|---|
| 774 | <data name="plugins.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 775 | <value>TopLeft</value> |
|---|
| 776 | </data> |
|---|
| 777 | <data name="plugins.Label" xml:space="preserve"> |
|---|
| 778 | <value>Plugins</value> |
|---|
| 779 | </data> |
|---|
| 780 | <data name="plugins.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 781 | <value>0, 510</value> |
|---|
| 782 | </data> |
|---|
| 783 | <data name="plugins.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> |
|---|
| 784 | <value>0, 10, 0, 5</value> |
|---|
| 785 | </data> |
|---|
| 786 | <data name="plugins.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 787 | <value>712, 32</value> |
|---|
| 788 | </data> |
|---|
| 789 | <data name="plugins.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 790 | <value>27</value> |
|---|
| 791 | </data> |
|---|
| 792 | <data name=">>plugins.Name" xml:space="preserve"> |
|---|
| 793 | <value>plugins</value> |
|---|
| 794 | </data> |
|---|
| 795 | <data name=">>plugins.Type" xml:space="preserve"> |
|---|
| 796 | <value>Eraser.LightGroup, Eraser, Version=6.1.0.2532, Culture=neutral, PublicKeyToken=5fdae78f3f1dcf4a</value> |
|---|
| 797 | </data> |
|---|
| 798 | <data name=">>plugins.Parent" xml:space="preserve"> |
|---|
| 799 | <value>content</value> |
|---|
| 800 | </data> |
|---|
| 801 | <data name=">>plugins.ZOrder" xml:space="preserve"> |
|---|
| 802 | <value>15</value> |
|---|
| 803 | </data> |
|---|
| 804 | <data name="eraseDriveMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 805 | <value>TopLeft</value> |
|---|
| 806 | </data> |
|---|
| 807 | <data name="eraseDriveMethod.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 808 | <value>350, 138</value> |
|---|
| 809 | </data> |
|---|
| 810 | <data name="eraseDriveMethod.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 811 | <value>290, 21</value> |
|---|
| 812 | </data> |
|---|
| 813 | <data name="eraseDriveMethod.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 814 | <value>12</value> |
|---|
| 815 | </data> |
|---|
| 816 | <data name=">>eraseDriveMethod.Name" xml:space="preserve"> |
|---|
| 817 | <value>eraseDriveMethod</value> |
|---|
| 818 | </data> |
|---|
| 819 | <data name=">>eraseDriveMethod.Type" xml:space="preserve"> |
|---|
| 820 | <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 821 | </data> |
|---|
| 822 | <data name=">>eraseDriveMethod.Parent" xml:space="preserve"> |
|---|
| 823 | <value>content</value> |
|---|
| 824 | </data> |
|---|
| 825 | <data name=">>eraseDriveMethod.ZOrder" xml:space="preserve"> |
|---|
| 826 | <value>16</value> |
|---|
| 827 | </data> |
|---|
| 828 | <data name="eraseFilesMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 829 | <value>TopLeft</value> |
|---|
| 830 | </data> |
|---|
| 831 | <data name="eraseFilesMethod.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 832 | <value>350, 111</value> |
|---|
| 833 | </data> |
|---|
| 834 | <data name="eraseFilesMethod.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 835 | <value>290, 21</value> |
|---|
| 836 | </data> |
|---|
| 837 | <data name="eraseFilesMethod.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 838 | <value>10</value> |
|---|
| 839 | </data> |
|---|
| 840 | <data name=">>eraseFilesMethod.Name" xml:space="preserve"> |
|---|
| 841 | <value>eraseFilesMethod</value> |
|---|
| 842 | </data> |
|---|
| 843 | <data name=">>eraseFilesMethod.Type" xml:space="preserve"> |
|---|
| 844 | <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 845 | </data> |
|---|
| 846 | <data name=">>eraseFilesMethod.Parent" xml:space="preserve"> |
|---|
| 847 | <value>content</value> |
|---|
| 848 | </data> |
|---|
| 849 | <data name=">>eraseFilesMethod.ZOrder" xml:space="preserve"> |
|---|
| 850 | <value>17</value> |
|---|
| 851 | </data> |
|---|
| 852 | <data name="eraseDriveMethodLbl.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 853 | <value>True</value> |
|---|
| 854 | </data> |
|---|
| 855 | <data name="eraseDriveMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 856 | <value>TopLeft</value> |
|---|
| 857 | </data> |
|---|
| 858 | <data name="eraseDriveMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 859 | <value>17, 141</value> |
|---|
| 860 | </data> |
|---|
| 861 | <data name="eraseDriveMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 862 | <value>146, 13</value> |
|---|
| 863 | </data> |
|---|
| 864 | <data name="eraseDriveMethodLbl.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 865 | <value>11</value> |
|---|
| 866 | </data> |
|---|
| 867 | <data name="eraseDriveMethodLbl.Text" xml:space="preserve"> |
|---|
| 868 | <value>Default drive erasure method:</value> |
|---|
| 869 | </data> |
|---|
| 870 | <data name=">>eraseDriveMethodLbl.Name" xml:space="preserve"> |
|---|
| 871 | <value>eraseDriveMethodLbl</value> |
|---|
| 872 | </data> |
|---|
| 873 | <data name=">>eraseDriveMethodLbl.Type" xml:space="preserve"> |
|---|
| 874 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 875 | </data> |
|---|
| 876 | <data name=">>eraseDriveMethodLbl.Parent" xml:space="preserve"> |
|---|
| 877 | <value>content</value> |
|---|
| 878 | </data> |
|---|
| 879 | <data name=">>eraseDriveMethodLbl.ZOrder" xml:space="preserve"> |
|---|
| 880 | <value>18</value> |
|---|
| 881 | </data> |
|---|
| 882 | <data name="eraseFilesMethodLbl.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 883 | <value>True</value> |
|---|
| 884 | </data> |
|---|
| 885 | <data name="eraseFilesMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 886 | <value>TopLeft</value> |
|---|
| 887 | </data> |
|---|
| 888 | <data name="eraseFilesMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 889 | <value>17, 115</value> |
|---|
| 890 | </data> |
|---|
| 891 | <data name="eraseFilesMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 892 | <value>136, 13</value> |
|---|
| 893 | </data> |
|---|
| 894 | <data name="eraseFilesMethodLbl.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 895 | <value>9</value> |
|---|
| 896 | </data> |
|---|
| 897 | <data name="eraseFilesMethodLbl.Text" xml:space="preserve"> |
|---|
| 898 | <value>Default file erasure method:</value> |
|---|
| 899 | </data> |
|---|
| 900 | <data name=">>eraseFilesMethodLbl.Name" xml:space="preserve"> |
|---|
| 901 | <value>eraseFilesMethodLbl</value> |
|---|
| 902 | </data> |
|---|
| 903 | <data name=">>eraseFilesMethodLbl.Type" xml:space="preserve"> |
|---|
| 904 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 905 | </data> |
|---|
| 906 | <data name=">>eraseFilesMethodLbl.Parent" xml:space="preserve"> |
|---|
| 907 | <value>content</value> |
|---|
| 908 | </data> |
|---|
| 909 | <data name=">>eraseFilesMethodLbl.ZOrder" xml:space="preserve"> |
|---|
| 910 | <value>19</value> |
|---|
| 911 | </data> |
|---|
| 912 | <data name="erase.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 913 | <value>Top, Left, Right</value> |
|---|
| 914 | </data> |
|---|
| 915 | <data name="erase.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 916 | <value>True</value> |
|---|
| 917 | </data> |
|---|
| 918 | <data name="erase.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 919 | <value>TopLeft</value> |
|---|
| 920 | </data> |
|---|
| 921 | <data name="erase.Label" xml:space="preserve"> |
|---|
| 922 | <value>Erase settings</value> |
|---|
| 923 | </data> |
|---|
| 924 | <data name="erase.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 925 | <value>0, 76</value> |
|---|
| 926 | </data> |
|---|
| 927 | <data name="erase.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> |
|---|
| 928 | <value>0, 10, 0, 5</value> |
|---|
| 929 | </data> |
|---|
| 930 | <data name="erase.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 931 | <value>712, 32</value> |
|---|
| 932 | </data> |
|---|
| 933 | <data name="erase.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 934 | <value>8</value> |
|---|
| 935 | </data> |
|---|
| 936 | <data name=">>erase.Name" xml:space="preserve"> |
|---|
| 937 | <value>erase</value> |
|---|
| 938 | </data> |
|---|
| 939 | <data name=">>erase.Type" xml:space="preserve"> |
|---|
| 940 | <value>Eraser.LightGroup, Eraser, Version=6.1.0.2532, Culture=neutral, PublicKeyToken=5fdae78f3f1dcf4a</value> |
|---|
| 941 | </data> |
|---|
| 942 | <data name=">>erase.Parent" xml:space="preserve"> |
|---|
| 943 | <value>content</value> |
|---|
| 944 | </data> |
|---|
| 945 | <data name=">>erase.ZOrder" xml:space="preserve"> |
|---|
| 946 | <value>20</value> |
|---|
| 947 | </data> |
|---|
| 948 | <data name="lockedForceUnlock.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 949 | <value>True</value> |
|---|
| 950 | </data> |
|---|
| 951 | <data name="lockedForceUnlock.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 952 | <value>TopLeft</value> |
|---|
| 953 | </data> |
|---|
| 954 | <data name="lockedForceUnlock.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 955 | <value>20, 193</value> |
|---|
| 956 | </data> |
|---|
| 957 | <data name="lockedForceUnlock.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 958 | <value>236, 17</value> |
|---|
| 959 | </data> |
|---|
| 960 | <data name="lockedForceUnlock.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 961 | <value>15</value> |
|---|
| 962 | </data> |
|---|
| 963 | <data name="lockedForceUnlock.Text" xml:space="preserve"> |
|---|
| 964 | <value>Force locked files to be unlocked for erasure</value> |
|---|
| 965 | </data> |
|---|
| 966 | <data name=">>lockedForceUnlock.Name" xml:space="preserve"> |
|---|
| 967 | <value>lockedForceUnlock</value> |
|---|
| 968 | </data> |
|---|
| 969 | <data name=">>lockedForceUnlock.Type" xml:space="preserve"> |
|---|
| 970 | <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 971 | </data> |
|---|
| 972 | <data name=">>lockedForceUnlock.Parent" xml:space="preserve"> |
|---|
| 973 | <value>content</value> |
|---|
| 974 | </data> |
|---|
| 975 | <data name=">>lockedForceUnlock.ZOrder" xml:space="preserve"> |
|---|
| 976 | <value>21</value> |
|---|
| 977 | </data> |
|---|
| 978 | <data name="uiContextMenu.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 979 | <value>True</value> |
|---|
| 980 | </data> |
|---|
| 981 | <data name="uiContextMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 982 | <value>TopLeft</value> |
|---|
| 983 | </data> |
|---|
| 984 | <data name="uiContextMenu.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 985 | <value>20, 53</value> |
|---|
| 986 | </data> |
|---|
| 987 | <data name="uiContextMenu.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 988 | <value>209, 17</value> |
|---|
| 989 | </data> |
|---|
| 990 | <data name="uiContextMenu.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 991 | <value>7</value> |
|---|
| 992 | </data> |
|---|
| 993 | <data name="uiContextMenu.Text" xml:space="preserve"> |
|---|
| 994 | <value>Integrate Eraser into Windows Explorer</value> |
|---|
| 995 | </data> |
|---|
| 996 | <data name=">>uiContextMenu.Name" xml:space="preserve"> |
|---|
| 997 | <value>uiContextMenu</value> |
|---|
| 998 | </data> |
|---|
| 999 | <data name=">>uiContextMenu.Type" xml:space="preserve"> |
|---|
| 1000 | <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 1001 | </data> |
|---|
| 1002 | <data name=">>uiContextMenu.Parent" xml:space="preserve"> |
|---|
| 1003 | <value>content</value> |
|---|
| 1004 | </data> |
|---|
| 1005 | <data name=">>uiContextMenu.ZOrder" xml:space="preserve"> |
|---|
| 1006 | <value>22</value> |
|---|
| 1007 | </data> |
|---|
| 1008 | <data name="ui.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> |
|---|
| 1009 | <value>Top, Left, Right</value> |
|---|
| 1010 | </data> |
|---|
| 1011 | <data name="ui.AutoSize" type="System.Boolean, mscorlib"> |
|---|
| 1012 | <value>True</value> |
|---|
| 1013 | </data> |
|---|
| 1014 | <data name="ui.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 1015 | <value>TopLeft</value> |
|---|
| 1016 | </data> |
|---|
| 1017 | <data name="ui.Label" xml:space="preserve"> |
|---|
| 1018 | <value>Shell integration</value> |
|---|
| 1019 | </data> |
|---|
| 1020 | <data name="ui.Location" type="System.Drawing.Point, System.Drawing"> |
|---|
| 1021 | <value>0, -6</value> |
|---|
| 1022 | </data> |
|---|
| 1023 | <data name="ui.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> |
|---|
| 1024 | <value>0, 10, 0, 5</value> |
|---|
| 1025 | </data> |
|---|
| 1026 | <data name="ui.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 1027 | <value>712, 32</value> |
|---|
| 1028 | </data> |
|---|
| 1029 | <data name="ui.TabIndex" type="System.Int32, mscorlib"> |
|---|
| 1030 | <value>4</value> |
|---|
| 1031 | </data> |
|---|
| 1032 | <data name=">>ui.Name" xml:space="preserve"> |
|---|
| 1033 | <value>ui</value> |
|---|
| 1034 | </data> |
|---|
| 1035 | <data name=">>ui.Type" xml:space="preserve"> |
|---|
| 1036 | <value>Eraser.LightGroup, Eraser, Version=6.1.0.2532, Culture=neutral, PublicKeyToken=5fdae78f3f1dcf4a</value> |
|---|
| 1037 | </data> |
|---|
| 1038 | <data name=">>ui.Parent" xml:space="preserve"> |
|---|
| 1039 | <value>content</value> |
|---|
| 1040 | </data> |
|---|
| 1041 | <data name=">>ui.ZOrder" xml:space="preserve"> |
|---|
| 1042 | <value>23</value> |
|---|
| 1043 | </data> |
|---|
| 1044 | <data name="content.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 1045 | <value>TopLeft</value> |
|---|
| 1046 | </data> |
|---|
| 1047 | <data name="content.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 1048 | <value>712, 786</value> |
|---|
| 1049 | </data> |
|---|
| 1050 | <data name=">>content.Name" xml:space="preserve"> |
|---|
| 1051 | <value>content</value> |
|---|
| 1052 | </data> |
|---|
| 1053 | <data name=">>content.Type" xml:space="preserve"> |
|---|
| 1054 | <value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 1055 | </data> |
|---|
| 1056 | <data name=">>content.Parent" xml:space="preserve"> |
|---|
| 1057 | <value>$this</value> |
|---|
| 1058 | </data> |
|---|
| 1059 | <data name=">>content.ZOrder" xml:space="preserve"> |
|---|
| 1060 | <value>0</value> |
|---|
| 1061 | </data> |
|---|
| 1062 | <data name="titleLabel.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> |
|---|
| 1063 | <value>TopLeft</value> |
|---|
| 1064 | </data> |
|---|
| 1065 | <data name="titleLabel.Size" type="System.Drawing.Size, System.Drawing"> |
|---|
| 1066 | <value>101, 32</value> |
|---|
| 1067 | </data> |
|---|
| 1068 | <data name="titleLabel.Text" xml:space="preserve"> |
|---|
| 1069 | <value>Settings</value> |
|---|
| 1070 | </data> |
|---|
| 1071 | <data name=">>titleLabel.Name" xml:space="preserve"> |
|---|
| 1072 | <value>titleLabel</value> |
|---|
| 1073 | </data> |
|---|
| 1074 | <data name=">>titleLabel.Type" xml:space="preserve"> |
|---|
| 1075 | <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
|---|
| 1076 | </data> |
|---|
| 1077 | <data name=">>titleLabel.Parent" xml:space="preserve"> |
|---|
| 1078 | <value>$this</value> |
|---|
| 1079 | </data> |
|---|
| 1080 | <data name=">>titleLabel.ZOrder" xml:space="preserve"> |
|---|
| 1081 | <value>2</value> |
|---|
| 1082 | </data> |
|---|
| 1083 | <metadata name="openFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|---|
| 1084 | <value>257, 17</value> |
|---|
| 1085 | </metadata> |
|---|
| 1086 | <data name="openFileDialog.Filter" xml:space="preserve"> |
|---|
| 1087 | <value>All Files (*.*)|*.*</value> |
|---|
| 1088 | </data> |
|---|
| 1089 | <metadata name="folderBrowserDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|---|
| 1090 | <value>397, 17</value> |
|---|
| 1091 | </metadata> |
|---|
| 1092 | </root> |
|---|