Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (7.4 kB)

1
namespace AppLimit.NetSparkle
2
{
3
    partial class NetSparkleForm
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(NetSparkleForm));
32
            this.lblHeader = new System.Windows.Forms.Label();
33
            this.lblInfoText = new System.Windows.Forms.Label();
34
            this.label3 = new System.Windows.Forms.Label();
35
            this.skipButton = new System.Windows.Forms.Button();
36
            this.buttonRemind = new System.Windows.Forms.Button();
37
            this.updateButton = new System.Windows.Forms.Button();
38
            this.panel1 = new System.Windows.Forms.Panel();
39
            this.NetSparkleBrowser = new System.Windows.Forms.WebBrowser();
40
            this.imgAppIcon = new System.Windows.Forms.PictureBox();
41
            this.panel1.SuspendLayout();
42
            ((System.ComponentModel.ISupportInitialize)(this.imgAppIcon)).BeginInit();
43
            this.SuspendLayout();
44
            // 
45
            // lblHeader
46
            // 
47
            this.lblHeader.AccessibleDescription = null;
48
            this.lblHeader.AccessibleName = null;
49
            resources.ApplyResources(this.lblHeader, "lblHeader");
50
            this.lblHeader.Name = "lblHeader";
51
            // 
52
            // lblInfoText
53
            // 
54
            this.lblInfoText.AccessibleDescription = null;
55
            this.lblInfoText.AccessibleName = null;
56
            resources.ApplyResources(this.lblInfoText, "lblInfoText");
57
            this.lblInfoText.Name = "lblInfoText";
58
            // 
59
            // label3
60
            // 
61
            this.label3.AccessibleDescription = null;
62
            this.label3.AccessibleName = null;
63
            resources.ApplyResources(this.label3, "label3");
64
            this.label3.Name = "label3";
65
            // 
66
            // skipButton
67
            // 
68
            this.skipButton.AccessibleDescription = null;
69
            this.skipButton.AccessibleName = null;
70
            resources.ApplyResources(this.skipButton, "skipButton");
71
            this.skipButton.BackgroundImage = null;
72
            this.skipButton.Font = null;
73
            this.skipButton.Name = "skipButton";
74
            this.skipButton.UseVisualStyleBackColor = true;
75
            this.skipButton.Click += new System.EventHandler(this.skipButton_Click);
76
            // 
77
            // buttonRemind
78
            // 
79
            this.buttonRemind.AccessibleDescription = null;
80
            this.buttonRemind.AccessibleName = null;
81
            resources.ApplyResources(this.buttonRemind, "buttonRemind");
82
            this.buttonRemind.BackgroundImage = null;
83
            this.buttonRemind.Font = null;
84
            this.buttonRemind.Name = "buttonRemind";
85
            this.buttonRemind.UseVisualStyleBackColor = true;
86
            this.buttonRemind.Click += new System.EventHandler(this.buttonRemind_Click);
87
            // 
88
            // updateButton
89
            // 
90
            this.updateButton.AccessibleDescription = null;
91
            this.updateButton.AccessibleName = null;
92
            resources.ApplyResources(this.updateButton, "updateButton");
93
            this.updateButton.BackgroundImage = null;
94
            this.updateButton.Font = null;
95
            this.updateButton.Name = "updateButton";
96
            this.updateButton.UseVisualStyleBackColor = true;
97
            this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
98
            // 
99
            // panel1
100
            // 
101
            this.panel1.AccessibleDescription = null;
102
            this.panel1.AccessibleName = null;
103
            resources.ApplyResources(this.panel1, "panel1");
104
            this.panel1.BackgroundImage = null;
105
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
106
            this.panel1.Controls.Add(this.NetSparkleBrowser);
107
            this.panel1.Font = null;
108
            this.panel1.Name = "panel1";
109
            // 
110
            // NetSparkleBrowser
111
            // 
112
            this.NetSparkleBrowser.AccessibleDescription = null;
113
            this.NetSparkleBrowser.AccessibleName = null;
114
            resources.ApplyResources(this.NetSparkleBrowser, "NetSparkleBrowser");
115
            this.NetSparkleBrowser.IsWebBrowserContextMenuEnabled = false;
116
            this.NetSparkleBrowser.MinimumSize = new System.Drawing.Size(20, 28);
117
            this.NetSparkleBrowser.Name = "NetSparkleBrowser";
118
            // 
119
            // imgAppIcon
120
            // 
121
            this.imgAppIcon.AccessibleDescription = null;
122
            this.imgAppIcon.AccessibleName = null;
123
            resources.ApplyResources(this.imgAppIcon, "imgAppIcon");
124
            this.imgAppIcon.BackgroundImage = null;
125
            this.imgAppIcon.Font = null;
126
            this.imgAppIcon.Image = global::AppLimit.NetSparkle.Properties.Resources.software_update_available1;
127
            this.imgAppIcon.ImageLocation = null;
128
            this.imgAppIcon.Name = "imgAppIcon";
129
            this.imgAppIcon.TabStop = false;
130
            // 
131
            // NetSparkleForm
132
            // 
133
            this.AccessibleDescription = null;
134
            this.AccessibleName = null;
135
            resources.ApplyResources(this, "$this");
136
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
137
            this.BackgroundImage = null;
138
            this.Controls.Add(this.panel1);
139
            this.Controls.Add(this.label3);
140
            this.Controls.Add(this.updateButton);
141
            this.Controls.Add(this.buttonRemind);
142
            this.Controls.Add(this.skipButton);
143
            this.Controls.Add(this.lblInfoText);
144
            this.Controls.Add(this.lblHeader);
145
            this.Controls.Add(this.imgAppIcon);
146
            this.Font = null;
147
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
148
            this.MaximizeBox = false;
149
            this.MinimizeBox = false;
150
            this.Name = "NetSparkleForm";
151
            this.ShowInTaskbar = false;
152
            this.panel1.ResumeLayout(false);
153
            ((System.ComponentModel.ISupportInitialize)(this.imgAppIcon)).EndInit();
154
            this.ResumeLayout(false);
155
            this.PerformLayout();
156

    
157
        }
158

    
159
        #endregion
160

    
161
        private System.Windows.Forms.PictureBox imgAppIcon;
162
        private System.Windows.Forms.Label lblHeader;
163
        private System.Windows.Forms.Label lblInfoText;
164
        private System.Windows.Forms.Label label3;
165
        private System.Windows.Forms.Button skipButton;
166
        private System.Windows.Forms.Button buttonRemind;
167
        private System.Windows.Forms.Button updateButton;
168
        private System.Windows.Forms.Panel panel1;
169
        private System.Windows.Forms.WebBrowser NetSparkleBrowser;
170
    }
171
}