Statistics
| Branch: | Revision:

root / trunk / NetSparkle / NetSparkleDownloadProgress.Designer.cs @ 46426dbd

History | View | Annotate | Download (5.1 kB)

1
namespace AppLimit.NetSparkle
2
{
3
    partial class NetSparkleDownloadProgress
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NetSparkleDownloadProgress));
32
            this.lblHeader = new System.Windows.Forms.Label();
33
            this.progressDownload = new System.Windows.Forms.ProgressBar();
34
            this.btnInstallAndReLaunch = new System.Windows.Forms.Button();
35
            this.lblSecurityHint = new System.Windows.Forms.Label();
36
            this.imgAppIcon = new System.Windows.Forms.PictureBox();
37
            ((System.ComponentModel.ISupportInitialize)(this.imgAppIcon)).BeginInit();
38
            this.SuspendLayout();
39
            // 
40
            // lblHeader
41
            // 
42
            this.lblHeader.AccessibleDescription = null;
43
            this.lblHeader.AccessibleName = null;
44
            resources.ApplyResources(this.lblHeader, "lblHeader");
45
            this.lblHeader.Name = "lblHeader";
46
            // 
47
            // progressDownload
48
            // 
49
            this.progressDownload.AccessibleDescription = null;
50
            this.progressDownload.AccessibleName = null;
51
            resources.ApplyResources(this.progressDownload, "progressDownload");
52
            this.progressDownload.BackgroundImage = null;
53
            this.progressDownload.Font = null;
54
            this.progressDownload.Name = "progressDownload";
55
            // 
56
            // btnInstallAndReLaunch
57
            // 
58
            this.btnInstallAndReLaunch.AccessibleDescription = null;
59
            this.btnInstallAndReLaunch.AccessibleName = null;
60
            resources.ApplyResources(this.btnInstallAndReLaunch, "btnInstallAndReLaunch");
61
            this.btnInstallAndReLaunch.BackgroundImage = null;
62
            this.btnInstallAndReLaunch.Font = null;
63
            this.btnInstallAndReLaunch.Name = "btnInstallAndReLaunch";
64
            this.btnInstallAndReLaunch.UseVisualStyleBackColor = true;
65
            this.btnInstallAndReLaunch.Click += new System.EventHandler(this.btnInstallAndReLaunch_Click);
66
            // 
67
            // lblSecurityHint
68
            // 
69
            this.lblSecurityHint.AccessibleDescription = null;
70
            this.lblSecurityHint.AccessibleName = null;
71
            resources.ApplyResources(this.lblSecurityHint, "lblSecurityHint");
72
            this.lblSecurityHint.Name = "lblSecurityHint";
73
            // 
74
            // imgAppIcon
75
            // 
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
            this.imgAppIcon.Image = global::AppLimit.NetSparkle.Properties.Resources.software_update_available1;
82
            this.imgAppIcon.ImageLocation = null;
83
            this.imgAppIcon.Name = "imgAppIcon";
84
            this.imgAppIcon.TabStop = false;
85
            // 
86
            // NetSparkleDownloadProgress
87
            // 
88
            this.AccessibleDescription = null;
89
            this.AccessibleName = null;
90
            resources.ApplyResources(this, "$this");
91
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92
            this.BackColor = System.Drawing.SystemColors.Control;
93
            this.BackgroundImage = null;
94
            this.Controls.Add(this.lblSecurityHint);
95
            this.Controls.Add(this.btnInstallAndReLaunch);
96
            this.Controls.Add(this.progressDownload);
97
            this.Controls.Add(this.lblHeader);
98
            this.Controls.Add(this.imgAppIcon);
99
            this.Font = null;
100
            this.Name = "NetSparkleDownloadProgress";
101
            this.ShowInTaskbar = false;
102
            this.TopMost = true;
103
            ((System.ComponentModel.ISupportInitialize)(this.imgAppIcon)).EndInit();
104
            this.ResumeLayout(false);
105
            this.PerformLayout();
106

    
107
        }
108

    
109
        #endregion
110

    
111
        private System.Windows.Forms.Label lblHeader;
112
        private System.Windows.Forms.PictureBox imgAppIcon;
113
        private System.Windows.Forms.ProgressBar progressDownload;
114
        private System.Windows.Forms.Button btnInstallAndReLaunch;
115
        private System.Windows.Forms.Label lblSecurityHint;
116

    
117

    
118
    }
119
}