OSDN Git Service

Update copyright year
[radegast/radegast.git] / Radegast / GUI / Consoles / Assets / Notecard.Designer.cs
index 5ea88e0..3ef1626 100644 (file)
-// \r
-// Radegast Metaverse Client\r
-// Copyright (c) 2009, Radegast Development Team\r
-// All rights reserved.\r
-// \r
-// Redistribution and use in source and binary forms, with or without\r
-// modification, are permitted provided that the following conditions are met:\r
-// \r
-//     * Redistributions of source code must retain the above copyright notice,\r
-//       this list of conditions and the following disclaimer.\r
-//     * Redistributions in binary form must reproduce the above copyright\r
-//       notice, this list of conditions and the following disclaimer in the\r
-//       documentation and/or other materials provided with the distribution.\r
-//     * Neither the name of the application "Radegast", nor the names of its\r
-//       contributors may be used to endorse or promote products derived from\r
-//       this software without specific prior written permission.\r
-// \r
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
-// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
-// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
-// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
-// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
-// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
-// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
-// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
-//\r
-// $Id$\r
-//\r
-namespace Radegast\r
-{\r
-    partial class Notecard\r
-    {\r
-        /// <summary> \r
-        /// Required designer variable.\r
-        /// </summary>\r
-        private System.ComponentModel.IContainer components = null;\r
-\r
-        /// <summary> \r
-        /// Clean up any resources being used.\r
-        /// </summary>\r
-        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
-        protected override void Dispose(bool disposing)\r
-        {\r
-            if (disposing && (components != null))\r
-            {\r
-                components.Dispose();\r
-            }\r
-            base.Dispose(disposing);\r
-        }\r
-\r
-        #region Component Designer generated code\r
-\r
-        /// <summary> \r
-        /// Required method for Designer support - do not modify \r
-        /// the contents of this method with the code editor.\r
-        /// </summary>\r
-        private void InitializeComponent()\r
-        {\r
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Notecard));\r
-            this.rtbContent = new Radegast.RRichTextBox();\r
-            this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
-            this.tbtnFile = new System.Windows.Forms.ToolStripDropDownButton();\r
-            this.tbtnSave = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.tbtnSaveToDisk = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.sprtExit = new System.Windows.Forms.ToolStripSeparator();\r
-            this.tbtnExit = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.tbtnAttachments = new System.Windows.Forms.ToolStripDropDownButton();\r
-            this.tbtnAttach = new System.Windows.Forms.ToolStripButton();\r
-            this.tlblStatus = new System.Windows.Forms.ToolStripLabel();\r
-            this.toolStrip1.SuspendLayout();\r
-            this.SuspendLayout();\r
-            // \r
-            // rtbContent\r
-            // \r
-            this.rtbContent.AcceptsTab = true;\r
-            this.rtbContent.DetectUrls = false;\r
-            this.rtbContent.Dock = System.Windows.Forms.DockStyle.Fill;\r
-            this.rtbContent.HideSelection = false;\r
-            this.rtbContent.Location = new System.Drawing.Point(0, 25);\r
-            this.rtbContent.Name = "rtbContent";\r
-            this.rtbContent.Size = new System.Drawing.Size(382, 339);\r
-            this.rtbContent.TabIndex = 3;\r
-            this.rtbContent.Text = "";\r
-            this.rtbContent.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbContent_LinkClicked);\r
-            // \r
-            // toolStrip1\r
-            // \r
-            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
-            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.tbtnFile,\r
-            this.tbtnAttachments,\r
-            this.tbtnAttach,\r
-            this.tlblStatus});\r
-            this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
-            this.toolStrip1.Name = "toolStrip1";\r
-            this.toolStrip1.Size = new System.Drawing.Size(382, 25);\r
-            this.toolStrip1.TabIndex = 4;\r
-            this.toolStrip1.Text = "toolStrip1";\r
-            // \r
-            // tbtnFile\r
-            // \r
-            this.tbtnFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
-            this.tbtnFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.tbtnSave,\r
-            this.tbtnSaveToDisk,\r
-            this.sprtExit,\r
-            this.tbtnExit});\r
-            this.tbtnFile.Image = ((System.Drawing.Image)(resources.GetObject("tbtnFile.Image")));\r
-            this.tbtnFile.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.tbtnFile.Name = "tbtnFile";\r
-            this.tbtnFile.Size = new System.Drawing.Size(69, 22);\r
-            this.tbtnFile.Text = "Notecard";\r
-            // \r
-            // tbtnSave\r
-            // \r
-            this.tbtnSave.Name = "tbtnSave";\r
-            this.tbtnSave.Size = new System.Drawing.Size(146, 22);\r
-            this.tbtnSave.Text = "Save";\r
-            this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);\r
-            // \r
-            // tbtnSaveToDisk\r
-            // \r
-            this.tbtnSaveToDisk.Name = "tbtnSaveToDisk";\r
-            this.tbtnSaveToDisk.Size = new System.Drawing.Size(146, 22);\r
-            this.tbtnSaveToDisk.Text = "Save to Disk...";\r
-            // \r
-            // sprtExit\r
-            // \r
-            this.sprtExit.Name = "sprtExit";\r
-            this.sprtExit.Size = new System.Drawing.Size(143, 6);\r
-            // \r
-            // tbtnExit\r
-            // \r
-            this.tbtnExit.Enabled = false;\r
-            this.tbtnExit.Name = "tbtnExit";\r
-            this.tbtnExit.Size = new System.Drawing.Size(146, 22);\r
-            this.tbtnExit.Text = "Exit";\r
-            this.tbtnExit.Click += new System.EventHandler(this.tbtnExit_Click);\r
-            // \r
-            // tbtnAttachments\r
-            // \r
-            this.tbtnAttachments.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
-            this.tbtnAttachments.Enabled = false;\r
-            this.tbtnAttachments.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttachments.Image")));\r
-            this.tbtnAttachments.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.tbtnAttachments.Name = "tbtnAttachments";\r
-            this.tbtnAttachments.Size = new System.Drawing.Size(88, 22);\r
-            this.tbtnAttachments.Text = "Attachments";\r
-            this.tbtnAttachments.Visible = false;\r
-            // \r
-            // tbtnAttach\r
-            // \r
-            this.tbtnAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
-            this.tbtnAttach.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttach.Image")));\r
-            this.tbtnAttach.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.tbtnAttach.Name = "tbtnAttach";\r
-            this.tbtnAttach.Size = new System.Drawing.Size(48, 22);\r
-            this.tbtnAttach.Text = "Detach";\r
-            this.tbtnAttach.Click += new System.EventHandler(this.tbtnAttach_Click);\r
-            // \r
-            // tlblStatus\r
-            // \r
-            this.tlblStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
-            this.tlblStatus.Name = "tlblStatus";\r
-            this.tlblStatus.Size = new System.Drawing.Size(38, 22);\r
-            this.tlblStatus.Text = "status";\r
-            // \r
-            // Notecard\r
-            // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.Controls.Add(this.rtbContent);\r
-            this.Controls.Add(this.toolStrip1);\r
-            this.Name = "Notecard";\r
-            this.Size = new System.Drawing.Size(382, 364);\r
-            this.toolStrip1.ResumeLayout(false);\r
-            this.toolStrip1.PerformLayout();\r
-            this.ResumeLayout(false);\r
-            this.PerformLayout();\r
-\r
-        }\r
-\r
-        #endregion\r
-\r
-        public RRichTextBox rtbContent;\r
-        public System.Windows.Forms.ToolStrip toolStrip1;\r
-        public System.Windows.Forms.ToolStripDropDownButton tbtnFile;\r
-        public System.Windows.Forms.ToolStripMenuItem tbtnSave;\r
-        public System.Windows.Forms.ToolStripMenuItem tbtnSaveToDisk;\r
-        public System.Windows.Forms.ToolStripSeparator sprtExit;\r
-        public System.Windows.Forms.ToolStripMenuItem tbtnExit;\r
-        public System.Windows.Forms.ToolStripDropDownButton tbtnAttachments;\r
-        public System.Windows.Forms.ToolStripButton tbtnAttach;\r
-        public System.Windows.Forms.ToolStripLabel tlblStatus;\r
-\r
-    }\r
-}\r
+// 
+// Radegast Metaverse Client
+// Copyright (c) 2009-2014, Radegast Development Team
+// All rights reserved.
+// 
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are met:
+// 
+//     * Redistributions of source code must retain the above copyright notice,
+//       this list of conditions and the following disclaimer.
+//     * Redistributions in binary form must reproduce the above copyright
+//       notice, this list of conditions and the following disclaimer in the
+//       documentation and/or other materials provided with the distribution.
+//     * Neither the name of the application "Radegast", nor the names of its
+//       contributors may be used to endorse or promote products derived from
+//       this software without specific prior written permission.
+// 
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//
+// $Id$
+//
+namespace Radegast
+{
+    partial class Notecard
+    {
+        /// <summary> 
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary> 
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Component Designer generated code
+
+        /// <summary> 
+        /// Required method for Designer support - do not modify 
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Notecard));
+            this.rtbContent = new Radegast.RRichTextBox();
+            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
+            this.tbtnFile = new System.Windows.Forms.ToolStripDropDownButton();
+            this.tbtnSave = new System.Windows.Forms.ToolStripMenuItem();
+            this.tbtnSaveToDisk = new System.Windows.Forms.ToolStripMenuItem();
+            this.sprtExit = new System.Windows.Forms.ToolStripSeparator();
+            this.tbtnExit = new System.Windows.Forms.ToolStripMenuItem();
+            this.tbtnAttachments = new System.Windows.Forms.ToolStripDropDownButton();
+            this.tbtnAttach = new System.Windows.Forms.ToolStripButton();
+            this.tlblStatus = new System.Windows.Forms.ToolStripLabel();
+            this.btnKeep = new System.Windows.Forms.Button();
+            this.btnDiscard = new System.Windows.Forms.Button();
+            this.pnlKeepDiscard = new System.Windows.Forms.Panel();
+            this.toolStrip1.SuspendLayout();
+            this.pnlKeepDiscard.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // rtbContent
+            // 
+            this.rtbContent.AcceptsTab = true;
+            this.rtbContent.DetectUrls = false;
+            this.rtbContent.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.rtbContent.HideSelection = false;
+            this.rtbContent.Location = new System.Drawing.Point(0, 25);
+            this.rtbContent.Name = "rtbContent";
+            this.rtbContent.Size = new System.Drawing.Size(382, 309);
+            this.rtbContent.TabIndex = 3;
+            this.rtbContent.Text = "";
+            this.rtbContent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtbContent_KeyDown);
+            this.rtbContent.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbContent_LinkClicked);
+            this.rtbContent.Enter += new System.EventHandler(this.rtbContent_Enter);
+            // 
+            // toolStrip1
+            // 
+            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
+            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.tbtnFile,
+            this.tbtnAttachments,
+            this.tbtnAttach,
+            this.tlblStatus});
+            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
+            this.toolStrip1.Name = "toolStrip1";
+            this.toolStrip1.Size = new System.Drawing.Size(382, 25);
+            this.toolStrip1.TabIndex = 4;
+            this.toolStrip1.TabStop = true;
+            this.toolStrip1.Text = "toolStrip1";
+            // 
+            // tbtnFile
+            // 
+            this.tbtnFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+            this.tbtnFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.tbtnSave,
+            this.tbtnSaveToDisk,
+            this.sprtExit,
+            this.tbtnExit});
+            this.tbtnFile.Image = ((System.Drawing.Image)(resources.GetObject("tbtnFile.Image")));
+            this.tbtnFile.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.tbtnFile.Name = "tbtnFile";
+            this.tbtnFile.Size = new System.Drawing.Size(69, 22);
+            this.tbtnFile.Text = "Notecard";
+            // 
+            // tbtnSave
+            // 
+            this.tbtnSave.Name = "tbtnSave";
+            this.tbtnSave.ShortcutKeyDisplayString = "Ctrl-S";
+            this.tbtnSave.Size = new System.Drawing.Size(212, 22);
+            this.tbtnSave.Text = "Save";
+            this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
+            // 
+            // tbtnSaveToDisk
+            // 
+            this.tbtnSaveToDisk.Name = "tbtnSaveToDisk";
+            this.tbtnSaveToDisk.ShortcutKeyDisplayString = "Ctrl-Shift-S";
+            this.tbtnSaveToDisk.Size = new System.Drawing.Size(212, 22);
+            this.tbtnSaveToDisk.Text = "Save to Disk...";
+            // 
+            // sprtExit
+            // 
+            this.sprtExit.Name = "sprtExit";
+            this.sprtExit.Size = new System.Drawing.Size(209, 6);
+            // 
+            // tbtnExit
+            // 
+            this.tbtnExit.Enabled = false;
+            this.tbtnExit.Name = "tbtnExit";
+            this.tbtnExit.Size = new System.Drawing.Size(212, 22);
+            this.tbtnExit.Text = "E&xit";
+            this.tbtnExit.Click += new System.EventHandler(this.tbtnExit_Click);
+            // 
+            // tbtnAttachments
+            // 
+            this.tbtnAttachments.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+            this.tbtnAttachments.Enabled = false;
+            this.tbtnAttachments.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttachments.Image")));
+            this.tbtnAttachments.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.tbtnAttachments.Name = "tbtnAttachments";
+            this.tbtnAttachments.Size = new System.Drawing.Size(88, 22);
+            this.tbtnAttachments.Text = "Attachments";
+            this.tbtnAttachments.Visible = false;
+            // 
+            // tbtnAttach
+            // 
+            this.tbtnAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+            this.tbtnAttach.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttach.Image")));
+            this.tbtnAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.tbtnAttach.Name = "tbtnAttach";
+            this.tbtnAttach.Size = new System.Drawing.Size(48, 22);
+            this.tbtnAttach.Text = "Detach";
+            this.tbtnAttach.Click += new System.EventHandler(this.tbtnAttach_Click);
+            // 
+            // tlblStatus
+            // 
+            this.tlblStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
+            this.tlblStatus.Name = "tlblStatus";
+            this.tlblStatus.Size = new System.Drawing.Size(38, 22);
+            this.tlblStatus.Text = "status";
+            // 
+            // btnKeep
+            // 
+            this.btnKeep.Location = new System.Drawing.Point(3, 3);
+            this.btnKeep.Name = "btnKeep";
+            this.btnKeep.Size = new System.Drawing.Size(75, 23);
+            this.btnKeep.TabIndex = 4;
+            this.btnKeep.Text = "Keep";
+            this.btnKeep.UseVisualStyleBackColor = true;
+            this.btnKeep.Click += new System.EventHandler(this.btnKeep_Click);
+            // 
+            // btnDiscard
+            // 
+            this.btnDiscard.Location = new System.Drawing.Point(84, 3);
+            this.btnDiscard.Name = "btnDiscard";
+            this.btnDiscard.Size = new System.Drawing.Size(75, 23);
+            this.btnDiscard.TabIndex = 5;
+            this.btnDiscard.Text = "Discard";
+            this.btnDiscard.UseVisualStyleBackColor = true;
+            this.btnDiscard.Click += new System.EventHandler(this.btnDiscard_Click);
+            // 
+            // pnlKeepDiscard
+            // 
+            this.pnlKeepDiscard.Controls.Add(this.btnKeep);
+            this.pnlKeepDiscard.Controls.Add(this.btnDiscard);
+            this.pnlKeepDiscard.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pnlKeepDiscard.Location = new System.Drawing.Point(0, 334);
+            this.pnlKeepDiscard.Name = "pnlKeepDiscard";
+            this.pnlKeepDiscard.Size = new System.Drawing.Size(382, 30);
+            this.pnlKeepDiscard.TabIndex = 6;
+            this.pnlKeepDiscard.Visible = false;
+            // 
+            // Notecard
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.Controls.Add(this.rtbContent);
+            this.Controls.Add(this.pnlKeepDiscard);
+            this.Controls.Add(this.toolStrip1);
+            this.Name = "Notecard";
+            this.Size = new System.Drawing.Size(382, 364);
+            this.toolStrip1.ResumeLayout(false);
+            this.toolStrip1.PerformLayout();
+            this.pnlKeepDiscard.ResumeLayout(false);
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        public RRichTextBox rtbContent;
+        public System.Windows.Forms.ToolStrip toolStrip1;
+        public System.Windows.Forms.ToolStripDropDownButton tbtnFile;
+        public System.Windows.Forms.ToolStripMenuItem tbtnSave;
+        public System.Windows.Forms.ToolStripMenuItem tbtnSaveToDisk;
+        public System.Windows.Forms.ToolStripSeparator sprtExit;
+        public System.Windows.Forms.ToolStripMenuItem tbtnExit;
+        public System.Windows.Forms.ToolStripDropDownButton tbtnAttachments;
+        public System.Windows.Forms.ToolStripButton tbtnAttach;
+        public System.Windows.Forms.ToolStripLabel tlblStatus;
+        public System.Windows.Forms.Button btnKeep;
+        public System.Windows.Forms.Button btnDiscard;
+        public System.Windows.Forms.Panel pnlKeepDiscard;
+
+    }
+}