namespace DarkWynter.App
{
partial class ContentCompilerControl
{
///
/// 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.buttonDownloadContentProject = new System.Windows.Forms.Button();
this.buttonDownloadContent = new System.Windows.Forms.Button();
this.progressBarZipDownload = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
// buttonDownloadContentProject
//
this.buttonDownloadContentProject.Location = new System.Drawing.Point(15, 42);
this.buttonDownloadContentProject.Name = "buttonDownloadContentProject";
this.buttonDownloadContentProject.Size = new System.Drawing.Size(181, 23);
this.buttonDownloadContentProject.TabIndex = 0;
this.buttonDownloadContentProject.Text = "Download Content Project";
this.buttonDownloadContentProject.UseVisualStyleBackColor = true;
this.buttonDownloadContentProject.Click += new System.EventHandler(this.buttonDownloadContentProject_Click_1);
//
// buttonDownloadContent
//
this.buttonDownloadContent.Location = new System.Drawing.Point(15, 64);
this.buttonDownloadContent.Name = "buttonDownloadContent";
this.buttonDownloadContent.Size = new System.Drawing.Size(181, 23);
this.buttonDownloadContent.TabIndex = 1;
this.buttonDownloadContent.Text = "Download Content";
this.buttonDownloadContent.UseVisualStyleBackColor = true;
this.buttonDownloadContent.Click += new System.EventHandler(this.buttonDownloadContent_Click);
//
// progressBarZipDownload
//
this.progressBarZipDownload.ForeColor = System.Drawing.Color.LightGreen;
this.progressBarZipDownload.Location = new System.Drawing.Point(54, 93);
this.progressBarZipDownload.Name = "progressBarZipDownload";
this.progressBarZipDownload.Size = new System.Drawing.Size(99, 23);
this.progressBarZipDownload.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBarZipDownload.TabIndex = 9;
//
// ContentCompilerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.progressBarZipDownload);
this.Controls.Add(this.buttonDownloadContent);
this.Controls.Add(this.buttonDownloadContentProject);
this.Name = "ContentCompilerControl";
this.Size = new System.Drawing.Size(218, 133);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonDownloadContentProject;
private System.Windows.Forms.Button buttonDownloadContent;
private System.Windows.Forms.ProgressBar progressBarZipDownload;
}
}