aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/Main.Designer.cs
diff options
context:
space:
mode:
authorSean Dague2007-09-17 12:52:03 +0000
committerSean Dague2007-09-17 12:52:03 +0000
commitb8d9737a47696952bedec33dface8f18df47341f (patch)
tree9279f45510f8a9285ac5b9c9165ab6c741009eac /OpenSim/Tools/OpenSim.GUI/Main.Designer.cs
parentI think this is the last bits for a consistant pristine (diff)
downloadopensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.zip
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.gz
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.bz2
opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.xz
fixing me some line endings
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/Main.Designer.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/Main.Designer.cs786
1 files changed, 393 insertions, 393 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/Main.Designer.cs b/OpenSim/Tools/OpenSim.GUI/Main.Designer.cs
index 6350c57..c08f26d 100644
--- a/OpenSim/Tools/OpenSim.GUI/Main.Designer.cs
+++ b/OpenSim/Tools/OpenSim.GUI/Main.Designer.cs
@@ -1,393 +1,393 @@
1namespace OpenSim.GUI 1namespace OpenSim.GUI
2{ 2{
3 partial class Main 3 partial class Main
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
9 9
10 /// <summary> 10 /// <summary>
11 /// Clean up any resources being used. 11 /// Clean up any resources being used.
12 /// </summary> 12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing) 14 protected override void Dispose(bool disposing)
15 { 15 {
16 if (disposing && (components != null)) 16 if (disposing && (components != null))
17 { 17 {
18 components.Dispose(); 18 components.Dispose();
19 } 19 }
20 base.Dispose(disposing); 20 base.Dispose(disposing);
21 } 21 }
22 22
23 #region Windows Form Designer generated code 23 #region Windows Form Designer generated code
24 24
25 /// <summary> 25 /// <summary>
26 /// Required method for Designer support - do not modify 26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 this.tabLogs = new System.Windows.Forms.TabControl(); 31 this.tabLogs = new System.Windows.Forms.TabControl();
32 this.tabMainLog = new System.Windows.Forms.TabPage(); 32 this.tabMainLog = new System.Windows.Forms.TabPage();
33 this.txtMainLog = new System.Windows.Forms.TextBox(); 33 this.txtMainLog = new System.Windows.Forms.TextBox();
34 this.tabRegionServer = new System.Windows.Forms.TabPage(); 34 this.tabRegionServer = new System.Windows.Forms.TabPage();
35 this.label1 = new System.Windows.Forms.Label(); 35 this.label1 = new System.Windows.Forms.Label();
36 this.txtInputRegionServer = new OpenSim.GUI.InputTextBoxControl(); 36 this.txtInputRegionServer = new OpenSim.GUI.InputTextBoxControl();
37 this.txtOpenSim = new System.Windows.Forms.TextBox(); 37 this.txtOpenSim = new System.Windows.Forms.TextBox();
38 this.tabUserServer = new System.Windows.Forms.TabPage(); 38 this.tabUserServer = new System.Windows.Forms.TabPage();
39 this.label2 = new System.Windows.Forms.Label(); 39 this.label2 = new System.Windows.Forms.Label();
40 this.txtInputUserServer = new OpenSim.GUI.InputTextBoxControl(); 40 this.txtInputUserServer = new OpenSim.GUI.InputTextBoxControl();
41 this.txtUserServer = new System.Windows.Forms.TextBox(); 41 this.txtUserServer = new System.Windows.Forms.TextBox();
42 this.tabAssetServer = new System.Windows.Forms.TabPage(); 42 this.tabAssetServer = new System.Windows.Forms.TabPage();
43 this.label3 = new System.Windows.Forms.Label(); 43 this.label3 = new System.Windows.Forms.Label();
44 this.txtInputAssetServer = new OpenSim.GUI.InputTextBoxControl(); 44 this.txtInputAssetServer = new OpenSim.GUI.InputTextBoxControl();
45 this.txtAssetServer = new System.Windows.Forms.TextBox(); 45 this.txtAssetServer = new System.Windows.Forms.TextBox();
46 this.tabGridServer = new System.Windows.Forms.TabPage(); 46 this.tabGridServer = new System.Windows.Forms.TabPage();
47 this.label4 = new System.Windows.Forms.Label(); 47 this.label4 = new System.Windows.Forms.Label();
48 this.txtInputGridServer = new OpenSim.GUI.InputTextBoxControl(); 48 this.txtInputGridServer = new OpenSim.GUI.InputTextBoxControl();
49 this.txtGridServer = new System.Windows.Forms.TextBox(); 49 this.txtGridServer = new System.Windows.Forms.TextBox();
50 this.gbLog = new System.Windows.Forms.GroupBox(); 50 this.gbLog = new System.Windows.Forms.GroupBox();
51 this.btnStart = new System.Windows.Forms.Button(); 51 this.btnStart = new System.Windows.Forms.Button();
52 this.btnStop = new System.Windows.Forms.Button(); 52 this.btnStop = new System.Windows.Forms.Button();
53 this.rbGridRegionMode = new System.Windows.Forms.RadioButton(); 53 this.rbGridRegionMode = new System.Windows.Forms.RadioButton();
54 this.rbStandAloneMode = new System.Windows.Forms.RadioButton(); 54 this.rbStandAloneMode = new System.Windows.Forms.RadioButton();
55 this.rbGridServer = new System.Windows.Forms.RadioButton(); 55 this.rbGridServer = new System.Windows.Forms.RadioButton();
56 this.tabLogs.SuspendLayout(); 56 this.tabLogs.SuspendLayout();
57 this.tabMainLog.SuspendLayout(); 57 this.tabMainLog.SuspendLayout();
58 this.tabRegionServer.SuspendLayout(); 58 this.tabRegionServer.SuspendLayout();
59 this.tabUserServer.SuspendLayout(); 59 this.tabUserServer.SuspendLayout();
60 this.tabAssetServer.SuspendLayout(); 60 this.tabAssetServer.SuspendLayout();
61 this.tabGridServer.SuspendLayout(); 61 this.tabGridServer.SuspendLayout();
62 this.gbLog.SuspendLayout(); 62 this.gbLog.SuspendLayout();
63 this.SuspendLayout(); 63 this.SuspendLayout();
64 // 64 //
65 // tabLogs 65 // tabLogs
66 // 66 //
67 this.tabLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 67 this.tabLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
68 | System.Windows.Forms.AnchorStyles.Left) 68 | System.Windows.Forms.AnchorStyles.Left)
69 | System.Windows.Forms.AnchorStyles.Right))); 69 | System.Windows.Forms.AnchorStyles.Right)));
70 this.tabLogs.Controls.Add(this.tabMainLog); 70 this.tabLogs.Controls.Add(this.tabMainLog);
71 this.tabLogs.Controls.Add(this.tabRegionServer); 71 this.tabLogs.Controls.Add(this.tabRegionServer);
72 this.tabLogs.Controls.Add(this.tabUserServer); 72 this.tabLogs.Controls.Add(this.tabUserServer);
73 this.tabLogs.Controls.Add(this.tabAssetServer); 73 this.tabLogs.Controls.Add(this.tabAssetServer);
74 this.tabLogs.Controls.Add(this.tabGridServer); 74 this.tabLogs.Controls.Add(this.tabGridServer);
75 this.tabLogs.Location = new System.Drawing.Point(6, 19); 75 this.tabLogs.Location = new System.Drawing.Point(6, 19);
76 this.tabLogs.Name = "tabLogs"; 76 this.tabLogs.Name = "tabLogs";
77 this.tabLogs.SelectedIndex = 0; 77 this.tabLogs.SelectedIndex = 0;
78 this.tabLogs.Size = new System.Drawing.Size(562, 230); 78 this.tabLogs.Size = new System.Drawing.Size(562, 230);
79 this.tabLogs.TabIndex = 0; 79 this.tabLogs.TabIndex = 0;
80 // 80 //
81 // tabMainLog 81 // tabMainLog
82 // 82 //
83 this.tabMainLog.Controls.Add(this.txtMainLog); 83 this.tabMainLog.Controls.Add(this.txtMainLog);
84 this.tabMainLog.Location = new System.Drawing.Point(4, 22); 84 this.tabMainLog.Location = new System.Drawing.Point(4, 22);
85 this.tabMainLog.Name = "tabMainLog"; 85 this.tabMainLog.Name = "tabMainLog";
86 this.tabMainLog.Size = new System.Drawing.Size(554, 204); 86 this.tabMainLog.Size = new System.Drawing.Size(554, 204);
87 this.tabMainLog.TabIndex = 4; 87 this.tabMainLog.TabIndex = 4;
88 this.tabMainLog.Text = "Main log"; 88 this.tabMainLog.Text = "Main log";
89 this.tabMainLog.UseVisualStyleBackColor = true; 89 this.tabMainLog.UseVisualStyleBackColor = true;
90 // 90 //
91 // txtMainLog 91 // txtMainLog
92 // 92 //
93 this.txtMainLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 93 this.txtMainLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94 | System.Windows.Forms.AnchorStyles.Left) 94 | System.Windows.Forms.AnchorStyles.Left)
95 | System.Windows.Forms.AnchorStyles.Right))); 95 | System.Windows.Forms.AnchorStyles.Right)));
96 this.txtMainLog.Location = new System.Drawing.Point(6, 5); 96 this.txtMainLog.Location = new System.Drawing.Point(6, 5);
97 this.txtMainLog.Multiline = true; 97 this.txtMainLog.Multiline = true;
98 this.txtMainLog.Name = "txtMainLog"; 98 this.txtMainLog.Name = "txtMainLog";
99 this.txtMainLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 99 this.txtMainLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
100 this.txtMainLog.Size = new System.Drawing.Size(542, 195); 100 this.txtMainLog.Size = new System.Drawing.Size(542, 195);
101 this.txtMainLog.TabIndex = 1; 101 this.txtMainLog.TabIndex = 1;
102 // 102 //
103 // tabRegionServer 103 // tabRegionServer
104 // 104 //
105 this.tabRegionServer.Controls.Add(this.label1); 105 this.tabRegionServer.Controls.Add(this.label1);
106 this.tabRegionServer.Controls.Add(this.txtInputRegionServer); 106 this.tabRegionServer.Controls.Add(this.txtInputRegionServer);
107 this.tabRegionServer.Controls.Add(this.txtOpenSim); 107 this.tabRegionServer.Controls.Add(this.txtOpenSim);
108 this.tabRegionServer.Location = new System.Drawing.Point(4, 22); 108 this.tabRegionServer.Location = new System.Drawing.Point(4, 22);
109 this.tabRegionServer.Name = "tabRegionServer"; 109 this.tabRegionServer.Name = "tabRegionServer";
110 this.tabRegionServer.Padding = new System.Windows.Forms.Padding(3); 110 this.tabRegionServer.Padding = new System.Windows.Forms.Padding(3);
111 this.tabRegionServer.Size = new System.Drawing.Size(554, 204); 111 this.tabRegionServer.Size = new System.Drawing.Size(554, 204);
112 this.tabRegionServer.TabIndex = 0; 112 this.tabRegionServer.TabIndex = 0;
113 this.tabRegionServer.Text = "Region server"; 113 this.tabRegionServer.Text = "Region server";
114 this.tabRegionServer.UseVisualStyleBackColor = true; 114 this.tabRegionServer.UseVisualStyleBackColor = true;
115 // 115 //
116 // label1 116 // label1
117 // 117 //
118 this.label1.AutoSize = true; 118 this.label1.AutoSize = true;
119 this.label1.Location = new System.Drawing.Point(6, 183); 119 this.label1.Location = new System.Drawing.Point(6, 183);
120 this.label1.Name = "label1"; 120 this.label1.Name = "label1";
121 this.label1.Size = new System.Drawing.Size(57, 13); 121 this.label1.Size = new System.Drawing.Size(57, 13);
122 this.label1.TabIndex = 4; 122 this.label1.TabIndex = 4;
123 this.label1.Text = "Command:"; 123 this.label1.Text = "Command:";
124 // 124 //
125 // txtInputRegionServer 125 // txtInputRegionServer
126 // 126 //
127 this.txtInputRegionServer.Location = new System.Drawing.Point(69, 180); 127 this.txtInputRegionServer.Location = new System.Drawing.Point(69, 180);
128 this.txtInputRegionServer.Name = "txtInputRegionServer"; 128 this.txtInputRegionServer.Name = "txtInputRegionServer";
129 this.txtInputRegionServer.Size = new System.Drawing.Size(479, 20); 129 this.txtInputRegionServer.Size = new System.Drawing.Size(479, 20);
130 this.txtInputRegionServer.TabIndex = 0; 130 this.txtInputRegionServer.TabIndex = 0;
131 // 131 //
132 // txtOpenSim 132 // txtOpenSim
133 // 133 //
134 this.txtOpenSim.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 134 this.txtOpenSim.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
135 | System.Windows.Forms.AnchorStyles.Left) 135 | System.Windows.Forms.AnchorStyles.Left)
136 | System.Windows.Forms.AnchorStyles.Right))); 136 | System.Windows.Forms.AnchorStyles.Right)));
137 this.txtOpenSim.Location = new System.Drawing.Point(6, 6); 137 this.txtOpenSim.Location = new System.Drawing.Point(6, 6);
138 this.txtOpenSim.Multiline = true; 138 this.txtOpenSim.Multiline = true;
139 this.txtOpenSim.Name = "txtOpenSim"; 139 this.txtOpenSim.Name = "txtOpenSim";
140 this.txtOpenSim.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 140 this.txtOpenSim.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
141 this.txtOpenSim.Size = new System.Drawing.Size(542, 168); 141 this.txtOpenSim.Size = new System.Drawing.Size(542, 168);
142 this.txtOpenSim.TabIndex = 0; 142 this.txtOpenSim.TabIndex = 0;
143 // 143 //
144 // tabUserServer 144 // tabUserServer
145 // 145 //
146 this.tabUserServer.Controls.Add(this.label2); 146 this.tabUserServer.Controls.Add(this.label2);
147 this.tabUserServer.Controls.Add(this.txtInputUserServer); 147 this.tabUserServer.Controls.Add(this.txtInputUserServer);
148 this.tabUserServer.Controls.Add(this.txtUserServer); 148 this.tabUserServer.Controls.Add(this.txtUserServer);
149 this.tabUserServer.Location = new System.Drawing.Point(4, 22); 149 this.tabUserServer.Location = new System.Drawing.Point(4, 22);
150 this.tabUserServer.Name = "tabUserServer"; 150 this.tabUserServer.Name = "tabUserServer";
151 this.tabUserServer.Padding = new System.Windows.Forms.Padding(3); 151 this.tabUserServer.Padding = new System.Windows.Forms.Padding(3);
152 this.tabUserServer.Size = new System.Drawing.Size(554, 204); 152 this.tabUserServer.Size = new System.Drawing.Size(554, 204);
153 this.tabUserServer.TabIndex = 1; 153 this.tabUserServer.TabIndex = 1;
154 this.tabUserServer.Text = "User server"; 154 this.tabUserServer.Text = "User server";
155 this.tabUserServer.UseVisualStyleBackColor = true; 155 this.tabUserServer.UseVisualStyleBackColor = true;
156 // 156 //
157 // label2 157 // label2
158 // 158 //
159 this.label2.AutoSize = true; 159 this.label2.AutoSize = true;
160 this.label2.Location = new System.Drawing.Point(6, 181); 160 this.label2.Location = new System.Drawing.Point(6, 181);
161 this.label2.Name = "label2"; 161 this.label2.Name = "label2";
162 this.label2.Size = new System.Drawing.Size(57, 13); 162 this.label2.Size = new System.Drawing.Size(57, 13);
163 this.label2.TabIndex = 6; 163 this.label2.TabIndex = 6;
164 this.label2.Text = "Command:"; 164 this.label2.Text = "Command:";
165 // 165 //
166 // txtInputUserServer 166 // txtInputUserServer
167 // 167 //
168 this.txtInputUserServer.Location = new System.Drawing.Point(69, 178); 168 this.txtInputUserServer.Location = new System.Drawing.Point(69, 178);
169 this.txtInputUserServer.Name = "txtInputUserServer"; 169 this.txtInputUserServer.Name = "txtInputUserServer";
170 this.txtInputUserServer.Size = new System.Drawing.Size(479, 20); 170 this.txtInputUserServer.Size = new System.Drawing.Size(479, 20);
171 this.txtInputUserServer.TabIndex = 5; 171 this.txtInputUserServer.TabIndex = 5;
172 // 172 //
173 // txtUserServer 173 // txtUserServer
174 // 174 //
175 this.txtUserServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 175 this.txtUserServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
176 | System.Windows.Forms.AnchorStyles.Left) 176 | System.Windows.Forms.AnchorStyles.Left)
177 | System.Windows.Forms.AnchorStyles.Right))); 177 | System.Windows.Forms.AnchorStyles.Right)));
178 this.txtUserServer.Location = new System.Drawing.Point(6, 5); 178 this.txtUserServer.Location = new System.Drawing.Point(6, 5);
179 this.txtUserServer.Multiline = true; 179 this.txtUserServer.Multiline = true;
180 this.txtUserServer.Name = "txtUserServer"; 180 this.txtUserServer.Name = "txtUserServer";
181 this.txtUserServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 181 this.txtUserServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
182 this.txtUserServer.Size = new System.Drawing.Size(542, 168); 182 this.txtUserServer.Size = new System.Drawing.Size(542, 168);
183 this.txtUserServer.TabIndex = 1; 183 this.txtUserServer.TabIndex = 1;
184 // 184 //
185 // tabAssetServer 185 // tabAssetServer
186 // 186 //
187 this.tabAssetServer.Controls.Add(this.label3); 187 this.tabAssetServer.Controls.Add(this.label3);
188 this.tabAssetServer.Controls.Add(this.txtInputAssetServer); 188 this.tabAssetServer.Controls.Add(this.txtInputAssetServer);
189 this.tabAssetServer.Controls.Add(this.txtAssetServer); 189 this.tabAssetServer.Controls.Add(this.txtAssetServer);
190 this.tabAssetServer.Location = new System.Drawing.Point(4, 22); 190 this.tabAssetServer.Location = new System.Drawing.Point(4, 22);
191 this.tabAssetServer.Name = "tabAssetServer"; 191 this.tabAssetServer.Name = "tabAssetServer";
192 this.tabAssetServer.Size = new System.Drawing.Size(554, 204); 192 this.tabAssetServer.Size = new System.Drawing.Size(554, 204);
193 this.tabAssetServer.TabIndex = 2; 193 this.tabAssetServer.TabIndex = 2;
194 this.tabAssetServer.Text = "Asset server"; 194 this.tabAssetServer.Text = "Asset server";
195 this.tabAssetServer.UseVisualStyleBackColor = true; 195 this.tabAssetServer.UseVisualStyleBackColor = true;
196 // 196 //
197 // label3 197 // label3
198 // 198 //
199 this.label3.AutoSize = true; 199 this.label3.AutoSize = true;
200 this.label3.Location = new System.Drawing.Point(6, 182); 200 this.label3.Location = new System.Drawing.Point(6, 182);
201 this.label3.Name = "label3"; 201 this.label3.Name = "label3";
202 this.label3.Size = new System.Drawing.Size(57, 13); 202 this.label3.Size = new System.Drawing.Size(57, 13);
203 this.label3.TabIndex = 6; 203 this.label3.TabIndex = 6;
204 this.label3.Text = "Command:"; 204 this.label3.Text = "Command:";
205 // 205 //
206 // txtInputAssetServer 206 // txtInputAssetServer
207 // 207 //
208 this.txtInputAssetServer.Location = new System.Drawing.Point(69, 179); 208 this.txtInputAssetServer.Location = new System.Drawing.Point(69, 179);
209 this.txtInputAssetServer.Name = "txtInputAssetServer"; 209 this.txtInputAssetServer.Name = "txtInputAssetServer";
210 this.txtInputAssetServer.Size = new System.Drawing.Size(479, 20); 210 this.txtInputAssetServer.Size = new System.Drawing.Size(479, 20);
211 this.txtInputAssetServer.TabIndex = 5; 211 this.txtInputAssetServer.TabIndex = 5;
212 // 212 //
213 // txtAssetServer 213 // txtAssetServer
214 // 214 //
215 this.txtAssetServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 215 this.txtAssetServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
216 | System.Windows.Forms.AnchorStyles.Left) 216 | System.Windows.Forms.AnchorStyles.Left)
217 | System.Windows.Forms.AnchorStyles.Right))); 217 | System.Windows.Forms.AnchorStyles.Right)));
218 this.txtAssetServer.Location = new System.Drawing.Point(6, 5); 218 this.txtAssetServer.Location = new System.Drawing.Point(6, 5);
219 this.txtAssetServer.Multiline = true; 219 this.txtAssetServer.Multiline = true;
220 this.txtAssetServer.Name = "txtAssetServer"; 220 this.txtAssetServer.Name = "txtAssetServer";
221 this.txtAssetServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 221 this.txtAssetServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
222 this.txtAssetServer.Size = new System.Drawing.Size(542, 168); 222 this.txtAssetServer.Size = new System.Drawing.Size(542, 168);
223 this.txtAssetServer.TabIndex = 1; 223 this.txtAssetServer.TabIndex = 1;
224 // 224 //
225 // tabGridServer 225 // tabGridServer
226 // 226 //
227 this.tabGridServer.Controls.Add(this.label4); 227 this.tabGridServer.Controls.Add(this.label4);
228 this.tabGridServer.Controls.Add(this.txtInputGridServer); 228 this.tabGridServer.Controls.Add(this.txtInputGridServer);
229 this.tabGridServer.Controls.Add(this.txtGridServer); 229 this.tabGridServer.Controls.Add(this.txtGridServer);
230 this.tabGridServer.Location = new System.Drawing.Point(4, 22); 230 this.tabGridServer.Location = new System.Drawing.Point(4, 22);
231 this.tabGridServer.Name = "tabGridServer"; 231 this.tabGridServer.Name = "tabGridServer";
232 this.tabGridServer.Size = new System.Drawing.Size(554, 204); 232 this.tabGridServer.Size = new System.Drawing.Size(554, 204);
233 this.tabGridServer.TabIndex = 3; 233 this.tabGridServer.TabIndex = 3;
234 this.tabGridServer.Text = "Grid server"; 234 this.tabGridServer.Text = "Grid server";
235 this.tabGridServer.UseVisualStyleBackColor = true; 235 this.tabGridServer.UseVisualStyleBackColor = true;
236 // 236 //
237 // label4 237 // label4
238 // 238 //
239 this.label4.AutoSize = true; 239 this.label4.AutoSize = true;
240 this.label4.Location = new System.Drawing.Point(6, 182); 240 this.label4.Location = new System.Drawing.Point(6, 182);
241 this.label4.Name = "label4"; 241 this.label4.Name = "label4";
242 this.label4.Size = new System.Drawing.Size(57, 13); 242 this.label4.Size = new System.Drawing.Size(57, 13);
243 this.label4.TabIndex = 6; 243 this.label4.TabIndex = 6;
244 this.label4.Text = "Command:"; 244 this.label4.Text = "Command:";
245 // 245 //
246 // txtInputGridServer 246 // txtInputGridServer
247 // 247 //
248 this.txtInputGridServer.Location = new System.Drawing.Point(69, 179); 248 this.txtInputGridServer.Location = new System.Drawing.Point(69, 179);
249 this.txtInputGridServer.Name = "txtInputGridServer"; 249 this.txtInputGridServer.Name = "txtInputGridServer";
250 this.txtInputGridServer.Size = new System.Drawing.Size(479, 20); 250 this.txtInputGridServer.Size = new System.Drawing.Size(479, 20);
251 this.txtInputGridServer.TabIndex = 5; 251 this.txtInputGridServer.TabIndex = 5;
252 // 252 //
253 // txtGridServer 253 // txtGridServer
254 // 254 //
255 this.txtGridServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 255 this.txtGridServer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
256 | System.Windows.Forms.AnchorStyles.Left) 256 | System.Windows.Forms.AnchorStyles.Left)
257 | System.Windows.Forms.AnchorStyles.Right))); 257 | System.Windows.Forms.AnchorStyles.Right)));
258 this.txtGridServer.Location = new System.Drawing.Point(6, 5); 258 this.txtGridServer.Location = new System.Drawing.Point(6, 5);
259 this.txtGridServer.Multiline = true; 259 this.txtGridServer.Multiline = true;
260 this.txtGridServer.Name = "txtGridServer"; 260 this.txtGridServer.Name = "txtGridServer";
261 this.txtGridServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 261 this.txtGridServer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
262 this.txtGridServer.Size = new System.Drawing.Size(542, 168); 262 this.txtGridServer.Size = new System.Drawing.Size(542, 168);
263 this.txtGridServer.TabIndex = 1; 263 this.txtGridServer.TabIndex = 1;
264 // 264 //
265 // gbLog 265 // gbLog
266 // 266 //
267 this.gbLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 267 this.gbLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
268 | System.Windows.Forms.AnchorStyles.Left) 268 | System.Windows.Forms.AnchorStyles.Left)
269 | System.Windows.Forms.AnchorStyles.Right))); 269 | System.Windows.Forms.AnchorStyles.Right)));
270 this.gbLog.Controls.Add(this.tabLogs); 270 this.gbLog.Controls.Add(this.tabLogs);
271 this.gbLog.Location = new System.Drawing.Point(2, 41); 271 this.gbLog.Location = new System.Drawing.Point(2, 41);
272 this.gbLog.Name = "gbLog"; 272 this.gbLog.Name = "gbLog";
273 this.gbLog.Size = new System.Drawing.Size(574, 255); 273 this.gbLog.Size = new System.Drawing.Size(574, 255);
274 this.gbLog.TabIndex = 1; 274 this.gbLog.TabIndex = 1;
275 this.gbLog.TabStop = false; 275 this.gbLog.TabStop = false;
276 this.gbLog.Text = "Logs"; 276 this.gbLog.Text = "Logs";
277 // 277 //
278 // btnStart 278 // btnStart
279 // 279 //
280 this.btnStart.Location = new System.Drawing.Point(8, 12); 280 this.btnStart.Location = new System.Drawing.Point(8, 12);
281 this.btnStart.Name = "btnStart"; 281 this.btnStart.Name = "btnStart";
282 this.btnStart.Size = new System.Drawing.Size(75, 23); 282 this.btnStart.Size = new System.Drawing.Size(75, 23);
283 this.btnStart.TabIndex = 2; 283 this.btnStart.TabIndex = 2;
284 this.btnStart.Text = "Start"; 284 this.btnStart.Text = "Start";
285 this.btnStart.UseVisualStyleBackColor = true; 285 this.btnStart.UseVisualStyleBackColor = true;
286 this.btnStart.Click += new System.EventHandler(this.btnStart_Click); 286 this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
287 // 287 //
288 // btnStop 288 // btnStop
289 // 289 //
290 this.btnStop.Location = new System.Drawing.Point(89, 12); 290 this.btnStop.Location = new System.Drawing.Point(89, 12);
291 this.btnStop.Name = "btnStop"; 291 this.btnStop.Name = "btnStop";
292 this.btnStop.Size = new System.Drawing.Size(75, 23); 292 this.btnStop.Size = new System.Drawing.Size(75, 23);
293 this.btnStop.TabIndex = 3; 293 this.btnStop.TabIndex = 3;
294 this.btnStop.Text = "Stop"; 294 this.btnStop.Text = "Stop";
295 this.btnStop.UseVisualStyleBackColor = true; 295 this.btnStop.UseVisualStyleBackColor = true;
296 this.btnStop.Click += new System.EventHandler(this.btnStop_Click); 296 this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
297 // 297 //
298 // rbGridRegionMode 298 // rbGridRegionMode
299 // 299 //
300 this.rbGridRegionMode.AutoSize = true; 300 this.rbGridRegionMode.AutoSize = true;
301 this.rbGridRegionMode.Location = new System.Drawing.Point(407, 18); 301 this.rbGridRegionMode.Location = new System.Drawing.Point(407, 18);
302 this.rbGridRegionMode.Name = "rbGridRegionMode"; 302 this.rbGridRegionMode.Name = "rbGridRegionMode";
303 this.rbGridRegionMode.Size = new System.Drawing.Size(76, 17); 303 this.rbGridRegionMode.Size = new System.Drawing.Size(76, 17);
304 this.rbGridRegionMode.TabIndex = 4; 304 this.rbGridRegionMode.TabIndex = 4;
305 this.rbGridRegionMode.Text = "Grid region"; 305 this.rbGridRegionMode.Text = "Grid region";
306 this.rbGridRegionMode.UseVisualStyleBackColor = true; 306 this.rbGridRegionMode.UseVisualStyleBackColor = true;
307 this.rbGridRegionMode.CheckedChanged += new System.EventHandler(this.rbGridRegionMode_CheckedChanged); 307 this.rbGridRegionMode.CheckedChanged += new System.EventHandler(this.rbGridRegionMode_CheckedChanged);
308 // 308 //
309 // rbStandAloneMode 309 // rbStandAloneMode
310 // 310 //
311 this.rbStandAloneMode.AutoSize = true; 311 this.rbStandAloneMode.AutoSize = true;
312 this.rbStandAloneMode.Checked = true; 312 this.rbStandAloneMode.Checked = true;
313 this.rbStandAloneMode.Location = new System.Drawing.Point(319, 18); 313 this.rbStandAloneMode.Location = new System.Drawing.Point(319, 18);
314 this.rbStandAloneMode.Name = "rbStandAloneMode"; 314 this.rbStandAloneMode.Name = "rbStandAloneMode";
315 this.rbStandAloneMode.Size = new System.Drawing.Size(82, 17); 315 this.rbStandAloneMode.Size = new System.Drawing.Size(82, 17);
316 this.rbStandAloneMode.TabIndex = 5; 316 this.rbStandAloneMode.TabIndex = 5;
317 this.rbStandAloneMode.TabStop = true; 317 this.rbStandAloneMode.TabStop = true;
318 this.rbStandAloneMode.Text = "Stand alone"; 318 this.rbStandAloneMode.Text = "Stand alone";
319 this.rbStandAloneMode.UseVisualStyleBackColor = true; 319 this.rbStandAloneMode.UseVisualStyleBackColor = true;
320 this.rbStandAloneMode.CheckedChanged += new System.EventHandler(this.rbStandAloneMode_CheckedChanged); 320 this.rbStandAloneMode.CheckedChanged += new System.EventHandler(this.rbStandAloneMode_CheckedChanged);
321 // 321 //
322 // rbGridServer 322 // rbGridServer
323 // 323 //
324 this.rbGridServer.AutoSize = true; 324 this.rbGridServer.AutoSize = true;
325 this.rbGridServer.Location = new System.Drawing.Point(484, 18); 325 this.rbGridServer.Location = new System.Drawing.Point(484, 18);
326 this.rbGridServer.Name = "rbGridServer"; 326 this.rbGridServer.Name = "rbGridServer";
327 this.rbGridServer.Size = new System.Drawing.Size(76, 17); 327 this.rbGridServer.Size = new System.Drawing.Size(76, 17);
328 this.rbGridServer.TabIndex = 6; 328 this.rbGridServer.TabIndex = 6;
329 this.rbGridServer.Text = "Grid server"; 329 this.rbGridServer.Text = "Grid server";
330 this.rbGridServer.UseVisualStyleBackColor = true; 330 this.rbGridServer.UseVisualStyleBackColor = true;
331 this.rbGridServer.CheckedChanged += new System.EventHandler(this.rbGridServer_CheckedChanged); 331 this.rbGridServer.CheckedChanged += new System.EventHandler(this.rbGridServer_CheckedChanged);
332 // 332 //
333 // Main 333 // Main
334 // 334 //
335 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 335 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
336 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 336 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
337 this.ClientSize = new System.Drawing.Size(583, 299); 337 this.ClientSize = new System.Drawing.Size(583, 299);
338 this.Controls.Add(this.rbGridServer); 338 this.Controls.Add(this.rbGridServer);
339 this.Controls.Add(this.rbStandAloneMode); 339 this.Controls.Add(this.rbStandAloneMode);
340 this.Controls.Add(this.rbGridRegionMode); 340 this.Controls.Add(this.rbGridRegionMode);
341 this.Controls.Add(this.btnStop); 341 this.Controls.Add(this.btnStop);
342 this.Controls.Add(this.btnStart); 342 this.Controls.Add(this.btnStart);
343 this.Controls.Add(this.gbLog); 343 this.Controls.Add(this.gbLog);
344 this.Name = "Main"; 344 this.Name = "Main";
345 this.Text = "OpenSim"; 345 this.Text = "OpenSim";
346 this.Load += new System.EventHandler(this.Main_Load); 346 this.Load += new System.EventHandler(this.Main_Load);
347 this.tabLogs.ResumeLayout(false); 347 this.tabLogs.ResumeLayout(false);
348 this.tabMainLog.ResumeLayout(false); 348 this.tabMainLog.ResumeLayout(false);
349 this.tabMainLog.PerformLayout(); 349 this.tabMainLog.PerformLayout();
350 this.tabRegionServer.ResumeLayout(false); 350 this.tabRegionServer.ResumeLayout(false);
351 this.tabRegionServer.PerformLayout(); 351 this.tabRegionServer.PerformLayout();
352 this.tabUserServer.ResumeLayout(false); 352 this.tabUserServer.ResumeLayout(false);
353 this.tabUserServer.PerformLayout(); 353 this.tabUserServer.PerformLayout();
354 this.tabAssetServer.ResumeLayout(false); 354 this.tabAssetServer.ResumeLayout(false);
355 this.tabAssetServer.PerformLayout(); 355 this.tabAssetServer.PerformLayout();
356 this.tabGridServer.ResumeLayout(false); 356 this.tabGridServer.ResumeLayout(false);
357 this.tabGridServer.PerformLayout(); 357 this.tabGridServer.PerformLayout();
358 this.gbLog.ResumeLayout(false); 358 this.gbLog.ResumeLayout(false);
359 this.ResumeLayout(false); 359 this.ResumeLayout(false);
360 this.PerformLayout(); 360 this.PerformLayout();
361 361
362 } 362 }
363 363
364 #endregion 364 #endregion
365 365
366 private System.Windows.Forms.TabControl tabLogs; 366 private System.Windows.Forms.TabControl tabLogs;
367 private System.Windows.Forms.TabPage tabRegionServer; 367 private System.Windows.Forms.TabPage tabRegionServer;
368 private System.Windows.Forms.TabPage tabUserServer; 368 private System.Windows.Forms.TabPage tabUserServer;
369 private System.Windows.Forms.GroupBox gbLog; 369 private System.Windows.Forms.GroupBox gbLog;
370 private System.Windows.Forms.TextBox txtOpenSim; 370 private System.Windows.Forms.TextBox txtOpenSim;
371 private System.Windows.Forms.TextBox txtUserServer; 371 private System.Windows.Forms.TextBox txtUserServer;
372 private System.Windows.Forms.TabPage tabAssetServer; 372 private System.Windows.Forms.TabPage tabAssetServer;
373 private System.Windows.Forms.TextBox txtAssetServer; 373 private System.Windows.Forms.TextBox txtAssetServer;
374 private System.Windows.Forms.TabPage tabGridServer; 374 private System.Windows.Forms.TabPage tabGridServer;
375 private System.Windows.Forms.TextBox txtGridServer; 375 private System.Windows.Forms.TextBox txtGridServer;
376 private System.Windows.Forms.TabPage tabMainLog; 376 private System.Windows.Forms.TabPage tabMainLog;
377 private System.Windows.Forms.Button btnStart; 377 private System.Windows.Forms.Button btnStart;
378 private System.Windows.Forms.Button btnStop; 378 private System.Windows.Forms.Button btnStop;
379 private System.Windows.Forms.TextBox txtMainLog; 379 private System.Windows.Forms.TextBox txtMainLog;
380 private System.Windows.Forms.Label label1; 380 private System.Windows.Forms.Label label1;
381 private System.Windows.Forms.Label label2; 381 private System.Windows.Forms.Label label2;
382 private System.Windows.Forms.Label label3; 382 private System.Windows.Forms.Label label3;
383 private System.Windows.Forms.Label label4; 383 private System.Windows.Forms.Label label4;
384 private InputTextBoxControl txtInputRegionServer; 384 private InputTextBoxControl txtInputRegionServer;
385 private InputTextBoxControl txtInputUserServer; 385 private InputTextBoxControl txtInputUserServer;
386 private InputTextBoxControl txtInputAssetServer; 386 private InputTextBoxControl txtInputAssetServer;
387 private InputTextBoxControl txtInputGridServer; 387 private InputTextBoxControl txtInputGridServer;
388 private System.Windows.Forms.RadioButton rbGridRegionMode; 388 private System.Windows.Forms.RadioButton rbGridRegionMode;
389 private System.Windows.Forms.RadioButton rbStandAloneMode; 389 private System.Windows.Forms.RadioButton rbStandAloneMode;
390 private System.Windows.Forms.RadioButton rbGridServer; 390 private System.Windows.Forms.RadioButton rbGridServer;
391 } 391 }
392} 392}
393 393