corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 1 | namespace Dashboard |
2 | { |
||
3 | partial class Dashboard |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region Windows Form Designer generated code |
||
24 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
||
32 | this.splitContainer3 = new System.Windows.Forms.SplitContainer(); |
||
33 | this.localChat1 = new OpenMetaverse.GUI.LocalChat(); |
||
34 | this.statusOutput1 = new OpenMetaverse.GUI.StatusOutput(); |
||
35 | this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
||
36 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
||
37 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
||
38 | this.avatarList1 = new OpenMetaverse.GUI.AvatarList(); |
||
39 | this.tabPage2 = new System.Windows.Forms.TabPage(); |
||
40 | this.friendsList1 = new OpenMetaverse.GUI.FriendList(); |
||
41 | this.tabPage3 = new System.Windows.Forms.TabPage(); |
||
42 | this.groupList1 = new OpenMetaverse.GUI.GroupList(); |
||
43 | this.tabPage4 = new System.Windows.Forms.TabPage(); |
||
44 | this.inventoryTree1 = new OpenMetaverse.GUI.InventoryTree(); |
||
45 | this.miniMap1 = new OpenMetaverse.GUI.MiniMap(); |
||
46 | this.messageBar1 = new OpenMetaverse.GUI.MessageBar(); |
||
47 | this.loginPanel1 = new OpenMetaverse.GUI.LoginPanel(); |
||
48 | this.splitContainer1.Panel1.SuspendLayout(); |
||
49 | this.splitContainer1.Panel2.SuspendLayout(); |
||
50 | this.splitContainer1.SuspendLayout(); |
||
51 | this.splitContainer3.Panel1.SuspendLayout(); |
||
52 | this.splitContainer3.Panel2.SuspendLayout(); |
||
53 | this.splitContainer3.SuspendLayout(); |
||
54 | this.splitContainer2.Panel1.SuspendLayout(); |
||
55 | this.splitContainer2.Panel2.SuspendLayout(); |
||
56 | this.splitContainer2.SuspendLayout(); |
||
57 | this.tabControl1.SuspendLayout(); |
||
58 | this.tabPage1.SuspendLayout(); |
||
59 | this.tabPage2.SuspendLayout(); |
||
60 | this.tabPage3.SuspendLayout(); |
||
61 | this.tabPage4.SuspendLayout(); |
||
62 | ((System.ComponentModel.ISupportInitialize)(this.miniMap1)).BeginInit(); |
||
63 | this.SuspendLayout(); |
||
64 | // |
||
65 | // splitContainer1 |
||
66 | // |
||
67 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
68 | | System.Windows.Forms.AnchorStyles.Left) |
||
69 | | System.Windows.Forms.AnchorStyles.Right))); |
||
70 | this.splitContainer1.Location = new System.Drawing.Point(0, 40); |
||
71 | this.splitContainer1.Name = "splitContainer1"; |
||
72 | // |
||
73 | // splitContainer1.Panel1 |
||
74 | // |
||
75 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer3); |
||
76 | // |
||
77 | // splitContainer1.Panel2 |
||
78 | // |
||
79 | this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); |
||
80 | this.splitContainer1.Size = new System.Drawing.Size(792, 500); |
||
81 | this.splitContainer1.SplitterDistance = 553; |
||
82 | this.splitContainer1.TabIndex = 4; |
||
83 | // |
||
84 | // splitContainer3 |
||
85 | // |
||
86 | this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
87 | this.splitContainer3.Location = new System.Drawing.Point(0, 0); |
||
88 | this.splitContainer3.Name = "splitContainer3"; |
||
89 | this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; |
||
90 | // |
||
91 | // splitContainer3.Panel1 |
||
92 | // |
||
93 | this.splitContainer3.Panel1.Controls.Add(this.localChat1); |
||
94 | // |
||
95 | // splitContainer3.Panel2 |
||
96 | // |
||
97 | this.splitContainer3.Panel2.Controls.Add(this.statusOutput1); |
||
98 | this.splitContainer3.Size = new System.Drawing.Size(553, 500); |
||
99 | this.splitContainer3.SplitterDistance = 377; |
||
100 | this.splitContainer3.TabIndex = 0; |
||
101 | // |
||
102 | // localChat1 |
||
103 | // |
||
104 | this.localChat1.Client = null; |
||
105 | this.localChat1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
106 | this.localChat1.Location = new System.Drawing.Point(0, 0); |
||
107 | this.localChat1.Name = "localChat1"; |
||
108 | this.localChat1.Size = new System.Drawing.Size(553, 377); |
||
109 | this.localChat1.TabIndex = 4; |
||
110 | // |
||
111 | // statusOutput1 |
||
112 | // |
||
113 | this.statusOutput1.BackColor = System.Drawing.Color.White; |
||
114 | this.statusOutput1.Client = null; |
||
115 | this.statusOutput1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
116 | this.statusOutput1.Location = new System.Drawing.Point(0, 0); |
||
117 | this.statusOutput1.Name = "statusOutput1"; |
||
118 | this.statusOutput1.ReadOnly = true; |
||
119 | this.statusOutput1.Size = new System.Drawing.Size(553, 119); |
||
120 | this.statusOutput1.TabIndex = 0; |
||
121 | this.statusOutput1.Text = ""; |
||
122 | // |
||
123 | // splitContainer2 |
||
124 | // |
||
125 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
126 | this.splitContainer2.Location = new System.Drawing.Point(0, 0); |
||
127 | this.splitContainer2.Name = "splitContainer2"; |
||
128 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; |
||
129 | // |
||
130 | // splitContainer2.Panel1 |
||
131 | // |
||
132 | this.splitContainer2.Panel1.Controls.Add(this.tabControl1); |
||
133 | // |
||
134 | // splitContainer2.Panel2 |
||
135 | // |
||
136 | this.splitContainer2.Panel2.Controls.Add(this.miniMap1); |
||
137 | this.splitContainer2.Size = new System.Drawing.Size(235, 500); |
||
138 | this.splitContainer2.SplitterDistance = 263; |
||
139 | this.splitContainer2.TabIndex = 9; |
||
140 | // |
||
141 | // tabControl1 |
||
142 | // |
||
143 | this.tabControl1.Controls.Add(this.tabPage1); |
||
144 | this.tabControl1.Controls.Add(this.tabPage2); |
||
145 | this.tabControl1.Controls.Add(this.tabPage3); |
||
146 | this.tabControl1.Controls.Add(this.tabPage4); |
||
147 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
148 | this.tabControl1.Location = new System.Drawing.Point(0, 0); |
||
149 | this.tabControl1.Name = "tabControl1"; |
||
150 | this.tabControl1.SelectedIndex = 0; |
||
151 | this.tabControl1.Size = new System.Drawing.Size(235, 263); |
||
152 | this.tabControl1.TabIndex = 1; |
||
153 | // |
||
154 | // tabPage1 |
||
155 | // |
||
156 | this.tabPage1.Controls.Add(this.avatarList1); |
||
157 | this.tabPage1.Location = new System.Drawing.Point(4, 22); |
||
158 | this.tabPage1.Name = "tabPage1"; |
||
159 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3); |
||
160 | this.tabPage1.Size = new System.Drawing.Size(227, 237); |
||
161 | this.tabPage1.TabIndex = 0; |
||
162 | this.tabPage1.Text = "Nearby"; |
||
163 | this.tabPage1.UseVisualStyleBackColor = true; |
||
164 | // |
||
165 | // avatarList1 |
||
166 | // |
||
167 | this.avatarList1.Client = null; |
||
168 | this.avatarList1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
169 | this.avatarList1.Location = new System.Drawing.Point(3, 3); |
||
170 | this.avatarList1.MultiSelect = false; |
||
171 | this.avatarList1.Name = "avatarList1"; |
||
172 | this.avatarList1.Size = new System.Drawing.Size(221, 231); |
||
173 | this.avatarList1.Sorting = System.Windows.Forms.SortOrder.Ascending; |
||
174 | this.avatarList1.TabIndex = 2; |
||
175 | this.avatarList1.UseCompatibleStateImageBehavior = false; |
||
176 | this.avatarList1.View = System.Windows.Forms.View.Details; |
||
177 | // |
||
178 | // tabPage2 |
||
179 | // |
||
180 | this.tabPage2.Controls.Add(this.friendsList1); |
||
181 | this.tabPage2.Location = new System.Drawing.Point(4, 22); |
||
182 | this.tabPage2.Name = "tabPage2"; |
||
183 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3); |
||
184 | this.tabPage2.Size = new System.Drawing.Size(227, 237); |
||
185 | this.tabPage2.TabIndex = 1; |
||
186 | this.tabPage2.Text = "Friends"; |
||
187 | this.tabPage2.UseVisualStyleBackColor = true; |
||
188 | // |
||
189 | // friendsList1 |
||
190 | // |
||
191 | this.friendsList1.Client = null; |
||
192 | this.friendsList1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
193 | this.friendsList1.Location = new System.Drawing.Point(3, 3); |
||
194 | this.friendsList1.Name = "friendsList1"; |
||
195 | this.friendsList1.Size = new System.Drawing.Size(221, 231); |
||
196 | this.friendsList1.TabIndex = 5; |
||
197 | this.friendsList1.UseCompatibleStateImageBehavior = false; |
||
198 | this.friendsList1.View = System.Windows.Forms.View.Details; |
||
199 | // |
||
200 | // tabPage3 |
||
201 | // |
||
202 | this.tabPage3.Controls.Add(this.groupList1); |
||
203 | this.tabPage3.Location = new System.Drawing.Point(4, 22); |
||
204 | this.tabPage3.Name = "tabPage3"; |
||
205 | this.tabPage3.Size = new System.Drawing.Size(227, 237); |
||
206 | this.tabPage3.TabIndex = 2; |
||
207 | this.tabPage3.Text = "Groups"; |
||
208 | this.tabPage3.UseVisualStyleBackColor = true; |
||
209 | // |
||
210 | // groupList1 |
||
211 | // |
||
212 | this.groupList1.Client = null; |
||
213 | this.groupList1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
214 | this.groupList1.Location = new System.Drawing.Point(0, 0); |
||
215 | this.groupList1.Name = "groupList1"; |
||
216 | this.groupList1.Size = new System.Drawing.Size(227, 237); |
||
217 | this.groupList1.TabIndex = 7; |
||
218 | this.groupList1.UseCompatibleStateImageBehavior = false; |
||
219 | this.groupList1.View = System.Windows.Forms.View.Details; |
||
220 | // |
||
221 | // tabPage4 |
||
222 | // |
||
223 | this.tabPage4.Controls.Add(this.inventoryTree1); |
||
224 | this.tabPage4.Location = new System.Drawing.Point(4, 22); |
||
225 | this.tabPage4.Name = "tabPage4"; |
||
226 | this.tabPage4.Size = new System.Drawing.Size(227, 237); |
||
227 | this.tabPage4.TabIndex = 3; |
||
228 | this.tabPage4.Text = "Inventory"; |
||
229 | this.tabPage4.UseVisualStyleBackColor = true; |
||
230 | // |
||
231 | // inventoryTree1 |
||
232 | // |
||
233 | this.inventoryTree1.Client = null; |
||
234 | this.inventoryTree1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
235 | this.inventoryTree1.Location = new System.Drawing.Point(0, 0); |
||
236 | this.inventoryTree1.Name = "inventoryTree1"; |
||
237 | this.inventoryTree1.Size = new System.Drawing.Size(227, 237); |
||
238 | this.inventoryTree1.TabIndex = 1; |
||
239 | // |
||
240 | // miniMap1 |
||
241 | // |
||
242 | this.miniMap1.BackColor = System.Drawing.SystemColors.Control; |
||
243 | this.miniMap1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
||
244 | this.miniMap1.Client = null; |
||
245 | this.miniMap1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
246 | this.miniMap1.Location = new System.Drawing.Point(0, 0); |
||
247 | this.miniMap1.Name = "miniMap1"; |
||
248 | this.miniMap1.Size = new System.Drawing.Size(235, 233); |
||
249 | this.miniMap1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
||
250 | this.miniMap1.TabIndex = 11; |
||
251 | this.miniMap1.TabStop = false; |
||
252 | // |
||
253 | // messageBar1 |
||
254 | // |
||
255 | this.messageBar1.Client = null; |
||
256 | this.messageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; |
||
257 | this.messageBar1.Location = new System.Drawing.Point(0, 543); |
||
258 | this.messageBar1.Name = "messageBar1"; |
||
259 | this.messageBar1.Size = new System.Drawing.Size(792, 25); |
||
260 | this.messageBar1.TabIndex = 6; |
||
261 | // |
||
262 | // loginPanel1 |
||
263 | // |
||
264 | this.loginPanel1.Client = null; |
||
265 | this.loginPanel1.Dock = System.Windows.Forms.DockStyle.Top; |
||
266 | this.loginPanel1.Location = new System.Drawing.Point(0, 0); |
||
267 | this.loginPanel1.Name = "loginPanel1"; |
||
268 | this.loginPanel1.Size = new System.Drawing.Size(792, 37); |
||
269 | this.loginPanel1.TabIndex = 5; |
||
270 | // |
||
271 | // Dashboard |
||
272 | // |
||
273 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
274 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
275 | this.ClientSize = new System.Drawing.Size(792, 568); |
||
276 | this.Controls.Add(this.messageBar1); |
||
277 | this.Controls.Add(this.loginPanel1); |
||
278 | this.Controls.Add(this.splitContainer1); |
||
279 | this.Name = "Dashboard"; |
||
280 | this.Text = "Dashboard"; |
||
281 | this.splitContainer1.Panel1.ResumeLayout(false); |
||
282 | this.splitContainer1.Panel2.ResumeLayout(false); |
||
283 | this.splitContainer1.ResumeLayout(false); |
||
284 | this.splitContainer3.Panel1.ResumeLayout(false); |
||
285 | this.splitContainer3.Panel2.ResumeLayout(false); |
||
286 | this.splitContainer3.ResumeLayout(false); |
||
287 | this.splitContainer2.Panel1.ResumeLayout(false); |
||
288 | this.splitContainer2.Panel2.ResumeLayout(false); |
||
289 | this.splitContainer2.ResumeLayout(false); |
||
290 | this.tabControl1.ResumeLayout(false); |
||
291 | this.tabPage1.ResumeLayout(false); |
||
292 | this.tabPage2.ResumeLayout(false); |
||
293 | this.tabPage3.ResumeLayout(false); |
||
294 | this.tabPage4.ResumeLayout(false); |
||
295 | ((System.ComponentModel.ISupportInitialize)(this.miniMap1)).EndInit(); |
||
296 | this.ResumeLayout(false); |
||
297 | this.PerformLayout(); |
||
298 | |||
299 | } |
||
300 | |||
301 | #endregion |
||
302 | |||
303 | private System.Windows.Forms.SplitContainer splitContainer1; |
||
304 | private System.Windows.Forms.SplitContainer splitContainer2; |
||
305 | private OpenMetaverse.GUI.MiniMap miniMap1; |
||
306 | private System.Windows.Forms.SplitContainer splitContainer3; |
||
307 | private OpenMetaverse.GUI.LocalChat localChat1; |
||
308 | private OpenMetaverse.GUI.StatusOutput statusOutput1; |
||
309 | private OpenMetaverse.GUI.LoginPanel loginPanel1; |
||
310 | private OpenMetaverse.GUI.MessageBar messageBar1; |
||
311 | private System.Windows.Forms.TabControl tabControl1; |
||
312 | private System.Windows.Forms.TabPage tabPage1; |
||
313 | private OpenMetaverse.GUI.AvatarList avatarList1; |
||
314 | private System.Windows.Forms.TabPage tabPage2; |
||
315 | private OpenMetaverse.GUI.FriendList friendsList1; |
||
316 | private System.Windows.Forms.TabPage tabPage3; |
||
317 | private OpenMetaverse.GUI.GroupList groupList1; |
||
318 | private System.Windows.Forms.TabPage tabPage4; |
||
319 | private OpenMetaverse.GUI.InventoryTree inventoryTree1; |
||
320 | |||
321 | } |
||
322 | } |
||
323 |