namespace Key_Generator
{
partial class Main
{
///
/// 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(Main));
this.MacAddressHash = new System.Windows.Forms.TextBox();
this.Output = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// MacAddressHash
//
this.MacAddressHash.Location = new System.Drawing.Point(12, 12);
this.MacAddressHash.Name = "MacAddressHash";
this.MacAddressHash.Size = new System.Drawing.Size(260, 20);
this.MacAddressHash.TabIndex = 0;
this.MacAddressHash.TextChanged += new System.EventHandler(this.MacAddress_TextChanged);
//
// Output
//
this.Output.Location = new System.Drawing.Point(12, 38);
this.Output.Name = "Output";
this.Output.Size = new System.Drawing.Size(260, 20);
this.Output.TabIndex = 1;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 68);
this.Controls.Add(this.Output);
this.Controls.Add(this.MacAddressHash);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Kobalt Editor - Key Generator";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox MacAddressHash;
private System.Windows.Forms.TextBox Output;
}
}