diff options
author | Jeff Ames | 2008-02-15 03:30:15 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-15 03:30:15 +0000 |
commit | e16f9a16c77aca017ddd3413d6ff84d3a3ee7364 (patch) | |
tree | 8cae2a7880b784ee80fc7c836136c785045e366e /OpenSim/Tools/LaunchSLClient/Form1.Designer.cs | |
parent | Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. U... (diff) | |
download | opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.zip opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.gz opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.bz2 opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.xz |
Moved LaunchSLClient prebuild.xml into main prebuild.xml
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/Form1.Designer.cs')
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/Form1.Designer.cs | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/Form1.Designer.cs b/OpenSim/Tools/LaunchSLClient/Form1.Designer.cs new file mode 100644 index 0000000..b841f0b --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/Form1.Designer.cs | |||
@@ -0,0 +1,108 @@ | |||
1 | /* | ||
2 | * Copyright (c) Contributors, http://opensimulator.org/ | ||
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | ||
4 | * | ||
5 | * Redistribution and use in source and binary forms, with or without | ||
6 | * modification, are permitted provided that the following conditions are met: | ||
7 | * * Redistributions of source code must retain the above copyright | ||
8 | * notice, this list of conditions and the following disclaimer. | ||
9 | * * Redistributions in binary form must reproduce the above copyright | ||
10 | * notice, this list of conditions and the following disclaimer in the | ||
11 | * documentation and/or other materials provided with the distribution. | ||
12 | * * Neither the name of the OpenSim Project nor the | ||
13 | * names of its contributors may be used to endorse or promote products | ||
14 | * derived from this software without specific prior written permission. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY | ||
17 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
18 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
19 | * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY | ||
20 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
21 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
22 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
23 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | * | ||
27 | */ | ||
28 | |||
29 | namespace LaunchSLClient | ||
30 | { | ||
31 | partial class Form1 | ||
32 | { | ||
33 | /// <summary> | ||
34 | /// Required designer variable. | ||
35 | /// </summary> | ||
36 | private System.ComponentModel.IContainer components = null; | ||
37 | |||
38 | /// <summary> | ||
39 | /// Clean up any resources being used. | ||
40 | /// </summary> | ||
41 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||
42 | protected override void Dispose(bool disposing) | ||
43 | { | ||
44 | if (disposing && (components != null)) | ||
45 | { | ||
46 | components.Dispose(); | ||
47 | } | ||
48 | base.Dispose(disposing); | ||
49 | } | ||
50 | |||
51 | #region Windows Form Designer generated code | ||
52 | |||
53 | /// <summary> | ||
54 | /// Required method for Designer support - do not modify | ||
55 | /// the contents of this method with the code editor. | ||
56 | /// </summary> | ||
57 | private void InitializeComponent() | ||
58 | { | ||
59 | this.comboBox1 = new System.Windows.Forms.ComboBox(); | ||
60 | this.textBox1 = new System.Windows.Forms.TextBox(); | ||
61 | this.SuspendLayout(); | ||
62 | // | ||
63 | // comboBox1 | ||
64 | // | ||
65 | this.comboBox1.FormattingEnabled = true; | ||
66 | this.comboBox1.Items.AddRange(new object[] { | ||
67 | "Local Sandbox", | ||
68 | "Local Grid Server", | ||
69 | "DeepGrid - www.deepgrid.com", | ||
70 | "OSGrid - www.osgrid.org", | ||
71 | "Linden Labs - www.secondlife.com"}); | ||
72 | this.comboBox1.Location = new System.Drawing.Point(37, 83); | ||
73 | this.comboBox1.Name = "comboBox1"; | ||
74 | this.comboBox1.Size = new System.Drawing.Size(348, 21); | ||
75 | this.comboBox1.TabIndex = 0; | ||
76 | this.comboBox1.Text = "Choose from list"; | ||
77 | this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); | ||
78 | // | ||
79 | // textBox1 | ||
80 | // | ||
81 | this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; | ||
82 | this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||
83 | this.textBox1.Location = new System.Drawing.Point(37, 32); | ||
84 | this.textBox1.Name = "textBox1"; | ||
85 | this.textBox1.ReadOnly = true; | ||
86 | this.textBox1.Size = new System.Drawing.Size(292, 19); | ||
87 | this.textBox1.TabIndex = 1; | ||
88 | this.textBox1.Text = "Choose from one of the following:"; | ||
89 | // | ||
90 | // Form1 | ||
91 | // | ||
92 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | ||
93 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||
94 | this.ClientSize = new System.Drawing.Size(501, 339); | ||
95 | this.Controls.Add(this.textBox1); | ||
96 | this.Controls.Add(this.comboBox1); | ||
97 | this.Name = "Form1"; | ||
98 | this.Text = "OpenSim Client Launcher"; | ||
99 | this.ResumeLayout(false); | ||
100 | this.PerformLayout(); | ||
101 | } | ||
102 | |||
103 | #endregion | ||
104 | |||
105 | private System.Windows.Forms.ComboBox comboBox1; | ||
106 | private System.Windows.Forms.TextBox textBox1; | ||
107 | } | ||
108 | } | ||