Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 105... Line 105...
105 // contextMenuStrip1 105 // contextMenuStrip1
106 // 106 //
107 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 107 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
108 this.chatToolStripMenuItem}); 108 this.chatToolStripMenuItem});
109 this.contextMenuStrip1.Name = "contextMenuStrip1"; 109 this.contextMenuStrip1.Name = "contextMenuStrip1";
110 this.contextMenuStrip1.Size = new System.Drawing.Size(109, 26); 110 this.contextMenuStrip1.Size = new System.Drawing.Size(110, 26);
111 // 111 //
112 // chatToolStripMenuItem 112 // chatToolStripMenuItem
113 // 113 //
114 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image"))); 114 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
115 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem"; 115 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
116 this.chatToolStripMenuItem.Size = new System.Drawing.Size(108, 22); 116 this.chatToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
117 this.chatToolStripMenuItem.Text = "Chat..."; 117 this.chatToolStripMenuItem.Text = "Chat...";
118 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click); 118 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
119 // 119 //
120 // FriendshipForm 120 // FriendshipForm
121 // 121 //
Line 125... Line 125...
125 this.Controls.Add(this.dataGridView1); 125 this.Controls.Add(this.dataGridView1);
126 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 126 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
127 this.Name = "FriendshipForm"; 127 this.Name = "FriendshipForm";
128 this.Text = "Korero: Friendship"; 128 this.Text = "Korero: Friendship";
129 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FriendshipForm_FormClosing); 129 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FriendshipForm_FormClosing);
-   130 this.Load += new System.EventHandler(this.FriendshipForm_Load);
130 this.Shown += new System.EventHandler(this.FriendshipForm_Shown); 131 this.Shown += new System.EventHandler(this.FriendshipForm_Shown);
131 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 132 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
132 this.contextMenuStrip1.ResumeLayout(false); 133 this.contextMenuStrip1.ResumeLayout(false);
133 this.ResumeLayout(false); 134 this.ResumeLayout(false);