- Timestamp:
- 2/8/2010 4:24:34 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/UpdateForm.Designer.cs
r1681 r1758 54 54 this.updateListDownloader = new System.ComponentModel.BackgroundWorker(); 55 55 this.updatesPanel = new System.Windows.Forms.Panel(); 56 this.updatesMirrorCmb = new System.Windows.Forms.ComboBox();57 this.updatesMirrorLbl = new System.Windows.Forms.Label();58 56 this.updatesLv = new System.Windows.Forms.ListView(); 59 57 this.updatesLvNameCol = new System.Windows.Forms.ColumnHeader(); … … 102 100 // 103 101 this.updatesPanel.BackColor = System.Drawing.SystemColors.Control; 104 this.updatesPanel.Controls.Add(this.updatesMirrorCmb);105 this.updatesPanel.Controls.Add(this.updatesMirrorLbl);106 102 this.updatesPanel.Controls.Add(this.updatesLv); 107 103 this.updatesPanel.Controls.Add(this.updatesBtn); … … 109 105 resources.ApplyResources(this.updatesPanel, "updatesPanel"); 110 106 this.updatesPanel.Name = "updatesPanel"; 111 //112 // updatesMirrorCmb113 //114 resources.ApplyResources(this.updatesMirrorCmb, "updatesMirrorCmb");115 this.updatesMirrorCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;116 this.updatesMirrorCmb.Name = "updatesMirrorCmb";117 //118 // updatesMirrorLbl119 //120 resources.ApplyResources(this.updatesMirrorLbl, "updatesMirrorLbl");121 this.updatesMirrorLbl.ForeColor = System.Drawing.SystemColors.ControlText;122 this.updatesMirrorLbl.Name = "updatesMirrorLbl";123 107 // 124 108 // updatesLv … … 394 378 private System.ComponentModel.BackgroundWorker installer; 395 379 private System.Windows.Forms.ColumnHeader installingLvStatusCol; 396 private System.Windows.Forms.Label updatesMirrorLbl;397 private System.Windows.Forms.ComboBox updatesMirrorCmb;398 380 private System.Windows.Forms.Label progressExplainLbl; 399 381 private System.Windows.Forms.Button progressCancelBtn;
Note: See TracChangeset
for help on using the changeset viewer.
