Ignore:
Timestamp:
2/8/2010 4:24:34 AM (2 years ago)
Author:
lowjoel
Message:

Remove the mirror selection combobox since we don't support that any more. Addresses #307: Eraser Updater restructuring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview/Eraser/UpdateForm.Designer.cs

    r1681 r1758  
    5454            this.updateListDownloader = new System.ComponentModel.BackgroundWorker(); 
    5555            this.updatesPanel = new System.Windows.Forms.Panel(); 
    56             this.updatesMirrorCmb = new System.Windows.Forms.ComboBox(); 
    57             this.updatesMirrorLbl = new System.Windows.Forms.Label(); 
    5856            this.updatesLv = new System.Windows.Forms.ListView(); 
    5957            this.updatesLvNameCol = new System.Windows.Forms.ColumnHeader(); 
     
    102100            //  
    103101            this.updatesPanel.BackColor = System.Drawing.SystemColors.Control; 
    104             this.updatesPanel.Controls.Add(this.updatesMirrorCmb); 
    105             this.updatesPanel.Controls.Add(this.updatesMirrorLbl); 
    106102            this.updatesPanel.Controls.Add(this.updatesLv); 
    107103            this.updatesPanel.Controls.Add(this.updatesBtn); 
     
    109105            resources.ApplyResources(this.updatesPanel, "updatesPanel"); 
    110106            this.updatesPanel.Name = "updatesPanel"; 
    111             //  
    112             // updatesMirrorCmb 
    113             //  
    114             resources.ApplyResources(this.updatesMirrorCmb, "updatesMirrorCmb"); 
    115             this.updatesMirrorCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
    116             this.updatesMirrorCmb.Name = "updatesMirrorCmb"; 
    117             //  
    118             // updatesMirrorLbl 
    119             //  
    120             resources.ApplyResources(this.updatesMirrorLbl, "updatesMirrorLbl"); 
    121             this.updatesMirrorLbl.ForeColor = System.Drawing.SystemColors.ControlText; 
    122             this.updatesMirrorLbl.Name = "updatesMirrorLbl"; 
    123107            //  
    124108            // updatesLv 
     
    394378        private System.ComponentModel.BackgroundWorker installer; 
    395379        private System.Windows.Forms.ColumnHeader installingLvStatusCol; 
    396         private System.Windows.Forms.Label updatesMirrorLbl; 
    397         private System.Windows.Forms.ComboBox updatesMirrorCmb; 
    398380        private System.Windows.Forms.Label progressExplainLbl; 
    399381        private System.Windows.Forms.Button progressCancelBtn; 
Note: See TracChangeset for help on using the changeset viewer.