Revision 349a2d0f trunk/NetSparkle/NetSparkleDownloadProgress.Designer.cs

b/trunk/NetSparkle/NetSparkleDownloadProgress.Designer.cs
39 39
            // 
40 40
            // lblHeader
41 41
            // 
42
            this.lblHeader.AccessibleDescription = null;
43
            this.lblHeader.AccessibleName = null;
44 42
            resources.ApplyResources(this.lblHeader, "lblHeader");
45 43
            this.lblHeader.Name = "lblHeader";
46 44
            // 
47 45
            // progressDownload
48 46
            // 
49
            this.progressDownload.AccessibleDescription = null;
50
            this.progressDownload.AccessibleName = null;
51 47
            resources.ApplyResources(this.progressDownload, "progressDownload");
52
            this.progressDownload.BackgroundImage = null;
53
            this.progressDownload.Font = null;
54 48
            this.progressDownload.Name = "progressDownload";
55 49
            // 
56 50
            // btnInstallAndReLaunch
57 51
            // 
58
            this.btnInstallAndReLaunch.AccessibleDescription = null;
59
            this.btnInstallAndReLaunch.AccessibleName = null;
60 52
            resources.ApplyResources(this.btnInstallAndReLaunch, "btnInstallAndReLaunch");
61
            this.btnInstallAndReLaunch.BackgroundImage = null;
62
            this.btnInstallAndReLaunch.Font = null;
63 53
            this.btnInstallAndReLaunch.Name = "btnInstallAndReLaunch";
64 54
            this.btnInstallAndReLaunch.UseVisualStyleBackColor = true;
65 55
            this.btnInstallAndReLaunch.Click += new System.EventHandler(this.btnInstallAndReLaunch_Click);
66 56
            // 
67 57
            // lblSecurityHint
68 58
            // 
69
            this.lblSecurityHint.AccessibleDescription = null;
70
            this.lblSecurityHint.AccessibleName = null;
71 59
            resources.ApplyResources(this.lblSecurityHint, "lblSecurityHint");
72 60
            this.lblSecurityHint.Name = "lblSecurityHint";
73 61
            // 
74 62
            // imgAppIcon
75 63
            // 
76
            this.imgAppIcon.AccessibleDescription = null;
77
            this.imgAppIcon.AccessibleName = null;
78
            resources.ApplyResources(this.imgAppIcon, "imgAppIcon");
79
            this.imgAppIcon.BackgroundImage = null;
80
            this.imgAppIcon.Font = null;
81 64
            this.imgAppIcon.Image = global::AppLimit.NetSparkle.Properties.Resources.software_update_available1;
82
            this.imgAppIcon.ImageLocation = null;
65
            resources.ApplyResources(this.imgAppIcon, "imgAppIcon");
83 66
            this.imgAppIcon.Name = "imgAppIcon";
84 67
            this.imgAppIcon.TabStop = false;
85 68
            // 
86 69
            // NetSparkleDownloadProgress
87 70
            // 
88
            this.AccessibleDescription = null;
89
            this.AccessibleName = null;
90 71
            resources.ApplyResources(this, "$this");
91 72
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92 73
            this.BackColor = System.Drawing.SystemColors.Control;
93
            this.BackgroundImage = null;
94 74
            this.Controls.Add(this.lblSecurityHint);
95 75
            this.Controls.Add(this.btnInstallAndReLaunch);
96 76
            this.Controls.Add(this.progressDownload);
97 77
            this.Controls.Add(this.lblHeader);
98 78
            this.Controls.Add(this.imgAppIcon);
99
            this.Font = null;
100 79
            this.Name = "NetSparkleDownloadProgress";
101 80
            this.ShowInTaskbar = false;
102 81
            this.TopMost = true;

Also available in: Unified diff