HamBook – Diff between revs 16 and 22

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 22
Line 288... Line 288...
288 this.Controls.Add(this.menuStrip1); 288 this.Controls.Add(this.menuStrip1);
289 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 289 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
290 this.MainMenuStrip = this.menuStrip1; 290 this.MainMenuStrip = this.menuStrip1;
291 this.Name = "MemoryOrganizerForm"; 291 this.Name = "MemoryOrganizerForm";
292 this.Text = "HamBook: Memory Organizer"; 292 this.Text = "HamBook: Memory Organizer";
-   293 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing);
293 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); 294 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
294 this.tableLayoutPanel1.ResumeLayout(false); 295 this.tableLayoutPanel1.ResumeLayout(false);
295 this.tableLayoutPanel1.PerformLayout(); 296 this.tableLayoutPanel1.PerformLayout();
296 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 297 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
297 this.tableLayoutPanel2.ResumeLayout(false); 298 this.tableLayoutPanel2.ResumeLayout(false);