91 |
this.Text = "Scratch Pad"; |
this.Text = "Scratch Pad"; |
92 |
this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); |
this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); |
93 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing); |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing); |
94 |
|
this.Load += new System.EventHandler(this.ScratchPad_Load); |
95 |
this.toolStrip1.ResumeLayout(false); |
this.toolStrip1.ResumeLayout(false); |
96 |
this.toolStrip1.PerformLayout(); |
this.toolStrip1.PerformLayout(); |
97 |
this.ResumeLayout(false); |
this.ResumeLayout(false); |