Changeset 1340 for trunk/eraser6
- Timestamp:
- 11/24/2009 2:43:23 PM (4 years ago)
- Location:
- trunk/eraser6/Eraser
- Files:
-
- 2 edited
-
SettingsPanel.Designer.cs (modified) (1 diff)
-
SettingsPanel.resx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/SettingsPanel.Designer.cs
r1158 r1340 51 51 private void InitializeComponent() 52 52 { 53 this.components = new System.ComponentModel.Container(); 54 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsPanel)); 55 this.ui = new Eraser.LightGroup(); 56 this.uiContextMenu = new System.Windows.Forms.CheckBox(); 57 this.lockedForceUnlock = new System.Windows.Forms.CheckBox(); 58 this.erase = new Eraser.LightGroup(); 59 this.eraseFilesMethodLbl = new System.Windows.Forms.Label(); 60 this.eraseUnusedMethodLbl = new System.Windows.Forms.Label(); 61 this.eraseFilesMethod = new System.Windows.Forms.ComboBox(); 62 this.eraseUnusedMethod = new System.Windows.Forms.ComboBox(); 63 this.plugins = new Eraser.LightGroup(); 64 this.pluginsManager = new System.Windows.Forms.ListView(); 65 this.pluginsManagerColName = new System.Windows.Forms.ColumnHeader(); 66 this.pluginsManagerColAuthor = new System.Windows.Forms.ColumnHeader(); 67 this.pluginsManagerColVersion = new System.Windows.Forms.ColumnHeader(); 68 this.pluginsManagerColPath = new System.Windows.Forms.ColumnHeader(); 69 this.pluginsMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 70 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 71 this.pluginsManagerImageList = new System.Windows.Forms.ImageList(this.components); 72 this.scheduler = new Eraser.LightGroup(); 73 this.schedulerMissed = new System.Windows.Forms.Label(); 74 this.schedulerMissedImmediate = new System.Windows.Forms.RadioButton(); 75 this.schedulerMissedIgnore = new System.Windows.Forms.RadioButton(); 76 this.saveSettings = new System.Windows.Forms.Button(); 77 this.erasePRNGLbl = new System.Windows.Forms.Label(); 78 this.erasePRNG = new System.Windows.Forms.ComboBox(); 79 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 80 this.plausibleDeniability = new System.Windows.Forms.CheckBox(); 81 this.uiLanguageLbl = new System.Windows.Forms.Label(); 82 this.uiLanguage = new System.Windows.Forms.ComboBox(); 83 this.plausibleDeniabilityFiles = new System.Windows.Forms.ListBox(); 84 this.plausibleDeniabilityFilesAddFile = new System.Windows.Forms.Button(); 85 this.plausibleDeniabilityFilesRemove = new System.Windows.Forms.Button(); 86 this.plausibleDeniabilityFilesAddFolder = new System.Windows.Forms.Button(); 87 this.schedulerClearCompleted = new System.Windows.Forms.CheckBox(); 88 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 89 this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); 90 ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 91 this.content.SuspendLayout(); 92 this.pluginsMenu.SuspendLayout(); 93 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 94 this.SuspendLayout(); 95 // 96 // titleLabel 97 // 98 this.errorProvider.SetIconAlignment(this.titleLabel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("titleLabel.IconAlignment")))); 99 resources.ApplyResources(this.titleLabel, "titleLabel"); 100 // 101 // titleIcon 102 // 103 this.errorProvider.SetIconAlignment(this.titleIcon, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("titleIcon.IconAlignment")))); 104 this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSettings; 105 // 106 // content 107 // 108 this.content.Controls.Add(this.schedulerClearCompleted); 109 this.content.Controls.Add(this.plausibleDeniabilityFilesAddFolder); 110 this.content.Controls.Add(this.plausibleDeniabilityFilesRemove); 111 this.content.Controls.Add(this.plausibleDeniabilityFilesAddFile); 112 this.content.Controls.Add(this.plausibleDeniabilityFiles); 113 this.content.Controls.Add(this.uiLanguage); 114 this.content.Controls.Add(this.uiLanguageLbl); 115 this.content.Controls.Add(this.plausibleDeniability); 116 this.content.Controls.Add(this.erasePRNG); 117 this.content.Controls.Add(this.erasePRNGLbl); 118 this.content.Controls.Add(this.schedulerMissedIgnore); 119 this.content.Controls.Add(this.schedulerMissedImmediate); 120 this.content.Controls.Add(this.schedulerMissed); 121 this.content.Controls.Add(this.scheduler); 122 this.content.Controls.Add(this.pluginsManager); 123 this.content.Controls.Add(this.plugins); 124 this.content.Controls.Add(this.eraseUnusedMethod); 125 this.content.Controls.Add(this.eraseFilesMethod); 126 this.content.Controls.Add(this.eraseUnusedMethodLbl); 127 this.content.Controls.Add(this.eraseFilesMethodLbl); 128 this.content.Controls.Add(this.erase); 129 this.content.Controls.Add(this.lockedForceUnlock); 130 this.content.Controls.Add(this.uiContextMenu); 131 this.content.Controls.Add(this.ui); 132 this.errorProvider.SetIconAlignment(this.content, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("content.IconAlignment")))); 133 resources.ApplyResources(this.content, "content"); 134 // 135 // ui 136 // 137 resources.ApplyResources(this.ui, "ui"); 138 this.errorProvider.SetIconAlignment(this.ui, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("ui.IconAlignment")))); 139 this.ui.Name = "ui"; 140 // 141 // uiContextMenu 142 // 143 resources.ApplyResources(this.uiContextMenu, "uiContextMenu"); 144 this.uiContextMenu.Checked = true; 145 this.uiContextMenu.CheckState = System.Windows.Forms.CheckState.Checked; 146 this.errorProvider.SetIconAlignment(this.uiContextMenu, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiContextMenu.IconAlignment")))); 147 this.uiContextMenu.Name = "uiContextMenu"; 148 this.uiContextMenu.UseVisualStyleBackColor = true; 149 // 150 // lockedForceUnlock 151 // 152 resources.ApplyResources(this.lockedForceUnlock, "lockedForceUnlock"); 153 this.lockedForceUnlock.Checked = true; 154 this.lockedForceUnlock.CheckState = System.Windows.Forms.CheckState.Checked; 155 this.errorProvider.SetIconAlignment(this.lockedForceUnlock, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("lockedForceUnlock.IconAlignment")))); 156 this.lockedForceUnlock.Name = "lockedForceUnlock"; 157 this.lockedForceUnlock.UseVisualStyleBackColor = true; 158 // 159 // erase 160 // 161 resources.ApplyResources(this.erase, "erase"); 162 this.errorProvider.SetIconAlignment(this.erase, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erase.IconAlignment")))); 163 this.erase.Name = "erase"; 164 // 165 // eraseFilesMethodLbl 166 // 167 resources.ApplyResources(this.eraseFilesMethodLbl, "eraseFilesMethodLbl"); 168 this.errorProvider.SetIconAlignment(this.eraseFilesMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseFilesMethodLbl.IconAlignment")))); 169 this.eraseFilesMethodLbl.Name = "eraseFilesMethodLbl"; 170 // 171 // eraseUnusedMethodLbl 172 // 173 resources.ApplyResources(this.eraseUnusedMethodLbl, "eraseUnusedMethodLbl"); 174 this.errorProvider.SetIconAlignment(this.eraseUnusedMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethodLbl.IconAlignment")))); 175 this.eraseUnusedMethodLbl.Name = "eraseUnusedMethodLbl"; 176 // 177 // eraseFilesMethod 178 // 179 this.eraseFilesMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 180 this.errorProvider.SetIconAlignment(this.eraseFilesMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseFilesMethod.IconAlignment")))); 181 resources.ApplyResources(this.eraseFilesMethod, "eraseFilesMethod"); 182 this.eraseFilesMethod.Name = "eraseFilesMethod"; 183 // 184 // eraseUnusedMethod 185 // 186 this.eraseUnusedMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 187 this.errorProvider.SetIconAlignment(this.eraseUnusedMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethod.IconAlignment")))); 188 resources.ApplyResources(this.eraseUnusedMethod, "eraseUnusedMethod"); 189 this.eraseUnusedMethod.Name = "eraseUnusedMethod"; 190 // 191 // plugins 192 // 193 resources.ApplyResources(this.plugins, "plugins"); 194 this.errorProvider.SetIconAlignment(this.plugins, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plugins.IconAlignment")))); 195 this.plugins.Name = "plugins"; 196 // 197 // pluginsManager 198 // 199 resources.ApplyResources(this.pluginsManager, "pluginsManager"); 200 this.pluginsManager.CheckBoxes = true; 201 this.pluginsManager.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 53 this.components = new System.ComponentModel.Container(); 54 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsPanel)); 55 this.ui = new Eraser.LightGroup(); 56 this.uiContextMenu = new System.Windows.Forms.CheckBox(); 57 this.lockedForceUnlock = new System.Windows.Forms.CheckBox(); 58 this.erase = new Eraser.LightGroup(); 59 this.eraseFilesMethodLbl = new System.Windows.Forms.Label(); 60 this.eraseUnusedMethodLbl = new System.Windows.Forms.Label(); 61 this.eraseFilesMethod = new System.Windows.Forms.ComboBox(); 62 this.eraseUnusedMethod = new System.Windows.Forms.ComboBox(); 63 this.plugins = new Eraser.LightGroup(); 64 this.pluginsManager = new System.Windows.Forms.ListView(); 65 this.pluginsManagerColName = new System.Windows.Forms.ColumnHeader(); 66 this.pluginsManagerColAuthor = new System.Windows.Forms.ColumnHeader(); 67 this.pluginsManagerColVersion = new System.Windows.Forms.ColumnHeader(); 68 this.pluginsManagerColPath = new System.Windows.Forms.ColumnHeader(); 69 this.pluginsMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 70 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 71 this.pluginsManagerImageList = new System.Windows.Forms.ImageList(this.components); 72 this.scheduler = new Eraser.LightGroup(); 73 this.schedulerMissed = new System.Windows.Forms.Label(); 74 this.schedulerMissedImmediate = new System.Windows.Forms.RadioButton(); 75 this.schedulerMissedIgnore = new System.Windows.Forms.RadioButton(); 76 this.saveSettings = new System.Windows.Forms.Button(); 77 this.erasePRNGLbl = new System.Windows.Forms.Label(); 78 this.erasePRNG = new System.Windows.Forms.ComboBox(); 79 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 80 this.plausibleDeniability = new System.Windows.Forms.CheckBox(); 81 this.uiLanguageLbl = new System.Windows.Forms.Label(); 82 this.uiLanguage = new System.Windows.Forms.ComboBox(); 83 this.plausibleDeniabilityFiles = new System.Windows.Forms.ListBox(); 84 this.plausibleDeniabilityFilesAddFile = new System.Windows.Forms.Button(); 85 this.plausibleDeniabilityFilesRemove = new System.Windows.Forms.Button(); 86 this.plausibleDeniabilityFilesAddFolder = new System.Windows.Forms.Button(); 87 this.schedulerClearCompleted = new System.Windows.Forms.CheckBox(); 88 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 89 this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); 90 ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 91 this.content.SuspendLayout(); 92 this.pluginsMenu.SuspendLayout(); 93 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 94 this.SuspendLayout(); 95 // 96 // titleLabel 97 // 98 this.titleLabel.AccessibleDescription = null; 99 this.titleLabel.AccessibleName = null; 100 resources.ApplyResources(this.titleLabel, "titleLabel"); 101 this.errorProvider.SetError(this.titleLabel, resources.GetString("titleLabel.Error")); 102 this.errorProvider.SetIconAlignment(this.titleLabel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("titleLabel.IconAlignment")))); 103 this.errorProvider.SetIconPadding(this.titleLabel, ((int)(resources.GetObject("titleLabel.IconPadding")))); 104 // 105 // titleIcon 106 // 107 this.titleIcon.AccessibleDescription = null; 108 this.titleIcon.AccessibleName = null; 109 resources.ApplyResources(this.titleIcon, "titleIcon"); 110 this.titleIcon.BackgroundImage = null; 111 this.errorProvider.SetError(this.titleIcon, resources.GetString("titleIcon.Error")); 112 this.titleIcon.Font = null; 113 this.errorProvider.SetIconAlignment(this.titleIcon, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("titleIcon.IconAlignment")))); 114 this.errorProvider.SetIconPadding(this.titleIcon, ((int)(resources.GetObject("titleIcon.IconPadding")))); 115 this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSettings; 116 this.titleIcon.ImageLocation = null; 117 // 118 // content 119 // 120 this.content.AccessibleDescription = null; 121 this.content.AccessibleName = null; 122 resources.ApplyResources(this.content, "content"); 123 this.content.BackgroundImage = null; 124 this.content.Controls.Add(this.schedulerClearCompleted); 125 this.content.Controls.Add(this.plausibleDeniabilityFilesAddFolder); 126 this.content.Controls.Add(this.plausibleDeniabilityFilesRemove); 127 this.content.Controls.Add(this.plausibleDeniabilityFilesAddFile); 128 this.content.Controls.Add(this.plausibleDeniabilityFiles); 129 this.content.Controls.Add(this.uiLanguage); 130 this.content.Controls.Add(this.uiLanguageLbl); 131 this.content.Controls.Add(this.plausibleDeniability); 132 this.content.Controls.Add(this.erasePRNG); 133 this.content.Controls.Add(this.erasePRNGLbl); 134 this.content.Controls.Add(this.schedulerMissedIgnore); 135 this.content.Controls.Add(this.schedulerMissedImmediate); 136 this.content.Controls.Add(this.schedulerMissed); 137 this.content.Controls.Add(this.scheduler); 138 this.content.Controls.Add(this.pluginsManager); 139 this.content.Controls.Add(this.plugins); 140 this.content.Controls.Add(this.eraseUnusedMethod); 141 this.content.Controls.Add(this.eraseFilesMethod); 142 this.content.Controls.Add(this.eraseUnusedMethodLbl); 143 this.content.Controls.Add(this.eraseFilesMethodLbl); 144 this.content.Controls.Add(this.erase); 145 this.content.Controls.Add(this.lockedForceUnlock); 146 this.content.Controls.Add(this.uiContextMenu); 147 this.content.Controls.Add(this.ui); 148 this.errorProvider.SetError(this.content, resources.GetString("content.Error")); 149 this.content.Font = null; 150 this.errorProvider.SetIconAlignment(this.content, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("content.IconAlignment")))); 151 this.errorProvider.SetIconPadding(this.content, ((int)(resources.GetObject("content.IconPadding")))); 152 // 153 // ui 154 // 155 this.ui.AccessibleDescription = null; 156 this.ui.AccessibleName = null; 157 resources.ApplyResources(this.ui, "ui"); 158 this.ui.BackgroundImage = null; 159 this.errorProvider.SetError(this.ui, resources.GetString("ui.Error")); 160 this.ui.Font = null; 161 this.errorProvider.SetIconAlignment(this.ui, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("ui.IconAlignment")))); 162 this.errorProvider.SetIconPadding(this.ui, ((int)(resources.GetObject("ui.IconPadding")))); 163 this.ui.Name = "ui"; 164 // 165 // uiContextMenu 166 // 167 this.uiContextMenu.AccessibleDescription = null; 168 this.uiContextMenu.AccessibleName = null; 169 resources.ApplyResources(this.uiContextMenu, "uiContextMenu"); 170 this.uiContextMenu.BackgroundImage = null; 171 this.uiContextMenu.Checked = true; 172 this.uiContextMenu.CheckState = System.Windows.Forms.CheckState.Checked; 173 this.errorProvider.SetError(this.uiContextMenu, resources.GetString("uiContextMenu.Error")); 174 this.uiContextMenu.Font = null; 175 this.errorProvider.SetIconAlignment(this.uiContextMenu, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiContextMenu.IconAlignment")))); 176 this.errorProvider.SetIconPadding(this.uiContextMenu, ((int)(resources.GetObject("uiContextMenu.IconPadding")))); 177 this.uiContextMenu.Name = "uiContextMenu"; 178 this.uiContextMenu.UseVisualStyleBackColor = true; 179 // 180 // lockedForceUnlock 181 // 182 this.lockedForceUnlock.AccessibleDescription = null; 183 this.lockedForceUnlock.AccessibleName = null; 184 resources.ApplyResources(this.lockedForceUnlock, "lockedForceUnlock"); 185 this.lockedForceUnlock.BackgroundImage = null; 186 this.lockedForceUnlock.Checked = true; 187 this.lockedForceUnlock.CheckState = System.Windows.Forms.CheckState.Checked; 188 this.errorProvider.SetError(this.lockedForceUnlock, resources.GetString("lockedForceUnlock.Error")); 189 this.lockedForceUnlock.Font = null; 190 this.errorProvider.SetIconAlignment(this.lockedForceUnlock, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("lockedForceUnlock.IconAlignment")))); 191 this.errorProvider.SetIconPadding(this.lockedForceUnlock, ((int)(resources.GetObject("lockedForceUnlock.IconPadding")))); 192 this.lockedForceUnlock.Name = "lockedForceUnlock"; 193 this.lockedForceUnlock.UseVisualStyleBackColor = true; 194 // 195 // erase 196 // 197 this.erase.AccessibleDescription = null; 198 this.erase.AccessibleName = null; 199 resources.ApplyResources(this.erase, "erase"); 200 this.erase.BackgroundImage = null; 201 this.errorProvider.SetError(this.erase, resources.GetString("erase.Error")); 202 this.erase.Font = null; 203 this.errorProvider.SetIconAlignment(this.erase, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erase.IconAlignment")))); 204 this.errorProvider.SetIconPadding(this.erase, ((int)(resources.GetObject("erase.IconPadding")))); 205 this.erase.Name = "erase"; 206 // 207 // eraseFilesMethodLbl 208 // 209 this.eraseFilesMethodLbl.AccessibleDescription = null; 210 this.eraseFilesMethodLbl.AccessibleName = null; 211 resources.ApplyResources(this.eraseFilesMethodLbl, "eraseFilesMethodLbl"); 212 this.errorProvider.SetError(this.eraseFilesMethodLbl, resources.GetString("eraseFilesMethodLbl.Error")); 213 this.eraseFilesMethodLbl.Font = null; 214 this.errorProvider.SetIconAlignment(this.eraseFilesMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseFilesMethodLbl.IconAlignment")))); 215 this.errorProvider.SetIconPadding(this.eraseFilesMethodLbl, ((int)(resources.GetObject("eraseFilesMethodLbl.IconPadding")))); 216 this.eraseFilesMethodLbl.Name = "eraseFilesMethodLbl"; 217 // 218 // eraseUnusedMethodLbl 219 // 220 this.eraseUnusedMethodLbl.AccessibleDescription = null; 221 this.eraseUnusedMethodLbl.AccessibleName = null; 222 resources.ApplyResources(this.eraseUnusedMethodLbl, "eraseUnusedMethodLbl"); 223 this.errorProvider.SetError(this.eraseUnusedMethodLbl, resources.GetString("eraseUnusedMethodLbl.Error")); 224 this.eraseUnusedMethodLbl.Font = null; 225 this.errorProvider.SetIconAlignment(this.eraseUnusedMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethodLbl.IconAlignment")))); 226 this.errorProvider.SetIconPadding(this.eraseUnusedMethodLbl, ((int)(resources.GetObject("eraseUnusedMethodLbl.IconPadding")))); 227 this.eraseUnusedMethodLbl.Name = "eraseUnusedMethodLbl"; 228 // 229 // eraseFilesMethod 230 // 231 this.eraseFilesMethod.AccessibleDescription = null; 232 this.eraseFilesMethod.AccessibleName = null; 233 resources.ApplyResources(this.eraseFilesMethod, "eraseFilesMethod"); 234 this.eraseFilesMethod.BackgroundImage = null; 235 this.eraseFilesMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 236 this.errorProvider.SetError(this.eraseFilesMethod, resources.GetString("eraseFilesMethod.Error")); 237 this.eraseFilesMethod.Font = null; 238 this.errorProvider.SetIconAlignment(this.eraseFilesMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseFilesMethod.IconAlignment")))); 239 this.errorProvider.SetIconPadding(this.eraseFilesMethod, ((int)(resources.GetObject("eraseFilesMethod.IconPadding")))); 240 this.eraseFilesMethod.Name = "eraseFilesMethod"; 241 // 242 // eraseUnusedMethod 243 // 244 this.eraseUnusedMethod.AccessibleDescription = null; 245 this.eraseUnusedMethod.AccessibleName = null; 246 resources.ApplyResources(this.eraseUnusedMethod, "eraseUnusedMethod"); 247 this.eraseUnusedMethod.BackgroundImage = null; 248 this.eraseUnusedMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 249 this.errorProvider.SetError(this.eraseUnusedMethod, resources.GetString("eraseUnusedMethod.Error")); 250 this.eraseUnusedMethod.Font = null; 251 this.errorProvider.SetIconAlignment(this.eraseUnusedMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethod.IconAlignment")))); 252 this.errorProvider.SetIconPadding(this.eraseUnusedMethod, ((int)(resources.GetObject("eraseUnusedMethod.IconPadding")))); 253 this.eraseUnusedMethod.Name = "eraseUnusedMethod"; 254 // 255 // plugins 256 // 257 this.plugins.AccessibleDescription = null; 258 this.plugins.AccessibleName = null; 259 resources.ApplyResources(this.plugins, "plugins"); 260 this.plugins.BackgroundImage = null; 261 this.errorProvider.SetError(this.plugins, resources.GetString("plugins.Error")); 262 this.plugins.Font = null; 263 this.errorProvider.SetIconAlignment(this.plugins, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plugins.IconAlignment")))); 264 this.errorProvider.SetIconPadding(this.plugins, ((int)(resources.GetObject("plugins.IconPadding")))); 265 this.plugins.Name = "plugins"; 266 // 267 // pluginsManager 268 // 269 this.pluginsManager.AccessibleDescription = null; 270 this.pluginsManager.AccessibleName = null; 271 resources.ApplyResources(this.pluginsManager, "pluginsManager"); 272 this.pluginsManager.BackgroundImage = null; 273 this.pluginsManager.CheckBoxes = true; 274 this.pluginsManager.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 202 275 this.pluginsManagerColName, 203 276 this.pluginsManagerColAuthor, 204 277 this.pluginsManagerColVersion, 205 278 this.pluginsManagerColPath}); 206 this.pluginsManager.ContextMenuStrip = this.pluginsMenu; 207 this.pluginsManager.FullRowSelect = true; 208 this.pluginsManager.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 279 this.pluginsManager.ContextMenuStrip = this.pluginsMenu; 280 this.errorProvider.SetError(this.pluginsManager, resources.GetString("pluginsManager.Error")); 281 this.pluginsManager.Font = null; 282 this.pluginsManager.FullRowSelect = true; 283 this.pluginsManager.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 209 284 ((System.Windows.Forms.ListViewGroup)(resources.GetObject("pluginsManager.Groups"))), 210 285 ((System.Windows.Forms.ListViewGroup)(resources.GetObject("pluginsManager.Groups1")))}); 211 this.errorProvider.SetIconAlignment(this.pluginsManager, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("pluginsManager.IconAlignment")))); 212 this.pluginsManager.Name = "pluginsManager"; 213 this.pluginsManager.SmallImageList = this.pluginsManagerImageList; 214 this.pluginsManager.UseCompatibleStateImageBehavior = false; 215 this.pluginsManager.View = System.Windows.Forms.View.Details; 216 this.pluginsManager.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.pluginsManager_ItemCheck); 217 // 218 // pluginsManagerColName 219 // 220 resources.ApplyResources(this.pluginsManagerColName, "pluginsManagerColName"); 221 // 222 // pluginsManagerColAuthor 223 // 224 resources.ApplyResources(this.pluginsManagerColAuthor, "pluginsManagerColAuthor"); 225 // 226 // pluginsManagerColVersion 227 // 228 resources.ApplyResources(this.pluginsManagerColVersion, "pluginsManagerColVersion"); 229 // 230 // pluginsManagerColPath 231 // 232 resources.ApplyResources(this.pluginsManagerColPath, "pluginsManagerColPath"); 233 // 234 // pluginsMenu 235 // 236 this.errorProvider.SetIconAlignment(this.pluginsMenu, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("pluginsMenu.IconAlignment")))); 237 this.pluginsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 286 this.errorProvider.SetIconAlignment(this.pluginsManager, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("pluginsManager.IconAlignment")))); 287 this.errorProvider.SetIconPadding(this.pluginsManager, ((int)(resources.GetObject("pluginsManager.IconPadding")))); 288 this.pluginsManager.Name = "pluginsManager"; 289 this.pluginsManager.SmallImageList = this.pluginsManagerImageList; 290 this.pluginsManager.UseCompatibleStateImageBehavior = false; 291 this.pluginsManager.View = System.Windows.Forms.View.Details; 292 this.pluginsManager.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.pluginsManager_ItemCheck); 293 // 294 // pluginsManagerColName 295 // 296 resources.ApplyResources(this.pluginsManagerColName, "pluginsManagerColName"); 297 // 298 // pluginsManagerColAuthor 299 // 300 resources.ApplyResources(this.pluginsManagerColAuthor, "pluginsManagerColAuthor"); 301 // 302 // pluginsManagerColVersion 303 // 304 resources.ApplyResources(this.pluginsManagerColVersion, "pluginsManagerColVersion"); 305 // 306 // pluginsManagerColPath 307 // 308 resources.ApplyResources(this.pluginsManagerColPath, "pluginsManagerColPath"); 309 // 310 // pluginsMenu 311 // 312 this.pluginsMenu.AccessibleDescription = null; 313 this.pluginsMenu.AccessibleName = null; 314 resources.ApplyResources(this.pluginsMenu, "pluginsMenu"); 315 this.pluginsMenu.BackgroundImage = null; 316 this.errorProvider.SetError(this.pluginsMenu, resources.GetString("pluginsMenu.Error")); 317 this.pluginsMenu.Font = null; 318 this.errorProvider.SetIconAlignment(this.pluginsMenu, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("pluginsMenu.IconAlignment")))); 319 this.errorProvider.SetIconPadding(this.pluginsMenu, ((int)(resources.GetObject("pluginsMenu.IconPadding")))); 320 this.pluginsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 238 321 this.settingsToolStripMenuItem}); 239 this.pluginsMenu.Name = "pluginsContextMenu"; 240 resources.ApplyResources(this.pluginsMenu, "pluginsMenu"); 241 this.pluginsMenu.Opening += new System.ComponentModel.CancelEventHandler(this.pluginsMenu_Opening); 242 // 243 // settingsToolStripMenuItem 244 // 245 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 246 resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem"); 247 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); 248 // 249 // pluginsManagerImageList 250 // 251 this.pluginsManagerImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("pluginsManagerImageList.ImageStream"))); 252 this.pluginsManagerImageList.TransparentColor = System.Drawing.Color.Transparent; 253 this.pluginsManagerImageList.Images.SetKeyName(0, "Key.png"); 254 // 255 // scheduler 256 // 257 resources.ApplyResources(this.scheduler, "scheduler"); 258 this.errorProvider.SetIconAlignment(this.scheduler, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduler.IconAlignment")))); 259 this.scheduler.Name = "scheduler"; 260 // 261 // schedulerMissed 262 // 263 resources.ApplyResources(this.schedulerMissed, "schedulerMissed"); 264 this.errorProvider.SetIconAlignment(this.schedulerMissed, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissed.IconAlignment")))); 265 this.schedulerMissed.Name = "schedulerMissed"; 266 // 267 // schedulerMissedImmediate 268 // 269 resources.ApplyResources(this.schedulerMissedImmediate, "schedulerMissedImmediate"); 270 this.schedulerMissedImmediate.Checked = true; 271 this.errorProvider.SetIconAlignment(this.schedulerMissedImmediate, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissedImmediate.IconAlignment")))); 272 this.schedulerMissedImmediate.Name = "schedulerMissedImmediate"; 273 this.schedulerMissedImmediate.TabStop = true; 274 this.schedulerMissedImmediate.UseVisualStyleBackColor = true; 275 // 276 // schedulerMissedIgnore 277 // 278 resources.ApplyResources(this.schedulerMissedIgnore, "schedulerMissedIgnore"); 279 this.errorProvider.SetIconAlignment(this.schedulerMissedIgnore, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissedIgnore.IconAlignment")))); 280 this.schedulerMissedIgnore.Name = "schedulerMissedIgnore"; 281 this.schedulerMissedIgnore.TabStop = true; 282 this.schedulerMissedIgnore.UseVisualStyleBackColor = true; 283 // 284 // saveSettings 285 // 286 resources.ApplyResources(this.saveSettings, "saveSettings"); 287 this.errorProvider.SetIconAlignment(this.saveSettings, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("saveSettings.IconAlignment")))); 288 this.saveSettings.Name = "saveSettings"; 289 this.saveSettings.UseVisualStyleBackColor = true; 290 this.saveSettings.Click += new System.EventHandler(this.saveSettings_Click); 291 // 292 // erasePRNGLbl 293 // 294 resources.ApplyResources(this.erasePRNGLbl, "erasePRNGLbl"); 295 this.errorProvider.SetIconAlignment(this.erasePRNGLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erasePRNGLbl.IconAlignment")))); 296 this.erasePRNGLbl.Name = "erasePRNGLbl"; 297 // 298 // erasePRNG 299 // 300 this.erasePRNG.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 301 this.erasePRNG.FormattingEnabled = true; 302 this.errorProvider.SetIconAlignment(this.erasePRNG, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erasePRNG.IconAlignment")))); 303 resources.ApplyResources(this.erasePRNG, "erasePRNG"); 304 this.erasePRNG.Name = "erasePRNG"; 305 // 306 // errorProvider 307 // 308 this.errorProvider.ContainerControl = this; 309 // 310 // plausibleDeniability 311 // 312 resources.ApplyResources(this.plausibleDeniability, "plausibleDeniability"); 313 this.errorProvider.SetIconAlignment(this.plausibleDeniability, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniability.IconAlignment")))); 314 this.plausibleDeniability.Name = "plausibleDeniability"; 315 this.plausibleDeniability.UseVisualStyleBackColor = true; 316 this.plausibleDeniability.CheckedChanged += new System.EventHandler(this.plausibleDeniability_CheckedChanged); 317 // 318 // uiLanguageLbl 319 // 320 resources.ApplyResources(this.uiLanguageLbl, "uiLanguageLbl"); 321 this.errorProvider.SetIconAlignment(this.uiLanguageLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiLanguageLbl.IconAlignment")))); 322 this.uiLanguageLbl.Name = "uiLanguageLbl"; 323 // 324 // uiLanguage 325 // 326 this.uiLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 327 this.uiLanguage.FormattingEnabled = true; 328 this.errorProvider.SetIconAlignment(this.uiLanguage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiLanguage.IconAlignment")))); 329 resources.ApplyResources(this.uiLanguage, "uiLanguage"); 330 this.uiLanguage.Name = "uiLanguage"; 331 // 332 // plausibleDeniabilityFiles 333 // 334 resources.ApplyResources(this.plausibleDeniabilityFiles, "plausibleDeniabilityFiles"); 335 this.plausibleDeniabilityFiles.FormattingEnabled = true; 336 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFiles, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFiles.IconAlignment")))); 337 this.plausibleDeniabilityFiles.Name = "plausibleDeniabilityFiles"; 338 this.plausibleDeniabilityFiles.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; 339 this.plausibleDeniabilityFiles.SelectedIndexChanged += new System.EventHandler(this.plausibleDeniabilityFiles_SelectedIndexChanged); 340 // 341 // plausibleDeniabilityFilesAddFile 342 // 343 resources.ApplyResources(this.plausibleDeniabilityFilesAddFile, "plausibleDeniabilityFilesAddFile"); 344 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesAddFile, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesAddFile.IconAlignment")))); 345 this.plausibleDeniabilityFilesAddFile.Name = "plausibleDeniabilityFilesAddFile"; 346 this.plausibleDeniabilityFilesAddFile.UseVisualStyleBackColor = true; 347 this.plausibleDeniabilityFilesAddFile.Click += new System.EventHandler(this.plausibleDeniabilityFilesAddFile_Click); 348 // 349 // plausibleDeniabilityFilesRemove 350 // 351 resources.ApplyResources(this.plausibleDeniabilityFilesRemove, "plausibleDeniabilityFilesRemove"); 352 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesRemove, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesRemove.IconAlignment")))); 353 this.plausibleDeniabilityFilesRemove.Name = "plausibleDeniabilityFilesRemove"; 354 this.plausibleDeniabilityFilesRemove.UseVisualStyleBackColor = true; 355 this.plausibleDeniabilityFilesRemove.Click += new System.EventHandler(this.plausibleDeniabilityFilesRemove_Click); 356 // 357 // plausibleDeniabilityFilesAddFolder 358 // 359 resources.ApplyResources(this.plausibleDeniabilityFilesAddFolder, "plausibleDeniabilityFilesAddFolder"); 360 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesAddFolder, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesAddFolder.IconAlignment")))); 361 this.plausibleDeniabilityFilesAddFolder.Name = "plausibleDeniabilityFilesAddFolder"; 362 this.plausibleDeniabilityFilesAddFolder.UseVisualStyleBackColor = true; 363 this.plausibleDeniabilityFilesAddFolder.Click += new System.EventHandler(this.plausibleDeniabilityFilesAddFolder_Click); 364 // 365 // schedulerClearCompleted 366 // 367 resources.ApplyResources(this.schedulerClearCompleted, "schedulerClearCompleted"); 368 this.schedulerClearCompleted.Name = "schedulerClearCompleted"; 369 this.schedulerClearCompleted.UseVisualStyleBackColor = true; 370 // 371 // openFileDialog 372 // 373 resources.ApplyResources(this.openFileDialog, "openFileDialog"); 374 this.openFileDialog.Multiselect = true; 375 // 376 // SettingsPanel 377 // 378 this.Controls.Add(this.saveSettings); 379 this.errorProvider.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment")))); 380 this.Name = "SettingsPanel"; 381 resources.ApplyResources(this, "$this"); 382 this.Controls.SetChildIndex(this.saveSettings, 0); 383 this.Controls.SetChildIndex(this.titleLabel, 0); 384 this.Controls.SetChildIndex(this.titleIcon, 0); 385 this.Controls.SetChildIndex(this.content, 0); 386 ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); 387 this.content.ResumeLayout(false); 388 this.content.PerformLayout(); 389 this.pluginsMenu.ResumeLayout(false); 390 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 391 this.ResumeLayout(false); 392 this.PerformLayout(); 322 this.pluginsMenu.Name = "pluginsContextMenu"; 323 this.pluginsMenu.Opening += new System.ComponentModel.CancelEventHandler(this.pluginsMenu_Opening); 324 // 325 // settingsToolStripMenuItem 326 // 327 this.settingsToolStripMenuItem.AccessibleDescription = null; 328 this.settingsToolStripMenuItem.AccessibleName = null; 329 resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem"); 330 this.settingsToolStripMenuItem.BackgroundImage = null; 331 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 332 this.settingsToolStripMenuItem.ShortcutKeyDisplayString = null; 333 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); 334 // 335 // pluginsManagerImageList 336 // 337 this.pluginsManagerImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("pluginsManagerImageList.ImageStream"))); 338 this.pluginsManagerImageList.TransparentColor = System.Drawing.Color.Transparent; 339 this.pluginsManagerImageList.Images.SetKeyName(0, "Key.png"); 340 // 341 // scheduler 342 // 343 this.scheduler.AccessibleDescription = null; 344 this.scheduler.AccessibleName = null; 345 resources.ApplyResources(this.scheduler, "scheduler"); 346 this.scheduler.BackgroundImage = null; 347 this.errorProvider.SetError(this.scheduler, resources.GetString("scheduler.Error")); 348 this.scheduler.Font = null; 349 this.errorProvider.SetIconAlignment(this.scheduler, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduler.IconAlignment")))); 350 this.errorProvider.SetIconPadding(this.scheduler, ((int)(resources.GetObject("scheduler.IconPadding")))); 351 this.scheduler.Name = "scheduler"; 352 // 353 // schedulerMissed 354 // 355 this.schedulerMissed.AccessibleDescription = null; 356 this.schedulerMissed.AccessibleName = null; 357 resources.ApplyResources(this.schedulerMissed, "schedulerMissed"); 358 this.errorProvider.SetError(this.schedulerMissed, resources.GetString("schedulerMissed.Error")); 359 this.schedulerMissed.Font = null; 360 this.errorProvider.SetIconAlignment(this.schedulerMissed, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissed.IconAlignment")))); 361 this.errorProvider.SetIconPadding(this.schedulerMissed, ((int)(resources.GetObject("schedulerMissed.IconPadding")))); 362 this.schedulerMissed.Name = "schedulerMissed"; 363 // 364 // schedulerMissedImmediate 365 // 366 this.schedulerMissedImmediate.AccessibleDescription = null; 367 this.schedulerMissedImmediate.AccessibleName = null; 368 resources.ApplyResources(this.schedulerMissedImmediate, "schedulerMissedImmediate"); 369 this.schedulerMissedImmediate.BackgroundImage = null; 370 this.schedulerMissedImmediate.Checked = true; 371 this.errorProvider.SetError(this.schedulerMissedImmediate, resources.GetString("schedulerMissedImmediate.Error")); 372 this.schedulerMissedImmediate.Font = null; 373 this.errorProvider.SetIconAlignment(this.schedulerMissedImmediate, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissedImmediate.IconAlignment")))); 374 this.errorProvider.SetIconPadding(this.schedulerMissedImmediate, ((int)(resources.GetObject("schedulerMissedImmediate.IconPadding")))); 375 this.schedulerMissedImmediate.Name = "schedulerMissedImmediate"; 376 this.schedulerMissedImmediate.TabStop = true; 377 this.schedulerMissedImmediate.UseVisualStyleBackColor = true; 378 // 379 // schedulerMissedIgnore 380 // 381 this.schedulerMissedIgnore.AccessibleDescription = null; 382 this.schedulerMissedIgnore.AccessibleName = null; 383 resources.ApplyResources(this.schedulerMissedIgnore, "schedulerMissedIgnore"); 384 this.schedulerMissedIgnore.BackgroundImage = null; 385 this.errorProvider.SetError(this.schedulerMissedIgnore, resources.GetString("schedulerMissedIgnore.Error")); 386 this.schedulerMissedIgnore.Font = null; 387 this.errorProvider.SetIconAlignment(this.schedulerMissedIgnore, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerMissedIgnore.IconAlignment")))); 388 this.errorProvider.SetIconPadding(this.schedulerMissedIgnore, ((int)(resources.GetObject("schedulerMissedIgnore.IconPadding")))); 389 this.schedulerMissedIgnore.Name = "schedulerMissedIgnore"; 390 this.schedulerMissedIgnore.TabStop = true; 391 this.schedulerMissedIgnore.UseVisualStyleBackColor = true; 392 // 393 // saveSettings 394 // 395 this.saveSettings.AccessibleDescription = null; 396 this.saveSettings.AccessibleName = null; 397 resources.ApplyResources(this.saveSettings, "saveSettings"); 398 this.saveSettings.BackgroundImage = null; 399 this.errorProvider.SetError(this.saveSettings, resources.GetString("saveSettings.Error")); 400 this.saveSettings.Font = null; 401 this.errorProvider.SetIconAlignment(this.saveSettings, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("saveSettings.IconAlignment")))); 402 this.errorProvider.SetIconPadding(this.saveSettings, ((int)(resources.GetObject("saveSettings.IconPadding")))); 403 this.saveSettings.Name = "saveSettings"; 404 this.saveSettings.UseVisualStyleBackColor = true; 405 this.saveSettings.Click += new System.EventHandler(this.saveSettings_Click); 406 // 407 // erasePRNGLbl 408 // 409 this.erasePRNGLbl.AccessibleDescription = null; 410 this.erasePRNGLbl.AccessibleName = null; 411 resources.ApplyResources(this.erasePRNGLbl, "erasePRNGLbl"); 412 this.errorProvider.SetError(this.erasePRNGLbl, resources.GetString("erasePRNGLbl.Error")); 413 this.erasePRNGLbl.Font = null; 414 this.errorProvider.SetIconAlignment(this.erasePRNGLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erasePRNGLbl.IconAlignment")))); 415 this.errorProvider.SetIconPadding(this.erasePRNGLbl, ((int)(resources.GetObject("erasePRNGLbl.IconPadding")))); 416 this.erasePRNGLbl.Name = "erasePRNGLbl"; 417 // 418 // erasePRNG 419 // 420 this.erasePRNG.AccessibleDescription = null; 421 this.erasePRNG.AccessibleName = null; 422 resources.ApplyResources(this.erasePRNG, "erasePRNG"); 423 this.erasePRNG.BackgroundImage = null; 424 this.erasePRNG.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 425 this.errorProvider.SetError(this.erasePRNG, resources.GetString("erasePRNG.Error")); 426 this.erasePRNG.Font = null; 427 this.erasePRNG.FormattingEnabled = true; 428 this.errorProvider.SetIconAlignment(this.erasePRNG, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("erasePRNG.IconAlignment")))); 429 this.errorProvider.SetIconPadding(this.erasePRNG, ((int)(resources.GetObject("erasePRNG.IconPadding")))); 430 this.erasePRNG.Name = "erasePRNG"; 431 // 432 // errorProvider 433 // 434 this.errorProvider.ContainerControl = this; 435 resources.ApplyResources(this.errorProvider, "errorProvider"); 436 // 437 // plausibleDeniability 438 // 439 this.plausibleDeniability.AccessibleDescription = null; 440 this.plausibleDeniability.AccessibleName = null; 441 resources.ApplyResources(this.plausibleDeniability, "plausibleDeniability"); 442 this.plausibleDeniability.BackgroundImage = null; 443 this.errorProvider.SetError(this.plausibleDeniability, resources.GetString("plausibleDeniability.Error")); 444 this.plausibleDeniability.Font = null; 445 this.errorProvider.SetIconAlignment(this.plausibleDeniability, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniability.IconAlignment")))); 446 this.errorProvider.SetIconPadding(this.plausibleDeniability, ((int)(resources.GetObject("plausibleDeniability.IconPadding")))); 447 this.plausibleDeniability.Name = "plausibleDeniability"; 448 this.plausibleDeniability.UseVisualStyleBackColor = true; 449 this.plausibleDeniability.CheckedChanged += new System.EventHandler(this.plausibleDeniability_CheckedChanged); 450 // 451 // uiLanguageLbl 452 // 453 this.uiLanguageLbl.AccessibleDescription = null; 454 this.uiLanguageLbl.AccessibleName = null; 455 resources.ApplyResources(this.uiLanguageLbl, "uiLanguageLbl"); 456 this.errorProvider.SetError(this.uiLanguageLbl, resources.GetString("uiLanguageLbl.Error")); 457 this.uiLanguageLbl.Font = null; 458 this.errorProvider.SetIconAlignment(this.uiLanguageLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiLanguageLbl.IconAlignment")))); 459 this.errorProvider.SetIconPadding(this.uiLanguageLbl, ((int)(resources.GetObject("uiLanguageLbl.IconPadding")))); 460 this.uiLanguageLbl.Name = "uiLanguageLbl"; 461 // 462 // uiLanguage 463 // 464 this.uiLanguage.AccessibleDescription = null; 465 this.uiLanguage.AccessibleName = null; 466 resources.ApplyResources(this.uiLanguage, "uiLanguage"); 467 this.uiLanguage.BackgroundImage = null; 468 this.uiLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 469 this.errorProvider.SetError(this.uiLanguage, resources.GetString("uiLanguage.Error")); 470 this.uiLanguage.Font = null; 471 this.uiLanguage.FormattingEnabled = true; 472 this.errorProvider.SetIconAlignment(this.uiLanguage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("uiLanguage.IconAlignment")))); 473 this.errorProvider.SetIconPadding(this.uiLanguage, ((int)(resources.GetObject("uiLanguage.IconPadding")))); 474 this.uiLanguage.Name = "uiLanguage"; 475 // 476 // plausibleDeniabilityFiles 477 // 478 this.plausibleDeniabilityFiles.AccessibleDescription = null; 479 this.plausibleDeniabilityFiles.AccessibleName = null; 480 resources.ApplyResources(this.plausibleDeniabilityFiles, "plausibleDeniabilityFiles"); 481 this.plausibleDeniabilityFiles.BackgroundImage = null; 482 this.errorProvider.SetError(this.plausibleDeniabilityFiles, resources.GetString("plausibleDeniabilityFiles.Error")); 483 this.plausibleDeniabilityFiles.Font = null; 484 this.plausibleDeniabilityFiles.FormattingEnabled = true; 485 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFiles, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFiles.IconAlignment")))); 486 this.errorProvider.SetIconPadding(this.plausibleDeniabilityFiles, ((int)(resources.GetObject("plausibleDeniabilityFiles.IconPadding")))); 487 this.plausibleDeniabilityFiles.Name = "plausibleDeniabilityFiles"; 488 this.plausibleDeniabilityFiles.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; 489 this.plausibleDeniabilityFiles.SelectedIndexChanged += new System.EventHandler(this.plausibleDeniabilityFiles_SelectedIndexChanged); 490 // 491 // plausibleDeniabilityFilesAddFile 492 // 493 this.plausibleDeniabilityFilesAddFile.AccessibleDescription = null; 494 this.plausibleDeniabilityFilesAddFile.AccessibleName = null; 495 resources.ApplyResources(this.plausibleDeniabilityFilesAddFile, "plausibleDeniabilityFilesAddFile"); 496 this.plausibleDeniabilityFilesAddFile.BackgroundImage = null; 497 this.errorProvider.SetError(this.plausibleDeniabilityFilesAddFile, resources.GetString("plausibleDeniabilityFilesAddFile.Error")); 498 this.plausibleDeniabilityFilesAddFile.Font = null; 499 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesAddFile, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesAddFile.IconAlignment")))); 500 this.errorProvider.SetIconPadding(this.plausibleDeniabilityFilesAddFile, ((int)(resources.GetObject("plausibleDeniabilityFilesAddFile.IconPadding")))); 501 this.plausibleDeniabilityFilesAddFile.Name = "plausibleDeniabilityFilesAddFile"; 502 this.plausibleDeniabilityFilesAddFile.UseVisualStyleBackColor = true; 503 this.plausibleDeniabilityFilesAddFile.Click += new System.EventHandler(this.plausibleDeniabilityFilesAddFile_Click); 504 // 505 // plausibleDeniabilityFilesRemove 506 // 507 this.plausibleDeniabilityFilesRemove.AccessibleDescription = null; 508 this.plausibleDeniabilityFilesRemove.AccessibleName = null; 509 resources.ApplyResources(this.plausibleDeniabilityFilesRemove, "plausibleDeniabilityFilesRemove"); 510 this.plausibleDeniabilityFilesRemove.BackgroundImage = null; 511 this.errorProvider.SetError(this.plausibleDeniabilityFilesRemove, resources.GetString("plausibleDeniabilityFilesRemove.Error")); 512 this.plausibleDeniabilityFilesRemove.Font = null; 513 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesRemove, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesRemove.IconAlignment")))); 514 this.errorProvider.SetIconPadding(this.plausibleDeniabilityFilesRemove, ((int)(resources.GetObject("plausibleDeniabilityFilesRemove.IconPadding")))); 515 this.plausibleDeniabilityFilesRemove.Name = "plausibleDeniabilityFilesRemove"; 516 this.plausibleDeniabilityFilesRemove.UseVisualStyleBackColor = true; 517 this.plausibleDeniabilityFilesRemove.Click += new System.EventHandler(this.plausibleDeniabilityFilesRemove_Click); 518 // 519 // plausibleDeniabilityFilesAddFolder 520 // 521 this.plausibleDeniabilityFilesAddFolder.AccessibleDescription = null; 522 this.plausibleDeniabilityFilesAddFolder.AccessibleName = null; 523 resources.ApplyResources(this.plausibleDeniabilityFilesAddFolder, "plausibleDeniabilityFilesAddFolder"); 524 this.plausibleDeniabilityFilesAddFolder.BackgroundImage = null; 525 this.errorProvider.SetError(this.plausibleDeniabilityFilesAddFolder, resources.GetString("plausibleDeniabilityFilesAddFolder.Error")); 526 this.plausibleDeniabilityFilesAddFolder.Font = null; 527 this.errorProvider.SetIconAlignment(this.plausibleDeniabilityFilesAddFolder, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("plausibleDeniabilityFilesAddFolder.IconAlignment")))); 528 this.errorProvider.SetIconPadding(this.plausibleDeniabilityFilesAddFolder, ((int)(resources.GetObject("plausibleDeniabilityFilesAddFolder.IconPadding")))); 529 this.plausibleDeniabilityFilesAddFolder.Name = "plausibleDeniabilityFilesAddFolder"; 530 this.plausibleDeniabilityFilesAddFolder.UseVisualStyleBackColor = true; 531 this.plausibleDeniabilityFilesAddFolder.Click += new System.EventHandler(this.plausibleDeniabilityFilesAddFolder_Click); 532 // 533 // schedulerClearCompleted 534 // 535 this.schedulerClearCompleted.AccessibleDescription = null; 536 this.schedulerClearCompleted.AccessibleName = null; 537 resources.ApplyResources(this.schedulerClearCompleted, "schedulerClearCompleted"); 538 this.schedulerClearCompleted.BackgroundImage = null; 539 this.errorProvider.SetError(this.schedulerClearCompleted, resources.GetString("schedulerClearCompleted.Error")); 540 this.schedulerClearCompleted.Font = null; 541 this.errorProvider.SetIconAlignment(this.schedulerClearCompleted, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulerClearCompleted.IconAlignment")))); 542 this.errorProvider.SetIconPadding(this.schedulerClearCompleted, ((int)(resources.GetObject("schedulerClearCompleted.IconPadding")))); 543 this.schedulerClearCompleted.Name = "schedulerClearCompleted"; 544 this.schedulerClearCompleted.UseVisualStyleBackColor = true; 545 // 546 // openFileDialog 547 // 548 resources.ApplyResources(this.openFileDialog, "openFileDialog"); 549 this.openFileDialog.Multiselect = true; 550 // 551 // folderBrowserDialog 552 // 553 resources.ApplyResources(this.folderBrowserDialog, "folderBrowserDialog"); 554 // 555 // SettingsPanel 556 // 557 this.AccessibleDescription = null; 558 this.AccessibleName = null; 559 resources.ApplyResources(this, "$this"); 560 this.BackgroundImage = null; 561 this.Controls.Add(this.saveSettings); 562 this.errorProvider.SetError(this, resources.GetString("$this.Error")); 563 this.Font = null; 564 this.errorProvider.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment")))); 565 this.errorProvider.SetIconPadding(this, ((int)(resources.GetObject("$this.IconPadding")))); 566 this.Name = "SettingsPanel"; 567 this.Controls.SetChildIndex(this.saveSettings, 0); 568 this.Controls.SetChildIndex(this.titleLabel, 0); 569 this.Controls.SetChildIndex(this.titleIcon, 0); 570 this.Controls.SetChildIndex(this.content, 0); 571 ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); 572 this.content.ResumeLayout(false); 573 this.content.PerformLayout(); 574 this.pluginsMenu.ResumeLayout(false); 575 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 576 this.ResumeLayout(false); 577 this.PerformLayout(); 393 578 394 579 } -
trunk/eraser6/Eraser/SettingsPanel.resx
r1165 r1340 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 123 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 124 <value>True</value> 125 </metadata> 126 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 127 <data name="saveSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 128 <value>Top, Right</value> 129 </data> 130 <data name="saveSettings.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 131 <value>TopLeft</value> 120 <data name=">>plausibleDeniabilityFilesAddFile.Type" xml:space="preserve"> 121 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 122 </data> 123 <data name="scheduler.Error" xml:space="preserve"> 124 <value /> 125 </data> 126 <data name="plausibleDeniabilityFilesAddFolder.Error" xml:space="preserve"> 127 <value /> 128 </data> 129 <data name=">>eraseFilesMethodLbl.Parent" xml:space="preserve"> 130 <value>content</value> 131 </data> 132 <data name=">>uiLanguage.Parent" xml:space="preserve"> 133 <value>content</value> 134 </data> 135 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 136 <data name="eraseFilesMethod.TabIndex" type="System.Int32, mscorlib"> 137 <value>10</value> 132 138 </data> 133 139 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 140 <data name="saveSettings.Size" type="System.Drawing.Size, System.Drawing"> 141 <value>90, 23</value> 142 </data> 143 <data name="schedulerMissedImmediate.Location" type="System.Drawing.Point, System.Drawing"> 144 <value>36, 467</value> 145 </data> 146 <data name="uiLanguage.IconPadding" type="System.Int32, mscorlib"> 147 <value>0</value> 148 </data> 149 <data name="schedulerMissedIgnore.Error" xml:space="preserve"> 150 <value /> 151 </data> 152 <data name=">>eraseUnusedMethodLbl.Type" xml:space="preserve"> 153 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 154 </data> 155 <data name="plausibleDeniabilityFiles.IconPadding" type="System.Int32, mscorlib"> 156 <value>0</value> 157 </data> 158 <data name="pluginsManager.Location" type="System.Drawing.Point, System.Drawing"> 159 <value>20, 548</value> 160 </data> 161 <data name="eraseFilesMethodLbl.TabIndex" type="System.Int32, mscorlib"> 162 <value>9</value> 163 </data> 164 <data name="pluginsManager.TabIndex" type="System.Int32, mscorlib"> 165 <value>28</value> 166 </data> 167 <data name="saveSettings.TabIndex" type="System.Int32, mscorlib"> 168 <value>29</value> 169 </data> 170 <data name="lockedForceUnlock.AutoSize" type="System.Boolean, mscorlib"> 171 <value>True</value> 172 </data> 134 173 <data name="saveSettings.Location" type="System.Drawing.Point, System.Drawing"> 135 174 <value>639, 27</value> 136 175 </data> 137 <data name="saveSettings.Size" type="System.Drawing.Size, System.Drawing"> 138 <value>90, 23</value> 139 </data> 140 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 141 <data name="saveSettings.TabIndex" type="System.Int32, mscorlib"> 142 <value>29</value> 176 <data name="schedulerMissed.Text" xml:space="preserve"> 177 <value>When a recurring task has missed its starting time,</value> 178 </data> 179 <data name="eraseUnusedMethod.TabIndex" type="System.Int32, mscorlib"> 180 <value>12</value> 181 </data> 182 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 183 <data name="ui.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 184 <value>0, 10, 0, 5</value> 185 </data> 186 <data name="pluginsManagerColAuthor.Text" xml:space="preserve"> 187 <value>Author</value> 188 </data> 189 <data name="erase.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 190 <value>Top, Left, Right</value> 191 </data> 192 <data name=">>plausibleDeniabilityFilesAddFile.Parent" xml:space="preserve"> 193 <value>content</value> 194 </data> 195 <data name="plugins.AutoSize" type="System.Boolean, mscorlib"> 196 <value>True</value> 197 </data> 198 <data name="schedulerMissedImmediate.TabIndex" type="System.Int32, mscorlib"> 199 <value>25</value> 200 </data> 201 <data name="scheduler.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 202 <value>TopLeft</value> 203 </data> 204 <data name="plugins.Location" type="System.Drawing.Point, System.Drawing"> 205 <value>0, 510</value> 206 </data> 207 <data name=">>titleLabel.ZOrder" xml:space="preserve"> 208 <value>3</value> 209 </data> 210 <data name="plausibleDeniability.IconPadding" type="System.Int32, mscorlib"> 211 <value>0</value> 212 </data> 213 <data name="uiContextMenu.IconPadding" type="System.Int32, mscorlib"> 214 <value>0</value> 215 </data> 216 <data name=">>saveSettings.Type" xml:space="preserve"> 217 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 218 </data> 219 <data name=">>saveSettings.Name" xml:space="preserve"> 220 <value>saveSettings</value> 221 </data> 222 <data name="titleIcon.Error" xml:space="preserve"> 223 <value /> 224 </data> 225 <data name="plausibleDeniabilityFiles.Size" type="System.Drawing.Size, System.Drawing"> 226 <value>673, 147</value> 227 </data> 228 <data name="ui.AutoSize" type="System.Boolean, mscorlib"> 229 <value>True</value> 230 </data> 231 <data name="titleLabel.IconPadding" type="System.Int32, mscorlib"> 232 <value>0</value> 233 </data> 234 <data name="schedulerMissedImmediate.Size" type="System.Drawing.Size, System.Drawing"> 235 <value>217, 17</value> 236 </data> 237 <data name="scheduler.IconPadding" type="System.Int32, mscorlib"> 238 <value>0</value> 239 </data> 240 <data name="plausibleDeniabilityFilesRemove.IconPadding" type="System.Int32, mscorlib"> 241 <value>0</value> 242 </data> 243 <data name="uiLanguageLbl.TabIndex" type="System.Int32, mscorlib"> 244 <value>5</value> 245 </data> 246 <data name=">>schedulerMissedImmediate.Parent" xml:space="preserve"> 247 <value>content</value> 248 </data> 249 <data name="schedulerMissedIgnore.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 250 <value>TopLeft</value> 251 </data> 252 <data name="schedulerMissedImmediate.AutoSize" type="System.Boolean, mscorlib"> 253 <value>True</value> 254 </data> 255 <data name=">>scheduler.ZOrder" xml:space="preserve"> 256 <value>13</value> 257 </data> 258 <data name=">>erasePRNGLbl.Name" xml:space="preserve"> 259 <value>erasePRNGLbl</value> 260 </data> 261 <data name="plausibleDeniability.AutoSize" type="System.Boolean, mscorlib"> 262 <value>True</value> 263 </data> 264 <data name="schedulerClearCompleted.TabIndex" type="System.Int32, mscorlib"> 265 <value>23</value> 266 </data> 267 <data name=">>openFileDialog.Name" xml:space="preserve"> 268 <value>openFileDialog</value> 269 </data> 270 <data name="plausibleDeniabilityFilesRemove.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 271 <value>Top, Right</value> 272 </data> 273 <data name=">>pluginsManagerColVersion.Name" xml:space="preserve"> 274 <value>pluginsManagerColVersion</value> 275 </data> 276 <data name="erasePRNG.Location" type="System.Drawing.Point, System.Drawing"> 277 <value>267, 165</value> 278 </data> 279 <data name=">>plausibleDeniabilityFilesRemove.Parent" xml:space="preserve"> 280 <value>content</value> 143 281 </data> 144 282 <data name="saveSettings.Text" xml:space="preserve"> 145 283 <value>Save Settings</value> 146 284 </data> 147 <data name=">>saveSettings.Name" xml:space="preserve"> 148 <value>saveSettings</value> 149 </data> 150 <data name=">>saveSettings.Type" xml:space="preserve"> 285 <data name="saveSettings.Error" xml:space="preserve"> 286 <value /> 287 </data> 288 <data name="content.Size" type="System.Drawing.Size, System.Drawing"> 289 <value>712, 786</value> 290 </data> 291 <data name="plausibleDeniabilityFiles.Error" xml:space="preserve"> 292 <value /> 293 </data> 294 <data name="plausibleDeniabilityFilesAddFile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 295 <value>Top, Right</value> 296 </data> 297 <data name="ui.IconPadding" type="System.Int32, mscorlib"> 298 <value>0</value> 299 </data> 300 <data name=">>schedulerMissed.Parent" xml:space="preserve"> 301 <value>content</value> 302 </data> 303 <data name="eraseFilesMethodLbl.IconPadding" type="System.Int32, mscorlib"> 304 <value>0</value> 305 </data> 306 <data name="schedulerMissedImmediate.Text" xml:space="preserve"> 307 <value>execute the task when Eraser next starts</value> 308 </data> 309 <data name="plausibleDeniability.TabIndex" type="System.Int32, mscorlib"> 310 <value>17</value> 311 </data> 312 <data name="uiLanguage.Location" type="System.Drawing.Point, System.Drawing"> 313 <value>267, 26</value> 314 </data> 315 <data name="plausibleDeniabilityFilesAddFolder.TabIndex" type="System.Int32, mscorlib"> 316 <value>19</value> 317 </data> 318 <data name=">>plausibleDeniability.Name" xml:space="preserve"> 319 <value>plausibleDeniability</value> 320 </data> 321 <data name="$this.Error" xml:space="preserve"> 322 <value /> 323 </data> 324 <data name="plugins.IconPadding" type="System.Int32, mscorlib"> 325 <value>0</value> 326 </data> 327 <data name="uiContextMenu.Text" xml:space="preserve"> 328 <value>Integrate Eraser into Windows Explorer</value> 329 </data> 330 <data name=">>schedulerMissedImmediate.Type" xml:space="preserve"> 331 <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 332 </data> 333 <data name=">>uiLanguageLbl.Parent" xml:space="preserve"> 334 <value>content</value> 335 </data> 336 <data name="plausibleDeniability.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 337 <value>TopLeft</value> 338 </data> 339 <data name="erasePRNGLbl.Text" xml:space="preserve"> 340 <value>Randomness data source:</value> 341 </data> 342 <data name="eraseFilesMethodLbl.Error" xml:space="preserve"> 343 <value /> 344 </data> 345 <data name="pluginsManager.Groups1" mimetype="application/x-microsoft.net.object.binary.base64"> 346 <value> 347 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 348 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 349 ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh 350 ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG 351 AwAAAA1PdGhlciBwbHVnaW5zBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdu 352 bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAZcGx1Z2luc01hbmFnZXJHcnBFeHRlcm5hbAs= 353 </value> 354 </data> 355 <data name="schedulerClearCompleted.Error" xml:space="preserve"> 356 <value /> 357 </data> 358 <data name="lockedForceUnlock.Text" xml:space="preserve"> 359 <value>Force locked files to be unlocked for erasure</value> 360 </data> 361 <data name="scheduler.Label" xml:space="preserve"> 362 <value>Scheduler settings</value> 363 </data> 364 <data name="plausibleDeniabilityFilesRemove.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 365 <value>TopLeft</value> 366 </data> 367 <data name="scheduler.Location" type="System.Drawing.Point, System.Drawing"> 368 <value>0, 389</value> 369 </data> 370 <data name="uiLanguageLbl.Size" type="System.Drawing.Size, System.Drawing"> 371 <value>123, 13</value> 372 </data> 373 <data name=">>erasePRNG.Type" xml:space="preserve"> 374 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 375 </data> 376 <data name=">>$this.Name" xml:space="preserve"> 377 <value>SettingsPanel</value> 378 </data> 379 <data name="pluginsManagerColName.Text" xml:space="preserve"> 380 <value>Name</value> 381 </data> 382 <data name=">>lockedForceUnlock.Parent" xml:space="preserve"> 383 <value>content</value> 384 </data> 385 <data name=">>pluginsMenu.Name" xml:space="preserve"> 386 <value>pluginsMenu</value> 387 </data> 388 <data name=">>titleLabel.Parent" xml:space="preserve"> 389 <value>$this</value> 390 </data> 391 <data name="plugins.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 392 <value>Top, Left, Right</value> 393 </data> 394 <data name="ui.Error" xml:space="preserve"> 395 <value /> 396 </data> 397 <data name=">>openFileDialog.Type" xml:space="preserve"> 398 <value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 399 </data> 400 <data name="ui.Size" type="System.Drawing.Size, System.Drawing"> 401 <value>712, 32</value> 402 </data> 403 <data name="eraseFilesMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> 404 <value>136, 13</value> 405 </data> 406 <data name="erase.Size" type="System.Drawing.Size, System.Drawing"> 407 <value>712, 32</value> 408 </data> 409 <data name=">>erasePRNGLbl.Parent" xml:space="preserve"> 410 <value>content</value> 411 </data> 412 <data name="content.Error" xml:space="preserve"> 413 <value /> 414 </data> 415 <data name=">>plausibleDeniabilityFilesAddFolder.Type" xml:space="preserve"> 151 416 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 152 417 </data> 153 <data name=">>saveSettings.Parent" xml:space="preserve"> 418 <data name="ui.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 419 <value>TopLeft</value> 420 </data> 421 <data name="plausibleDeniabilityFiles.Location" type="System.Drawing.Point, System.Drawing"> 422 <value>36, 239</value> 423 </data> 424 <data name="erasePRNG.Error" xml:space="preserve"> 425 <value /> 426 </data> 427 <data name="eraseFilesMethod.Error" xml:space="preserve"> 428 <value /> 429 </data> 430 <data name=">>pluginsManagerColPath.Type" xml:space="preserve"> 431 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 432 </data> 433 <data name="plausibleDeniabilityFilesAddFolder.Location" type="System.Drawing.Point, System.Drawing"> 434 <value>543, 212</value> 435 </data> 436 <data name="$this.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 437 <value>TopLeft</value> 438 </data> 439 <data name="lockedForceUnlock.IconPadding" type="System.Int32, mscorlib"> 440 <value>0</value> 441 </data> 442 <data name=">>plausibleDeniabilityFilesAddFile.ZOrder" xml:space="preserve"> 443 <value>3</value> 444 </data> 445 <data name="eraseUnusedMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 446 <value>TopLeft</value> 447 </data> 448 <data name=">>pluginsManagerColVersion.Type" xml:space="preserve"> 449 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 450 </data> 451 <data name=">>pluginsManagerColName.Type" xml:space="preserve"> 452 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 453 </data> 454 <data name=">>plausibleDeniabilityFiles.Type" xml:space="preserve"> 455 <value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 456 </data> 457 <data name="pluginsManagerColPath.Text" xml:space="preserve"> 458 <value>File Path</value> 459 </data> 460 <data name=">>plausibleDeniabilityFilesAddFolder.Parent" xml:space="preserve"> 461 <value>content</value> 462 </data> 463 <data name="erase.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 464 <value>TopLeft</value> 465 </data> 466 <data name="titleLabel.Text" xml:space="preserve"> 467 <value>Settings</value> 468 </data> 469 <data name=">>uiLanguage.Type" xml:space="preserve"> 470 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 471 </data> 472 <data name="erasePRNGLbl.Error" xml:space="preserve"> 473 <value /> 474 </data> 475 <data name=">>schedulerMissed.Name" xml:space="preserve"> 476 <value>schedulerMissed</value> 477 </data> 478 <data name="ui.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 479 <value>Top, Left, Right</value> 480 </data> 481 <data name=">>settingsToolStripMenuItem.Name" xml:space="preserve"> 482 <value>settingsToolStripMenuItem</value> 483 </data> 484 <data name=">>eraseFilesMethod.ZOrder" xml:space="preserve"> 485 <value>17</value> 486 </data> 487 <data name=">>lockedForceUnlock.Name" xml:space="preserve"> 488 <value>lockedForceUnlock</value> 489 </data> 490 <data name="pluginsManager.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 491 <value>TopLeft</value> 492 </data> 493 <data name="uiLanguage.TabIndex" type="System.Int32, mscorlib"> 494 <value>6</value> 495 </data> 496 <data name="erase.AutoSize" type="System.Boolean, mscorlib"> 497 <value>True</value> 498 </data> 499 <data name=">>plausibleDeniabilityFilesRemove.Type" xml:space="preserve"> 500 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 501 </data> 502 <data name=">>plausibleDeniabilityFiles.Parent" xml:space="preserve"> 503 <value>content</value> 504 </data> 505 <data name="uiContextMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 506 <value>TopLeft</value> 507 </data> 508 <data name=">>schedulerMissed.Type" xml:space="preserve"> 509 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 510 </data> 511 <data name=">>uiContextMenu.ZOrder" xml:space="preserve"> 512 <value>22</value> 513 </data> 514 <data name="schedulerMissedImmediate.Error" xml:space="preserve"> 515 <value /> 516 </data> 517 <data name="schedulerMissedIgnore.Location" type="System.Drawing.Point, System.Drawing"> 518 <value>36, 487</value> 519 </data> 520 <data name="uiLanguage.Size" type="System.Drawing.Size, System.Drawing"> 521 <value>290, 21</value> 522 </data> 523 <data name=">>eraseUnusedMethodLbl.Name" xml:space="preserve"> 524 <value>eraseUnusedMethodLbl</value> 525 </data> 526 <data name="ui.Location" type="System.Drawing.Point, System.Drawing"> 527 <value>0, -6</value> 528 </data> 529 <data name=">>$this.Type" xml:space="preserve"> 530 <value>Eraser.BasePanel, Eraser, Version=6.0.6.1333, Culture=neutral, PublicKeyToken=eb3f5d6738c31575</value> 531 </data> 532 <data name=">>uiLanguageLbl.Name" xml:space="preserve"> 533 <value>uiLanguageLbl</value> 534 </data> 535 <data name=">>eraseUnusedMethod.Name" xml:space="preserve"> 536 <value>eraseUnusedMethod</value> 537 </data> 538 <data name="erasePRNG.Size" type="System.Drawing.Size, System.Drawing"> 539 <value>290, 21</value> 540 </data> 541 <data name=">>uiLanguageLbl.ZOrder" xml:space="preserve"> 542 <value>6</value> 543 </data> 544 <data name=">>pluginsManagerImageList.Name" xml:space="preserve"> 545 <value>pluginsManagerImageList</value> 546 </data> 547 <data name=">>pluginsManager.Name" xml:space="preserve"> 548 <value>pluginsManager</value> 549 </data> 550 <data name=">>plausibleDeniabilityFilesRemove.ZOrder" xml:space="preserve"> 551 <value>2</value> 552 </data> 553 <data name="erasePRNG.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 554 <value>TopLeft</value> 555 </data> 556 <data name="erase.IconPadding" type="System.Int32, mscorlib"> 557 <value>0</value> 558 </data> 559 <data name="plugins.Error" xml:space="preserve"> 560 <value /> 561 </data> 562 <data name="eraseUnusedMethod.Size" type="System.Drawing.Size, System.Drawing"> 563 <value>290, 21</value> 564 </data> 565 <data name="plausibleDeniabilityFilesAddFolder.IconPadding" type="System.Int32, mscorlib"> 566 <value>0</value> 567 </data> 568 <data name="schedulerMissedIgnore.AutoSize" type="System.Boolean, mscorlib"> 569 <value>True</value> 570 </data> 571 <data name="pluginsMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 572 <value>TopLeft</value> 573 </data> 574 <data name="plausibleDeniabilityFilesAddFolder.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 575 <value>Top, Right</value> 576 </data> 577 <data name="lockedForceUnlock.TabIndex" type="System.Int32, mscorlib"> 578 <value>15</value> 579 </data> 580 <data name=">>erase.Name" xml:space="preserve"> 581 <value>erase</value> 582 </data> 583 <data name="eraseUnusedMethodLbl.AutoSize" type="System.Boolean, mscorlib"> 584 <value>True</value> 585 </data> 586 <data name=">>errorProvider.Type" xml:space="preserve"> 587 <value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 588 </data> 589 <data name=">>eraseUnusedMethod.Type" xml:space="preserve"> 590 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 591 </data> 592 <data name="erasePRNGLbl.AutoSize" type="System.Boolean, mscorlib"> 593 <value>True</value> 594 </data> 595 <data name="schedulerMissed.Error" xml:space="preserve"> 596 <value /> 597 </data> 598 <data name="schedulerMissedImmediate.IconPadding" type="System.Int32, mscorlib"> 599 <value>0</value> 600 </data> 601 <data name="plausibleDeniabilityFilesAddFile.Text" xml:space="preserve"> 602 <value>Add File...</value> 603 </data> 604 <data name=">>schedulerMissedImmediate.Name" xml:space="preserve"> 605 <value>schedulerMissedImmediate</value> 606 </data> 607 <data name="uiContextMenu.Size" type="System.Drawing.Size, System.Drawing"> 608 <value>209, 17</value> 609 </data> 610 <data name="titleLabel.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 611 <value>TopLeft</value> 612 </data> 613 <data name=">>scheduler.Parent" xml:space="preserve"> 614 <value>content</value> 615 </data> 616 <data name="saveSettings.IconPadding" type="System.Int32, mscorlib"> 617 <value>0</value> 618 </data> 619 <data name="plausibleDeniabilityFilesRemove.Location" type="System.Drawing.Point, System.Drawing"> 620 <value>634, 212</value> 621 </data> 622 <data name=">>lockedForceUnlock.Type" xml:space="preserve"> 623 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 624 </data> 625 <data name=">>pluginsManager.Type" xml:space="preserve"> 626 <value>System.Windows.Forms.ListView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 627 </data> 628 <data name="erasePRNGLbl.Location" type="System.Drawing.Point, System.Drawing"> 629 <value>17, 169</value> 630 </data> 631 <data name="plugins.TabIndex" type="System.Int32, mscorlib"> 632 <value>27</value> 633 </data> 634 <data name="uiLanguageLbl.Location" type="System.Drawing.Point, System.Drawing"> 635 <value>17, 29</value> 636 </data> 637 <data name=">>plausibleDeniabilityFilesAddFile.Name" xml:space="preserve"> 638 <value>plausibleDeniabilityFilesAddFile</value> 639 </data> 640 <data name=">>ui.Type" xml:space="preserve"> 641 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1333, Culture=neutral, PublicKeyToken=eb3f5d6738c31575</value> 642 </data> 643 <data name=">>pluginsManagerColAuthor.Name" xml:space="preserve"> 644 <value>pluginsManagerColAuthor</value> 645 </data> 646 <data name="schedulerClearCompleted.AutoSize" type="System.Boolean, mscorlib"> 647 <value>True</value> 648 </data> 649 <data name="pluginsManagerColVersion.Width" type="System.Int32, mscorlib"> 650 <value>80</value> 651 </data> 652 <data name="settingsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing"> 653 <value>136, 22</value> 654 </data> 655 <data name=">>pluginsManager.ZOrder" xml:space="preserve"> 656 <value>14</value> 657 </data> 658 <data name="eraseUnusedMethodLbl.Text" xml:space="preserve"> 659 <value>Default unused space erasure method:</value> 660 </data> 661 <data name="pluginsManager.Size" type="System.Drawing.Size, System.Drawing"> 662 <value>689, 235</value> 663 </data> 664 <data name="eraseFilesMethod.Location" type="System.Drawing.Point, System.Drawing"> 665 <value>267, 111</value> 666 </data> 667 <data name="plugins.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 668 <value>TopLeft</value> 669 </data> 670 <data name="erasePRNGLbl.IconPadding" type="System.Int32, mscorlib"> 671 <value>0</value> 672 </data> 673 <data name=">>titleIcon.Parent" xml:space="preserve"> 154 674 <value>$this</value> 155 675 </data> 156 <data name=">>saveSettings.ZOrder" xml:space="preserve"> 157 <value>3</value> 158 </data> 159 <data name="$this.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 160 <value>TopLeft</value> 676 <data name=">>erasePRNG.Name" xml:space="preserve"> 677 <value>erasePRNG</value> 678 </data> 679 <data name="schedulerMissed.Size" type="System.Drawing.Size, System.Drawing"> 680 <value>242, 13</value> 681 </data> 682 <data name="eraseUnusedMethod.IconPadding" type="System.Int32, mscorlib"> 683 <value>0</value> 684 </data> 685 <data name="plausibleDeniabilityFilesAddFile.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 686 <value>TopLeft</value> 687 </data> 688 <data name=">>eraseUnusedMethodLbl.ZOrder" xml:space="preserve"> 689 <value>18</value> 690 </data> 691 <data name="schedulerMissedIgnore.TabIndex" type="System.Int32, mscorlib"> 692 <value>26</value> 693 </data> 694 <data name=">>titleLabel.Name" xml:space="preserve"> 695 <value>titleLabel</value> 696 </data> 697 <data name="plausibleDeniability.Size" type="System.Drawing.Size, System.Drawing"> 698 <value>359, 17</value> 699 </data> 700 <data name="lockedForceUnlock.Size" type="System.Drawing.Size, System.Drawing"> 701 <value>236, 17</value> 702 </data> 703 <data name="schedulerMissed.TabIndex" type="System.Int32, mscorlib"> 704 <value>24</value> 705 </data> 706 <data name="lockedForceUnlock.Error" xml:space="preserve"> 707 <value /> 708 </data> 709 <data name="pluginsManagerImageList.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64"> 710 <value> 711 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 712 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 713 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB6 714 AwAAAk1TRnQBSQFMAwEBAAEcAQABHAEAARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMA 715 ARADAAEBAQABIAYAARAuAANAAW0BKwFIAXcB/wM7AWL0AAEgAXcBxwH/AUEBzQH8Af8BMwFYAYcB//QA 716 ASABdwHHAf8BOgGgAdIB/wNFAXn0AAEgAXcBxwH/AUMB0QH8Af8BMwFYAYcB//QAASABdwHHAf8BPAGh 717 AdEB/wNFAXn0AAEgAXcBxwH/AU0B4gH9Af8BNAFUAYEB//QAASABdwHHAf8BVAHXAfwB/wE0AVQBgQH/ 718 8AADLgFGASABdwHHAf8BagHeAfwB/wE0AVQBgQH/AyUBNegAAzYBVgEtAYcBxwH/AVcBwAHwAf8BTAHL 719 Af4B/wFNAbMB3QH/ATgBSQFiAf8DLAFB4AADMgFNAS0BhwHIAf8BTgG6AfcB/wFQAcIB+QH/AUYBtwH5 720 Af8BZAHWAfsB/wFBAaYB6AH/ATgBSAFgAf8DJgE23AABXAFjAWoB4QFQAcEB+QH/AUwBtwH5Af8BkwHu 721 Af4B/wGPAewB/gH/AU4BtAHzAf8BjQHjAf4B/wFLAboB4gH/AV4BYAFiAdrcAAE1AXgBqQH8AVUBxgH5 722 Af8BZQGKAawB/wFlAYoBrAH/AWUBigGsAf8BZQGKAawB/wFlAYoBrAH/AV4B1QH6Af8BMwFBAWMB/NwA 723 AVkBZQFzAecBWAHSAfoB/wFGAWABhAH/DAABSQGQAcEB/wFPAbsB4QH/AlkBXQHf3AADTQGSAUIBnQHQ 724 Af8BdgHjAfoB/wFGAYUBngH/AU0BYAGHAf8BTQFyAZwB/wFcAWoBcgHhAUQBjAGqAf8DSQGF3AADEwEY 725 AVUCVgGsAUIBmgHNAf8BagHVAfUB/wFtAekB/gH/AWkB1AHzAf8BRgGSAbIB/wFQAlEBnAMZASDgAAMT 726 ARgDSAGCAloBWwHHAUUBggGcAfsBXAFhAWYB2wNIAYIDGQEg0AABQgFNAT4HAAE+AwABKAMAAUADAAEQ 727 AwABAQEAAQEFAAGAFwAD/wEAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYAAf4BPwYA 728 AfwBHwYAAfgBDwYAAfABBwYAAfABBwYAAfABBwYAAfEBxwYAAfABBwYAAfABBwYAAfgBDwYACw== 729 </value> 730 </data> 731 <data name=">>titleLabel.Type" xml:space="preserve"> 732 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 733 </data> 734 <data name="schedulerMissedIgnore.Text" xml:space="preserve"> 735 <value>ignore the missed schedule and run only at the next appointed time</value> 736 </data> 737 <data name="content.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 738 <value>TopLeft</value> 739 </data> 740 <data name="erase.Location" type="System.Drawing.Point, System.Drawing"> 741 <value>0, 76</value> 742 </data> 743 <data name="uiContextMenu.Error" xml:space="preserve"> 744 <value /> 745 </data> 746 <data name="eraseUnusedMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> 747 <value>190, 13</value> 748 </data> 749 <data name="eraseFilesMethod.IconPadding" type="System.Int32, mscorlib"> 750 <value>0</value> 751 </data> 752 <data name=">>schedulerMissed.ZOrder" xml:space="preserve"> 753 <value>12</value> 161 754 </data> 162 755 <data name="$this.Size" type="System.Drawing.Size, System.Drawing"> 163 756 <value>752, 882</value> 164 757 </data> 165 <data name=">>pluginsManagerColName.Name" xml:space="preserve"> 166 <value>pluginsManagerColName</value> 167 </data> 168 <data name=">>pluginsManagerColName.Type" xml:space="preserve"> 169 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 170 </data> 171 <data name=">>pluginsManagerColAuthor.Name" xml:space="preserve"> 172 <value>pluginsManagerColAuthor</value> 758 <data name="plausibleDeniabilityFiles.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 759 <value>Top, Left, Right</value> 760 </data> 761 <data name="pluginsManagerColAuthor.Width" type="System.Int32, mscorlib"> 762 <value>140</value> 763 </data> 764 <data name="schedulerMissed.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 765 <value>TopLeft</value> 766 </data> 767 <data name="plausibleDeniabilityFilesAddFile.IconPadding" type="System.Int32, mscorlib"> 768 <value>0</value> 769 </data> 770 <data name="scheduler.AutoSize" type="System.Boolean, mscorlib"> 771 <value>True</value> 772 </data> 773 <data name=">>folderBrowserDialog.Type" xml:space="preserve"> 774 <value>System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 775 </data> 776 <data name="pluginsMenu.IconPadding" type="System.Int32, mscorlib"> 777 <value>0</value> 778 </data> 779 <data name=">>ui.Name" xml:space="preserve"> 780 <value>ui</value> 781 </data> 782 <data name=">>titleIcon.ZOrder" xml:space="preserve"> 783 <value>2</value> 784 </data> 785 <data name=">>saveSettings.ZOrder" xml:space="preserve"> 786 <value>4</value> 787 </data> 788 <data name="uiLanguage.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 789 <value>TopLeft</value> 790 </data> 791 <data name="plugins.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 792 <value>0, 10, 0, 5</value> 793 </data> 794 <data name="pluginsManagerColVersion.Text" xml:space="preserve"> 795 <value>Version</value> 796 </data> 797 <data name="uiLanguageLbl.IconPadding" type="System.Int32, mscorlib"> 798 <value>0</value> 799 </data> 800 <data name=">>scheduler.Name" xml:space="preserve"> 801 <value>scheduler</value> 802 </data> 803 <data name="eraseFilesMethodLbl.AutoSize" type="System.Boolean, mscorlib"> 804 <value>True</value> 805 </data> 806 <data name=">>uiContextMenu.Type" xml:space="preserve"> 807 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 808 </data> 809 <data name="ui.Label" xml:space="preserve"> 810 <value>Shell integration</value> 811 </data> 812 <data name="erase.TabIndex" type="System.Int32, mscorlib"> 813 <value>8</value> 814 </data> 815 <data name="uiLanguageLbl.Error" xml:space="preserve"> 816 <value /> 817 </data> 818 <data name="erasePRNG.IconPadding" type="System.Int32, mscorlib"> 819 <value>0</value> 820 </data> 821 <data name="schedulerMissedIgnore.Size" type="System.Drawing.Size, System.Drawing"> 822 <value>339, 17</value> 823 </data> 824 <data name="schedulerMissed.Location" type="System.Drawing.Point, System.Drawing"> 825 <value>17, 451</value> 826 </data> 827 <data name="plausibleDeniabilityFilesRemove.TabIndex" type="System.Int32, mscorlib"> 828 <value>20</value> 829 </data> 830 <data name=">>uiLanguage.Name" xml:space="preserve"> 831 <value>uiLanguage</value> 832 </data> 833 <data name="eraseUnusedMethod.Location" type="System.Drawing.Point, System.Drawing"> 834 <value>267, 138</value> 835 </data> 836 <data name=">>eraseUnusedMethod.ZOrder" xml:space="preserve"> 837 <value>16</value> 838 </data> 839 <data name="pluginsManager.Error" xml:space="preserve"> 840 <value /> 841 </data> 842 <data name=">>erase.ZOrder" xml:space="preserve"> 843 <value>20</value> 844 </data> 845 <data name=">>ui.Parent" xml:space="preserve"> 846 <value>content</value> 847 </data> 848 <data name=">>schedulerMissedIgnore.Type" xml:space="preserve"> 849 <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 850 </data> 851 <data name="schedulerClearCompleted.IconPadding" type="System.Int32, mscorlib"> 852 <value>0</value> 853 </data> 854 <data name="titleIcon.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 855 <value>TopLeft</value> 856 </data> 857 <data name="erase.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 858 <value>0, 10, 0, 5</value> 859 </data> 860 <data name="titleIcon.IconPadding" type="System.Int32, mscorlib"> 861 <value>0</value> 862 </data> 863 <data name="eraseUnusedMethodLbl.TabIndex" type="System.Int32, mscorlib"> 864 <value>11</value> 865 </data> 866 <data name="pluginsMenu.Error" xml:space="preserve"> 867 <value /> 868 </data> 869 <data name="eraseUnusedMethod.Error" xml:space="preserve"> 870 <value /> 871 </data> 872 <data name="eraseFilesMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 873 <value>TopLeft</value> 874 </data> 875 <data name=">>uiContextMenu.Name" xml:space="preserve"> 876 <value>uiContextMenu</value> 877 </data> 878 <data name=">>eraseFilesMethodLbl.Type" xml:space="preserve"> 879 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 880 </data> 881 <data name=">>plausibleDeniabilityFiles.Name" xml:space="preserve"> 882 <value>plausibleDeniabilityFiles</value> 883 </data> 884 <data name="eraseFilesMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 885 <value>TopLeft</value> 886 </data> 887 <data name=">>eraseFilesMethod.Type" xml:space="preserve"> 888 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 889 </data> 890 <data name=">>eraseUnusedMethod.Parent" xml:space="preserve"> 891 <value>content</value> 892 </data> 893 <data name="plugins.Size" type="System.Drawing.Size, System.Drawing"> 894 <value>712, 32</value> 895 </data> 896 <data name=">>eraseFilesMethodLbl.Name" xml:space="preserve"> 897 <value>eraseFilesMethodLbl</value> 898 </data> 899 <data name=">>erasePRNGLbl.ZOrder" xml:space="preserve"> 900 <value>9</value> 901 </data> 902 <data name="plausibleDeniabilityFilesAddFile.Error" xml:space="preserve"> 903 <value /> 904 </data> 905 <data name=">>settingsToolStripMenuItem.Type" xml:space="preserve"> 906 <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 907 </data> 908 <data name="uiLanguageLbl.Text" xml:space="preserve"> 909 <value>User interface language:</value> 910 </data> 911 <data name="$this.IconPadding" type="System.Int32, mscorlib"> 912 <value>0</value> 913 </data> 914 <data name=">>folderBrowserDialog.Name" xml:space="preserve"> 915 <value>folderBrowserDialog</value> 916 </data> 917 <data name="plausibleDeniabilityFilesAddFile.Size" type="System.Drawing.Size, System.Drawing"> 918 <value>75, 23</value> 919 </data> 920 <data name="schedulerMissed.AutoSize" type="System.Boolean, mscorlib"> 921 <value>True</value> 922 </data> 923 <data name=">>plugins.Type" xml:space="preserve"> 924 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1333, Culture=neutral, PublicKeyToken=eb3f5d6738c31575</value> 925 </data> 926 <data name="uiLanguageLbl.AutoSize" type="System.Boolean, mscorlib"> 927 <value>True</value> 928 </data> 929 <data name=">>ui.ZOrder" xml:space="preserve"> 930 <value>23</value> 931 </data> 932 <data name="pluginsManagerColPath.Width" type="System.Int32, mscorlib"> 933 <value>180</value> 934 </data> 935 <data name="plausibleDeniabilityFilesAddFolder.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 936 <value>TopLeft</value> 937 </data> 938 <data name=">>pluginsMenu.Type" xml:space="preserve"> 939 <value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 940 </data> 941 <data name=">>uiLanguage.ZOrder" xml:space="preserve"> 942 <value>5</value> 943 </data> 944 <data name="uiContextMenu.TabIndex" type="System.Int32, mscorlib"> 945 <value>7</value> 946 </data> 947 <data name="eraseUnusedMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> 948 <value>17, 141</value> 949 </data> 950 <data name=">>lockedForceUnlock.ZOrder" xml:space="preserve"> 951 <value>21</value> 952 </data> 953 <data name="uiContextMenu.Location" type="System.Drawing.Point, System.Drawing"> 954 <value>20, 53</value> 955 </data> 956 <data name="titleLabel.Error" xml:space="preserve"> 957 <value /> 958 </data> 959 <data name=">>eraseUnusedMethodLbl.Parent" xml:space="preserve"> 960 <value>content</value> 961 </data> 962 <data name="scheduler.TabIndex" type="System.Int32, mscorlib"> 963 <value>22</value> 964 </data> 965 <data name="erasePRNGLbl.TabIndex" type="System.Int32, mscorlib"> 966 <value>13</value> 967 </data> 968 <data name="pluginsManager.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 969 <value>Top, Left, Right</value> 970 </data> 971 <data name=">>plugins.Parent" xml:space="preserve"> 972 <value>content</value> 973 </data> 974 <data name="scheduler.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 975 <value>0, 10, 0, 5</value> 976 </data> 977 <data name="schedulerMissedIgnore.IconPadding" type="System.Int32, mscorlib"> 978 <value>0</value> 979 </data> 980 <data name=">>erasePRNG.Parent" xml:space="preserve"> 981 <value>content</value> 982 </data> 983 <data name=">>erasePRNG.ZOrder" xml:space="preserve"> 984 <value>8</value> 985 </data> 986 <data name=">>titleIcon.Type" xml:space="preserve"> 987 <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 988 </data> 989 <data name="titleLabel.Size" type="System.Drawing.Size, System.Drawing"> 990 <value>97, 29</value> 173 991 </data> 174 992 <data name=">>pluginsManagerColAuthor.Type" xml:space="preserve"> 175 993 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 176 994 </data> 177 <data name=">>pluginsManagerColVersion.Name" xml:space="preserve"> 178 <value>pluginsManagerColVersion</value> 179 </data> 180 <data name=">>pluginsManagerColVersion.Type" xml:space="preserve"> 181 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 182 </data> 183 <data name=">>pluginsManagerColPath.Name" xml:space="preserve"> 184 <value>pluginsManagerColPath</value> 185 </data> 186 <data name=">>pluginsManagerColPath.Type" xml:space="preserve"> 187 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 188 </data> 189 <data name=">>settingsToolStripMenuItem.Name" xml:space="preserve"> 190 <value>settingsToolStripMenuItem</value> 191 </data> 192 <data name=">>settingsToolStripMenuItem.Type" xml:space="preserve"> 193 <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 194 </data> 195 <data name=">>pluginsManagerImageList.Name" xml:space="preserve"> 196 <value>pluginsManagerImageList</value> 995 <data name=">>schedulerMissedIgnore.ZOrder" xml:space="preserve"> 996 <value>10</value> 997 </data> 998 <data name=">>content.Type" xml:space="preserve"> 999 <value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1000 </data> 1001 <data name="schedulerClearCompleted.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1002 <value>MiddleRight</value> 1003 </data> 1004 <data name="plausibleDeniabilityFilesAddFolder.Size" type="System.Drawing.Size, System.Drawing"> 1005 <value>85, 23</value> 1006 </data> 1007 <data name=">>content.ZOrder" xml:space="preserve"> 1008 <value>1</value> 1009 </data> 1010 <data name=">>plausibleDeniability.Parent" xml:space="preserve"> 1011 <value>content</value> 1012 </data> 1013 <data name=">>schedulerMissedIgnore.Name" xml:space="preserve"> 1014 <value>schedulerMissedIgnore</value> 1015 </data> 1016 <data name="ui.TabIndex" type="System.Int32, mscorlib"> 1017 <value>4</value> 1018 </data> 1019 <data name="eraseFilesMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> 1020 <value>17, 115</value> 1021 </data> 1022 <data name="eraseUnusedMethodLbl.Error" xml:space="preserve"> 1023 <value /> 1024 </data> 1025 <data name="openFileDialog.Filter" xml:space="preserve"> 1026 <value>All Files (*.*)|*.*</value> 1027 </data> 1028 <data name=">>plausibleDeniability.Type" xml:space="preserve"> 1029 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1030 </data> 1031 <data name=">>schedulerMissedIgnore.Parent" xml:space="preserve"> 1032 <value>content</value> 1033 </data> 1034 <data name="uiLanguageLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1035 <value>TopLeft</value> 1036 </data> 1037 <data name=">>erasePRNGLbl.Type" xml:space="preserve"> 1038 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1039 </data> 1040 <data name=">>titleIcon.Name" xml:space="preserve"> 1041 <value>titleIcon</value> 1042 </data> 1043 <data name="eraseFilesMethod.Size" type="System.Drawing.Size, System.Drawing"> 1044 <value>290, 21</value> 1045 </data> 1046 <data name=">>plausibleDeniabilityFilesAddFolder.ZOrder" xml:space="preserve"> 1047 <value>1</value> 1048 </data> 1049 <data name=">>plausibleDeniabilityFilesRemove.Name" xml:space="preserve"> 1050 <value>plausibleDeniabilityFilesRemove</value> 1051 </data> 1052 <data name=">>pluginsManager.Parent" xml:space="preserve"> 1053 <value>content</value> 1054 </data> 1055 <data name="uiContextMenu.AutoSize" type="System.Boolean, mscorlib"> 1056 <value>True</value> 1057 </data> 1058 <data name="erasePRNGLbl.Size" type="System.Drawing.Size, System.Drawing"> 1059 <value>131, 13</value> 1060 </data> 1061 <data name="settingsToolStripMenuItem.Text" xml:space="preserve"> 1062 <value>Settings...</value> 1063 </data> 1064 <data name=">>schedulerClearCompleted.Parent" xml:space="preserve"> 1065 <value>content</value> 1066 </data> 1067 <data name="erase.Error" xml:space="preserve"> 1068 <value /> 197 1069 </data> 198 1070 <data name=">>pluginsManagerImageList.Type" xml:space="preserve"> 199 1071 <value>System.Windows.Forms.ImageList, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 200 1072 </data> 201 <data name=">>errorProvider.Name" xml:space="preserve"> 202 <value>errorProvider</value> 203 </data> 204 <data name=">>errorProvider.Type" xml:space="preserve"> 205 <value>System.Windows.Forms.ErrorProvider, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 206 </data> 207 <data name=">>openFileDialog.Name" xml:space="preserve"> 208 <value>openFileDialog</value> 209 </data> 210 <data name=">>openFileDialog.Type" xml:space="preserve"> 211 <value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 212 </data> 213 <data name=">>folderBrowserDialog.Name" xml:space="preserve"> 214 <value>folderBrowserDialog</value> 215 </data> 216 <data name=">>folderBrowserDialog.Type" xml:space="preserve"> 217 <value>System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 218 </data> 219 <data name=">>$this.Name" xml:space="preserve"> 220 <value>SettingsPanel</value> 221 </data> 222 <data name=">>$this.Type" xml:space="preserve"> 223 <value>Eraser.BasePanel, Eraser, Version=6.0.6.1160, Culture=neutral, PublicKeyToken=311f5aaf640c645d</value> 224 </data> 225 <data name="titleIcon.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 226 <value>TopLeft</value> 227 </data> 228 <data name=">>titleIcon.Name" xml:space="preserve"> 229 <value>titleIcon</value> 230 </data> 231 <data name=">>titleIcon.Type" xml:space="preserve"> 232 <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 233 </data> 234 <data name=">>titleIcon.Parent" xml:space="preserve"> 235 <value>$this</value> 236 </data> 237 <data name=">>titleIcon.ZOrder" xml:space="preserve"> 238 <value>1</value> 239 </data> 240 <data name="schedulerClearCompleted.AutoSize" type="System.Boolean, mscorlib"> 241 <value>True</value> 1073 <data name="plausibleDeniabilityFilesRemove.Text" xml:space="preserve"> 1074 <value>Remove</value> 1075 </data> 1076 <data name="eraseFilesMethodLbl.Text" xml:space="preserve"> 1077 <value>Default file erasure method:</value> 1078 </data> 1079 <data name=">>erase.Type" xml:space="preserve"> 1080 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1333, Culture=neutral, PublicKeyToken=eb3f5d6738c31575</value> 242 1081 </data> 243 1082 <data name="schedulerClearCompleted.Location" type="System.Drawing.Point, System.Drawing"> 244 1083 <value>20, 427</value> 245 1084 </data> 1085 <data name=">>erase.Parent" xml:space="preserve"> 1086 <value>content</value> 1087 </data> 1088 <data name="plausibleDeniabilityFilesAddFile.Location" type="System.Drawing.Point, System.Drawing"> 1089 <value>462, 212</value> 1090 </data> 1091 <data name="schedulerMissed.IconPadding" type="System.Int32, mscorlib"> 1092 <value>0</value> 1093 </data> 1094 <data name=">>plugins.ZOrder" xml:space="preserve"> 1095 <value>15</value> 1096 </data> 246 1097 <data name="schedulerClearCompleted.Size" type="System.Drawing.Size, System.Drawing"> 247 1098 <value>393, 17</value> 248 1099 </data> 249 <data name="schedulerClearCompleted.TabIndex" type="System.Int32, mscorlib"> 250 <value>23</value> 251 </data> 252 <data name="schedulerClearCompleted.Text" xml:space="preserve"> 253 <value>Automatically remove tasks which run immediately and completed successfully</value> 254 </data> 255 <data name=">>schedulerClearCompleted.Name" xml:space="preserve"> 256 <value>schedulerClearCompleted</value> 257 </data> 258 <data name=">>schedulerClearCompleted.Type" xml:space="preserve"> 259 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 260 </data> 261 <data name=">>schedulerClearCompleted.Parent" xml:space="preserve"> 1100 <data name="pluginsMenu.Size" type="System.Drawing.Size, System.Drawing"> 1101 <value>137, 26</value> 1102 </data> 1103 <data name="scheduler.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 1104 <value>Top, Left, Right</value> 1105 </data> 1106 <data name=">>eraseFilesMethod.Parent" xml:space="preserve"> 262 1107 <value>content</value> 263 1108 </data> … … 265 1110 <value>0</value> 266 1111 </data> 267 <data name="plausibleDeniabilityFilesAddFolder.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 268 <value>Top, Right</value> 269 </data> 270 <data name="plausibleDeniabilityFilesAddFolder.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 271 <value>TopLeft</value> 272 </data> 273 <data name="plausibleDeniabilityFilesAddFolder.Location" type="System.Drawing.Point, System.Drawing"> 274 <value>543, 212</value> 275 </data> 276 <data name="plausibleDeniabilityFilesAddFolder.Size" type="System.Drawing.Size, System.Drawing"> 277 <value>85, 23</value> 278 </data> 279 <data name="plausibleDeniabilityFilesAddFolder.TabIndex" type="System.Int32, mscorlib"> 280 <value>19</value> 1112 <data name="plausibleDeniabilityFilesAddFile.TabIndex" type="System.Int32, mscorlib"> 1113 <value>18</value> 1114 </data> 1115 <data name="scheduler.Size" type="System.Drawing.Size, System.Drawing"> 1116 <value>712, 32</value> 281 1117 </data> 282 1118 <data name="plausibleDeniabilityFilesAddFolder.Text" xml:space="preserve"> 283 1119 <value>Add Folder...</value> 284 1120 </data> 285 <data name=">>plausibleDeniabilityFilesAddFolder.Name" xml:space="preserve"> 286 <value>plausibleDeniabilityFilesAddFolder</value> 287 </data> 288 <data name=">>plausibleDeniabilityFilesAddFolder.Type" xml:space="preserve"> 289 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 290 </data> 291 <data name=">>plausibleDeniabilityFilesAddFolder.Parent" xml:space="preserve"> 292 <value>content</value> 293 </data> 294 <data name=">>plausibleDeniabilityFilesAddFolder.ZOrder" xml:space="preserve"> 295 <value>1</value> 296 </data> 297 <data name="plausibleDeniabilityFilesRemove.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 298 <value>Top, Right</value> 299 </data> 300 <data name="plausibleDeniabilityFilesRemove.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 301 <value>TopLeft</value> 302 </data> 303 <data name="plausibleDeniabilityFilesRemove.Location" type="System.Drawing.Point, System.Drawing"> 304 <value>634, 212</value> 305 </data> 306 <data name="plausibleDeniabilityFilesRemove.Size" type="System.Drawing.Size, System.Drawing"> 307 <value>75, 23</value> 308 </data> 309 <data name="plausibleDeniabilityFilesRemove.TabIndex" type="System.Int32, mscorlib"> 310 <value>20</value> 311 </data> 312 <data name="plausibleDeniabilityFilesRemove.Text" xml:space="preserve"> 313 <value>Remove</value> 314 </data> 315 <data name=">>plausibleDeniabilityFilesRemove.Name" xml:space="preserve"> 316 <value>plausibleDeniabilityFilesRemove</value> 317 </data> 318 <data name=">>plausibleDeniabilityFilesRemove.Type" xml:space="preserve"> 319 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 320 </data> 321 <data name=">>plausibleDeniabilityFilesRemove.Parent" xml:space="preserve"> 322 <value>content</value> 323 </data> 324 <data name=">>plausibleDeniabilityFilesRemove.ZOrder" xml:space="preserve"> 325 <value>2</value> 326 </data> 327 <data name="plausibleDeniabilityFilesAddFile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 328 <value>Top, Right</value> 329 </data> 330 <data name="plausibleDeniabilityFilesAddFile.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 331 <value>TopLeft</value> 332 </data> 333 <data name="plausibleDeniabilityFilesAddFile.Location" type="System.Drawing.Point, System.Drawing"> 334 <value>462, 212</value> 335 </data> 336 <data name="plausibleDeniabilityFilesAddFile.Size" type="System.Drawing.Size, System.Drawing"> 337 <value>75, 23</value> 338 </data> 339 <data name="plausibleDeniabilityFilesAddFile.TabIndex" type="System.Int32, mscorlib"> 340 <value>18</value> 341 </data> 342 <data name="plausibleDeniabilityFilesAddFile.Text" xml:space="preserve"> 343 <value>Add File...</value> 344 </data> 345 <data name=">>plausibleDeniabilityFilesAddFile.Name" xml:space="preserve"> 346 <value>plausibleDeniabilityFilesAddFile</value> 347 </data> 348 <data name=">>plausibleDeniabilityFilesAddFile.Type" xml:space="preserve"> 349 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 350 </data> 351 <data name=">>plausibleDeniabilityFilesAddFile.Parent" xml:space="preserve"> 352 <value>content</value> 353 </data> 354 <data name=">>plausibleDeniabilityFilesAddFile.ZOrder" xml:space="preserve"> 355 <value>3</value> 356 </data> 357 <data name="plausibleDeniabilityFiles.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 358 <value>Top, Left, Right</value> 359 </data> 360 <data name="plausibleDeniabilityFiles.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 361 <value>TopLeft</value> 362 </data> 363 <data name="plausibleDeniabilityFiles.Location" type="System.Drawing.Point, System.Drawing"> 364 <value>36, 239</value> 365 </data> 366 <data name="plausibleDeniabilityFiles.Size" type="System.Drawing.Size, System.Drawing"> 367 <value>673, 147</value> 368 </data> 369 <data name="plausibleDeniabilityFiles.TabIndex" type="System.Int32, mscorlib"> 370 <value>21</value> 371 </data> 372 <data name=">>plausibleDeniabilityFiles.Name" xml:space="preserve"> 373 <value>plausibleDeniabilityFiles</value> 374 </data> 375 <data name=">>plausibleDeniabilityFiles.Type" xml:space="preserve"> 376 <value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 377 </data> 378 <data name=">>plausibleDeniabilityFiles.Parent" xml:space="preserve"> 379 <value>content</value> 380 </data> 381 <data name=">>plausibleDeniabilityFiles.ZOrder" xml:space="preserve"> 382 <value>4</value> 383 </data> 384 <data name="uiLanguage.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 385 <value>TopLeft</value> 386 </data> 387 <data name="uiLanguage.Location" type="System.Drawing.Point, System.Drawing"> 388 <value>267, 26</value> 389 </data> 390 <data name="uiLanguage.Size" type="System.Drawing.Size, System.Drawing"> 391 <value>290, 21</value> 392 </data> 393 <data name="uiLanguage.TabIndex" type="System.Int32, mscorlib"> 394 <value>6</value> 395 </data> 396 <data name=">>uiLanguage.Name" xml:space="preserve"> 397 <value>uiLanguage</value> 398 </data> 399 <data name=">>uiLanguage.Type" xml:space="preserve"> 400 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 401 </data> 402 <data name=">>uiLanguage.Parent" xml:space="preserve"> 403 <value>content</value> 404 </data> 405 <data name=">>uiLanguage.ZOrder" xml:space="preserve"> 406 <value>5</value> 407 </data> 408 <data name="uiLanguageLbl.AutoSize" type="System.Boolean, mscorlib"> 409 <value>True</value> 410 </data> 411 <data name="uiLanguageLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 412 <value>TopLeft</value> 413 </data> 414 <data name="uiLanguageLbl.Location" type="System.Drawing.Point, System.Drawing"> 415 <value>17, 29</value> 416 </data> 417 <data name="uiLanguageLbl.Size" type="System.Drawing.Size, System.Drawing"> 418 <value>123, 13</value> 419 </data> 420 <data name="uiLanguageLbl.TabIndex" type="System.Int32, mscorlib"> 421 <value>5</value> 422 </data> 423 <data name="uiLanguageLbl.Text" xml:space="preserve"> 424 <value>User interface language:</value> 425 </data> 426 <data name=">>uiLanguageLbl.Name" xml:space="preserve"> 427 <value>uiLanguageLbl</value> 428 </data> 429 <data name=">>uiLanguageLbl.Type" xml:space="preserve"> 430 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 431 </data> 432 <data name=">>uiLanguageLbl.Parent" xml:space="preserve"> 433 <value>content</value> 434 </data> 435 <data name=">>uiLanguageLbl.ZOrder" xml:space="preserve"> 436 <value>6</value> 437 </data> 438 <data name="plausibleDeniability.AutoSize" type="System.Boolean, mscorlib"> 439 <value>True</value> 440 </data> 441 <data name="plausibleDeniability.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 442 <value>TopLeft</value> 443 </data> 444 <data name="plausibleDeniability.Location" type="System.Drawing.Point, System.Drawing"> 445 <value>20, 216</value> 446 </data> 447 <data name="plausibleDeniability.Size" type="System.Drawing.Size, System.Drawing"> 448 <value>359, 17</value> 449 </data> 450 <data name="plausibleDeniability.TabIndex" type="System.Int32, mscorlib"> 451 <value>17</value> 452 </data> 453 <data name="plausibleDeniability.Text" xml:space="preserve"> 454 <value>Replace erased files with the following files to allow plausible deniability</value> 455 </data> 456 <data name=">>plausibleDeniability.Name" xml:space="preserve"> 457 <value>plausibleDeniability</value> 458 </data> 459 <data name=">>plausibleDeniability.Type" xml:space="preserve"> 460 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 461 </data> 462 <data name=">>plausibleDeniability.Parent" xml:space="preserve"> 463 <value>content</value> 464 </data> 465 <data name=">>plausibleDeniability.ZOrder" xml:space="preserve"> 466 <value>7</value> 467 </data> 468 <data name="erasePRNG.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 469 <value>TopLeft</value> 470 </data> 471 <data name="erasePRNG.Location" type="System.Drawing.Point, System.Drawing"> 472 <value>267, 165</value> 473 </data> 474 <data name="erasePRNG.Size" type="System.Drawing.Size, System.Drawing"> 475 <value>290, 21</value> 476 </data> 477 <data name="erasePRNG.TabIndex" type="System.Int32, mscorlib"> 478 <value>14</value> 479 </data> 480 <data name=">>erasePRNG.Name" xml:space="preserve"> 481 <value>erasePRNG</value> 482 </data> 483 <data name=">>erasePRNG.Type" xml:space="preserve"> 484 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 485 </data> 486 <data name=">>erasePRNG.Parent" xml:space="preserve"> 487 <value>content</value> 488 </data> 489 <data name=">>erasePRNG.ZOrder" xml:space="preserve"> 490 <value>8</value> 491 </data> 492 <data name="erasePRNGLbl.AutoSize" type="System.Boolean, mscorlib"> 493 <value>True</value> 494 </data> 495 <data name="erasePRNGLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 496 <value>TopLeft</value> 497 </data> 498 <data name="erasePRNGLbl.Location" type="System.Drawing.Point, System.Drawing"> 499 <value>17, 169</value> 500 </data> 501 <data name="erasePRNGLbl.Size" type="System.Drawing.Size, System.Drawing"> 502 <value>131, 13</value> 503 </data> 504 <data name="erasePRNGLbl.TabIndex" type="System.Int32, mscorlib"> 505 <value>13</value> 506 </data> 507 <data name="erasePRNGLbl.Text" xml:space="preserve"> 508 <value>Randomness data source:</value> 509 </data> 510 <data name=">>erasePRNGLbl.Name" xml:space="preserve"> 511 <value>erasePRNGLbl</value> 512 </data> 513 <data name=">>erasePRNGLbl.Type" xml:space="preserve"> 514 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 515 </data> 516 <data name=">>erasePRNGLbl.Parent" xml:space="preserve"> 517 <value>content</value> 518 </data> 519 <data name=">>erasePRNGLbl.ZOrder" xml:space="preserve"> 520 <value>9</value> 521 </data> 522 <data name="schedulerMissedIgnore.AutoSize" type="System.Boolean, mscorlib"> 523 <value>True</value> 524 </data> 525 <data name="schedulerMissedIgnore.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 526 <value>TopLeft</value> 527 </data> 528 <data name="schedulerMissedIgnore.Location" type="System.Drawing.Point, System.Drawing"> 529 <value>36, 487</value> 530 </data> 531 <data name="schedulerMissedIgnore.Size" type="System.Drawing.Size, System.Drawing"> 532 <value>339, 17</value> 533 </data> 534 <data name="schedulerMissedIgnore.TabIndex" type="System.Int32, mscorlib"> 535 <value>26</value> 536 </data> 537 <data name="schedulerMissedIgnore.Text" xml:space="preserve"> 538 <value>ignore the missed schedule and run only at the next appointed time</value> 539 </data> 540 <data name=">>schedulerMissedIgnore.Name" xml:space="preserve"> 541 <value>schedulerMissedIgnore</value> 542 </data> 543 <data name=">>schedulerMissedIgnore.Type" xml:space="preserve"> 544 <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 545 </data> 546 <data name=">>schedulerMissedIgnore.Parent" xml:space="preserve"> 547 <value>content</value> 548 </data> 549 <data name=">>schedulerMissedIgnore.ZOrder" xml:space="preserve"> 550 <value>10</value> 551 </data> 552 <data name="schedulerMissedImmediate.AutoSize" type="System.Boolean, mscorlib"> 553 <value>True</value> 1121 <data name=">>plugins.Name" xml:space="preserve"> 1122 <value>plugins</value> 554 1123 </data> 555 1124 <data name="schedulerMissedImmediate.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 556 1125 <value>TopLeft</value> 557 </data>558 <data name="schedulerMissedImmediate.Location" type="System.Drawing.Point, System.Drawing">559 <value>36, 467</value>560 </data>561 <data name="schedulerMissedImmediate.Size" type="System.Drawing.Size, System.Drawing">562 <value>217, 17</value>563 </data>564 <data name="schedulerMissedImmediate.TabIndex" type="System.Int32, mscorlib">565 <value>25</value>566 </data>567 <data name="schedulerMissedImmediate.Text" xml:space="preserve">568 <value>execute the task when Eraser next starts</value>569 </data>570 <data name=">>schedulerMissedImmediate.Name" xml:space="preserve">571 <value>schedulerMissedImmediate</value>572 </data>573 <data name=">>schedulerMissedImmediate.Type" xml:space="preserve">574 <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>575 </data>576 <data name=">>schedulerMissedImmediate.Parent" xml:space="preserve">577 <value>content</value>578 </data>579 <data name=">>schedulerMissedImmediate.ZOrder" xml:space="preserve">580 <value>11</value>581 </data>582 <data name="schedulerMissed.AutoSize" type="System.Boolean, mscorlib">583 <value>True</value>584 </data>585 <data name="schedulerMissed.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">586 <value>TopLeft</value>587 </data>588 <data name="schedulerMissed.Location" type="System.Drawing.Point, System.Drawing">589 <value>17, 451</value>590 </data>591 <data name="schedulerMissed.Size" type="System.Drawing.Size, System.Drawing">592 <value>242, 13</value>593 </data>594 <data name="schedulerMissed.TabIndex" type="System.Int32, mscorlib">595 <value>24</value>596 </data>597 <data name="schedulerMissed.Text" xml:space="preserve">598 <value>When a recurring task has missed its starting time,</value>599 </data>600 <data name=">>schedulerMissed.Name" xml:space="preserve">601 <value>schedulerMissed</value>602 </data>603 <data name=">>schedulerMissed.Type" xml:space="preserve">604 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>605 </data>606 <data name=">>schedulerMissed.Parent" xml:space="preserve">607 <value>content</value>608 </data>609 <data name=">>schedulerMissed.ZOrder" xml:space="preserve">610 <value>12</value>611 </data>612 <data name="scheduler.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">613 <value>Top, Left, Right</value>614 </data>615 <data name="scheduler.AutoSize" type="System.Boolean, mscorlib">616 <value>True</value>617 </data>618 <data name="scheduler.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">619 <value>TopLeft</value>620 </data>621 <data name="scheduler.Label" xml:space="preserve">622 <value>Scheduler settings</value>623 </data>624 <data name="scheduler.Location" type="System.Drawing.Point, System.Drawing">625 <value>0, 389</value>626 </data>627 <data name="scheduler.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">628 <value>0, 10, 0, 5</value>629 </data>630 <data name="scheduler.Size" type="System.Drawing.Size, System.Drawing">631 <value>712, 32</value>632 </data>633 <data name="scheduler.TabIndex" type="System.Int32, mscorlib">634 <value>22</value>635 </data>636 <data name=">>scheduler.Name" xml:space="preserve">637 <value>scheduler</value>638 </data>639 <data name=">>scheduler.Type" xml:space="preserve">640 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1160, Culture=neutral, PublicKeyToken=311f5aaf640c645d</value>641 </data>642 <data name=">>scheduler.Parent" xml:space="preserve">643 <value>content</value>644 </data>645 <data name=">>scheduler.ZOrder" xml:space="preserve">646 <value>13</value>647 </data>648 <data name="pluginsManager.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">649 <value>Top, Left, Right</value>650 </data>651 <data name="pluginsManagerColName.Text" xml:space="preserve">652 <value>Name</value>653 </data>654 <data name="pluginsManagerColName.Width" type="System.Int32, mscorlib">655 <value>250</value>656 </data>657 <data name="pluginsManagerColAuthor.Text" xml:space="preserve">658 <value>Author</value>659 </data>660 <data name="pluginsManagerColAuthor.Width" type="System.Int32, mscorlib">661 <value>140</value>662 </data>663 <data name="pluginsManagerColVersion.Text" xml:space="preserve">664 <value>Version</value>665 </data>666 <data name="pluginsManagerColVersion.Width" type="System.Int32, mscorlib">667 <value>80</value>668 </data>669 <data name="pluginsManagerColPath.Text" xml:space="preserve">670 <value>File Path</value>671 </data>672 <data name="pluginsManagerColPath.Width" type="System.Int32, mscorlib">673 <value>180</value>674 </data>675 <metadata name="pluginsMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">676 <value>134, 17</value>677 </metadata>678 <data name="pluginsMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms">679 <value>TopLeft</value>680 </data>681 <data name="settingsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">682 <value>125, 22</value>683 </data>684 <data name="settingsToolStripMenuItem.Text" xml:space="preserve">685 <value>Settings...</value>686 </data>687 <data name="pluginsMenu.Size" type="System.Drawing.Size, System.Drawing">688 <value>126, 26</value>689 </data>690 <data name=">>pluginsMenu.Name" xml:space="preserve">691 <value>pluginsMenu</value>692 </data>693 <data name=">>pluginsMenu.Type" xml:space="preserve">694 <value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>695 1126 </data> 696 1127 <data name="pluginsManager.Groups" mimetype="application/x-microsoft.net.object.binary.base64"> … … 704 1135 </value> 705 1136 </data> 706 <data name="pluginsManager.Groups1" mimetype="application/x-microsoft.net.object.binary.base64"> 707 <value> 708 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 709 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 710 ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh 711 ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG 712 AwAAAA1PdGhlciBwbHVnaW5zBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdu 713 bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAZcGx1Z2luc01hbmFnZXJHcnBFeHRlcm5hbAs= 714 </value> 715 </data> 716 <data name="pluginsManager.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 717 <value>TopLeft</value> 718 </data> 719 <data name="pluginsManager.Location" type="System.Drawing.Point, System.Drawing"> 720 <value>20, 548</value> 721 </data> 722 <data name="pluginsManager.Size" type="System.Drawing.Size, System.Drawing"> 723 <value>689, 235</value> 724 </data> 1137 <data name=">>schedulerClearCompleted.Type" xml:space="preserve"> 1138 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1139 </data> 1140 <data name="plausibleDeniability.Error" xml:space="preserve"> 1141 <value /> 1142 </data> 1143 <data name="schedulerClearCompleted.Text" xml:space="preserve"> 1144 <value>Automatically remove tasks which run immediately and completed successfully</value> 1145 </data> 1146 <data name=">>pluginsManagerColName.Name" xml:space="preserve"> 1147 <value>pluginsManagerColName</value> 1148 </data> 1149 <data name=">>saveSettings.Parent" xml:space="preserve"> 1150 <value>$this</value> 1151 </data> 1152 <data name=">>uiLanguageLbl.Type" xml:space="preserve"> 1153 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1154 </data> 1155 <data name="saveSettings.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1156 <value>TopLeft</value> 1157 </data> 1158 <data name="erasePRNGLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1159 <value>TopLeft</value> 1160 </data> 1161 <data name="eraseUnusedMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1162 <value>TopLeft</value> 1163 </data> 1164 <data name=">>plausibleDeniabilityFilesAddFolder.Name" xml:space="preserve"> 1165 <value>plausibleDeniabilityFilesAddFolder</value> 1166 </data> 1167 <data name="saveSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 1168 <value>Top, Right</value> 1169 </data> 1170 <data name=">>errorProvider.Name" xml:space="preserve"> 1171 <value>errorProvider</value> 1172 </data> 1173 <data name=">>plausibleDeniabilityFiles.ZOrder" xml:space="preserve"> 1174 <value>4</value> 1175 </data> 1176 <data name=">>schedulerMissedImmediate.ZOrder" xml:space="preserve"> 1177 <value>11</value> 1178 </data> 1179 <data name="plausibleDeniabilityFilesRemove.Error" xml:space="preserve"> 1180 <value /> 1181 </data> 1182 <data name="lockedForceUnlock.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1183 <value>TopLeft</value> 1184 </data> 1185 <data name=">>content.Parent" xml:space="preserve"> 1186 <value>$this</value> 1187 </data> 1188 <data name="lockedForceUnlock.Location" type="System.Drawing.Point, System.Drawing"> 1189 <value>20, 193</value> 1190 </data> 1191 <data name=">>scheduler.Type" xml:space="preserve"> 1192 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1333, Culture=neutral, PublicKeyToken=eb3f5d6738c31575</value> 1193 </data> 1194 <data name="uiLanguage.Error" xml:space="preserve"> 1195 <value /> 1196 </data> 1197 <data name=">>schedulerClearCompleted.Name" xml:space="preserve"> 1198 <value>schedulerClearCompleted</value> 1199 </data> 1200 <data name=">>content.Name" xml:space="preserve"> 1201 <value>content</value> 1202 </data> 1203 <data name="plausibleDeniabilityFilesRemove.Size" type="System.Drawing.Size, System.Drawing"> 1204 <value>75, 23</value> 1205 </data> 1206 <data name="plugins.Label" xml:space="preserve"> 1207 <value>Plugins</value> 1208 </data> 1209 <data name="eraseUnusedMethodLbl.IconPadding" type="System.Int32, mscorlib"> 1210 <value>0</value> 1211 </data> 1212 <data name="plausibleDeniability.Text" xml:space="preserve"> 1213 <value>Replace erased files with the following files to allow plausible deniability</value> 1214 </data> 1215 <data name="plausibleDeniability.Location" type="System.Drawing.Point, System.Drawing"> 1216 <value>20, 216</value> 1217 </data> 1218 <data name="pluginsManagerColName.Width" type="System.Int32, mscorlib"> 1219 <value>250</value> 1220 </data> 1221 <data name=">>plausibleDeniability.ZOrder" xml:space="preserve"> 1222 <value>7</value> 1223 </data> 1224 <data name="content.IconPadding" type="System.Int32, mscorlib"> 1225 <value>0</value> 1226 </data> 1227 <data name="plausibleDeniabilityFiles.TabIndex" type="System.Int32, mscorlib"> 1228 <value>21</value> 1229 </data> 1230 <data name="plausibleDeniabilityFiles.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1231 <value>TopLeft</value> 1232 </data> 1233 <data name=">>pluginsManagerColPath.Name" xml:space="preserve"> 1234 <value>pluginsManagerColPath</value> 1235 </data> 1236 <data name="erasePRNG.TabIndex" type="System.Int32, mscorlib"> 1237 <value>14</value> 1238 </data> 1239 <data name=">>eraseFilesMethodLbl.ZOrder" xml:space="preserve"> 1240 <value>19</value> 1241 </data> 1242 <data name=">>uiContextMenu.Parent" xml:space="preserve"> 1243 <value>content</value> 1244 </data> 1245 <data name="erase.Label" xml:space="preserve"> 1246 <value>Erase settings</value> 1247 </data> 1248 <data name=">>eraseFilesMethod.Name" xml:space="preserve"> 1249 <value>eraseFilesMethod</value> 1250 </data> 1251 <data name="pluginsManager.IconPadding" type="System.Int32, mscorlib"> 1252 <value>0</value> 1253 </data> 1254 <metadata name="folderBrowserDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1255 <value>397, 17</value> 1256 </metadata> 1257 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1258 <value>True</value> 1259 </metadata> 1260 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1261 <value>17, 17</value> 1262 </metadata> 1263 <metadata name="openFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1264 <value>257, 17</value> 1265 </metadata> 725 1266 <metadata name="pluginsManagerImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 726 1267 <value>560, 17</value> 727 1268 </metadata> 728 <data name="pluginsManagerImageList.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64"> 729 <value> 730 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 731 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 732 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB8 733 AwAAAk1TRnQBSQFMAwEBAAEcAQABHAEAARABAAEQAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABQAMA 734 ARADAAEBAQABIAYAARAuAAM/AW0BKgFHAXYB/wM6AWL0AAEfAXYBxwH/AUABzQH8Af8BMgFXAYcB//QA 735 AR8BdgHHAf8BOQGgAdIB/wNEAXn0AAEfAXYBxwH/AUIB0QH8Af8BMgFXAYcB//QAAR8BdgHHAf8BOwGh 736 AdEB/wNEAXn0AAEfAXYBxwH/AUwB4gH9Af8BMwFTAYAB//QAAR8BdgHHAf8BUwHXAfwB/wEzAVMBgAH/ 737 8AADLQFGAR8BdgHHAf8BaQHeAfwB/wEzAVMBgAH/AyQBNegAAzUBVgEsAYcBxwH/AVYBwAHwAf8BSwHL 738 Af4B/wFMAbMB3QH/ATcBSAFhAf8DKgFB4AADMQFNASwBhwHIAf8BTQG6AfcB/wFPAcIB+QH/AUUBtwH5 739 Af8BYwHWAfsB/wFAAaYB6AH/ATcBRwFfAf8DJAE23AABWgFiAW0B4QFPAcEB+QH/AUsBtwH5Af8BkwHu 740 Af4B/wGPAewB/gH/AU0BtAHzAf8BjQHjAf4B/wFKAboB4gH/AVsBXgFhAdrcAAE1AXgBqwH8AVQBxgH5 741 Af8BZAGKAawB/wFkAYoBrAH/AWQBigGsAf8BZAGKAawB/wFkAYoBrAH/AV0B1QH6Af8BMwFBAWMB/NwA 742 AVYBZgF1AecBVwHSAfoB/wFFAV8BhAH/DAABSAGQAcEB/wFOAbsB4QH/AlcBXAHf3AADTAGSAUEBnQHQ 743 Af8BdQHjAfoB/wFFAYUBngH/AUwBXwGHAf8BTAFxAZwB/wFbAW0BdgHhAUMBjAGqAf8DSAGF3AADEgEY 744 AVMCVAGsAUEBmgHNAf8BaQHVAfUB/wFsAekB/gH/AWgB1AHzAf8BRQGSAbIB/wFPAlEBnAMXASDgAAMS 745 ARgDRwGCAVkBWgFbAccBQwGDAZ0B+wFaAWEBZgHbA0cBggMXASDQAAFCAU0BPgcAAT4DAAEoAwABQAMA 746 ARADAAEBAQABAQUAAYAXAAP/AQAB/gE/BgAB/gE/BgAB/gE/BgAB/gE/BgAB/gE/BgAB/gE/BgAB/gE/ 747 BgAB/AEfBgAB+AEPBgAB8AEHBgAB8AEHBgAB8AEHBgAB8QHHBgAB8AEHBgAB8AEHBgAB+AEPBgAL 748 </value> 749 </data> 750 <data name="pluginsManager.TabIndex" type="System.Int32, mscorlib"> 751 <value>28</value> 752 </data> 753 <data name=">>pluginsManager.Name" xml:space="preserve"> 754 <value>pluginsManager</value> 755 </data> 756 <data name=">>pluginsManager.Type" xml:space="preserve"> 757 <value>System.Windows.Forms.ListView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 758 </data> 759 <data name=">>pluginsManager.Parent" xml:space="preserve"> 760 <value>content</value> 761 </data> 762 <data name=">>pluginsManager.ZOrder" xml:space="preserve"> 763 <value>14</value> 764 </data> 765 <data name="plugins.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 766 <value>Top, Left, Right</value> 767 </data> 768 <data name="plugins.AutoSize" type="System.Boolean, mscorlib"> 769 <value>True</value> 770 </data> 771 <data name="plugins.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 772 <value>TopLeft</value> 773 </data> 774 <data name="plugins.Label" xml:space="preserve"> 775 <value>Plugins</value> 776 </data> 777 <data name="plugins.Location" type="System.Drawing.Point, System.Drawing"> 778 <value>0, 510</value> 779 </data> 780 <data name="plugins.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 781 <value>0, 10, 0, 5</value> 782 </data> 783 <data name="plugins.Size" type="System.Drawing.Size, System.Drawing"> 784 <value>712, 32</value> 785 </data> 786 <data name="plugins.TabIndex" type="System.Int32, mscorlib"> 787 <value>27</value> 788 </data> 789 <data name=">>plugins.Name" xml:space="preserve"> 790 <value>plugins</value> 791 </data> 792 <data name=">>plugins.Type" xml:space="preserve"> 793 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1160, Culture=neutral, PublicKeyToken=311f5aaf640c645d</value> 794 </data> 795 <data name=">>plugins.Parent" xml:space="preserve"> 796 <value>content</value> 797 </data> 798 <data name=">>plugins.ZOrder" xml:space="preserve"> 799 <value>15</value> 800 </data> 801 <data name="eraseUnusedMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 802 <value>TopLeft</value> 803 </data> 804 <data name="eraseUnusedMethod.Location" type="System.Drawing.Point, System.Drawing"> 805 <value>267, 138</value> 806 </data> 807 <data name="eraseUnusedMethod.Size" type="System.Drawing.Size, System.Drawing"> 808 <value>290, 21</value> 809 </data> 810 <data name="eraseUnusedMethod.TabIndex" type="System.Int32, mscorlib"> 811 <value>12</value> 812 </data> 813 <data name=">>eraseUnusedMethod.Name" xml:space="preserve"> 814 <value>eraseUnusedMethod</value> 815 </data> 816 <data name=">>eraseUnusedMethod.Type" xml:space="preserve"> 817 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 818 </data> 819 <data name=">>eraseUnusedMethod.Parent" xml:space="preserve"> 820 <value>content</value> 821 </data> 822 <data name=">>eraseUnusedMethod.ZOrder" xml:space="preserve"> 823 <value>16</value> 824 </data> 825 <data name="eraseFilesMethod.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 826 <value>TopLeft</value> 827 </data> 828 <data name="eraseFilesMethod.Location" type="System.Drawing.Point, System.Drawing"> 829 <value>267, 111</value> 830 </data> 831 <data name="eraseFilesMethod.Size" type="System.Drawing.Size, System.Drawing"> 832 <value>290, 21</value> 833 </data> 834 <data name="eraseFilesMethod.TabIndex" type="System.Int32, mscorlib"> 835 <value>10</value> 836 </data> 837 <data name=">>eraseFilesMethod.Name" xml:space="preserve"> 838 <value>eraseFilesMethod</value> 839 </data> 840 <data name=">>eraseFilesMethod.Type" xml:space="preserve"> 841 <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 842 </data> 843 <data name=">>eraseFilesMethod.Parent" xml:space="preserve"> 844 <value>content</value> 845 </data> 846 <data name=">>eraseFilesMethod.ZOrder" xml:space="preserve"> 847 <value>17</value> 848 </data> 849 <data name="eraseUnusedMethodLbl.AutoSize" type="System.Boolean, mscorlib"> 850 <value>True</value> 851 </data> 852 <data name="eraseUnusedMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 853 <value>TopLeft</value> 854 </data> 855 <data name="eraseUnusedMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> 856 <value>17, 141</value> 857 </data> 858 <data name="eraseUnusedMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> 859 <value>190, 13</value> 860 </data> 861 <data name="eraseUnusedMethodLbl.TabIndex" type="System.Int32, mscorlib"> 862 <value>11</value> 863 </data> 864 <data name="eraseUnusedMethodLbl.Text" xml:space="preserve"> 865 <value>Default unused space erasure method:</value> 866 </data> 867 <data name=">>eraseUnusedMethodLbl.Name" xml:space="preserve"> 868 <value>eraseUnusedMethodLbl</value> 869 </data> 870 <data name=">>eraseUnusedMethodLbl.Type" xml:space="preserve"> 871 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 872 </data> 873 <data name=">>eraseUnusedMethodLbl.Parent" xml:space="preserve"> 874 <value>content</value> 875 </data> 876 <data name=">>eraseUnusedMethodLbl.ZOrder" xml:space="preserve"> 877 <value>18</value> 878 </data> 879 <data name="eraseFilesMethodLbl.AutoSize" type="System.Boolean, mscorlib"> 880 <value>True</value> 881 </data> 882 <data name="eraseFilesMethodLbl.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 883 <value>TopLeft</value> 884 </data> 885 <data name="eraseFilesMethodLbl.Location" type="System.Drawing.Point, System.Drawing"> 886 <value>17, 115</value> 887 </data> 888 <data name="eraseFilesMethodLbl.Size" type="System.Drawing.Size, System.Drawing"> 889 <value>136, 13</value> 890 </data> 891 <data name="eraseFilesMethodLbl.TabIndex" type="System.Int32, mscorlib"> 892 <value>9</value> 893 </data> 894 <data name="eraseFilesMethodLbl.Text" xml:space="preserve"> 895 <value>Default file erasure method:</value> 896 </data> 897 <data name=">>eraseFilesMethodLbl.Name" xml:space="preserve"> 898 <value>eraseFilesMethodLbl</value> 899 </data> 900 <data name=">>eraseFilesMethodLbl.Type" xml:space="preserve"> 901 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 902 </data> 903 <data name=">>eraseFilesMethodLbl.Parent" xml:space="preserve"> 904 <value>content</value> 905 </data> 906 <data name=">>eraseFilesMethodLbl.ZOrder" xml:space="preserve"> 907 <value>19</value> 908 </data> 909 <data name="erase.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 910 <value>Top, Left, Right</value> 911 </data> 912 <data name="erase.AutoSize" type="System.Boolean, mscorlib"> 913 <value>True</value> 914 </data> 915 <data name="erase.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 916 <value>TopLeft</value> 917 </data> 918 <data name="erase.Label" xml:space="preserve"> 919 <value>Erase settings</value> 920 </data> 921 <data name="erase.Location" type="System.Drawing.Point, System.Drawing"> 922 <value>0, 76</value> 923 </data> 924 <data name="erase.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 925 <value>0, 10, 0, 5</value> 926 </data> 927 <data name="erase.Size" type="System.Drawing.Size, System.Drawing"> 928 <value>712, 32</value> 929 </data> 930 <data name="erase.TabIndex" type="System.Int32, mscorlib"> 931 <value>8</value> 932 </data> 933 <data name=">>erase.Name" xml:space="preserve"> 934 <value>erase</value> 935 </data> 936 <data name=">>erase.Type" xml:space="preserve"> 937 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1160, Culture=neutral, PublicKeyToken=311f5aaf640c645d</value> 938 </data> 939 <data name=">>erase.Parent" xml:space="preserve"> 940 <value>content</value> 941 </data> 942 <data name=">>erase.ZOrder" xml:space="preserve"> 943 <value>20</value> 944 </data> 945 <data name="lockedForceUnlock.AutoSize" type="System.Boolean, mscorlib"> 946 <value>True</value> 947 </data> 948 <data name="lockedForceUnlock.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 949 <value>TopLeft</value> 950 </data> 951 <data name="lockedForceUnlock.Location" type="System.Drawing.Point, System.Drawing"> 952 <value>20, 193</value> 953 </data> 954 <data name="lockedForceUnlock.Size" type="System.Drawing.Size, System.Drawing"> 955 <value>236, 17</value> 956 </data> 957 <data name="lockedForceUnlock.TabIndex" type="System.Int32, mscorlib"> 958 <value>15</value> 959 </data> 960 <data name="lockedForceUnlock.Text" xml:space="preserve"> 961 <value>Force locked files to be unlocked for erasure</value> 962 </data> 963 <data name=">>lockedForceUnlock.Name" xml:space="preserve"> 964 <value>lockedForceUnlock</value> 965 </data> 966 <data name=">>lockedForceUnlock.Type" xml:space="preserve"> 967 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 968 </data> 969 <data name=">>lockedForceUnlock.Parent" xml:space="preserve"> 970 <value>content</value> 971 </data> 972 <data name=">>lockedForceUnlock.ZOrder" xml:space="preserve"> 973 <value>21</value> 974 </data> 975 <data name="uiContextMenu.AutoSize" type="System.Boolean, mscorlib"> 976 <value>True</value> 977 </data> 978 <data name="uiContextMenu.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 979 <value>TopLeft</value> 980 </data> 981 <data name="uiContextMenu.Location" type="System.Drawing.Point, System.Drawing"> 982 <value>20, 53</value> 983 </data> 984 <data name="uiContextMenu.Size" type="System.Drawing.Size, System.Drawing"> 985 <value>209, 17</value> 986 </data> 987 <data name="uiContextMenu.TabIndex" type="System.Int32, mscorlib"> 988 <value>7</value> 989 </data> 990 <data name="uiContextMenu.Text" xml:space="preserve"> 991 <value>Integrate Eraser into Windows Explorer</value> 992 </data> 993 <data name=">>uiContextMenu.Name" xml:space="preserve"> 994 <value>uiContextMenu</value> 995 </data> 996 <data name=">>uiContextMenu.Type" xml:space="preserve"> 997 <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 998 </data> 999 <data name=">>uiContextMenu.Parent" xml:space="preserve"> 1000 <value>content</value> 1001 </data> 1002 <data name=">>uiContextMenu.ZOrder" xml:space="preserve"> 1003 <value>22</value> 1004 </data> 1005 <data name="ui.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 1006 <value>Top, Left, Right</value> 1007 </data> 1008 <data name="ui.AutoSize" type="System.Boolean, mscorlib"> 1009 <value>True</value> 1010 </data> 1011 <data name="ui.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1012 <value>TopLeft</value> 1013 </data> 1014 <data name="ui.Label" xml:space="preserve"> 1015 <value>Shell integration</value> 1016 </data> 1017 <data name="ui.Location" type="System.Drawing.Point, System.Drawing"> 1018 <value>0, -6</value> 1019 </data> 1020 <data name="ui.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms"> 1021 <value>0, 10, 0, 5</value> 1022 </data> 1023 <data name="ui.Size" type="System.Drawing.Size, System.Drawing"> 1024 <value>712, 32</value> 1025 </data> 1026 <data name="ui.TabIndex" type="System.Int32, mscorlib"> 1027 <value>4</value> 1028 </data> 1029 <data name=">>ui.Name" xml:space="preserve"> 1030 <value>ui</value> 1031 </data> 1032 <data name=">>ui.Type" xml:space="preserve"> 1033 <value>Eraser.LightGroup, Eraser, Version=6.0.6.1160, Culture=neutral, PublicKeyToken=311f5aaf640c645d</value> 1034 </data> 1035 <data name=">>ui.Parent" xml:space="preserve"> 1036 <value>content</value> 1037 </data> 1038 <data name=">>ui.ZOrder" xml:space="preserve"> 1039 <value>23</value> 1040 </data> 1041 <data name="content.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1042 <value>TopLeft</value> 1043 </data> 1044 <data name="content.Size" type="System.Drawing.Size, System.Drawing"> 1045 <value>712, 786</value> 1046 </data> 1047 <data name=">>content.Name" xml:space="preserve"> 1048 <value>content</value> 1049 </data> 1050 <data name=">>content.Type" xml:space="preserve"> 1051 <value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1052 </data> 1053 <data name=">>content.Parent" xml:space="preserve"> 1054 <value>$this</value> 1055 </data> 1056 <data name=">>content.ZOrder" xml:space="preserve"> 1057 <value>0</value> 1058 </data> 1059 <data name="titleLabel.IconAlignment" type="System.Windows.Forms.ErrorIconAlignment, System.Windows.Forms"> 1060 <value>TopLeft</value> 1061 </data> 1062 <data name="titleLabel.Size" type="System.Drawing.Size, System.Drawing"> 1063 <value>101, 32</value> 1064 </data> 1065 <data name="titleLabel.Text" xml:space="preserve"> 1066 <value>Settings</value> 1067 </data> 1068 <data name=">>titleLabel.Name" xml:space="preserve"> 1069 <value>titleLabel</value> 1070 </data> 1071 <data name=">>titleLabel.Type" xml:space="preserve"> 1072 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1073 </data> 1074 <data name=">>titleLabel.Parent" xml:space="preserve"> 1075 <value>$this</value> 1076 </data> 1077 <data name=">>titleLabel.ZOrder" xml:space="preserve"> 1078 <value>2</value> 1079 </data> 1080 <metadata name="openFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1081 <value>257, 17</value> 1269 <metadata name="pluginsMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1270 <value>134, 17</value> 1082 1271 </metadata> 1083 <data name="openFileDialog.Filter" xml:space="preserve"> 1084 <value>All Files (*.*)|*.*</value> 1085 </data> 1086 <metadata name="folderBrowserDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1087 <value>397, 17</value> 1272 <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1273 <value>Italian</value> 1088 1274 </metadata> 1089 1275 </root>
Note: See TracChangeset
for help on using the changeset viewer.
