OSDN Git Service

RAD-68: added scroll bar for profile picks and 1st life tab
[radegast/radegast.git] / Radegast / GUI / Dialogs / Profile.Designer.cs
index 4aeb6b9..6fd96c7 100644 (file)
@@ -61,6 +61,7 @@ namespace Radegast
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProfile));\r
             this.tabProfile = new System.Windows.Forms.TabControl();\r
             this.tpgProfile = new System.Windows.Forms.TabPage();\r
+            this.txtFullName = new System.Windows.Forms.TextBox();\r
             this.anPartner = new Radegast.AgentNameTextBox();\r
             this.btnIM = new System.Windows.Forms.Button();\r
             this.btnFriend = new System.Windows.Forms.Button();\r
@@ -85,7 +86,7 @@ namespace Radegast
             this.label6 = new System.Windows.Forms.Label();\r
             this.tbpPicks = new System.Windows.Forms.TabPage();\r
             this.pickDetailPanel = new System.Windows.Forms.Panel();\r
-            this.pickDetail = new System.Windows.Forms.TextBox();\r
+            this.pickDetail = new System.Windows.Forms.RichTextBox();\r
             this.pickLocation = new System.Windows.Forms.TextBox();\r
             this.picksLowerPanel = new System.Windows.Forms.Panel();\r
             this.btnShowOnMap = new System.Windows.Forms.Button();\r
@@ -100,7 +101,6 @@ namespace Radegast
             this.label7 = new System.Windows.Forms.Label();\r
             this.btnClose = new System.Windows.Forms.Button();\r
             this.textBox1 = new System.Windows.Forms.TextBox();\r
-            this.txtFullName = new System.Windows.Forms.TextBox();\r
             this.tabProfile.SuspendLayout();\r
             this.tpgProfile.SuspendLayout();\r
             this.tpgWeb.SuspendLayout();\r
@@ -153,6 +153,14 @@ namespace Radegast
             this.tpgProfile.Text = "Profile";\r
             this.tpgProfile.UseVisualStyleBackColor = true;\r
             // \r
+            // txtFullName\r
+            // \r
+            this.txtFullName.Location = new System.Drawing.Point(50, 6);\r
+            this.txtFullName.Name = "txtFullName";\r
+            this.txtFullName.ReadOnly = true;\r
+            this.txtFullName.Size = new System.Drawing.Size(196, 21);\r
+            this.txtFullName.TabIndex = 4;\r
+            // \r
             // anPartner\r
             // \r
             this.anPartner.AgentID = ((OpenMetaverse.UUID)(resources.GetObject("anPartner.AgentID")));\r
@@ -406,12 +414,15 @@ namespace Radegast
             // \r
             // pickDetail\r
             // \r
+            this.pickDetail.BackColor = System.Drawing.SystemColors.Window;\r
             this.pickDetail.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.pickDetail.Location = new System.Drawing.Point(0, 259);\r
-            this.pickDetail.Multiline = true;\r
             this.pickDetail.Name = "pickDetail";\r
+            this.pickDetail.ReadOnly = true;\r
             this.pickDetail.Size = new System.Drawing.Size(315, 130);\r
             this.pickDetail.TabIndex = 2;\r
+            this.pickDetail.Text = "";\r
+            this.pickDetail.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbAbout_LinkClicked);\r
             // \r
             // pickLocation\r
             // \r
@@ -553,14 +564,6 @@ namespace Radegast
             this.textBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.textBox1_DragDrop);\r
             this.textBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.textBox1_DragEnter);\r
             // \r
-            // txtFullName\r
-            // \r
-            this.txtFullName.Location = new System.Drawing.Point(50, 6);\r
-            this.txtFullName.Name = "txtFullName";\r
-            this.txtFullName.ReadOnly = true;\r
-            this.txtFullName.Size = new System.Drawing.Size(196, 21);\r
-            this.txtFullName.TabIndex = 4;\r
-            // \r
             // frmProfile\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
@@ -619,7 +622,7 @@ namespace Radegast
         public System.Windows.Forms.TabPage tbpPicks;\r
         public System.Windows.Forms.Panel pickDetailPanel;\r
         public System.Windows.Forms.Panel picksLowerPanel;\r
-        public System.Windows.Forms.TextBox pickDetail;\r
+        public System.Windows.Forms.RichTextBox pickDetail;\r
         public System.Windows.Forms.TextBox pickTitle;\r
         public System.Windows.Forms.Panel pickPicturePanel;\r
         public System.Windows.Forms.Panel pickListPanel;\r