namespace UpdateVS
{
partial class Updater
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Updater));
this.startupTimer = new System.Windows.Forms.Timer(this.components);
this.lbox = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// startupTimer
//
this.startupTimer.Interval = 500;
this.startupTimer.Tick += new System.EventHandler(this.startupTimer_Tick);
//
// lbox
//
this.lbox.BackColor = System.Drawing.SystemColors.Control;
this.lbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lbox.FormattingEnabled = true;
this.lbox.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.lbox.Location = new System.Drawing.Point(18, 18);
this.lbox.Name = "lbox";
this.lbox.SelectionMode = System.Windows.Forms.SelectionMode.None;
this.lbox.Size = new System.Drawing.Size(552, 260);
this.lbox.TabIndex = 1;
//
// Updater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(588, 297);
this.Controls.Add(this.lbox);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Updater";
this.Text = "GoldenEye updater v1.0";
this.TopMost = true;
this.Load += new System.EventHandler(this.Updater_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer startupTimer;
private System.Windows.Forms.ListBox lbox;
}
}