Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 86... Line 86...
86 // contextMenuStrip1 86 // contextMenuStrip1
87 // 87 //
88 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 88 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
89 this.toolStripMenuItem1}); 89 this.toolStripMenuItem1});
90 this.contextMenuStrip1.Name = "contextMenuStrip1"; 90 this.contextMenuStrip1.Name = "contextMenuStrip1";
91 this.contextMenuStrip1.Size = new System.Drawing.Size(118, 26); 91 this.contextMenuStrip1.Size = new System.Drawing.Size(117, 26);
92 // 92 //
93 // toolStripMenuItem1 93 // toolStripMenuItem1
94 // 94 //
95 this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image"))); 95 this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
96 this.toolStripMenuItem1.Name = "toolStripMenuItem1"; 96 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
97 this.toolStripMenuItem1.Size = new System.Drawing.Size(117, 22); 97 this.toolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
98 this.toolStripMenuItem1.Text = "Profile..."; 98 this.toolStripMenuItem1.Text = "Profile...";
99 this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click); 99 this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
100 // 100 //
101 // secondLifeAboutRichTextBox 101 // secondLifeAboutRichTextBox
102 // 102 //
Line 237... Line 237...
237 // tabPage3 237 // tabPage3
238 // 238 //
239 this.tabPage3.Controls.Add(this.tableLayoutPanel3); 239 this.tabPage3.Controls.Add(this.tableLayoutPanel3);
240 this.tabPage3.Location = new System.Drawing.Point(4, 22); 240 this.tabPage3.Location = new System.Drawing.Point(4, 22);
241 this.tabPage3.Name = "tabPage3"; 241 this.tabPage3.Name = "tabPage3";
242 this.tabPage3.Size = new System.Drawing.Size(450, 448); 242 this.tabPage3.Size = new System.Drawing.Size(444, 418);
243 this.tabPage3.TabIndex = 1; 243 this.tabPage3.TabIndex = 1;
244 this.tabPage3.Text = "1st Life"; 244 this.tabPage3.Text = "1st Life";
245 this.tabPage3.UseVisualStyleBackColor = true; 245 this.tabPage3.UseVisualStyleBackColor = true;
246 // 246 //
247 // tableLayoutPanel3 247 // tableLayoutPanel3
Line 255... Line 255...
255 this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); 255 this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
256 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 256 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
257 this.tableLayoutPanel3.RowCount = 2; 257 this.tableLayoutPanel3.RowCount = 2;
258 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 258 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
259 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 259 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
260 this.tableLayoutPanel3.Size = new System.Drawing.Size(450, 448); 260 this.tableLayoutPanel3.Size = new System.Drawing.Size(444, 418);
261 this.tableLayoutPanel3.TabIndex = 2; 261 this.tableLayoutPanel3.TabIndex = 2;
262 // 262 //
263 // groupBox5 263 // groupBox5
264 // 264 //
265 this.tableLayoutPanel3.SetColumnSpan(this.groupBox5, 2); 265 this.tableLayoutPanel3.SetColumnSpan(this.groupBox5, 2);
266 this.groupBox5.Controls.Add(this.firstLifeInfoRichTextBox); 266 this.groupBox5.Controls.Add(this.firstLifeInfoRichTextBox);
267 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; 267 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
268 this.groupBox5.Location = new System.Drawing.Point(3, 227); 268 this.groupBox5.Location = new System.Drawing.Point(3, 212);
269 this.groupBox5.Name = "groupBox5"; 269 this.groupBox5.Name = "groupBox5";
270 this.groupBox5.Size = new System.Drawing.Size(444, 218); 270 this.groupBox5.Size = new System.Drawing.Size(438, 203);
271 this.groupBox5.TabIndex = 1; 271 this.groupBox5.TabIndex = 1;
272 this.groupBox5.TabStop = false; 272 this.groupBox5.TabStop = false;
273 this.groupBox5.Text = "Info"; 273 this.groupBox5.Text = "Info";
274 // 274 //
275 // firstLifeInfoRichTextBox 275 // firstLifeInfoRichTextBox
Line 277... Line 277...
277 this.firstLifeInfoRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; 277 this.firstLifeInfoRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
278 this.firstLifeInfoRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 278 this.firstLifeInfoRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
279 this.firstLifeInfoRichTextBox.Location = new System.Drawing.Point(3, 16); 279 this.firstLifeInfoRichTextBox.Location = new System.Drawing.Point(3, 16);
280 this.firstLifeInfoRichTextBox.Name = "firstLifeInfoRichTextBox"; 280 this.firstLifeInfoRichTextBox.Name = "firstLifeInfoRichTextBox";
281 this.firstLifeInfoRichTextBox.ReadOnly = true; 281 this.firstLifeInfoRichTextBox.ReadOnly = true;
282 this.firstLifeInfoRichTextBox.Size = new System.Drawing.Size(438, 199); 282 this.firstLifeInfoRichTextBox.Size = new System.Drawing.Size(432, 184);
283 this.firstLifeInfoRichTextBox.TabIndex = 0; 283 this.firstLifeInfoRichTextBox.TabIndex = 0;
284 this.firstLifeInfoRichTextBox.Text = ""; 284 this.firstLifeInfoRichTextBox.Text = "";
285 this.firstLifeInfoRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.FirstLifeInfoRichTextBox_LinkClicked); 285 this.firstLifeInfoRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.FirstLifeInfoRichTextBox_LinkClicked);
286 // 286 //
287 // firstLifeProfilePictureBox 287 // firstLifeProfilePictureBox
Line 289... Line 289...
289 this.firstLifeProfilePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 289 this.firstLifeProfilePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
290 this.firstLifeProfilePictureBox.Dock = System.Windows.Forms.DockStyle.Fill; 290 this.firstLifeProfilePictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
291 this.firstLifeProfilePictureBox.Image = global::Korero.Properties.Resources.creator; 291 this.firstLifeProfilePictureBox.Image = global::Korero.Properties.Resources.creator;
292 this.firstLifeProfilePictureBox.Location = new System.Drawing.Point(3, 3); 292 this.firstLifeProfilePictureBox.Location = new System.Drawing.Point(3, 3);
293 this.firstLifeProfilePictureBox.Name = "firstLifeProfilePictureBox"; 293 this.firstLifeProfilePictureBox.Name = "firstLifeProfilePictureBox";
294 this.firstLifeProfilePictureBox.Size = new System.Drawing.Size(219, 218); 294 this.firstLifeProfilePictureBox.Size = new System.Drawing.Size(216, 203);
295 this.firstLifeProfilePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 295 this.firstLifeProfilePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
296 this.firstLifeProfilePictureBox.TabIndex = 0; 296 this.firstLifeProfilePictureBox.TabIndex = 0;
297 this.firstLifeProfilePictureBox.TabStop = false; 297 this.firstLifeProfilePictureBox.TabStop = false;
298 // 298 //
299 // menuStrip1 299 // menuStrip1
Line 310... Line 310...
310 // toolsToolStripMenuItem 310 // toolsToolStripMenuItem
311 // 311 //
312 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 312 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
313 this.payToolStripMenuItem}); 313 this.payToolStripMenuItem});
314 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; 314 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
315 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); 315 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
316 this.toolsToolStripMenuItem.Text = "Tools"; 316 this.toolsToolStripMenuItem.Text = "Tools";
317 // 317 //
318 // payToolStripMenuItem 318 // payToolStripMenuItem
319 // 319 //
320 this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary; 320 this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary;
321 this.payToolStripMenuItem.Name = "payToolStripMenuItem"; 321 this.payToolStripMenuItem.Name = "payToolStripMenuItem";
322 this.payToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 322 this.payToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
323 this.payToolStripMenuItem.Text = "Pay..."; 323 this.payToolStripMenuItem.Text = "Pay...";
324 this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click); 324 this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click);
325 // 325 //
326 // tableLayoutPanel4 326 // tableLayoutPanel4
327 // 327 //
Line 348... Line 348...
348 this.MainMenuStrip = this.menuStrip1; 348 this.MainMenuStrip = this.menuStrip1;
349 this.MaximizeBox = false; 349 this.MaximizeBox = false;
350 this.Name = "AvatarProfileForm"; 350 this.Name = "AvatarProfileForm";
351 this.Text = "Korero: Avatar Profile"; 351 this.Text = "Korero: Avatar Profile";
352 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AvatarProfileForm_FormClosing); 352 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AvatarProfileForm_FormClosing);
-   353 this.Load += new System.EventHandler(this.AvatarProfileForm_Load);
353 this.Shown += new System.EventHandler(this.AvatarProfileForm_Shown); 354 this.Shown += new System.EventHandler(this.AvatarProfileForm_Shown);
354 ((System.ComponentModel.ISupportInitialize)(this.secondLifeProfilePictureBox)).EndInit(); 355 ((System.ComponentModel.ISupportInitialize)(this.secondLifeProfilePictureBox)).EndInit();
355 this.contextMenuStrip1.ResumeLayout(false); 356 this.contextMenuStrip1.ResumeLayout(false);
356 this.tabControl1.ResumeLayout(false); 357 this.tabControl1.ResumeLayout(false);
357 this.tabPage1.ResumeLayout(false); 358 this.tabPage1.ResumeLayout(false);