BMTuneSource/BMTune_Packer/Form1.Designer.cs

297 lines
13 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace BMTune_Uploader
{
partial class Form1
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.progressBar3 = new System.Windows.Forms.ProgressBar();
this.txtBuildVersion = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(0, 269);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(353, 25);
this.label1.TabIndex = 0;
this.label1.Text = "DONE !!";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// progressBar1
//
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.progressBar1.Location = new System.Drawing.Point(0, 321);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(353, 11);
this.progressBar1.TabIndex = 1;
//
// button1
//
this.button1.ForeColor = System.Drawing.Color.Navy;
this.button1.Location = new System.Drawing.Point(7, 48);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(149, 25);
this.button1.TabIndex = 2;
this.button1.Text = "Encrypt BMTune";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// button2
//
this.button2.ForeColor = System.Drawing.Color.Blue;
this.button2.Location = new System.Drawing.Point(6, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(149, 25);
this.button2.TabIndex = 3;
this.button2.Text = "Encrypt Starter";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(6, 57);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(149, 25);
this.button3.TabIndex = 4;
this.button3.Text = "Open Project .sln";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3_Click);
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(164, 48);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(189, 203);
this.textBox1.TabIndex = 5;
//
// button4
//
this.button4.ForeColor = System.Drawing.Color.Red;
this.button4.Location = new System.Drawing.Point(32, 84);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(94, 25);
this.button4.TabIndex = 6;
this.button4.Text = "Clear Logs";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4_Click);
//
// progressBar2
//
this.progressBar2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.progressBar2.Location = new System.Drawing.Point(0, 310);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(353, 11);
this.progressBar2.TabIndex = 7;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(29, 139);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(95, 17);
this.checkBox1.TabIndex = 8;
this.checkBox1.Text = "Do All at Once";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 116);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Build Solution:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(85, 113);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(30, 20);
this.textBox2.TabIndex = 10;
this.textBox2.Text = "15";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(122, 116);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 11;
this.label3.Text = "times";
//
// button5
//
this.button5.ForeColor = System.Drawing.Color.Green;
this.button5.Location = new System.Drawing.Point(6, 30);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(149, 25);
this.button5.TabIndex = 12;
this.button5.Text = "Build Solution";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.Button5_Click);
//
// progressBar3
//
this.progressBar3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.progressBar3.Location = new System.Drawing.Point(0, 299);
this.progressBar3.Name = "progressBar3";
this.progressBar3.Size = new System.Drawing.Size(353, 11);
this.progressBar3.TabIndex = 13;
//
// txtBuildVersion
//
this.txtBuildVersion.Location = new System.Drawing.Point(98, 79);
this.txtBuildVersion.Name = "txtBuildVersion";
this.txtBuildVersion.Size = new System.Drawing.Size(49, 20);
this.txtBuildVersion.TabIndex = 15;
this.txtBuildVersion.Text = "V1.73.4";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 82);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 13);
this.label4.TabIndex = 14;
this.label4.Text = "Build Version:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 13);
this.label5.TabIndex = 16;
this.label5.Text = "Location:";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(69, 13);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(272, 20);
this.textBox3.TabIndex = 17;
//
// panel1
//
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.checkBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.button5);
this.panel1.Controls.Add(this.label3);
this.panel1.Location = new System.Drawing.Point(3, 107);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(158, 159);
this.panel1.TabIndex = 18;
this.panel1.Visible = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(353, 332);
this.Controls.Add(this.panel1);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtBuildVersion);
this.Controls.Add(this.progressBar3);
this.Controls.Add(this.label4);
this.Controls.Add(this.progressBar2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "BMTune Encrypter/Obfuscator";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ProgressBar progressBar2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ProgressBar progressBar3;
private System.Windows.Forms.TextBox txtBuildVersion;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Panel panel1;
}
}