namespace Blizzard
{
partial class Manage_Licences
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manage_Licences));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.DeleteLicence = new System.Windows.Forms.Button();
this.EditLicence = new System.Windows.Forms.Button();
this.Licences = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.LicenceType = new System.Windows.Forms.TextBox();
this.User = new System.Windows.Forms.TextBox();
this.Serial = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.CreateLicence = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.DeleteLicence);
this.groupBox1.Controls.Add(this.EditLicence);
this.groupBox1.Controls.Add(this.Licences);
this.groupBox1.Location = new System.Drawing.Point(4, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(451, 263);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Manage Licences";
//
// DeleteLicence
//
this.DeleteLicence.Location = new System.Drawing.Point(370, 236);
this.DeleteLicence.Name = "DeleteLicence";
this.DeleteLicence.Size = new System.Drawing.Size(56, 23);
this.DeleteLicence.TabIndex = 2;
this.DeleteLicence.Text = "Delete";
this.DeleteLicence.UseVisualStyleBackColor = true;
//
// EditLicence
//
this.EditLicence.Location = new System.Drawing.Point(308, 236);
this.EditLicence.Name = "EditLicence";
this.EditLicence.Size = new System.Drawing.Size(56, 23);
this.EditLicence.TabIndex = 1;
this.EditLicence.Text = "Edit";
this.EditLicence.UseVisualStyleBackColor = true;
//
// Licences
//
this.Licences.FormattingEnabled = true;
this.Licences.Location = new System.Drawing.Point(7, 20);
this.Licences.Name = "Licences";
this.Licences.Size = new System.Drawing.Size(438, 212);
this.Licences.TabIndex = 0;
this.Licences.SelectedIndexChanged += new System.EventHandler(this.Licences_SelectedIndexChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LicenceType);
this.groupBox2.Controls.Add(this.User);
this.groupBox2.Controls.Add(this.Serial);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.CreateLicence);
this.groupBox2.Location = new System.Drawing.Point(462, 4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(210, 172);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Create Licences";
//
// LicenceType
//
this.LicenceType.Location = new System.Drawing.Point(10, 117);
this.LicenceType.Name = "LicenceType";
this.LicenceType.Size = new System.Drawing.Size(191, 20);
this.LicenceType.TabIndex = 9;
//
// User
//
this.User.Location = new System.Drawing.Point(10, 74);
this.User.Name = "User";
this.User.Size = new System.Drawing.Size(191, 20);
this.User.TabIndex = 8;
//
// Serial
//
this.Serial.Location = new System.Drawing.Point(10, 37);
this.Serial.Name = "Serial";
this.Serial.Size = new System.Drawing.Size(191, 20);
this.Serial.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 100);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(58, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Type (0-4):";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
this.label2.TabIndex = 5;
this.label2.Text = "User:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Serial:";
//
// CreateLicence
//
this.CreateLicence.Location = new System.Drawing.Point(145, 143);
this.CreateLicence.Name = "CreateLicence";
this.CreateLicence.Size = new System.Drawing.Size(56, 23);
this.CreateLicence.TabIndex = 3;
this.CreateLicence.Text = "Create!";
this.CreateLicence.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(476, 200);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(187, 52);
this.label4.TabIndex = 2;
this.label4.Text = "Thanks for using Blizzard Emulator!\r\nYou only can 0-4 licences, for safety...\r\n\r\n" +
"Thanks, Itachi!\r\n";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Manage_Licences
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(675, 272);
this.Controls.Add(this.label4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Manage_Licences";
this.Text = "Licence Management";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox Licences;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button DeleteLicence;
private System.Windows.Forms.Button EditLicence;
private System.Windows.Forms.TextBox LicenceType;
private System.Windows.Forms.TextBox User;
private System.Windows.Forms.TextBox Serial;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button CreateLicence;
private System.Windows.Forms.Label label4;
}
}