Changeset 1858 for trunk/eraser6/Eraser/UpdateForm.Designer.cs
- Timestamp:
- 2/22/2010 2:00:16 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser/UpdateForm.Designer.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/UpdateForm.Designer.cs
r1802 r1858 50 50 private void InitializeComponent() 51 51 { 52 this.components = new System.ComponentModel.Container(); 53 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateForm)); 54 this.updateListDownloader = new System.ComponentModel.BackgroundWorker(); 55 this.updatesPanel = new System.Windows.Forms.Panel(); 56 this.updatesLv = new System.Windows.Forms.ListView(); 57 this.updatesLvNameCol = new System.Windows.Forms.ColumnHeader(); 58 this.updatesLvVersionCol = new System.Windows.Forms.ColumnHeader(); 59 this.updatesLvPublisherCol = new System.Windows.Forms.ColumnHeader(); 60 this.updatesLvFilesizeCol = new System.Windows.Forms.ColumnHeader(); 61 this.updatesBtn = new System.Windows.Forms.Button(); 62 this.updatesLbl = new System.Windows.Forms.Label(); 63 this.progressPanel = new System.Windows.Forms.Panel(); 64 this.progressCancelBtn = new System.Windows.Forms.Button(); 65 this.progressExplainLbl = new System.Windows.Forms.Label(); 66 this.progressProgressLbl = new System.Windows.Forms.Label(); 67 this.progressPb = new System.Windows.Forms.ProgressBar(); 68 this.progressLbl = new System.Windows.Forms.Label(); 69 this.downloader = new System.ComponentModel.BackgroundWorker(); 70 this.downloadingPnl = new System.Windows.Forms.Panel(); 71 this.downloadingCancelBtn = new System.Windows.Forms.Button(); 72 this.downloadingOverallPb = new System.Windows.Forms.ProgressBar(); 73 this.downloadingOverallLbl = new System.Windows.Forms.Label(); 74 this.downloadingItemPb = new System.Windows.Forms.ProgressBar(); 75 this.downloadingItemLbl = new System.Windows.Forms.Label(); 76 this.downloadingLv = new System.Windows.Forms.ListView(); 77 this.downloadingLvColName = new System.Windows.Forms.ColumnHeader(); 78 this.downloadingLvColAmount = new System.Windows.Forms.ColumnHeader(); 79 this.updatesImageList = new System.Windows.Forms.ImageList(this.components); 80 this.downloadingLbl = new System.Windows.Forms.Label(); 81 this.installingPnl = new System.Windows.Forms.Panel(); 82 this.installingLv = new System.Windows.Forms.ListView(); 83 this.installingLvNameCol = new System.Windows.Forms.ColumnHeader(); 84 this.installingLvStatusCol = new System.Windows.Forms.ColumnHeader(); 85 this.installingLbl = new System.Windows.Forms.Label(); 86 this.installer = new System.ComponentModel.BackgroundWorker(); 87 this.updatesPanel.SuspendLayout(); 88 this.progressPanel.SuspendLayout(); 89 this.downloadingPnl.SuspendLayout(); 90 this.installingPnl.SuspendLayout(); 91 this.SuspendLayout(); 92 // 93 // updateListDownloader 94 // 95 this.updateListDownloader.WorkerSupportsCancellation = true; 96 this.updateListDownloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updateListDownloader_DoWork); 97 this.updateListDownloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updateListDownloader_RunWorkerCompleted); 98 // 99 // updatesPanel 100 // 101 this.updatesPanel.BackColor = System.Drawing.SystemColors.Control; 102 this.updatesPanel.Controls.Add(this.updatesLv); 103 this.updatesPanel.Controls.Add(this.updatesBtn); 104 this.updatesPanel.Controls.Add(this.updatesLbl); 105 resources.ApplyResources(this.updatesPanel, "updatesPanel"); 106 this.updatesPanel.Name = "updatesPanel"; 107 // 108 // updatesLv 109 // 110 resources.ApplyResources(this.updatesLv, "updatesLv"); 111 this.updatesLv.CheckBoxes = true; 112 this.updatesLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 52 this.components = new System.ComponentModel.Container(); 53 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateForm)); 54 this.updateListDownloader = new System.ComponentModel.BackgroundWorker(); 55 this.updatesPanel = new System.Windows.Forms.Panel(); 56 this.updatesLv = new System.Windows.Forms.ListView(); 57 this.updatesLvNameCol = new System.Windows.Forms.ColumnHeader(); 58 this.updatesLvVersionCol = new System.Windows.Forms.ColumnHeader(); 59 this.updatesLvPublisherCol = new System.Windows.Forms.ColumnHeader(); 60 this.updatesLvFilesizeCol = new System.Windows.Forms.ColumnHeader(); 61 this.updatesBtn = new System.Windows.Forms.Button(); 62 this.updatesLbl = new System.Windows.Forms.Label(); 63 this.progressPanel = new System.Windows.Forms.Panel(); 64 this.progressCancelBtn = new System.Windows.Forms.Button(); 65 this.progressExplainLbl = new System.Windows.Forms.Label(); 66 this.progressProgressLbl = new System.Windows.Forms.Label(); 67 this.progressPb = new System.Windows.Forms.ProgressBar(); 68 this.progressLbl = new System.Windows.Forms.Label(); 69 this.downloader = new System.ComponentModel.BackgroundWorker(); 70 this.downloadingPnl = new System.Windows.Forms.Panel(); 71 this.downloadingCancelBtn = new System.Windows.Forms.Button(); 72 this.downloadingOverallPb = new System.Windows.Forms.ProgressBar(); 73 this.downloadingOverallLbl = new System.Windows.Forms.Label(); 74 this.downloadingItemPb = new System.Windows.Forms.ProgressBar(); 75 this.downloadingItemLbl = new System.Windows.Forms.Label(); 76 this.downloadingLv = new System.Windows.Forms.ListView(); 77 this.downloadingLvColName = new System.Windows.Forms.ColumnHeader(); 78 this.downloadingLvColAmount = new System.Windows.Forms.ColumnHeader(); 79 this.updatesImageList = new System.Windows.Forms.ImageList(this.components); 80 this.downloadingLbl = new System.Windows.Forms.Label(); 81 this.installingPnl = new System.Windows.Forms.Panel(); 82 this.installingLv = new System.Windows.Forms.ListView(); 83 this.installingLvNameCol = new System.Windows.Forms.ColumnHeader(); 84 this.installingLvStatusCol = new System.Windows.Forms.ColumnHeader(); 85 this.installingLbl = new System.Windows.Forms.Label(); 86 this.installer = new System.ComponentModel.BackgroundWorker(); 87 this.updatesPanel.SuspendLayout(); 88 this.progressPanel.SuspendLayout(); 89 this.downloadingPnl.SuspendLayout(); 90 this.installingPnl.SuspendLayout(); 91 this.SuspendLayout(); 92 // 93 // updateListDownloader 94 // 95 this.updateListDownloader.WorkerSupportsCancellation = true; 96 this.updateListDownloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updateListDownloader_DoWork); 97 this.updateListDownloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updateListDownloader_RunWorkerCompleted); 98 // 99 // updatesPanel 100 // 101 this.updatesPanel.AccessibleDescription = null; 102 this.updatesPanel.AccessibleName = null; 103 resources.ApplyResources(this.updatesPanel, "updatesPanel"); 104 this.updatesPanel.BackColor = System.Drawing.SystemColors.Control; 105 this.updatesPanel.BackgroundImage = null; 106 this.updatesPanel.Controls.Add(this.updatesLv); 107 this.updatesPanel.Controls.Add(this.updatesBtn); 108 this.updatesPanel.Controls.Add(this.updatesLbl); 109 this.updatesPanel.Font = null; 110 this.updatesPanel.Name = "updatesPanel"; 111 // 112 // updatesLv 113 // 114 this.updatesLv.AccessibleDescription = null; 115 this.updatesLv.AccessibleName = null; 116 resources.ApplyResources(this.updatesLv, "updatesLv"); 117 this.updatesLv.BackgroundImage = null; 118 this.updatesLv.CheckBoxes = true; 119 this.updatesLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 113 120 this.updatesLvNameCol, 114 121 this.updatesLvVersionCol, 115 122 this.updatesLvPublisherCol, 116 123 this.updatesLvFilesizeCol}); 117 this.updatesLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 118 this.updatesLv.Name = "updatesLv"; 119 this.updatesLv.UseCompatibleStateImageBehavior = false; 120 this.updatesLv.View = System.Windows.Forms.View.Details; 121 this.updatesLv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.updatesLv_ItemChecked); 122 // 123 // updatesLvNameCol 124 // 125 resources.ApplyResources(this.updatesLvNameCol, "updatesLvNameCol"); 126 // 127 // updatesLvVersionCol 128 // 129 resources.ApplyResources(this.updatesLvVersionCol, "updatesLvVersionCol"); 130 // 131 // updatesLvPublisherCol 132 // 133 resources.ApplyResources(this.updatesLvPublisherCol, "updatesLvPublisherCol"); 134 // 135 // updatesLvFilesizeCol 136 // 137 resources.ApplyResources(this.updatesLvFilesizeCol, "updatesLvFilesizeCol"); 138 // 139 // updatesBtn 140 // 141 resources.ApplyResources(this.updatesBtn, "updatesBtn"); 142 this.updatesBtn.Name = "updatesBtn"; 143 this.updatesBtn.UseVisualStyleBackColor = true; 144 this.updatesBtn.Click += new System.EventHandler(this.updatesBtn_Click); 145 // 146 // updatesLbl 147 // 148 resources.ApplyResources(this.updatesLbl, "updatesLbl"); 149 this.updatesLbl.ForeColor = System.Drawing.SystemColors.ControlText; 150 this.updatesLbl.Name = "updatesLbl"; 151 // 152 // progressPanel 153 // 154 this.progressPanel.Controls.Add(this.progressCancelBtn); 155 this.progressPanel.Controls.Add(this.progressExplainLbl); 156 this.progressPanel.Controls.Add(this.progressProgressLbl); 157 this.progressPanel.Controls.Add(this.progressPb); 158 this.progressPanel.Controls.Add(this.progressLbl); 159 resources.ApplyResources(this.progressPanel, "progressPanel"); 160 this.progressPanel.Name = "progressPanel"; 161 this.progressPanel.UseWaitCursor = true; 162 // 163 // progressCancelBtn 164 // 165 resources.ApplyResources(this.progressCancelBtn, "progressCancelBtn"); 166 this.progressCancelBtn.Name = "progressCancelBtn"; 167 this.progressCancelBtn.UseVisualStyleBackColor = true; 168 this.progressCancelBtn.UseWaitCursor = true; 169 this.progressCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); 170 // 171 // progressExplainLbl 172 // 173 resources.ApplyResources(this.progressExplainLbl, "progressExplainLbl"); 174 this.progressExplainLbl.Name = "progressExplainLbl"; 175 this.progressExplainLbl.UseWaitCursor = true; 176 // 177 // progressProgressLbl 178 // 179 resources.ApplyResources(this.progressProgressLbl, "progressProgressLbl"); 180 this.progressProgressLbl.Name = "progressProgressLbl"; 181 this.progressProgressLbl.UseWaitCursor = true; 182 // 183 // progressPb 184 // 185 resources.ApplyResources(this.progressPb, "progressPb"); 186 this.progressPb.Name = "progressPb"; 187 this.progressPb.Style = System.Windows.Forms.ProgressBarStyle.Marquee; 188 this.progressPb.UseWaitCursor = true; 189 // 190 // progressLbl 191 // 192 resources.ApplyResources(this.progressLbl, "progressLbl"); 193 this.progressLbl.ForeColor = System.Drawing.SystemColors.ControlText; 194 this.progressLbl.Name = "progressLbl"; 195 this.progressLbl.UseWaitCursor = true; 196 // 197 // downloader 198 // 199 this.downloader.WorkerSupportsCancellation = true; 200 this.downloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloader_DoWork); 201 this.downloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.downloader_RunWorkerCompleted); 202 // 203 // downloadingPnl 204 // 205 this.downloadingPnl.Controls.Add(this.downloadingCancelBtn); 206 this.downloadingPnl.Controls.Add(this.downloadingOverallPb); 207 this.downloadingPnl.Controls.Add(this.downloadingOverallLbl); 208 this.downloadingPnl.Controls.Add(this.downloadingItemPb); 209 this.downloadingPnl.Controls.Add(this.downloadingItemLbl); 210 this.downloadingPnl.Controls.Add(this.downloadingLv); 211 this.downloadingPnl.Controls.Add(this.downloadingLbl); 212 resources.ApplyResources(this.downloadingPnl, "downloadingPnl"); 213 this.downloadingPnl.Name = "downloadingPnl"; 214 // 215 // downloadingCancelBtn 216 // 217 resources.ApplyResources(this.downloadingCancelBtn, "downloadingCancelBtn"); 218 this.downloadingCancelBtn.Name = "downloadingCancelBtn"; 219 this.downloadingCancelBtn.UseVisualStyleBackColor = true; 220 this.downloadingCancelBtn.UseWaitCursor = true; 221 this.downloadingCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); 222 // 223 // downloadingOverallPb 224 // 225 resources.ApplyResources(this.downloadingOverallPb, "downloadingOverallPb"); 226 this.downloadingOverallPb.Name = "downloadingOverallPb"; 227 this.downloadingOverallPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 228 // 229 // downloadingOverallLbl 230 // 231 resources.ApplyResources(this.downloadingOverallLbl, "downloadingOverallLbl"); 232 this.downloadingOverallLbl.Name = "downloadingOverallLbl"; 233 // 234 // downloadingItemPb 235 // 236 resources.ApplyResources(this.downloadingItemPb, "downloadingItemPb"); 237 this.downloadingItemPb.Name = "downloadingItemPb"; 238 this.downloadingItemPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 239 // 240 // downloadingItemLbl 241 // 242 resources.ApplyResources(this.downloadingItemLbl, "downloadingItemLbl"); 243 this.downloadingItemLbl.Name = "downloadingItemLbl"; 244 // 245 // downloadingLv 246 // 247 resources.ApplyResources(this.downloadingLv, "downloadingLv"); 248 this.downloadingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 124 this.updatesLv.Font = null; 125 this.updatesLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 126 this.updatesLv.Name = "updatesLv"; 127 this.updatesLv.UseCompatibleStateImageBehavior = false; 128 this.updatesLv.View = System.Windows.Forms.View.Details; 129 this.updatesLv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.updatesLv_ItemChecked); 130 // 131 // updatesLvNameCol 132 // 133 resources.ApplyResources(this.updatesLvNameCol, "updatesLvNameCol"); 134 // 135 // updatesLvVersionCol 136 // 137 resources.ApplyResources(this.updatesLvVersionCol, "updatesLvVersionCol"); 138 // 139 // updatesLvPublisherCol 140 // 141 resources.ApplyResources(this.updatesLvPublisherCol, "updatesLvPublisherCol"); 142 // 143 // updatesLvFilesizeCol 144 // 145 resources.ApplyResources(this.updatesLvFilesizeCol, "updatesLvFilesizeCol"); 146 // 147 // updatesBtn 148 // 149 this.updatesBtn.AccessibleDescription = null; 150 this.updatesBtn.AccessibleName = null; 151 resources.ApplyResources(this.updatesBtn, "updatesBtn"); 152 this.updatesBtn.BackgroundImage = null; 153 this.updatesBtn.Font = null; 154 this.updatesBtn.Name = "updatesBtn"; 155 this.updatesBtn.UseVisualStyleBackColor = true; 156 this.updatesBtn.Click += new System.EventHandler(this.updatesBtn_Click); 157 // 158 // updatesLbl 159 // 160 this.updatesLbl.AccessibleDescription = null; 161 this.updatesLbl.AccessibleName = null; 162 resources.ApplyResources(this.updatesLbl, "updatesLbl"); 163 this.updatesLbl.ForeColor = System.Drawing.SystemColors.ControlText; 164 this.updatesLbl.Name = "updatesLbl"; 165 // 166 // progressPanel 167 // 168 this.progressPanel.AccessibleDescription = null; 169 this.progressPanel.AccessibleName = null; 170 resources.ApplyResources(this.progressPanel, "progressPanel"); 171 this.progressPanel.BackgroundImage = null; 172 this.progressPanel.Controls.Add(this.progressCancelBtn); 173 this.progressPanel.Controls.Add(this.progressExplainLbl); 174 this.progressPanel.Controls.Add(this.progressProgressLbl); 175 this.progressPanel.Controls.Add(this.progressPb); 176 this.progressPanel.Controls.Add(this.progressLbl); 177 this.progressPanel.Font = null; 178 this.progressPanel.Name = "progressPanel"; 179 this.progressPanel.UseWaitCursor = true; 180 // 181 // progressCancelBtn 182 // 183 this.progressCancelBtn.AccessibleDescription = null; 184 this.progressCancelBtn.AccessibleName = null; 185 resources.ApplyResources(this.progressCancelBtn, "progressCancelBtn"); 186 this.progressCancelBtn.BackgroundImage = null; 187 this.progressCancelBtn.Font = null; 188 this.progressCancelBtn.Name = "progressCancelBtn"; 189 this.progressCancelBtn.UseVisualStyleBackColor = true; 190 this.progressCancelBtn.UseWaitCursor = true; 191 this.progressCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); 192 // 193 // progressExplainLbl 194 // 195 this.progressExplainLbl.AccessibleDescription = null; 196 this.progressExplainLbl.AccessibleName = null; 197 resources.ApplyResources(this.progressExplainLbl, "progressExplainLbl"); 198 this.progressExplainLbl.Font = null; 199 this.progressExplainLbl.Name = "progressExplainLbl"; 200 this.progressExplainLbl.UseWaitCursor = true; 201 // 202 // progressProgressLbl 203 // 204 this.progressProgressLbl.AccessibleDescription = null; 205 this.progressProgressLbl.AccessibleName = null; 206 resources.ApplyResources(this.progressProgressLbl, "progressProgressLbl"); 207 this.progressProgressLbl.Font = null; 208 this.progressProgressLbl.Name = "progressProgressLbl"; 209 this.progressProgressLbl.UseWaitCursor = true; 210 // 211 // progressPb 212 // 213 this.progressPb.AccessibleDescription = null; 214 this.progressPb.AccessibleName = null; 215 resources.ApplyResources(this.progressPb, "progressPb"); 216 this.progressPb.BackgroundImage = null; 217 this.progressPb.Font = null; 218 this.progressPb.Name = "progressPb"; 219 this.progressPb.Style = System.Windows.Forms.ProgressBarStyle.Marquee; 220 this.progressPb.UseWaitCursor = true; 221 // 222 // progressLbl 223 // 224 this.progressLbl.AccessibleDescription = null; 225 this.progressLbl.AccessibleName = null; 226 resources.ApplyResources(this.progressLbl, "progressLbl"); 227 this.progressLbl.ForeColor = System.Drawing.SystemColors.ControlText; 228 this.progressLbl.Name = "progressLbl"; 229 this.progressLbl.UseWaitCursor = true; 230 // 231 // downloader 232 // 233 this.downloader.WorkerSupportsCancellation = true; 234 this.downloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloader_DoWork); 235 this.downloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.downloader_RunWorkerCompleted); 236 // 237 // downloadingPnl 238 // 239 this.downloadingPnl.AccessibleDescription = null; 240 this.downloadingPnl.AccessibleName = null; 241 resources.ApplyResources(this.downloadingPnl, "downloadingPnl"); 242 this.downloadingPnl.BackgroundImage = null; 243 this.downloadingPnl.Controls.Add(this.downloadingCancelBtn); 244 this.downloadingPnl.Controls.Add(this.downloadingOverallPb); 245 this.downloadingPnl.Controls.Add(this.downloadingOverallLbl); 246 this.downloadingPnl.Controls.Add(this.downloadingItemPb); 247 this.downloadingPnl.Controls.Add(this.downloadingItemLbl); 248 this.downloadingPnl.Controls.Add(this.downloadingLv); 249 this.downloadingPnl.Controls.Add(this.downloadingLbl); 250 this.downloadingPnl.Font = null; 251 this.downloadingPnl.Name = "downloadingPnl"; 252 // 253 // downloadingCancelBtn 254 // 255 this.downloadingCancelBtn.AccessibleDescription = null; 256 this.downloadingCancelBtn.AccessibleName = null; 257 resources.ApplyResources(this.downloadingCancelBtn, "downloadingCancelBtn"); 258 this.downloadingCancelBtn.BackgroundImage = null; 259 this.downloadingCancelBtn.Font = null; 260 this.downloadingCancelBtn.Name = "downloadingCancelBtn"; 261 this.downloadingCancelBtn.UseVisualStyleBackColor = true; 262 this.downloadingCancelBtn.UseWaitCursor = true; 263 this.downloadingCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); 264 // 265 // downloadingOverallPb 266 // 267 this.downloadingOverallPb.AccessibleDescription = null; 268 this.downloadingOverallPb.AccessibleName = null; 269 resources.ApplyResources(this.downloadingOverallPb, "downloadingOverallPb"); 270 this.downloadingOverallPb.BackgroundImage = null; 271 this.downloadingOverallPb.Font = null; 272 this.downloadingOverallPb.Name = "downloadingOverallPb"; 273 this.downloadingOverallPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 274 // 275 // downloadingOverallLbl 276 // 277 this.downloadingOverallLbl.AccessibleDescription = null; 278 this.downloadingOverallLbl.AccessibleName = null; 279 resources.ApplyResources(this.downloadingOverallLbl, "downloadingOverallLbl"); 280 this.downloadingOverallLbl.Font = null; 281 this.downloadingOverallLbl.Name = "downloadingOverallLbl"; 282 // 283 // downloadingItemPb 284 // 285 this.downloadingItemPb.AccessibleDescription = null; 286 this.downloadingItemPb.AccessibleName = null; 287 resources.ApplyResources(this.downloadingItemPb, "downloadingItemPb"); 288 this.downloadingItemPb.BackgroundImage = null; 289 this.downloadingItemPb.Font = null; 290 this.downloadingItemPb.Name = "downloadingItemPb"; 291 this.downloadingItemPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 292 // 293 // downloadingItemLbl 294 // 295 this.downloadingItemLbl.AccessibleDescription = null; 296 this.downloadingItemLbl.AccessibleName = null; 297 resources.ApplyResources(this.downloadingItemLbl, "downloadingItemLbl"); 298 this.downloadingItemLbl.Font = null; 299 this.downloadingItemLbl.Name = "downloadingItemLbl"; 300 // 301 // downloadingLv 302 // 303 this.downloadingLv.AccessibleDescription = null; 304 this.downloadingLv.AccessibleName = null; 305 resources.ApplyResources(this.downloadingLv, "downloadingLv"); 306 this.downloadingLv.BackgroundImage = null; 307 this.downloadingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 249 308 this.downloadingLvColName, 250 309 this.downloadingLvColAmount}); 251 this.downloadingLv.FullRowSelect = true; 252 this.downloadingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 253 this.downloadingLv.Name = "downloadingLv"; 254 this.downloadingLv.SmallImageList = this.updatesImageList; 255 this.downloadingLv.UseCompatibleStateImageBehavior = false; 256 this.downloadingLv.View = System.Windows.Forms.View.Details; 257 // 258 // downloadingLvColName 259 // 260 resources.ApplyResources(this.downloadingLvColName, "downloadingLvColName"); 261 // 262 // downloadingLvColAmount 263 // 264 resources.ApplyResources(this.downloadingLvColAmount, "downloadingLvColAmount"); 265 // 266 // updatesImageList 267 // 268 this.updatesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("updatesImageList.ImageStream"))); 269 this.updatesImageList.TransparentColor = System.Drawing.Color.Transparent; 270 this.updatesImageList.Images.SetKeyName(0, "Downloading.png"); 271 this.updatesImageList.Images.SetKeyName(1, "Installing.png"); 272 this.updatesImageList.Images.SetKeyName(2, "Installed.png"); 273 this.updatesImageList.Images.SetKeyName(3, "Error.png"); 274 // 275 // downloadingLbl 276 // 277 resources.ApplyResources(this.downloadingLbl, "downloadingLbl"); 278 this.downloadingLbl.Name = "downloadingLbl"; 279 // 280 // installingPnl 281 // 282 this.installingPnl.Controls.Add(this.installingLv); 283 this.installingPnl.Controls.Add(this.installingLbl); 284 resources.ApplyResources(this.installingPnl, "installingPnl"); 285 this.installingPnl.Name = "installingPnl"; 286 this.installingPnl.UseWaitCursor = true; 287 // 288 // installingLv 289 // 290 this.installingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 310 this.downloadingLv.Font = null; 311 this.downloadingLv.FullRowSelect = true; 312 this.downloadingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 313 this.downloadingLv.Name = "downloadingLv"; 314 this.downloadingLv.SmallImageList = this.updatesImageList; 315 this.downloadingLv.UseCompatibleStateImageBehavior = false; 316 this.downloadingLv.View = System.Windows.Forms.View.Details; 317 // 318 // downloadingLvColName 319 // 320 resources.ApplyResources(this.downloadingLvColName, "downloadingLvColName"); 321 // 322 // downloadingLvColAmount 323 // 324 resources.ApplyResources(this.downloadingLvColAmount, "downloadingLvColAmount"); 325 // 326 // updatesImageList 327 // 328 this.updatesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("updatesImageList.ImageStream"))); 329 this.updatesImageList.TransparentColor = System.Drawing.Color.Transparent; 330 this.updatesImageList.Images.SetKeyName(0, "Downloading.png"); 331 this.updatesImageList.Images.SetKeyName(1, "Installing.png"); 332 this.updatesImageList.Images.SetKeyName(2, "Installed.png"); 333 this.updatesImageList.Images.SetKeyName(3, "Error.png"); 334 // 335 // downloadingLbl 336 // 337 this.downloadingLbl.AccessibleDescription = null; 338 this.downloadingLbl.AccessibleName = null; 339 resources.ApplyResources(this.downloadingLbl, "downloadingLbl"); 340 this.downloadingLbl.Name = "downloadingLbl"; 341 // 342 // installingPnl 343 // 344 this.installingPnl.AccessibleDescription = null; 345 this.installingPnl.AccessibleName = null; 346 resources.ApplyResources(this.installingPnl, "installingPnl"); 347 this.installingPnl.BackgroundImage = null; 348 this.installingPnl.Controls.Add(this.installingLv); 349 this.installingPnl.Controls.Add(this.installingLbl); 350 this.installingPnl.Font = null; 351 this.installingPnl.Name = "installingPnl"; 352 this.installingPnl.UseWaitCursor = true; 353 // 354 // installingLv 355 // 356 this.installingLv.AccessibleDescription = null; 357 this.installingLv.AccessibleName = null; 358 resources.ApplyResources(this.installingLv, "installingLv"); 359 this.installingLv.BackgroundImage = null; 360 this.installingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 291 361 this.installingLvNameCol, 292 362 this.installingLvStatusCol}); 293 this.installingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 294 resources.ApplyResources(this.installingLv, "installingLv"); 295 this.installingLv.Name = "installingLv"; 296 this.installingLv.ShowItemToolTips = true; 297 this.installingLv.SmallImageList = this.updatesImageList; 298 this.installingLv.UseCompatibleStateImageBehavior = false; 299 this.installingLv.UseWaitCursor = true; 300 this.installingLv.View = System.Windows.Forms.View.Details; 301 // 302 // installingLvNameCol 303 // 304 resources.ApplyResources(this.installingLvNameCol, "installingLvNameCol"); 305 // 306 // installingLvStatusCol 307 // 308 resources.ApplyResources(this.installingLvStatusCol, "installingLvStatusCol"); 309 // 310 // installingLbl 311 // 312 resources.ApplyResources(this.installingLbl, "installingLbl"); 313 this.installingLbl.Name = "installingLbl"; 314 this.installingLbl.UseWaitCursor = true; 315 // 316 // installer 317 // 318 this.installer.WorkerSupportsCancellation = true; 319 this.installer.DoWork += new System.ComponentModel.DoWorkEventHandler(this.installer_DoWork); 320 this.installer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.installer_RunWorkerCompleted); 321 // 322 // UpdateForm 323 // 324 resources.ApplyResources(this, "$this"); 325 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 326 this.Controls.Add(this.updatesPanel); 327 this.Controls.Add(this.progressPanel); 328 this.Controls.Add(this.installingPnl); 329 this.Controls.Add(this.downloadingPnl); 330 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 331 this.MaximizeBox = false; 332 this.MinimizeBox = false; 333 this.Name = "UpdateForm"; 334 this.ShowInTaskbar = false; 335 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateForm_FormClosing); 336 this.updatesPanel.ResumeLayout(false); 337 this.updatesPanel.PerformLayout(); 338 this.progressPanel.ResumeLayout(false); 339 this.progressPanel.PerformLayout(); 340 this.downloadingPnl.ResumeLayout(false); 341 this.downloadingPnl.PerformLayout(); 342 this.installingPnl.ResumeLayout(false); 343 this.installingPnl.PerformLayout(); 344 this.ResumeLayout(false); 363 this.installingLv.Font = null; 364 this.installingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 365 this.installingLv.Name = "installingLv"; 366 this.installingLv.ShowItemToolTips = true; 367 this.installingLv.SmallImageList = this.updatesImageList; 368 this.installingLv.UseCompatibleStateImageBehavior = false; 369 this.installingLv.UseWaitCursor = true; 370 this.installingLv.View = System.Windows.Forms.View.Details; 371 // 372 // installingLvNameCol 373 // 374 resources.ApplyResources(this.installingLvNameCol, "installingLvNameCol"); 375 // 376 // installingLvStatusCol 377 // 378 resources.ApplyResources(this.installingLvStatusCol, "installingLvStatusCol"); 379 // 380 // installingLbl 381 // 382 this.installingLbl.AccessibleDescription = null; 383 this.installingLbl.AccessibleName = null; 384 resources.ApplyResources(this.installingLbl, "installingLbl"); 385 this.installingLbl.Name = "installingLbl"; 386 this.installingLbl.UseWaitCursor = true; 387 // 388 // installer 389 // 390 this.installer.WorkerSupportsCancellation = true; 391 this.installer.DoWork += new System.ComponentModel.DoWorkEventHandler(this.installer_DoWork); 392 this.installer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.installer_RunWorkerCompleted); 393 // 394 // UpdateForm 395 // 396 this.AccessibleDescription = null; 397 this.AccessibleName = null; 398 resources.ApplyResources(this, "$this"); 399 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 400 this.BackgroundImage = null; 401 this.Controls.Add(this.updatesPanel); 402 this.Controls.Add(this.progressPanel); 403 this.Controls.Add(this.installingPnl); 404 this.Controls.Add(this.downloadingPnl); 405 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 406 this.Icon = null; 407 this.MaximizeBox = false; 408 this.MinimizeBox = false; 409 this.Name = "UpdateForm"; 410 this.ShowInTaskbar = false; 411 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateForm_FormClosing); 412 this.updatesPanel.ResumeLayout(false); 413 this.updatesPanel.PerformLayout(); 414 this.progressPanel.ResumeLayout(false); 415 this.progressPanel.PerformLayout(); 416 this.downloadingPnl.ResumeLayout(false); 417 this.downloadingPnl.PerformLayout(); 418 this.installingPnl.ResumeLayout(false); 419 this.installingPnl.PerformLayout(); 420 this.ResumeLayout(false); 345 421 346 422 }
Note: See TracChangeset
for help on using the changeset viewer.
