chovy-sign/CHOVY/CHOVYPopsBuilder.Designer.cs

562 lines
28 KiB
C#
Raw Normal View History

2020-08-23 16:29:07 +00:00
namespace CHOVY
{
partial class CHOVYPopsBuilder
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Disc4Path = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.browseDisc3 = new System.Windows.Forms.Button();
this.Disc3Path = new System.Windows.Forms.TextBox();
this.browseDisc2 = new System.Windows.Forms.Button();
this.Disc2Path = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.browseDisc1 = new System.Windows.Forms.Button();
this.Disc1Path = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.browseDisc4 = new System.Windows.Forms.Button();
this.Disc5Path = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.browseDisc5 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.RifPath = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.Versionkey = new System.Windows.Forms.TextBox();
this.FindFromCMA = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.gameTitle = new System.Windows.Forms.TextBox();
this.browseIcon = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.BubbleIcon = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.ProgressStatus = new System.Windows.Forms.Label();
this.FREEDOM = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BubbleIcon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.browseDisc5);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.Disc5Path);
this.groupBox1.Controls.Add(this.browseDisc4);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.Disc4Path);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.browseDisc3);
this.groupBox1.Controls.Add(this.Disc3Path);
this.groupBox1.Controls.Add(this.browseDisc2);
this.groupBox1.Controls.Add(this.Disc2Path);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.browseDisc1);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.Disc1Path);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.ForeColor = System.Drawing.Color.Lime;
this.groupBox1.Location = new System.Drawing.Point(317, 87);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(542, 252);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "The PS1 Game.";
//
// Disc4Path
//
this.Disc4Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Disc4Path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Disc4Path.Enabled = false;
this.Disc4Path.ForeColor = System.Drawing.Color.Lime;
this.Disc4Path.Location = new System.Drawing.Point(115, 162);
this.Disc4Path.Name = "Disc4Path";
this.Disc4Path.Size = new System.Drawing.Size(342, 20);
this.Disc4Path.TabIndex = 20;
this.Disc4Path.TextChanged += new System.EventHandler(this.Disc4Path_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(112, 105);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 13);
this.label3.TabIndex = 19;
this.label3.Text = "Disc #3:";
//
// browseDisc3
//
this.browseDisc3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseDisc3.ForeColor = System.Drawing.Color.Lime;
this.browseDisc3.Location = new System.Drawing.Point(463, 123);
this.browseDisc3.Name = "browseDisc3";
this.browseDisc3.Size = new System.Drawing.Size(60, 22);
this.browseDisc3.TabIndex = 18;
this.browseDisc3.Text = "Browse";
this.browseDisc3.UseVisualStyleBackColor = true;
this.browseDisc3.EnabledChanged += new System.EventHandler(this.browseDisc3_EnabledChanged);
//
// Disc3Path
//
this.Disc3Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Disc3Path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Disc3Path.Enabled = false;
this.Disc3Path.ForeColor = System.Drawing.Color.Lime;
this.Disc3Path.Location = new System.Drawing.Point(115, 123);
this.Disc3Path.Name = "Disc3Path";
this.Disc3Path.Size = new System.Drawing.Size(342, 20);
this.Disc3Path.TabIndex = 17;
this.Disc3Path.TextChanged += new System.EventHandler(this.Disc3Path_TextChanged);
//
// browseDisc2
//
this.browseDisc2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseDisc2.ForeColor = System.Drawing.Color.Lime;
this.browseDisc2.Location = new System.Drawing.Point(463, 82);
this.browseDisc2.Name = "browseDisc2";
this.browseDisc2.Size = new System.Drawing.Size(60, 22);
this.browseDisc2.TabIndex = 16;
this.browseDisc2.Text = "Browse";
this.browseDisc2.UseVisualStyleBackColor = true;
this.browseDisc2.EnabledChanged += new System.EventHandler(this.browseDisc2_EnabledChanged);
//
// Disc2Path
//
this.Disc2Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Disc2Path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Disc2Path.Enabled = false;
this.Disc2Path.ForeColor = System.Drawing.Color.Lime;
this.Disc2Path.Location = new System.Drawing.Point(115, 82);
this.Disc2Path.Name = "Disc2Path";
this.Disc2Path.Size = new System.Drawing.Size(342, 20);
this.Disc2Path.TabIndex = 15;
this.Disc2Path.TextChanged += new System.EventHandler(this.Disc2Path_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(112, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 14;
this.label2.Text = "Disc #2:";
//
// browseDisc1
//
this.browseDisc1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseDisc1.ForeColor = System.Drawing.Color.Lime;
this.browseDisc1.Location = new System.Drawing.Point(463, 43);
this.browseDisc1.Name = "browseDisc1";
this.browseDisc1.Size = new System.Drawing.Size(60, 22);
this.browseDisc1.TabIndex = 13;
this.browseDisc1.Text = "Browse";
this.browseDisc1.UseVisualStyleBackColor = true;
this.browseDisc1.EnabledChanged += new System.EventHandler(this.browseDisc1_EnabledChanged);
//
// Disc1Path
//
this.Disc1Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Disc1Path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Disc1Path.ForeColor = System.Drawing.Color.Lime;
this.Disc1Path.Location = new System.Drawing.Point(115, 43);
this.Disc1Path.Name = "Disc1Path";
this.Disc1Path.Size = new System.Drawing.Size(342, 20);
this.Disc1Path.TabIndex = 7;
this.Disc1Path.TextChanged += new System.EventHandler(this.Disc1Path_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(112, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Disc #1:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(112, 146);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 13);
this.label4.TabIndex = 21;
this.label4.Text = "Disc #4:";
//
// browseDisc4
//
this.browseDisc4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseDisc4.ForeColor = System.Drawing.Color.Lime;
this.browseDisc4.Location = new System.Drawing.Point(463, 162);
this.browseDisc4.Name = "browseDisc4";
this.browseDisc4.Size = new System.Drawing.Size(60, 22);
this.browseDisc4.TabIndex = 22;
this.browseDisc4.Text = "Browse";
this.browseDisc4.UseVisualStyleBackColor = true;
this.browseDisc4.EnabledChanged += new System.EventHandler(this.browseDisc4_EnabledChanged);
//
// Disc5Path
//
this.Disc5Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Disc5Path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Disc5Path.Enabled = false;
this.Disc5Path.ForeColor = System.Drawing.Color.Lime;
this.Disc5Path.Location = new System.Drawing.Point(115, 201);
this.Disc5Path.Name = "Disc5Path";
this.Disc5Path.Size = new System.Drawing.Size(342, 20);
this.Disc5Path.TabIndex = 23;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(112, 185);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 13);
this.label5.TabIndex = 24;
this.label5.Text = "Disc #5:";
//
// browseDisc5
//
this.browseDisc5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseDisc5.ForeColor = System.Drawing.Color.Lime;
this.browseDisc5.Location = new System.Drawing.Point(463, 198);
this.browseDisc5.Name = "browseDisc5";
this.browseDisc5.Size = new System.Drawing.Size(60, 22);
this.browseDisc5.TabIndex = 25;
this.browseDisc5.Text = "Browse";
this.browseDisc5.UseVisualStyleBackColor = true;
this.browseDisc5.EnabledChanged += new System.EventHandler(this.browseDisc5_EnabledChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 233);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(107, 13);
this.label6.TabIndex = 26;
this.label6.Text = "Bin/Cue Disc Images";
//
// label7
//
this.label7.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Lime;
this.label7.Location = new System.Drawing.Point(6, 21);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(27, 13);
this.label7.TabIndex = 2;
this.label7.Text = "RIF:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.FindFromCMA);
this.groupBox2.Controls.Add(this.Versionkey);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.RifPath);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.ForeColor = System.Drawing.Color.Lime;
this.groupBox2.Location = new System.Drawing.Point(239, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(694, 54);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Keys to the Kingdom";
//
// RifPath
//
this.RifPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.RifPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RifPath.ForeColor = System.Drawing.Color.Lime;
this.RifPath.Location = new System.Drawing.Point(39, 19);
this.RifPath.Name = "RifPath";
this.RifPath.Size = new System.Drawing.Size(225, 20);
this.RifPath.TabIndex = 3;
//
// label8
//
this.label8.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Lime;
this.label8.Location = new System.Drawing.Point(270, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(63, 13);
this.label8.TabIndex = 4;
this.label8.Text = "VersionKey:";
//
// Versionkey
//
this.Versionkey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Versionkey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Versionkey.ForeColor = System.Drawing.Color.Lime;
this.Versionkey.Location = new System.Drawing.Point(338, 19);
this.Versionkey.Name = "Versionkey";
this.Versionkey.Size = new System.Drawing.Size(225, 20);
this.Versionkey.TabIndex = 5;
//
// FindFromCMA
//
this.FindFromCMA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.FindFromCMA.ForeColor = System.Drawing.Color.Lime;
this.FindFromCMA.Location = new System.Drawing.Point(569, 16);
this.FindFromCMA.Name = "FindFromCMA";
this.FindFromCMA.Size = new System.Drawing.Size(109, 23);
this.FindFromCMA.TabIndex = 6;
this.FindFromCMA.Text = "Find from CMA";
this.FindFromCMA.UseVisualStyleBackColor = true;
this.FindFromCMA.Click += new System.EventHandler(this.FindFromCMA_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.browseIcon);
this.groupBox3.Controls.Add(this.gameTitle);
this.groupBox3.Controls.Add(this.BubbleIcon);
this.groupBox3.ForeColor = System.Drawing.Color.Lime;
this.groupBox3.Location = new System.Drawing.Point(260, 358);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(645, 161);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Bubble Info";
//
// gameTitle
//
this.gameTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.gameTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.gameTitle.ForeColor = System.Drawing.Color.Lime;
this.gameTitle.Location = new System.Drawing.Point(114, 37);
this.gameTitle.MaxLength = 80;
this.gameTitle.Multiline = true;
this.gameTitle.Name = "gameTitle";
this.gameTitle.Size = new System.Drawing.Size(516, 64);
this.gameTitle.TabIndex = 8;
this.gameTitle.Text = "Epic PS1 Game!";
//
// browseIcon
//
this.browseIcon.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.browseIcon.ForeColor = System.Drawing.Color.Lime;
this.browseIcon.Location = new System.Drawing.Point(570, 120);
this.browseIcon.Name = "browseIcon";
this.browseIcon.Size = new System.Drawing.Size(60, 22);
this.browseIcon.TabIndex = 26;
this.browseIcon.Text = "Browse";
this.browseIcon.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(114, 21);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(30, 13);
this.label9.TabIndex = 27;
this.label9.Text = "Title:";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.ForeColor = System.Drawing.Color.Lime;
this.textBox1.Location = new System.Drawing.Point(114, 120);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(450, 20);
this.textBox1.TabIndex = 28;
this.textBox1.Text = "(none)";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(114, 104);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(105, 13);
this.label10.TabIndex = 29;
this.label10.Text = "Bubble Icon (80x80):";
//
// BubbleIcon
//
this.BubbleIcon.BackgroundImage = global::CHOVY.Properties.Resources.PopsDefaultIcon;
this.BubbleIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.BubbleIcon.Location = new System.Drawing.Point(16, 37);
this.BubbleIcon.Name = "BubbleIcon";
this.BubbleIcon.Size = new System.Drawing.Size(80, 80);
this.BubbleIcon.TabIndex = 0;
this.BubbleIcon.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(12, 3);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(204, 602);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::CHOVY.Properties.Resources.does_not_protect_from_illegal_copies;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(7, 79);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(103, 103);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(260, 553);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(564, 23);
this.progressBar1.TabIndex = 5;
//
// ProgressStatus
//
this.ProgressStatus.AutoSize = true;
this.ProgressStatus.ForeColor = System.Drawing.Color.Lime;
this.ProgressStatus.Location = new System.Drawing.Point(257, 537);
this.ProgressStatus.Name = "ProgressStatus";
this.ProgressStatus.Size = new System.Drawing.Size(59, 13);
this.ProgressStatus.TabIndex = 6;
this.ProgressStatus.Text = "Progress %";
//
// FREEDOM
//
this.FREEDOM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.FREEDOM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.FREEDOM.Location = new System.Drawing.Point(830, 553);
this.FREEDOM.Name = "FREEDOM";
this.FREEDOM.Size = new System.Drawing.Size(75, 23);
this.FREEDOM.TabIndex = 16;
this.FREEDOM.Text = "FREEDOM";
this.FREEDOM.UseVisualStyleBackColor = true;
this.FREEDOM.EnabledChanged += new System.EventHandler(this.FREEDOM_EnabledChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Lime;
this.label11.Location = new System.Drawing.Point(835, 595);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(113, 13);
this.label11.TabIndex = 17;
this.label11.Text = "SilicaAndPina, dots_tb";
//
// label12
//
this.label12.AutoSize = true;
this.label12.ForeColor = System.Drawing.Color.Lime;
this.label12.Location = new System.Drawing.Point(222, 595);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(123, 13);
this.label12.TabIndex = 18;
this.label12.Text = "Made possible by CBPS.";
//
// CHOVYPopsBuilder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(960, 617);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.FREEDOM);
this.Controls.Add(this.ProgressStatus);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.groupBox1);
this.Name = "CHOVYPopsBuilder";
this.Text = "CHOVY-POPS-SIGN";
this.Load += new System.EventHandler(this.CHOVYPopsBuilder_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.BubbleIcon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox Disc1Path;
private System.Windows.Forms.TextBox Disc4Path;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button browseDisc3;
private System.Windows.Forms.TextBox Disc3Path;
private System.Windows.Forms.Button browseDisc2;
private System.Windows.Forms.TextBox Disc2Path;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button browseDisc1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button browseDisc5;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Disc5Path;
private System.Windows.Forms.Button browseDisc4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox Versionkey;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox RifPath;
private System.Windows.Forms.Button FindFromCMA;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.PictureBox BubbleIcon;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button browseIcon;
private System.Windows.Forms.TextBox gameTitle;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label ProgressStatus;
private System.Windows.Forms.Button FREEDOM;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
}
}