Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 142... Line 142...
142 // 142 //
143 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 143 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
144 this.profileToolStripMenuItem, 144 this.profileToolStripMenuItem,
145 this.chatToolStripMenuItem}); 145 this.chatToolStripMenuItem});
146 this.contextMenuStrip1.Name = "contextMenuStrip1"; 146 this.contextMenuStrip1.Name = "contextMenuStrip1";
147 this.contextMenuStrip1.Size = new System.Drawing.Size(118, 48); 147 this.contextMenuStrip1.Size = new System.Drawing.Size(117, 48);
148 // 148 //
149 // profileToolStripMenuItem 149 // profileToolStripMenuItem
150 // 150 //
151 this.profileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("profileToolStripMenuItem.Image"))); 151 this.profileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("profileToolStripMenuItem.Image")));
152 this.profileToolStripMenuItem.Name = "profileToolStripMenuItem"; 152 this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
153 this.profileToolStripMenuItem.Size = new System.Drawing.Size(117, 22); 153 this.profileToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
154 this.profileToolStripMenuItem.Text = "Profile..."; 154 this.profileToolStripMenuItem.Text = "Profile...";
155 this.profileToolStripMenuItem.Click += new System.EventHandler(this.ProfileToolStripMenuItem_Click); 155 this.profileToolStripMenuItem.Click += new System.EventHandler(this.ProfileToolStripMenuItem_Click);
156 // 156 //
157 // chatToolStripMenuItem 157 // chatToolStripMenuItem
158 // 158 //
159 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image"))); 159 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
160 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem"; 160 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
161 this.chatToolStripMenuItem.Size = new System.Drawing.Size(117, 22); 161 this.chatToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
162 this.chatToolStripMenuItem.Text = "Chat..."; 162 this.chatToolStripMenuItem.Text = "Chat...";
163 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click); 163 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
164 // 164 //
165 // pictureBox1 165 // pictureBox1
166 // 166 //
Line 211... Line 211...
211 // toolsToolStripMenuItem 211 // toolsToolStripMenuItem
212 // 212 //
213 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 213 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
214 this.payToolStripMenuItem}); 214 this.payToolStripMenuItem});
215 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; 215 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
216 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); 216 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
217 this.toolsToolStripMenuItem.Text = "Tools"; 217 this.toolsToolStripMenuItem.Text = "Tools";
218 // 218 //
219 // payToolStripMenuItem 219 // payToolStripMenuItem
220 // 220 //
221 this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary; 221 this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary;
222 this.payToolStripMenuItem.Name = "payToolStripMenuItem"; 222 this.payToolStripMenuItem.Name = "payToolStripMenuItem";
223 this.payToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 223 this.payToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
224 this.payToolStripMenuItem.Text = "Pay..."; 224 this.payToolStripMenuItem.Text = "Pay...";
225 this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click); 225 this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click);
226 // 226 //
227 // tableLayoutPanel2 227 // tableLayoutPanel2
228 // 228 //
Line 249... Line 249...
249 this.MainMenuStrip = this.menuStrip1; 249 this.MainMenuStrip = this.menuStrip1;
250 this.MinimizeBox = false; 250 this.MinimizeBox = false;
251 this.Name = "GroupProfileForm"; 251 this.Name = "GroupProfileForm";
252 this.Text = "Korero: Group Profile"; 252 this.Text = "Korero: Group Profile";
253 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GroupProfileForm_FormClosing); 253 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GroupProfileForm_FormClosing);
-   254 this.Load += new System.EventHandler(this.GroupProfileForm_Load);
254 this.Shown += new System.EventHandler(this.GroupProfileForm_Shown); 255 this.Shown += new System.EventHandler(this.GroupProfileForm_Shown);
255 this.tabControl1.ResumeLayout(false); 256 this.tabControl1.ResumeLayout(false);
256 this.tabPage1.ResumeLayout(false); 257 this.tabPage1.ResumeLayout(false);
257 this.tableLayoutPanel1.ResumeLayout(false); 258 this.tableLayoutPanel1.ResumeLayout(false);
258 this.groupBox2.ResumeLayout(false); 259 this.groupBox2.ResumeLayout(false);