localpsmplus/LocalPSM+/PSMKeyGen.Designer.cs

151 lines
6.9 KiB
C#

namespace LocalPSM_
{
partial class PSMKeyGen
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PSMKeyGen));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.DevName = new System.Windows.Forms.TextBox();
this.TextColor = new System.Windows.Forms.Label();
this.KeyGen = new System.Windows.Forms.Button();
this.LicenseGen = new System.Windows.Forms.Button();
this.Unity = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImage = global::LocalPSM_.Properties.Resources.Logo;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(408, 114);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// DevName
//
this.DevName.BackColor = System.Drawing.SystemColors.HotTrack;
this.DevName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.DevName.Location = new System.Drawing.Point(12, 156);
this.DevName.MaxLength = 17;
this.DevName.Name = "DevName";
this.DevName.Size = new System.Drawing.Size(408, 20);
this.DevName.TabIndex = 1;
this.DevName.TextChanged += new System.EventHandler(this.DevName_TextChanged);
//
// TextColor
//
this.TextColor.AutoSize = true;
this.TextColor.BackColor = System.Drawing.Color.Transparent;
this.TextColor.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.TextColor.Location = new System.Drawing.Point(12, 140);
this.TextColor.Name = "TextColor";
this.TextColor.Size = new System.Drawing.Size(97, 13);
this.TextColor.TabIndex = 2;
this.TextColor.Text = "Device Name / ID:";
//
// KeyGen
//
this.KeyGen.BackColor = System.Drawing.SystemColors.Highlight;
this.KeyGen.Enabled = false;
this.KeyGen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.KeyGen.Location = new System.Drawing.Point(12, 182);
this.KeyGen.Name = "KeyGen";
this.KeyGen.Size = new System.Drawing.Size(201, 26);
this.KeyGen.TabIndex = 3;
this.KeyGen.Text = "Generate Publishing License";
this.KeyGen.UseVisualStyleBackColor = false;
this.KeyGen.Click += new System.EventHandler(this.KeyGen_Click);
//
// LicenseGen
//
this.LicenseGen.BackColor = System.Drawing.SystemColors.Highlight;
this.LicenseGen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.LicenseGen.Location = new System.Drawing.Point(219, 182);
this.LicenseGen.Name = "LicenseGen";
this.LicenseGen.Size = new System.Drawing.Size(201, 26);
this.LicenseGen.TabIndex = 4;
this.LicenseGen.Text = "Re-Activate License";
this.LicenseGen.UseVisualStyleBackColor = false;
this.LicenseGen.Click += new System.EventHandler(this.LicenseGen_Click);
//
// Unity
//
this.Unity.AutoSize = true;
this.Unity.BackColor = System.Drawing.Color.Transparent;
this.Unity.ForeColor = System.Drawing.SystemColors.Control;
this.Unity.Location = new System.Drawing.Point(344, 140);
this.Unity.Name = "Unity";
this.Unity.Size = new System.Drawing.Size(76, 17);
this.Unity.TabIndex = 5;
this.Unity.Text = "PSM Unity";
this.Unity.UseVisualStyleBackColor = false;
//
// PSMKeyGen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::LocalPSM_.Properties.Resources.bg;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(432, 236);
this.Controls.Add(this.Unity);
this.Controls.Add(this.LicenseGen);
this.Controls.Add(this.KeyGen);
this.Controls.Add(this.TextColor);
this.Controls.Add(this.DevName);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PSMKeyGen";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PSM Key Generator";
this.Load += new System.EventHandler(this.PSMKeyGen_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox DevName;
private System.Windows.Forms.Label TextColor;
private System.Windows.Forms.Button KeyGen;
private System.Windows.Forms.Button LicenseGen;
private System.Windows.Forms.CheckBox Unity;
}
}