1
0
mirror of synced 2024-09-25 12:08:21 +02:00
Switch-Toolbox/File_Format_Library/GUI/KeySelection.Designer.cs
KillzXGaming 7cf2e9c571 Cleanup
2019-07-16 17:45:10 -04:00

137 lines
5.9 KiB
C#

namespace Toolbox
{
partial class KeySelectionForm
{
/// <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.setProdKeyPath = new Toolbox.Library.Forms.STButton();
this.setTitleKeyPath = new Toolbox.Library.Forms.STButton();
this.btnOk = new Toolbox.Library.Forms.STButton();
this.stLabel2 = new Toolbox.Library.Forms.STLabel();
this.TextBoxTitleKey = new Toolbox.Library.Forms.STTextBox();
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
this.TextBoxProdKeyPath = new Toolbox.Library.Forms.STTextBox();
this.SuspendLayout();
//
// setProdKeyPath
//
this.setProdKeyPath.Location = new System.Drawing.Point(12, 40);
this.setProdKeyPath.Name = "setProdKeyPath";
this.setProdKeyPath.Size = new System.Drawing.Size(53, 23);
this.setProdKeyPath.TabIndex = 6;
this.setProdKeyPath.Text = "Set";
this.setProdKeyPath.UseVisualStyleBackColor = false;
this.setProdKeyPath.Click += new System.EventHandler(this.setProdKeyPath_Click);
//
// setTitleKeyPath
//
this.setTitleKeyPath.Location = new System.Drawing.Point(12, 103);
this.setTitleKeyPath.Name = "setTitleKeyPath";
this.setTitleKeyPath.Size = new System.Drawing.Size(53, 23);
this.setTitleKeyPath.TabIndex = 5;
this.setTitleKeyPath.Text = "Set";
this.setTitleKeyPath.UseVisualStyleBackColor = false;
this.setTitleKeyPath.Click += new System.EventHandler(this.setTitleKeyPath_Click);
//
// btnOk
//
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Enabled = false;
this.btnOk.Location = new System.Drawing.Point(335, 152);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 4;
this.btnOk.Text = "Ok";
this.btnOk.UseVisualStyleBackColor = false;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// stLabel2
//
this.stLabel2.AutoSize = true;
this.stLabel2.Location = new System.Drawing.Point(12, 78);
this.stLabel2.Name = "stLabel2";
this.stLabel2.Size = new System.Drawing.Size(53, 13);
this.stLabel2.TabIndex = 3;
this.stLabel2.Text = "Title Keys";
//
// TextBoxTitleKey
//
this.TextBoxTitleKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.TextBoxTitleKey.Location = new System.Drawing.Point(71, 105);
this.TextBoxTitleKey.Name = "TextBoxTitleKey";
this.TextBoxTitleKey.ReadOnly = true;
this.TextBoxTitleKey.Size = new System.Drawing.Size(339, 20);
this.TextBoxTitleKey.TabIndex = 2;
//
// stLabel1
//
this.stLabel1.AutoSize = true;
this.stLabel1.Location = new System.Drawing.Point(12, 18);
this.stLabel1.Name = "stLabel1";
this.stLabel1.Size = new System.Drawing.Size(55, 13);
this.stLabel1.TabIndex = 1;
this.stLabel1.Text = "Prod Keys";
//
// TextBoxProdKeyPath
//
this.TextBoxProdKeyPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.TextBoxProdKeyPath.Location = new System.Drawing.Point(71, 43);
this.TextBoxProdKeyPath.Name = "TextBoxProdKeyPath";
this.TextBoxProdKeyPath.ReadOnly = true;
this.TextBoxProdKeyPath.Size = new System.Drawing.Size(339, 20);
this.TextBoxProdKeyPath.TabIndex = 0;
//
// KeySelectionForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(415, 181);
this.Controls.Add(this.setProdKeyPath);
this.Controls.Add(this.setTitleKeyPath);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.stLabel2);
this.Controls.Add(this.TextBoxTitleKey);
this.Controls.Add(this.stLabel1);
this.Controls.Add(this.TextBoxProdKeyPath);
this.Name = "KeySelectionForm";
this.Text = "Select Key Files";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Toolbox.Library.Forms.STTextBox TextBoxProdKeyPath;
private Toolbox.Library.Forms.STLabel stLabel1;
private Toolbox.Library.Forms.STLabel stLabel2;
private Toolbox.Library.Forms.STTextBox TextBoxTitleKey;
private Toolbox.Library.Forms.STButton btnOk;
private Toolbox.Library.Forms.STButton setTitleKeyPath;
private Toolbox.Library.Forms.STButton setProdKeyPath;
}
}