misu – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 68... Line 68...
68 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 68 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
69 this.MaximizeBox = false; 69 this.MaximizeBox = false;
70 this.MinimizeBox = false; 70 this.MinimizeBox = false;
71 this.MinimumSize = new System.Drawing.Size(224, 38); 71 this.MinimumSize = new System.Drawing.Size(224, 38);
72 this.Name = "BindKeyForm"; 72 this.Name = "BindKeyForm";
73 this.Text = "BindKeyForm"; 73 this.Text = "misu: Create Shortcut";
74 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); 74 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
75 this.Load += new System.EventHandler(this.OnFormLoad); 75 this.Load += new System.EventHandler(this.OnFormLoad);
76 this.ResumeLayout(false); 76 this.ResumeLayout(false);
77 this.PerformLayout(); 77 this.PerformLayout();