Changeset 2218 for trunk/eraser/Eraser/SettingsPanel.Designer.cs
- Timestamp:
- 6/27/2010 1:41:45 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/SettingsPanel.Designer.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/SettingsPanel.Designer.cs
r1675 r2218 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.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[] { 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[] { 275 202 this.pluginsManagerColName, 276 203 this.pluginsManagerColAuthor, 277 204 this.pluginsManagerColVersion, 278 205 this.pluginsManagerColPath}); 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[] { 206 this.pluginsManager.ContextMenuStrip = this.pluginsMenu; 207 this.pluginsManager.FullRowSelect = true; 208 this.pluginsManager.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 284 209 ((System.Windows.Forms.ListViewGroup)(resources.GetObject("pluginsManager.Groups"))), 285 210 ((System.Windows.Forms.ListViewGroup)(resources.GetObject("pluginsManager.Groups1")))}); 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[] { 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[] { 321 238 this.settingsToolStripMenuItem}); 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(); 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(); 578 393 579 394 }
Note: See TracChangeset
for help on using the changeset viewer.
