OSDN Git Service

A bit less confusing this way
[radegast/radegast.git] / Radegast / GUI / Consoles / Assets / Notecard.Designer.cs
1 // \r
2 // Radegast Metaverse Client\r
3 // Copyright (c) 2009, Radegast Development Team\r
4 // All rights reserved.\r
5 // \r
6 // Redistribution and use in source and binary forms, with or without\r
7 // modification, are permitted provided that the following conditions are met:\r
8 // \r
9 //     * Redistributions of source code must retain the above copyright notice,\r
10 //       this list of conditions and the following disclaimer.\r
11 //     * Redistributions in binary form must reproduce the above copyright\r
12 //       notice, this list of conditions and the following disclaimer in the\r
13 //       documentation and/or other materials provided with the distribution.\r
14 //     * Neither the name of the application "Radegast", nor the names of its\r
15 //       contributors may be used to endorse or promote products derived from\r
16 //       this software without specific prior written permission.\r
17 // \r
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
21 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
22 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
23 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
25 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
26 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
28 //\r
29 // $Id$\r
30 //\r
31 namespace Radegast\r
32 {\r
33     partial class Notecard\r
34     {\r
35         /// <summary> \r
36         /// Required designer variable.\r
37         /// </summary>\r
38         private System.ComponentModel.IContainer components = null;\r
39 \r
40         /// <summary> \r
41         /// Clean up any resources being used.\r
42         /// </summary>\r
43         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
44         protected override void Dispose(bool disposing)\r
45         {\r
46             if (disposing && (components != null))\r
47             {\r
48                 components.Dispose();\r
49             }\r
50             base.Dispose(disposing);\r
51         }\r
52 \r
53         #region Component Designer generated code\r
54 \r
55         /// <summary> \r
56         /// Required method for Designer support - do not modify \r
57         /// the contents of this method with the code editor.\r
58         /// </summary>\r
59         private void InitializeComponent()\r
60         {\r
61             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Notecard));\r
62             this.rtbContent = new Radegast.RRichTextBox();\r
63             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
64             this.tbtnFile = new System.Windows.Forms.ToolStripDropDownButton();\r
65             this.tbtnSave = new System.Windows.Forms.ToolStripMenuItem();\r
66             this.tbtnSaveToDisk = new System.Windows.Forms.ToolStripMenuItem();\r
67             this.sprtExit = new System.Windows.Forms.ToolStripSeparator();\r
68             this.tbtnExit = new System.Windows.Forms.ToolStripMenuItem();\r
69             this.tbtnAttachments = new System.Windows.Forms.ToolStripDropDownButton();\r
70             this.tbtnAttach = new System.Windows.Forms.ToolStripButton();\r
71             this.tlblStatus = new System.Windows.Forms.ToolStripLabel();\r
72             this.toolStrip1.SuspendLayout();\r
73             this.SuspendLayout();\r
74             // \r
75             // rtbContent\r
76             // \r
77             this.rtbContent.AcceptsTab = true;\r
78             this.rtbContent.DetectUrls = false;\r
79             this.rtbContent.Dock = System.Windows.Forms.DockStyle.Fill;\r
80             this.rtbContent.HideSelection = false;\r
81             this.rtbContent.Location = new System.Drawing.Point(0, 25);\r
82             this.rtbContent.Name = "rtbContent";\r
83             this.rtbContent.Size = new System.Drawing.Size(382, 339);\r
84             this.rtbContent.TabIndex = 3;\r
85             this.rtbContent.Text = "";\r
86             this.rtbContent.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbContent_LinkClicked);\r
87             // \r
88             // toolStrip1\r
89             // \r
90             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
91             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
92             this.tbtnFile,\r
93             this.tbtnAttachments,\r
94             this.tbtnAttach,\r
95             this.tlblStatus});\r
96             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
97             this.toolStrip1.Name = "toolStrip1";\r
98             this.toolStrip1.Size = new System.Drawing.Size(382, 25);\r
99             this.toolStrip1.TabIndex = 4;\r
100             this.toolStrip1.Text = "toolStrip1";\r
101             // \r
102             // tbtnFile\r
103             // \r
104             this.tbtnFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
105             this.tbtnFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
106             this.tbtnSave,\r
107             this.tbtnSaveToDisk,\r
108             this.sprtExit,\r
109             this.tbtnExit});\r
110             this.tbtnFile.Image = ((System.Drawing.Image)(resources.GetObject("tbtnFile.Image")));\r
111             this.tbtnFile.ImageTransparentColor = System.Drawing.Color.Magenta;\r
112             this.tbtnFile.Name = "tbtnFile";\r
113             this.tbtnFile.Size = new System.Drawing.Size(69, 22);\r
114             this.tbtnFile.Text = "Notecard";\r
115             // \r
116             // tbtnSave\r
117             // \r
118             this.tbtnSave.Name = "tbtnSave";\r
119             this.tbtnSave.Size = new System.Drawing.Size(152, 22);\r
120             this.tbtnSave.Text = "Save";\r
121             this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);\r
122             // \r
123             // tbtnSaveToDisk\r
124             // \r
125             this.tbtnSaveToDisk.Name = "tbtnSaveToDisk";\r
126             this.tbtnSaveToDisk.Size = new System.Drawing.Size(152, 22);\r
127             this.tbtnSaveToDisk.Text = "Save to Disk...";\r
128             // \r
129             // sprtExit\r
130             // \r
131             this.sprtExit.Name = "sprtExit";\r
132             this.sprtExit.Size = new System.Drawing.Size(149, 6);\r
133             // \r
134             // tbtnExit\r
135             // \r
136             this.tbtnExit.Enabled = false;\r
137             this.tbtnExit.Name = "tbtnExit";\r
138             this.tbtnExit.Size = new System.Drawing.Size(152, 22);\r
139             this.tbtnExit.Text = "Exit";\r
140             this.tbtnExit.Click += new System.EventHandler(this.tbtnExit_Click);\r
141             // \r
142             // tbtnAttachments\r
143             // \r
144             this.tbtnAttachments.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
145             this.tbtnAttachments.Enabled = false;\r
146             this.tbtnAttachments.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttachments.Image")));\r
147             this.tbtnAttachments.ImageTransparentColor = System.Drawing.Color.Magenta;\r
148             this.tbtnAttachments.Name = "tbtnAttachments";\r
149             this.tbtnAttachments.Size = new System.Drawing.Size(88, 22);\r
150             this.tbtnAttachments.Text = "Attachments";\r
151             this.tbtnAttachments.Visible = false;\r
152             // \r
153             // tbtnAttach\r
154             // \r
155             this.tbtnAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
156             this.tbtnAttach.Image = ((System.Drawing.Image)(resources.GetObject("tbtnAttach.Image")));\r
157             this.tbtnAttach.ImageTransparentColor = System.Drawing.Color.Magenta;\r
158             this.tbtnAttach.Name = "tbtnAttach";\r
159             this.tbtnAttach.Size = new System.Drawing.Size(48, 22);\r
160             this.tbtnAttach.Text = "Detach";\r
161             this.tbtnAttach.Click += new System.EventHandler(this.tbtnAttach_Click);\r
162             // \r
163             // tlblStatus\r
164             // \r
165             this.tlblStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
166             this.tlblStatus.Name = "tlblStatus";\r
167             this.tlblStatus.Size = new System.Drawing.Size(38, 22);\r
168             this.tlblStatus.Text = "status";\r
169             // \r
170             // Notecard\r
171             // \r
172             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
173             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
174             this.Controls.Add(this.rtbContent);\r
175             this.Controls.Add(this.toolStrip1);\r
176             this.Name = "Notecard";\r
177             this.Size = new System.Drawing.Size(382, 364);\r
178             this.toolStrip1.ResumeLayout(false);\r
179             this.toolStrip1.PerformLayout();\r
180             this.ResumeLayout(false);\r
181             this.PerformLayout();\r
182 \r
183         }\r
184 \r
185         #endregion\r
186 \r
187         private RRichTextBox rtbContent;\r
188         private System.Windows.Forms.ToolStrip toolStrip1;\r
189         private System.Windows.Forms.ToolStripDropDownButton tbtnFile;\r
190         private System.Windows.Forms.ToolStripMenuItem tbtnSave;\r
191         private System.Windows.Forms.ToolStripMenuItem tbtnSaveToDisk;\r
192         private System.Windows.Forms.ToolStripSeparator sprtExit;\r
193         private System.Windows.Forms.ToolStripMenuItem tbtnExit;\r
194         private System.Windows.Forms.ToolStripDropDownButton tbtnAttachments;\r
195         private System.Windows.Forms.ToolStripButton tbtnAttach;\r
196         private System.Windows.Forms.ToolStripLabel tlblStatus;\r
197     }\r
198 }\r