corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 1 | namespace PrimWorkshop |
2 | { |
||
3 | partial class frmBrowser |
||
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 | GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn(); |
||
32 | GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn(); |
||
33 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
||
34 | this.glControl = new Tao.Platform.Windows.SimpleOpenGlControl(); |
||
35 | this.panel1 = new System.Windows.Forms.Panel(); |
||
36 | this.txtPass = new System.Windows.Forms.TextBox(); |
||
37 | this.txtLast = new System.Windows.Forms.TextBox(); |
||
38 | this.txtFirst = new System.Windows.Forms.TextBox(); |
||
39 | this.cmdLogin = new System.Windows.Forms.Button(); |
||
40 | this.lstDownloads = new GlacialComponents.Controls.GlacialList(); |
||
41 | this.progPrims = new System.Windows.Forms.ProgressBar(); |
||
42 | this.lblPrims = new System.Windows.Forms.Label(); |
||
43 | this.cboServer = new System.Windows.Forms.ComboBox(); |
||
44 | this.panel2 = new System.Windows.Forms.Panel(); |
||
45 | this.txtSim = new System.Windows.Forms.TextBox(); |
||
46 | this.label2 = new System.Windows.Forms.Label(); |
||
47 | this.label3 = new System.Windows.Forms.Label(); |
||
48 | this.label4 = new System.Windows.Forms.Label(); |
||
49 | this.label5 = new System.Windows.Forms.Label(); |
||
50 | this.txtX = new System.Windows.Forms.TextBox(); |
||
51 | this.txtY = new System.Windows.Forms.TextBox(); |
||
52 | this.txtZ = new System.Windows.Forms.TextBox(); |
||
53 | this.cmdTeleport = new System.Windows.Forms.Button(); |
||
54 | this.tableLayoutPanel1.SuspendLayout(); |
||
55 | this.panel1.SuspendLayout(); |
||
56 | this.panel2.SuspendLayout(); |
||
57 | this.SuspendLayout(); |
||
58 | // |
||
59 | // tableLayoutPanel1 |
||
60 | // |
||
61 | this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
62 | | System.Windows.Forms.AnchorStyles.Left) |
||
63 | | System.Windows.Forms.AnchorStyles.Right))); |
||
64 | this.tableLayoutPanel1.ColumnCount = 3; |
||
65 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F)); |
||
66 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
67 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 175F)); |
||
68 | this.tableLayoutPanel1.Controls.Add(this.glControl, 0, 0); |
||
69 | this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2); |
||
70 | this.tableLayoutPanel1.Controls.Add(this.lstDownloads, 0, 3); |
||
71 | this.tableLayoutPanel1.Controls.Add(this.progPrims, 1, 1); |
||
72 | this.tableLayoutPanel1.Controls.Add(this.lblPrims, 0, 1); |
||
73 | this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0); |
||
74 | this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1); |
||
75 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
||
76 | this.tableLayoutPanel1.RowCount = 4; |
||
77 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
78 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
||
79 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); |
||
80 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F)); |
||
81 | this.tableLayoutPanel1.Size = new System.Drawing.Size(799, 612); |
||
82 | this.tableLayoutPanel1.TabIndex = 0; |
||
83 | // |
||
84 | // glControl |
||
85 | // |
||
86 | this.glControl.AccumBits = ((byte)(0)); |
||
87 | this.glControl.AutoCheckErrors = false; |
||
88 | this.glControl.AutoFinish = false; |
||
89 | this.glControl.AutoMakeCurrent = true; |
||
90 | this.glControl.AutoSwapBuffers = true; |
||
91 | this.glControl.BackColor = System.Drawing.Color.Black; |
||
92 | this.glControl.ColorBits = ((byte)(32)); |
||
93 | this.tableLayoutPanel1.SetColumnSpan(this.glControl, 2); |
||
94 | this.glControl.DepthBits = ((byte)(16)); |
||
95 | this.glControl.Dock = System.Windows.Forms.DockStyle.Fill; |
||
96 | this.glControl.Location = new System.Drawing.Point(3, 3); |
||
97 | this.glControl.Name = "glControl"; |
||
98 | this.glControl.Size = new System.Drawing.Size(618, 411); |
||
99 | this.glControl.StencilBits = ((byte)(0)); |
||
100 | this.glControl.TabIndex = 7; |
||
101 | this.glControl.TabStop = false; |
||
102 | this.glControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseMove); |
||
103 | this.glControl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseClick); |
||
104 | this.glControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseDown); |
||
105 | this.glControl.Resize += new System.EventHandler(this.glControl_Resize); |
||
106 | this.glControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseUp); |
||
107 | // |
||
108 | // panel1 |
||
109 | // |
||
110 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
111 | | System.Windows.Forms.AnchorStyles.Right))); |
||
112 | this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2); |
||
113 | this.panel1.Controls.Add(this.cboServer); |
||
114 | this.panel1.Controls.Add(this.txtPass); |
||
115 | this.panel1.Controls.Add(this.txtLast); |
||
116 | this.panel1.Controls.Add(this.txtFirst); |
||
117 | this.panel1.Controls.Add(this.cmdLogin); |
||
118 | this.panel1.Location = new System.Drawing.Point(3, 450); |
||
119 | this.panel1.Name = "panel1"; |
||
120 | this.panel1.Size = new System.Drawing.Size(618, 39); |
||
121 | this.panel1.TabIndex = 8; |
||
122 | // |
||
123 | // txtPass |
||
124 | // |
||
125 | this.txtPass.Location = new System.Drawing.Point(215, 11); |
||
126 | this.txtPass.Name = "txtPass"; |
||
127 | this.txtPass.Size = new System.Drawing.Size(100, 20); |
||
128 | this.txtPass.TabIndex = 2; |
||
129 | this.txtPass.UseSystemPasswordChar = true; |
||
130 | this.txtPass.Enter += new System.EventHandler(this.txtLogin_Enter); |
||
131 | // |
||
132 | // txtLast |
||
133 | // |
||
134 | this.txtLast.Location = new System.Drawing.Point(109, 11); |
||
135 | this.txtLast.Name = "txtLast"; |
||
136 | this.txtLast.Size = new System.Drawing.Size(100, 20); |
||
137 | this.txtLast.TabIndex = 1; |
||
138 | this.txtLast.Enter += new System.EventHandler(this.txtLogin_Enter); |
||
139 | // |
||
140 | // txtFirst |
||
141 | // |
||
142 | this.txtFirst.Location = new System.Drawing.Point(3, 11); |
||
143 | this.txtFirst.Name = "txtFirst"; |
||
144 | this.txtFirst.Size = new System.Drawing.Size(100, 20); |
||
145 | this.txtFirst.TabIndex = 0; |
||
146 | this.txtFirst.Enter += new System.EventHandler(this.txtLogin_Enter); |
||
147 | // |
||
148 | // cmdLogin |
||
149 | // |
||
150 | this.cmdLogin.Location = new System.Drawing.Point(321, 9); |
||
151 | this.cmdLogin.Name = "cmdLogin"; |
||
152 | this.cmdLogin.Size = new System.Drawing.Size(75, 23); |
||
153 | this.cmdLogin.TabIndex = 3; |
||
154 | this.cmdLogin.Text = "Login"; |
||
155 | this.cmdLogin.UseVisualStyleBackColor = true; |
||
156 | this.cmdLogin.Click += new System.EventHandler(this.cmdLogin_Click); |
||
157 | // |
||
158 | // lstDownloads |
||
159 | // |
||
160 | this.lstDownloads.AllowColumnResize = true; |
||
161 | this.lstDownloads.AllowMultiselect = false; |
||
162 | this.lstDownloads.AlternateBackground = System.Drawing.Color.DarkGreen; |
||
163 | this.lstDownloads.AlternatingColors = false; |
||
164 | this.lstDownloads.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
165 | | System.Windows.Forms.AnchorStyles.Left) |
||
166 | | System.Windows.Forms.AnchorStyles.Right))); |
||
167 | this.lstDownloads.AutoHeight = true; |
||
168 | this.lstDownloads.BackColor = System.Drawing.SystemColors.ControlLightLight; |
||
169 | this.lstDownloads.BackgroundStretchToFit = true; |
||
170 | glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; |
||
171 | glColumn1.CheckBoxes = false; |
||
172 | glColumn1.ImageIndex = -1; |
||
173 | glColumn1.Name = "colTextureID"; |
||
174 | glColumn1.NumericSort = false; |
||
175 | glColumn1.Text = "Texture ID"; |
||
176 | glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; |
||
177 | glColumn1.Width = 220; |
||
178 | glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; |
||
179 | glColumn2.CheckBoxes = false; |
||
180 | glColumn2.ImageIndex = -1; |
||
181 | glColumn2.Name = "colProgress"; |
||
182 | glColumn2.NumericSort = false; |
||
183 | glColumn2.Text = "Download Progress"; |
||
184 | glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; |
||
185 | glColumn2.Width = 220; |
||
186 | this.lstDownloads.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] { |
||
187 | glColumn1, |
||
188 | glColumn2}); |
||
189 | this.tableLayoutPanel1.SetColumnSpan(this.lstDownloads, 2); |
||
190 | this.lstDownloads.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal; |
||
191 | this.lstDownloads.FullRowSelect = true; |
||
192 | this.lstDownloads.GridColor = System.Drawing.Color.LightGray; |
||
193 | this.lstDownloads.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth; |
||
194 | this.lstDownloads.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid; |
||
195 | this.lstDownloads.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists; |
||
196 | this.lstDownloads.HeaderHeight = 22; |
||
197 | this.lstDownloads.HeaderVisible = true; |
||
198 | this.lstDownloads.HeaderWordWrap = false; |
||
199 | this.lstDownloads.HotColumnTracking = false; |
||
200 | this.lstDownloads.HotItemTracking = false; |
||
201 | this.lstDownloads.HotTrackingColor = System.Drawing.Color.LightGray; |
||
202 | this.lstDownloads.HoverEvents = false; |
||
203 | this.lstDownloads.HoverTime = 1; |
||
204 | this.lstDownloads.ImageList = null; |
||
205 | this.lstDownloads.ItemHeight = 17; |
||
206 | this.lstDownloads.ItemWordWrap = false; |
||
207 | this.lstDownloads.Location = new System.Drawing.Point(3, 495); |
||
208 | this.lstDownloads.Name = "lstDownloads"; |
||
209 | this.lstDownloads.Selectable = true; |
||
210 | this.lstDownloads.SelectedTextColor = System.Drawing.Color.White; |
||
211 | this.lstDownloads.SelectionColor = System.Drawing.Color.DarkBlue; |
||
212 | this.lstDownloads.ShowBorder = true; |
||
213 | this.lstDownloads.ShowFocusRect = false; |
||
214 | this.lstDownloads.Size = new System.Drawing.Size(618, 114); |
||
215 | this.lstDownloads.SortType = GlacialComponents.Controls.SortTypes.InsertionSort; |
||
216 | this.lstDownloads.SuperFlatHeaderColor = System.Drawing.Color.White; |
||
217 | this.lstDownloads.TabIndex = 9; |
||
218 | this.lstDownloads.Text = "Texture Downloads"; |
||
219 | // |
||
220 | // progPrims |
||
221 | // |
||
222 | this.progPrims.Dock = System.Windows.Forms.DockStyle.Fill; |
||
223 | this.progPrims.Location = new System.Drawing.Point(133, 420); |
||
224 | this.progPrims.Name = "progPrims"; |
||
225 | this.progPrims.Size = new System.Drawing.Size(488, 24); |
||
226 | this.progPrims.TabIndex = 10; |
||
227 | // |
||
228 | // lblPrims |
||
229 | // |
||
230 | this.lblPrims.Anchor = System.Windows.Forms.AnchorStyles.Left; |
||
231 | this.lblPrims.AutoSize = true; |
||
232 | this.lblPrims.Location = new System.Drawing.Point(3, 425); |
||
233 | this.lblPrims.Name = "lblPrims"; |
||
234 | this.lblPrims.Size = new System.Drawing.Size(61, 13); |
||
235 | this.lblPrims.TabIndex = 11; |
||
236 | this.lblPrims.Text = "Prims: 0 / 0"; |
||
237 | // |
||
238 | // cboServer |
||
239 | // |
||
240 | this.cboServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
||
241 | | System.Windows.Forms.AnchorStyles.Right))); |
||
242 | this.cboServer.FormattingEnabled = true; |
||
243 | this.cboServer.Location = new System.Drawing.Point(405, 11); |
||
244 | this.cboServer.Name = "cboServer"; |
||
245 | this.cboServer.Size = new System.Drawing.Size(204, 21); |
||
246 | this.cboServer.TabIndex = 4; |
||
247 | // |
||
248 | // panel2 |
||
249 | // |
||
250 | this.panel2.Controls.Add(this.cmdTeleport); |
||
251 | this.panel2.Controls.Add(this.txtZ); |
||
252 | this.panel2.Controls.Add(this.txtY); |
||
253 | this.panel2.Controls.Add(this.txtX); |
||
254 | this.panel2.Controls.Add(this.label5); |
||
255 | this.panel2.Controls.Add(this.label4); |
||
256 | this.panel2.Controls.Add(this.label3); |
||
257 | this.panel2.Controls.Add(this.label2); |
||
258 | this.panel2.Controls.Add(this.txtSim); |
||
259 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
260 | this.panel2.Location = new System.Drawing.Point(627, 3); |
||
261 | this.panel2.Name = "panel2"; |
||
262 | this.tableLayoutPanel1.SetRowSpan(this.panel2, 4); |
||
263 | this.panel2.Size = new System.Drawing.Size(169, 606); |
||
264 | this.panel2.TabIndex = 12; |
||
265 | // |
||
266 | // txtSim |
||
267 | // |
||
268 | this.txtSim.Location = new System.Drawing.Point(36, 8); |
||
269 | this.txtSim.Name = "txtSim"; |
||
270 | this.txtSim.Size = new System.Drawing.Size(126, 20); |
||
271 | this.txtSim.TabIndex = 1; |
||
272 | // |
||
273 | // label2 |
||
274 | // |
||
275 | this.label2.AutoSize = true; |
||
276 | this.label2.Location = new System.Drawing.Point(3, 11); |
||
277 | this.label2.Name = "label2"; |
||
278 | this.label2.Size = new System.Drawing.Size(27, 13); |
||
279 | this.label2.TabIndex = 2; |
||
280 | this.label2.Text = "Sim:"; |
||
281 | // |
||
282 | // label3 |
||
283 | // |
||
284 | this.label3.AutoSize = true; |
||
285 | this.label3.Location = new System.Drawing.Point(5, 37); |
||
286 | this.label3.Name = "label3"; |
||
287 | this.label3.Size = new System.Drawing.Size(17, 13); |
||
288 | this.label3.TabIndex = 3; |
||
289 | this.label3.Text = "X:"; |
||
290 | // |
||
291 | // label4 |
||
292 | // |
||
293 | this.label4.AutoSize = true; |
||
294 | this.label4.Location = new System.Drawing.Point(58, 37); |
||
295 | this.label4.Name = "label4"; |
||
296 | this.label4.Size = new System.Drawing.Size(17, 13); |
||
297 | this.label4.TabIndex = 4; |
||
298 | this.label4.Text = "Y:"; |
||
299 | // |
||
300 | // label5 |
||
301 | // |
||
302 | this.label5.AutoSize = true; |
||
303 | this.label5.Location = new System.Drawing.Point(112, 37); |
||
304 | this.label5.Name = "label5"; |
||
305 | this.label5.Size = new System.Drawing.Size(17, 13); |
||
306 | this.label5.TabIndex = 5; |
||
307 | this.label5.Text = "Z:"; |
||
308 | // |
||
309 | // txtX |
||
310 | // |
||
311 | this.txtX.Location = new System.Drawing.Point(24, 34); |
||
312 | this.txtX.MaxLength = 3; |
||
313 | this.txtX.Name = "txtX"; |
||
314 | this.txtX.Size = new System.Drawing.Size(30, 20); |
||
315 | this.txtX.TabIndex = 6; |
||
316 | this.txtX.Text = "128"; |
||
317 | // |
||
318 | // txtY |
||
319 | // |
||
320 | this.txtY.Location = new System.Drawing.Point(78, 34); |
||
321 | this.txtY.MaxLength = 3; |
||
322 | this.txtY.Name = "txtY"; |
||
323 | this.txtY.Size = new System.Drawing.Size(30, 20); |
||
324 | this.txtY.TabIndex = 7; |
||
325 | this.txtY.Text = "128"; |
||
326 | // |
||
327 | // txtZ |
||
328 | // |
||
329 | this.txtZ.Location = new System.Drawing.Point(132, 34); |
||
330 | this.txtZ.MaxLength = 3; |
||
331 | this.txtZ.Name = "txtZ"; |
||
332 | this.txtZ.Size = new System.Drawing.Size(30, 20); |
||
333 | this.txtZ.TabIndex = 8; |
||
334 | this.txtZ.Text = "0"; |
||
335 | // |
||
336 | // cmdTeleport |
||
337 | // |
||
338 | this.cmdTeleport.Enabled = false; |
||
339 | this.cmdTeleport.Location = new System.Drawing.Point(87, 60); |
||
340 | this.cmdTeleport.Name = "cmdTeleport"; |
||
341 | this.cmdTeleport.Size = new System.Drawing.Size(75, 23); |
||
342 | this.cmdTeleport.TabIndex = 9; |
||
343 | this.cmdTeleport.Text = "Teleport"; |
||
344 | this.cmdTeleport.UseVisualStyleBackColor = true; |
||
345 | this.cmdTeleport.Click += new System.EventHandler(this.cmdTeleport_Click); |
||
346 | // |
||
347 | // frmBrowser |
||
348 | // |
||
349 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
350 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
351 | this.ClientSize = new System.Drawing.Size(800, 612); |
||
352 | this.Controls.Add(this.tableLayoutPanel1); |
||
353 | this.Name = "frmBrowser"; |
||
354 | this.Text = "World Browser"; |
||
355 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBrowser_FormClosing); |
||
356 | this.tableLayoutPanel1.ResumeLayout(false); |
||
357 | this.tableLayoutPanel1.PerformLayout(); |
||
358 | this.panel1.ResumeLayout(false); |
||
359 | this.panel1.PerformLayout(); |
||
360 | this.panel2.ResumeLayout(false); |
||
361 | this.panel2.PerformLayout(); |
||
362 | this.ResumeLayout(false); |
||
363 | |||
364 | } |
||
365 | |||
366 | #endregion |
||
367 | |||
368 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
369 | private Tao.Platform.Windows.SimpleOpenGlControl glControl; |
||
370 | private System.Windows.Forms.Panel panel1; |
||
371 | private System.Windows.Forms.TextBox txtPass; |
||
372 | private System.Windows.Forms.TextBox txtLast; |
||
373 | private System.Windows.Forms.TextBox txtFirst; |
||
374 | private System.Windows.Forms.Button cmdLogin; |
||
375 | private GlacialComponents.Controls.GlacialList lstDownloads; |
||
376 | private System.Windows.Forms.ProgressBar progPrims; |
||
377 | private System.Windows.Forms.Label lblPrims; |
||
378 | private System.Windows.Forms.ComboBox cboServer; |
||
379 | private System.Windows.Forms.Panel panel2; |
||
380 | private System.Windows.Forms.TextBox txtZ; |
||
381 | private System.Windows.Forms.TextBox txtY; |
||
382 | private System.Windows.Forms.TextBox txtX; |
||
383 | private System.Windows.Forms.Label label5; |
||
384 | private System.Windows.Forms.Label label4; |
||
385 | private System.Windows.Forms.Label label3; |
||
386 | private System.Windows.Forms.Label label2; |
||
387 | private System.Windows.Forms.TextBox txtSim; |
||
388 | private System.Windows.Forms.Button cmdTeleport; |
||
389 | |||
390 | } |
||
391 | } |