namespace Key_Generator { partial class Main { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code 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(); 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); 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; 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 = "Key Generator"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox MacAddressHash; private System.Windows.Forms.TextBox Output; } }