Version
[pithos-ms-client] / trunk / NetSparkle / NetSparkleDownloadProgress.Designer.cs
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             resources.ApplyResources(this.lblHeader, "lblHeader");
43             this.lblHeader.Name = "lblHeader";
44             // 
45             // progressDownload
46             // 
47             resources.ApplyResources(this.progressDownload, "progressDownload");
48             this.progressDownload.Name = "progressDownload";
49             // 
50             // btnInstallAndReLaunch
51             // 
52             resources.ApplyResources(this.btnInstallAndReLaunch, "btnInstallAndReLaunch");
53             this.btnInstallAndReLaunch.Name = "btnInstallAndReLaunch";
54             this.btnInstallAndReLaunch.UseVisualStyleBackColor = true;
55             this.btnInstallAndReLaunch.Click += new System.EventHandler(this.btnInstallAndReLaunch_Click);
56             // 
57             // lblSecurityHint
58             // 
59             resources.ApplyResources(this.lblSecurityHint, "lblSecurityHint");
60             this.lblSecurityHint.Name = "lblSecurityHint";
61             // 
62             // imgAppIcon
63             // 
64             this.imgAppIcon.Image = global::AppLimit.NetSparkle.Properties.Resources.software_update_available1;
65             resources.ApplyResources(this.imgAppIcon, "imgAppIcon");
66             this.imgAppIcon.Name = "imgAppIcon";
67             this.imgAppIcon.TabStop = false;
68             // 
69             // NetSparkleDownloadProgress
70             // 
71             resources.ApplyResources(this, "$this");
72             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73             this.BackColor = System.Drawing.SystemColors.Control;
74             this.Controls.Add(this.lblSecurityHint);
75             this.Controls.Add(this.btnInstallAndReLaunch);
76             this.Controls.Add(this.progressDownload);
77             this.Controls.Add(this.lblHeader);
78             this.Controls.Add(this.imgAppIcon);
79             this.Name = "NetSparkleDownloadProgress";
80             this.ShowInTaskbar = false;
81             this.TopMost = true;
82             ((System.ComponentModel.ISupportInitialize)(this.imgAppIcon)).EndInit();
83             this.ResumeLayout(false);
84             this.PerformLayout();
85
86         }
87
88         #endregion
89
90         private System.Windows.Forms.Label lblHeader;
91         private System.Windows.Forms.PictureBox imgAppIcon;
92         private System.Windows.Forms.ProgressBar progressDownload;
93         private System.Windows.Forms.Button btnInstallAndReLaunch;
94         private System.Windows.Forms.Label lblSecurityHint;
95
96
97     }
98 }