| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser |
|---|
| 23 | { |
|---|
| 24 | partial class UpdateForm |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Windows Form Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 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.updatesMirrorCmb = new System.Windows.Forms.ComboBox(); |
|---|
| 57 | this.updatesMirrorLbl = new System.Windows.Forms.Label(); |
|---|
| 58 | this.updatesLv = new System.Windows.Forms.ListView(); |
|---|
| 59 | this.updatesLvNameCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 60 | this.updatesLvVersionCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 61 | this.updatesLvPublisherCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 62 | this.updatesLvFilesizeCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 63 | this.updatesBtn = new System.Windows.Forms.Button(); |
|---|
| 64 | this.updatesLbl = new System.Windows.Forms.Label(); |
|---|
| 65 | this.progressPanel = new System.Windows.Forms.Panel(); |
|---|
| 66 | this.progressCancelBtn = new System.Windows.Forms.Button(); |
|---|
| 67 | this.progressExplainLbl = new System.Windows.Forms.Label(); |
|---|
| 68 | this.progressProgressLbl = new System.Windows.Forms.Label(); |
|---|
| 69 | this.progressPb = new System.Windows.Forms.ProgressBar(); |
|---|
| 70 | this.progressLbl = new System.Windows.Forms.Label(); |
|---|
| 71 | this.downloader = new System.ComponentModel.BackgroundWorker(); |
|---|
| 72 | this.downloadingPnl = new System.Windows.Forms.Panel(); |
|---|
| 73 | this.downloadingCancelBtn = new System.Windows.Forms.Button(); |
|---|
| 74 | this.downloadingOverallPb = new System.Windows.Forms.ProgressBar(); |
|---|
| 75 | this.downloadingOverallLbl = new System.Windows.Forms.Label(); |
|---|
| 76 | this.downloadingItemPb = new System.Windows.Forms.ProgressBar(); |
|---|
| 77 | this.downloadingItemLbl = new System.Windows.Forms.Label(); |
|---|
| 78 | this.downloadingLv = new System.Windows.Forms.ListView(); |
|---|
| 79 | this.downloadingLvColName = new System.Windows.Forms.ColumnHeader(); |
|---|
| 80 | this.downloadingLvColAmount = new System.Windows.Forms.ColumnHeader(); |
|---|
| 81 | this.updatesImageList = new System.Windows.Forms.ImageList(this.components); |
|---|
| 82 | this.downloadingLbl = new System.Windows.Forms.Label(); |
|---|
| 83 | this.installingPnl = new System.Windows.Forms.Panel(); |
|---|
| 84 | this.installingLv = new System.Windows.Forms.ListView(); |
|---|
| 85 | this.installingLvNameCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 86 | this.installingLvStatusCol = new System.Windows.Forms.ColumnHeader(); |
|---|
| 87 | this.installingLbl = new System.Windows.Forms.Label(); |
|---|
| 88 | this.installer = new System.ComponentModel.BackgroundWorker(); |
|---|
| 89 | this.updatesPanel.SuspendLayout(); |
|---|
| 90 | this.progressPanel.SuspendLayout(); |
|---|
| 91 | this.downloadingPnl.SuspendLayout(); |
|---|
| 92 | this.installingPnl.SuspendLayout(); |
|---|
| 93 | this.SuspendLayout(); |
|---|
| 94 | // |
|---|
| 95 | // updateListDownloader |
|---|
| 96 | // |
|---|
| 97 | this.updateListDownloader.WorkerSupportsCancellation = true; |
|---|
| 98 | this.updateListDownloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updateListDownloader_DoWork); |
|---|
| 99 | this.updateListDownloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updateListDownloader_RunWorkerCompleted); |
|---|
| 100 | // |
|---|
| 101 | // updatesPanel |
|---|
| 102 | // |
|---|
| 103 | this.updatesPanel.BackColor = System.Drawing.SystemColors.Control; |
|---|
| 104 | this.updatesPanel.Controls.Add(this.updatesMirrorCmb); |
|---|
| 105 | this.updatesPanel.Controls.Add(this.updatesMirrorLbl); |
|---|
| 106 | this.updatesPanel.Controls.Add(this.updatesLv); |
|---|
| 107 | this.updatesPanel.Controls.Add(this.updatesBtn); |
|---|
| 108 | this.updatesPanel.Controls.Add(this.updatesLbl); |
|---|
| 109 | resources.ApplyResources(this.updatesPanel, "updatesPanel"); |
|---|
| 110 | 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"; |
|---|
| 123 | // |
|---|
| 124 | // updatesLv |
|---|
| 125 | // |
|---|
| 126 | resources.ApplyResources(this.updatesLv, "updatesLv"); |
|---|
| 127 | this.updatesLv.CheckBoxes = true; |
|---|
| 128 | this.updatesLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 129 | this.updatesLvNameCol, |
|---|
| 130 | this.updatesLvVersionCol, |
|---|
| 131 | this.updatesLvPublisherCol, |
|---|
| 132 | this.updatesLvFilesizeCol}); |
|---|
| 133 | this.updatesLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|---|
| 134 | this.updatesLv.Name = "updatesLv"; |
|---|
| 135 | this.updatesLv.UseCompatibleStateImageBehavior = false; |
|---|
| 136 | this.updatesLv.View = System.Windows.Forms.View.Details; |
|---|
| 137 | this.updatesLv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.updatesLv_ItemChecked); |
|---|
| 138 | // |
|---|
| 139 | // updatesLvNameCol |
|---|
| 140 | // |
|---|
| 141 | resources.ApplyResources(this.updatesLvNameCol, "updatesLvNameCol"); |
|---|
| 142 | // |
|---|
| 143 | // updatesLvVersionCol |
|---|
| 144 | // |
|---|
| 145 | resources.ApplyResources(this.updatesLvVersionCol, "updatesLvVersionCol"); |
|---|
| 146 | // |
|---|
| 147 | // updatesLvPublisherCol |
|---|
| 148 | // |
|---|
| 149 | resources.ApplyResources(this.updatesLvPublisherCol, "updatesLvPublisherCol"); |
|---|
| 150 | // |
|---|
| 151 | // updatesLvFilesizeCol |
|---|
| 152 | // |
|---|
| 153 | resources.ApplyResources(this.updatesLvFilesizeCol, "updatesLvFilesizeCol"); |
|---|
| 154 | // |
|---|
| 155 | // updatesBtn |
|---|
| 156 | // |
|---|
| 157 | resources.ApplyResources(this.updatesBtn, "updatesBtn"); |
|---|
| 158 | this.updatesBtn.Name = "updatesBtn"; |
|---|
| 159 | this.updatesBtn.UseVisualStyleBackColor = true; |
|---|
| 160 | this.updatesBtn.Click += new System.EventHandler(this.updatesBtn_Click); |
|---|
| 161 | // |
|---|
| 162 | // updatesLbl |
|---|
| 163 | // |
|---|
| 164 | resources.ApplyResources(this.updatesLbl, "updatesLbl"); |
|---|
| 165 | this.updatesLbl.ForeColor = System.Drawing.SystemColors.ControlText; |
|---|
| 166 | this.updatesLbl.Name = "updatesLbl"; |
|---|
| 167 | // |
|---|
| 168 | // progressPanel |
|---|
| 169 | // |
|---|
| 170 | this.progressPanel.Controls.Add(this.progressCancelBtn); |
|---|
| 171 | this.progressPanel.Controls.Add(this.progressExplainLbl); |
|---|
| 172 | this.progressPanel.Controls.Add(this.progressProgressLbl); |
|---|
| 173 | this.progressPanel.Controls.Add(this.progressPb); |
|---|
| 174 | this.progressPanel.Controls.Add(this.progressLbl); |
|---|
| 175 | resources.ApplyResources(this.progressPanel, "progressPanel"); |
|---|
| 176 | this.progressPanel.Name = "progressPanel"; |
|---|
| 177 | this.progressPanel.UseWaitCursor = true; |
|---|
| 178 | // |
|---|
| 179 | // progressCancelBtn |
|---|
| 180 | // |
|---|
| 181 | resources.ApplyResources(this.progressCancelBtn, "progressCancelBtn"); |
|---|
| 182 | this.progressCancelBtn.Name = "progressCancelBtn"; |
|---|
| 183 | this.progressCancelBtn.UseVisualStyleBackColor = true; |
|---|
| 184 | this.progressCancelBtn.UseWaitCursor = true; |
|---|
| 185 | this.progressCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); |
|---|
| 186 | // |
|---|
| 187 | // progressExplainLbl |
|---|
| 188 | // |
|---|
| 189 | resources.ApplyResources(this.progressExplainLbl, "progressExplainLbl"); |
|---|
| 190 | this.progressExplainLbl.Name = "progressExplainLbl"; |
|---|
| 191 | this.progressExplainLbl.UseWaitCursor = true; |
|---|
| 192 | // |
|---|
| 193 | // progressProgressLbl |
|---|
| 194 | // |
|---|
| 195 | resources.ApplyResources(this.progressProgressLbl, "progressProgressLbl"); |
|---|
| 196 | this.progressProgressLbl.Name = "progressProgressLbl"; |
|---|
| 197 | this.progressProgressLbl.UseWaitCursor = true; |
|---|
| 198 | // |
|---|
| 199 | // progressPb |
|---|
| 200 | // |
|---|
| 201 | resources.ApplyResources(this.progressPb, "progressPb"); |
|---|
| 202 | this.progressPb.Name = "progressPb"; |
|---|
| 203 | this.progressPb.Style = System.Windows.Forms.ProgressBarStyle.Marquee; |
|---|
| 204 | this.progressPb.UseWaitCursor = true; |
|---|
| 205 | // |
|---|
| 206 | // progressLbl |
|---|
| 207 | // |
|---|
| 208 | resources.ApplyResources(this.progressLbl, "progressLbl"); |
|---|
| 209 | this.progressLbl.ForeColor = System.Drawing.SystemColors.ControlText; |
|---|
| 210 | this.progressLbl.Name = "progressLbl"; |
|---|
| 211 | this.progressLbl.UseWaitCursor = true; |
|---|
| 212 | // |
|---|
| 213 | // downloader |
|---|
| 214 | // |
|---|
| 215 | this.downloader.WorkerSupportsCancellation = true; |
|---|
| 216 | this.downloader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloader_DoWork); |
|---|
| 217 | this.downloader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.downloader_RunWorkerCompleted); |
|---|
| 218 | // |
|---|
| 219 | // downloadingPnl |
|---|
| 220 | // |
|---|
| 221 | this.downloadingPnl.Controls.Add(this.downloadingCancelBtn); |
|---|
| 222 | this.downloadingPnl.Controls.Add(this.downloadingOverallPb); |
|---|
| 223 | this.downloadingPnl.Controls.Add(this.downloadingOverallLbl); |
|---|
| 224 | this.downloadingPnl.Controls.Add(this.downloadingItemPb); |
|---|
| 225 | this.downloadingPnl.Controls.Add(this.downloadingItemLbl); |
|---|
| 226 | this.downloadingPnl.Controls.Add(this.downloadingLv); |
|---|
| 227 | this.downloadingPnl.Controls.Add(this.downloadingLbl); |
|---|
| 228 | resources.ApplyResources(this.downloadingPnl, "downloadingPnl"); |
|---|
| 229 | this.downloadingPnl.Name = "downloadingPnl"; |
|---|
| 230 | // |
|---|
| 231 | // downloadingCancelBtn |
|---|
| 232 | // |
|---|
| 233 | resources.ApplyResources(this.downloadingCancelBtn, "downloadingCancelBtn"); |
|---|
| 234 | this.downloadingCancelBtn.Name = "downloadingCancelBtn"; |
|---|
| 235 | this.downloadingCancelBtn.UseVisualStyleBackColor = true; |
|---|
| 236 | this.downloadingCancelBtn.UseWaitCursor = true; |
|---|
| 237 | this.downloadingCancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); |
|---|
| 238 | // |
|---|
| 239 | // downloadingOverallPb |
|---|
| 240 | // |
|---|
| 241 | resources.ApplyResources(this.downloadingOverallPb, "downloadingOverallPb"); |
|---|
| 242 | this.downloadingOverallPb.Name = "downloadingOverallPb"; |
|---|
| 243 | this.downloadingOverallPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; |
|---|
| 244 | // |
|---|
| 245 | // downloadingOverallLbl |
|---|
| 246 | // |
|---|
| 247 | resources.ApplyResources(this.downloadingOverallLbl, "downloadingOverallLbl"); |
|---|
| 248 | this.downloadingOverallLbl.Name = "downloadingOverallLbl"; |
|---|
| 249 | // |
|---|
| 250 | // downloadingItemPb |
|---|
| 251 | // |
|---|
| 252 | resources.ApplyResources(this.downloadingItemPb, "downloadingItemPb"); |
|---|
| 253 | this.downloadingItemPb.Name = "downloadingItemPb"; |
|---|
| 254 | this.downloadingItemPb.Style = System.Windows.Forms.ProgressBarStyle.Continuous; |
|---|
| 255 | // |
|---|
| 256 | // downloadingItemLbl |
|---|
| 257 | // |
|---|
| 258 | resources.ApplyResources(this.downloadingItemLbl, "downloadingItemLbl"); |
|---|
| 259 | this.downloadingItemLbl.Name = "downloadingItemLbl"; |
|---|
| 260 | // |
|---|
| 261 | // downloadingLv |
|---|
| 262 | // |
|---|
| 263 | resources.ApplyResources(this.downloadingLv, "downloadingLv"); |
|---|
| 264 | this.downloadingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 265 | this.downloadingLvColName, |
|---|
| 266 | this.downloadingLvColAmount}); |
|---|
| 267 | this.downloadingLv.FullRowSelect = true; |
|---|
| 268 | this.downloadingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|---|
| 269 | this.downloadingLv.Name = "downloadingLv"; |
|---|
| 270 | this.downloadingLv.SmallImageList = this.updatesImageList; |
|---|
| 271 | this.downloadingLv.UseCompatibleStateImageBehavior = false; |
|---|
| 272 | this.downloadingLv.View = System.Windows.Forms.View.Details; |
|---|
| 273 | // |
|---|
| 274 | // downloadingLvColName |
|---|
| 275 | // |
|---|
| 276 | resources.ApplyResources(this.downloadingLvColName, "downloadingLvColName"); |
|---|
| 277 | // |
|---|
| 278 | // downloadingLvColAmount |
|---|
| 279 | // |
|---|
| 280 | resources.ApplyResources(this.downloadingLvColAmount, "downloadingLvColAmount"); |
|---|
| 281 | // |
|---|
| 282 | // updatesImageList |
|---|
| 283 | // |
|---|
| 284 | this.updatesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("updatesImageList.ImageStream"))); |
|---|
| 285 | this.updatesImageList.TransparentColor = System.Drawing.Color.Transparent; |
|---|
| 286 | this.updatesImageList.Images.SetKeyName(0, "Downloading.png"); |
|---|
| 287 | this.updatesImageList.Images.SetKeyName(1, "Installing.png"); |
|---|
| 288 | this.updatesImageList.Images.SetKeyName(2, "Installed.png"); |
|---|
| 289 | this.updatesImageList.Images.SetKeyName(3, "Error.png"); |
|---|
| 290 | // |
|---|
| 291 | // downloadingLbl |
|---|
| 292 | // |
|---|
| 293 | resources.ApplyResources(this.downloadingLbl, "downloadingLbl"); |
|---|
| 294 | this.downloadingLbl.Name = "downloadingLbl"; |
|---|
| 295 | // |
|---|
| 296 | // installingPnl |
|---|
| 297 | // |
|---|
| 298 | this.installingPnl.Controls.Add(this.installingLv); |
|---|
| 299 | this.installingPnl.Controls.Add(this.installingLbl); |
|---|
| 300 | resources.ApplyResources(this.installingPnl, "installingPnl"); |
|---|
| 301 | this.installingPnl.Name = "installingPnl"; |
|---|
| 302 | this.installingPnl.UseWaitCursor = true; |
|---|
| 303 | // |
|---|
| 304 | // installingLv |
|---|
| 305 | // |
|---|
| 306 | this.installingLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 307 | this.installingLvNameCol, |
|---|
| 308 | this.installingLvStatusCol}); |
|---|
| 309 | this.installingLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|---|
| 310 | resources.ApplyResources(this.installingLv, "installingLv"); |
|---|
| 311 | this.installingLv.Name = "installingLv"; |
|---|
| 312 | this.installingLv.ShowItemToolTips = true; |
|---|
| 313 | this.installingLv.SmallImageList = this.updatesImageList; |
|---|
| 314 | this.installingLv.UseCompatibleStateImageBehavior = false; |
|---|
| 315 | this.installingLv.UseWaitCursor = true; |
|---|
| 316 | this.installingLv.View = System.Windows.Forms.View.Details; |
|---|
| 317 | // |
|---|
| 318 | // installingLvNameCol |
|---|
| 319 | // |
|---|
| 320 | resources.ApplyResources(this.installingLvNameCol, "installingLvNameCol"); |
|---|
| 321 | // |
|---|
| 322 | // installingLvStatusCol |
|---|
| 323 | // |
|---|
| 324 | resources.ApplyResources(this.installingLvStatusCol, "installingLvStatusCol"); |
|---|
| 325 | // |
|---|
| 326 | // installingLbl |
|---|
| 327 | // |
|---|
| 328 | resources.ApplyResources(this.installingLbl, "installingLbl"); |
|---|
| 329 | this.installingLbl.Name = "installingLbl"; |
|---|
| 330 | this.installingLbl.UseWaitCursor = true; |
|---|
| 331 | // |
|---|
| 332 | // installer |
|---|
| 333 | // |
|---|
| 334 | this.installer.WorkerSupportsCancellation = true; |
|---|
| 335 | this.installer.DoWork += new System.ComponentModel.DoWorkEventHandler(this.installer_DoWork); |
|---|
| 336 | this.installer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.installer_RunWorkerCompleted); |
|---|
| 337 | // |
|---|
| 338 | // UpdateForm |
|---|
| 339 | // |
|---|
| 340 | resources.ApplyResources(this, "$this"); |
|---|
| 341 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 342 | this.Controls.Add(this.updatesPanel); |
|---|
| 343 | this.Controls.Add(this.progressPanel); |
|---|
| 344 | this.Controls.Add(this.installingPnl); |
|---|
| 345 | this.Controls.Add(this.downloadingPnl); |
|---|
| 346 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 347 | this.MaximizeBox = false; |
|---|
| 348 | this.MinimizeBox = false; |
|---|
| 349 | this.Name = "UpdateForm"; |
|---|
| 350 | this.ShowInTaskbar = false; |
|---|
| 351 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateForm_FormClosing); |
|---|
| 352 | this.updatesPanel.ResumeLayout(false); |
|---|
| 353 | this.updatesPanel.PerformLayout(); |
|---|
| 354 | this.progressPanel.ResumeLayout(false); |
|---|
| 355 | this.progressPanel.PerformLayout(); |
|---|
| 356 | this.downloadingPnl.ResumeLayout(false); |
|---|
| 357 | this.downloadingPnl.PerformLayout(); |
|---|
| 358 | this.installingPnl.ResumeLayout(false); |
|---|
| 359 | this.installingPnl.PerformLayout(); |
|---|
| 360 | this.ResumeLayout(false); |
|---|
| 361 | |
|---|
| 362 | } |
|---|
| 363 | |
|---|
| 364 | #endregion |
|---|
| 365 | |
|---|
| 366 | private System.ComponentModel.BackgroundWorker updateListDownloader; |
|---|
| 367 | private System.Windows.Forms.Panel updatesPanel; |
|---|
| 368 | private System.Windows.Forms.ListView updatesLv; |
|---|
| 369 | private System.Windows.Forms.Button updatesBtn; |
|---|
| 370 | private System.Windows.Forms.Label updatesLbl; |
|---|
| 371 | private System.Windows.Forms.ColumnHeader updatesLvNameCol; |
|---|
| 372 | private System.Windows.Forms.ColumnHeader updatesLvVersionCol; |
|---|
| 373 | private System.Windows.Forms.ColumnHeader updatesLvPublisherCol; |
|---|
| 374 | private System.Windows.Forms.ColumnHeader updatesLvFilesizeCol; |
|---|
| 375 | private System.Windows.Forms.Panel progressPanel; |
|---|
| 376 | private System.Windows.Forms.Label progressProgressLbl; |
|---|
| 377 | private System.Windows.Forms.ProgressBar progressPb; |
|---|
| 378 | private System.Windows.Forms.Label progressLbl; |
|---|
| 379 | private System.ComponentModel.BackgroundWorker downloader; |
|---|
| 380 | private System.Windows.Forms.Panel downloadingPnl; |
|---|
| 381 | private System.Windows.Forms.ProgressBar downloadingOverallPb; |
|---|
| 382 | private System.Windows.Forms.Label downloadingOverallLbl; |
|---|
| 383 | private System.Windows.Forms.ProgressBar downloadingItemPb; |
|---|
| 384 | private System.Windows.Forms.Label downloadingItemLbl; |
|---|
| 385 | private System.Windows.Forms.ListView downloadingLv; |
|---|
| 386 | private System.Windows.Forms.Label downloadingLbl; |
|---|
| 387 | private System.Windows.Forms.ColumnHeader downloadingLvColName; |
|---|
| 388 | private System.Windows.Forms.ColumnHeader downloadingLvColAmount; |
|---|
| 389 | private System.Windows.Forms.ImageList updatesImageList; |
|---|
| 390 | private System.Windows.Forms.Panel installingPnl; |
|---|
| 391 | private System.Windows.Forms.Label installingLbl; |
|---|
| 392 | private System.Windows.Forms.ListView installingLv; |
|---|
| 393 | private System.Windows.Forms.ColumnHeader installingLvNameCol; |
|---|
| 394 | private System.ComponentModel.BackgroundWorker installer; |
|---|
| 395 | private System.Windows.Forms.ColumnHeader installingLvStatusCol; |
|---|
| 396 | private System.Windows.Forms.Label updatesMirrorLbl; |
|---|
| 397 | private System.Windows.Forms.ComboBox updatesMirrorCmb; |
|---|
| 398 | private System.Windows.Forms.Label progressExplainLbl; |
|---|
| 399 | private System.Windows.Forms.Button progressCancelBtn; |
|---|
| 400 | private System.Windows.Forms.Button downloadingCancelBtn; |
|---|
| 401 | } |
|---|
| 402 | } |
|---|