Changeset 2609 for trunk/eraser/Eraser/SettingsPanel.Designer.cs
- Timestamp:
- 3/31/2012 8:16:15 AM (14 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/SettingsPanel.Designer.cs (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/SettingsPanel.Designer.cs
r2516 r2609 58 58 this.erase = new Eraser.LightGroup(); 59 59 this.eraseFilesMethodLbl = new System.Windows.Forms.Label(); 60 this.erase UnusedMethodLbl = new System.Windows.Forms.Label();60 this.eraseDriveMethodLbl = new System.Windows.Forms.Label(); 61 61 this.eraseFilesMethod = new System.Windows.Forms.ComboBox(); 62 this.erase UnusedMethod = new System.Windows.Forms.ComboBox();62 this.eraseDriveMethod = new System.Windows.Forms.ComboBox(); 63 63 this.plugins = new Eraser.LightGroup(); 64 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();65 this.pluginsManagerColName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 66 this.pluginsManagerColAuthor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 67 this.pluginsManagerColVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 68 this.pluginsManagerColPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 69 69 this.pluginsMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 70 70 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); … … 122 122 this.content.Controls.Add(this.pluginsManager); 123 123 this.content.Controls.Add(this.plugins); 124 this.content.Controls.Add(this.erase UnusedMethod);124 this.content.Controls.Add(this.eraseDriveMethod); 125 125 this.content.Controls.Add(this.eraseFilesMethod); 126 this.content.Controls.Add(this.erase UnusedMethodLbl);126 this.content.Controls.Add(this.eraseDriveMethodLbl); 127 127 this.content.Controls.Add(this.eraseFilesMethodLbl); 128 128 this.content.Controls.Add(this.erase); … … 169 169 this.eraseFilesMethodLbl.Name = "eraseFilesMethodLbl"; 170 170 // 171 // erase UnusedMethodLbl172 // 173 resources.ApplyResources(this.erase UnusedMethodLbl, "eraseUnusedMethodLbl");174 this.errorProvider.SetIconAlignment(this.erase UnusedMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethodLbl.IconAlignment"))));175 this.erase UnusedMethodLbl.Name = "eraseUnusedMethodLbl";171 // eraseDriveMethodLbl 172 // 173 resources.ApplyResources(this.eraseDriveMethodLbl, "eraseDriveMethodLbl"); 174 this.errorProvider.SetIconAlignment(this.eraseDriveMethodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseDriveMethodLbl.IconAlignment")))); 175 this.eraseDriveMethodLbl.Name = "eraseDriveMethodLbl"; 176 176 // 177 177 // eraseFilesMethod … … 182 182 this.eraseFilesMethod.Name = "eraseFilesMethod"; 183 183 // 184 // erase UnusedMethod185 // 186 this.erase UnusedMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;187 this.errorProvider.SetIconAlignment(this.erase UnusedMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseUnusedMethod.IconAlignment"))));188 resources.ApplyResources(this.erase UnusedMethod, "eraseUnusedMethod");189 this.erase UnusedMethod.Name = "eraseUnusedMethod";184 // eraseDriveMethod 185 // 186 this.eraseDriveMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 187 this.errorProvider.SetIconAlignment(this.eraseDriveMethod, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseDriveMethod.IconAlignment")))); 188 resources.ApplyResources(this.eraseDriveMethod, "eraseDriveMethod"); 189 this.eraseDriveMethod.Name = "eraseDriveMethod"; 190 190 // 191 191 // plugins … … 377 377 // SettingsPanel 378 378 // 379 resources.ApplyResources(this, "$this"); 379 380 this.Controls.Add(this.saveSettings); 380 381 this.errorProvider.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment")))); 381 382 this.Name = "SettingsPanel"; 382 resources.ApplyResources(this, "$this");383 383 this.Controls.SetChildIndex(this.saveSettings, 0); 384 384 this.Controls.SetChildIndex(this.titleLabel, 0); … … 400 400 private System.Windows.Forms.CheckBox uiContextMenu; 401 401 private LightGroup ui; 402 private System.Windows.Forms.Label erase UnusedMethodLbl;402 private System.Windows.Forms.Label eraseDriveMethodLbl; 403 403 private System.Windows.Forms.Label eraseFilesMethodLbl; 404 404 private LightGroup erase; 405 405 private System.Windows.Forms.ComboBox eraseFilesMethod; 406 private System.Windows.Forms.ComboBox erase UnusedMethod;406 private System.Windows.Forms.ComboBox eraseDriveMethod; 407 407 private System.Windows.Forms.ListView pluginsManager; 408 408 private System.Windows.Forms.ColumnHeader pluginsManagerColName;
Note: See TracChangeset
for help on using the changeset viewer.
