namespace MD5Password { 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.Password = new System.Windows.Forms.TextBox(); this.MD5Password = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // Password // this.Password.Location = new System.Drawing.Point(12, 12); this.Password.Name = "Password"; this.Password.Size = new System.Drawing.Size(360, 20); this.Password.TabIndex = 0; this.Password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Password.TextChanged += new System.EventHandler(this.Password_TextChanged); // // MD5Password // this.MD5Password.Location = new System.Drawing.Point(12, 39); this.MD5Password.Name = "MD5Password"; this.MD5Password.Size = new System.Drawing.Size(360, 20); this.MD5Password.TabIndex = 1; this.MD5Password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 71); this.Controls.Add(this.MD5Password); this.Controls.Add(this.Password); 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 - Password Generator"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox Password; private System.Windows.Forms.TextBox MD5Password; } }