OSDN Git Service

- Added Help menu and About box
[radegast/radegast.git] / Radegast / GUI / Dialogs / About.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: MainForm.cs 223 2009-09-12 04:33:49Z latifer@gmail.com $\r
30 //\r
31 namespace Radegast\r
32 {\r
33     partial class frmAbout\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 Windows Form 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(frmAbout));\r
62             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
63             this.txtTitle = new System.Windows.Forms.Label();\r
64             this.txtLicense = new System.Windows.Forms.TextBox();\r
65             this.txtOtherLicenses = new System.Windows.Forms.TextBox();\r
66             this.txtWrittenBy = new System.Windows.Forms.TextBox();\r
67             this.btnClose = new System.Windows.Forms.Button();\r
68             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
69             this.SuspendLayout();\r
70             // \r
71             // pictureBox1\r
72             // \r
73             this.pictureBox1.BackgroundImage = global::Radegast.Properties.Resources.radegast_large;\r
74             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;\r
75             this.pictureBox1.InitialImage = null;\r
76             this.pictureBox1.Location = new System.Drawing.Point(12, 12);\r
77             this.pictureBox1.Name = "pictureBox1";\r
78             this.pictureBox1.Size = new System.Drawing.Size(143, 108);\r
79             this.pictureBox1.TabIndex = 0;\r
80             this.pictureBox1.TabStop = false;\r
81             // \r
82             // txtTitle\r
83             // \r
84             this.txtTitle.AutoSize = true;\r
85             this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
86             this.txtTitle.Location = new System.Drawing.Point(161, 12);\r
87             this.txtTitle.Name = "txtTitle";\r
88             this.txtTitle.Size = new System.Drawing.Size(152, 20);\r
89             this.txtTitle.TabIndex = 1;\r
90             this.txtTitle.Text = "Radegast 1.9.200";\r
91             // \r
92             // txtLicense\r
93             // \r
94             this.txtLicense.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
95             this.txtLicense.Location = new System.Drawing.Point(12, 125);\r
96             this.txtLicense.Multiline = true;\r
97             this.txtLicense.Name = "txtLicense";\r
98             this.txtLicense.ReadOnly = true;\r
99             this.txtLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
100             this.txtLicense.Size = new System.Drawing.Size(315, 113);\r
101             this.txtLicense.TabIndex = 2;\r
102             this.txtLicense.TabStop = false;\r
103             this.txtLicense.Text = resources.GetString("txtLicense.Text");\r
104             // \r
105             // txtOtherLicenses\r
106             // \r
107             this.txtOtherLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
108             this.txtOtherLicenses.Location = new System.Drawing.Point(12, 244);\r
109             this.txtOtherLicenses.Multiline = true;\r
110             this.txtOtherLicenses.Name = "txtOtherLicenses";\r
111             this.txtOtherLicenses.ReadOnly = true;\r
112             this.txtOtherLicenses.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
113             this.txtOtherLicenses.Size = new System.Drawing.Size(315, 92);\r
114             this.txtOtherLicenses.TabIndex = 3;\r
115             this.txtOtherLicenses.TabStop = false;\r
116             this.txtOtherLicenses.Text = resources.GetString("txtOtherLicenses.Text");\r
117             // \r
118             // txtWrittenBy\r
119             // \r
120             this.txtWrittenBy.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
121             this.txtWrittenBy.Location = new System.Drawing.Point(165, 35);\r
122             this.txtWrittenBy.Multiline = true;\r
123             this.txtWrittenBy.Name = "txtWrittenBy";\r
124             this.txtWrittenBy.ReadOnly = true;\r
125             this.txtWrittenBy.Size = new System.Drawing.Size(162, 85);\r
126             this.txtWrittenBy.TabIndex = 1;\r
127             this.txtWrittenBy.TabStop = false;\r
128             this.txtWrittenBy.Text = "Written by Latif Khalifa\r\n\r\nwith contributions from\r\n- Douglas R. Miles";\r
129             // \r
130             // btnClose\r
131             // \r
132             this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;\r
133             this.btnClose.Location = new System.Drawing.Point(252, 342);\r
134             this.btnClose.Name = "btnClose";\r
135             this.btnClose.Size = new System.Drawing.Size(75, 23);\r
136             this.btnClose.TabIndex = 0;\r
137             this.btnClose.Text = "Close";\r
138             this.btnClose.UseVisualStyleBackColor = true;\r
139             // \r
140             // frmAbout\r
141             // \r
142             this.AcceptButton = this.btnClose;\r
143             this.AutoSavePosition = true;\r
144             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
145             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
146             this.CancelButton = this.btnClose;\r
147             this.ClientSize = new System.Drawing.Size(335, 371);\r
148             this.Controls.Add(this.btnClose);\r
149             this.Controls.Add(this.txtOtherLicenses);\r
150             this.Controls.Add(this.txtWrittenBy);\r
151             this.Controls.Add(this.txtLicense);\r
152             this.Controls.Add(this.txtTitle);\r
153             this.Controls.Add(this.pictureBox1);\r
154             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
155             this.MaximizeBox = false;\r
156             this.MaximumSize = new System.Drawing.Size(351, 409);\r
157             this.MinimizeBox = false;\r
158             this.MinimumSize = new System.Drawing.Size(351, 409);\r
159             this.Name = "frmAbout";\r
160             this.ShowInTaskbar = false;\r
161             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
162             this.Text = "About Radegast";\r
163             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
164             this.ResumeLayout(false);\r
165             this.PerformLayout();\r
166 \r
167         }\r
168 \r
169         #endregion\r
170 \r
171         private System.Windows.Forms.PictureBox pictureBox1;\r
172         private System.Windows.Forms.Label txtTitle;\r
173         private System.Windows.Forms.TextBox txtLicense;\r
174         private System.Windows.Forms.TextBox txtOtherLicenses;\r
175         private System.Windows.Forms.TextBox txtWrittenBy;\r
176         private System.Windows.Forms.Button btnClose;\r
177     }\r
178 }