namespace DarkWynter.App
{
partial class Episodes
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.progressBarZipDownload = new System.Windows.Forms.ProgressBar();
this.labelProgress = new System.Windows.Forms.Label();
this.localEposodes_listBox = new System.Windows.Forms.ListBox();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// BottomToolStripPanel
//
this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.BottomToolStripPanel.Name = "BottomToolStripPanel";
this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// TopToolStripPanel
//
this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.TopToolStripPanel.Name = "TopToolStripPanel";
this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// RightToolStripPanel
//
this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.RightToolStripPanel.Name = "RightToolStripPanel";
this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// LeftToolStripPanel
//
this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.LeftToolStripPanel.Name = "LeftToolStripPanel";
this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// ContentPanel
//
this.ContentPanel.Size = new System.Drawing.Size(355, 132);
//
// menuStrip1
//
this.menuStrip1.BackColor = DarkWynter.Shell.UCAD_Control.settings.UserControlBackColor;
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStrip1.ForeColor = DarkWynter.Shell.UCAD_Control.settings.UserControlForeColor;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.downloadToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1676, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// downloadToolStripMenuItem
//
this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
this.downloadToolStripMenuItem.Size = new System.Drawing.Size(129, 20);
this.downloadToolStripMenuItem.Text = "Download Package";
this.downloadToolStripMenuItem.Click += new System.EventHandler(this.downloadToolStripMenuItem_Click);
//
// progressBarZipDownload
//
this.progressBarZipDownload.ForeColor = System.Drawing.Color.LightGreen;
this.progressBarZipDownload.Location = new System.Drawing.Point(3, 20);
this.progressBarZipDownload.Name = "progressBarZipDownload";
this.progressBarZipDownload.Size = new System.Drawing.Size(315, 23);
this.progressBarZipDownload.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBarZipDownload.TabIndex = 8;
//
// labelProgress
//
this.labelProgress.AutoSize = true;
this.labelProgress.Location = new System.Drawing.Point(3, 4);
this.labelProgress.Name = "labelProgress";
this.labelProgress.Size = new System.Drawing.Size(30, 13);
this.labelProgress.TabIndex = 12;
this.labelProgress.Text = "Idle..";
//
// localEposodes_listBox
//
this.localEposodes_listBox.FormattingEnabled = true;
this.localEposodes_listBox.Location = new System.Drawing.Point(3, 64);
this.localEposodes_listBox.MultiColumn = true;
this.localEposodes_listBox.Name = "localEposodes_listBox";
this.localEposodes_listBox.Size = new System.Drawing.Size(315, 69);
this.localEposodes_listBox.TabIndex = 13;
this.localEposodes_listBox.SelectedIndexChanged += new System.EventHandler(this.localEposodes_listBox_SelectedIndexChanged);
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.AutoScroll = true;
this.toolStripContainer1.ContentPanel.Controls.Add(this.label1);
this.toolStripContainer1.ContentPanel.Controls.Add(this.localEposodes_listBox);
this.toolStripContainer1.ContentPanel.Controls.Add(this.labelProgress);
this.toolStripContainer1.ContentPanel.Controls.Add(this.progressBarZipDownload);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1676, 805);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(1676, 829);
this.toolStripContainer1.TabIndex = 15;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 13);
this.label1.TabIndex = 14;
this.label1.Text = "Level Selection:";
//
// Episodes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripContainer1);
this.Name = "Episodes";
this.Size = new System.Drawing.Size(1676, 829);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.ContentPanel.PerformLayout();
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
private System.Windows.Forms.ToolStripContentPanel ContentPanel;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.ListBox localEposodes_listBox;
private System.Windows.Forms.Label labelProgress;
private System.Windows.Forms.ProgressBar progressBarZipDownload;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem downloadToolStripMenuItem;
private System.Windows.Forms.Label label1;
}
}