18. oktober 2005 - 15:09
				#6
						
		 
		
			Det samme:
 Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'SelectedValue' is not a member of 'System.Web.UI.WebControls.ListBox'.
Source Error:
Line 49:     Sub ListBox1_SelectedIndexChanged(sender As Object, e As EventArgs)
Line 50:     
Line 51:         TextBox4.text = ListBox1.SelectedValue
Line 52:     
Line 53:     End Sub
Source File: C:\inetpub\wwwroot\index.aspx    Line: 51
Show Detailed Compiler Output:
C:\Programmer\Microsoft ASP.NET Web Matrix\v0.6.812> "c:\windows\microsoft.net\framework\v1.0.3705\vbc.exe" /t:library /utf8output /R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll" /R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll" /R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll" /R:"c:\windows\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root\1a291c33\d02fae4f\btky5jmp.dll" /debug- /win32resource:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root\1a291c33\d02fae4f\btky5jmp.res"  "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root\1a291c33\d02fae4f\btky5jmp.0.vb"
Microsoft (R) Visual Basic .NET Compiler version 7.00.9951
for Microsoft (R) .NET Framework version 1.00.3705.6018
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
C:\inetpub\wwwroot\index.aspx(51) : error BC30456: 'SelectedValue' is not a member of 'System.Web.UI.WebControls.ListBox'.
        TextBox4.text = ListBox1.SelectedValue
                        ~~~~~~~~~~~~~~~~~~~~~~
Show Complete Compilation Source:
Line 1:    '------------------------------------------------------------------------------
Line 2:    ' <autogenerated>
Line 3:    '     This code was generated by a tool.
Line 4:    '     Runtime Version: 1.0.3705.6018
Line 5:    '
Line 6:    '     Changes to this file may cause incorrect behavior and will be lost if 
Line 7:    '     the code is regenerated.
Line 8:    ' </autogenerated>
Line 9:    '------------------------------------------------------------------------------
Line 10:   
Line 11:   Option Strict Off
Line 12:   Option Explicit On
Line 13:   
Line 14:   Imports Microsoft.VisualBasic
Line 15:   Imports System
Line 16:   Imports System.Collections
Line 17:   Imports System.Collections.Specialized
Line 18:   Imports System.Configuration
Line 19:   Imports System.Text
Line 20:   Imports System.Text.RegularExpressions
Line 21:   Imports System.Web
Line 22:   Imports System.Web.Caching
Line 23:   Imports System.Web.Security
Line 24:   Imports System.Web.SessionState
Line 25:   Imports System.Web.UI
Line 26:   Imports System.Web.UI.HtmlControls
Line 27:   Imports System.Web.UI.WebControls
Line 28:   
Line 29:   Namespace ASP
Line 30:       
Line 31:       Public Class index_aspx
Line 32:           Inherits System.Web.UI.Page
Line 33:           Implements System.Web.SessionState.IRequiresSessionState
Line 34:           
Line 35:           Private Shared __autoHandlers As Integer
Line 36:           
Line 37:           
Line 38:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",72)
Line 39:           Protected Button1 As System.Web.UI.WebControls.Button
Line 40:           
Line 41:           #End ExternalSource
Line 42:           
Line 43:           
Line 44:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",80)
Line 45:           Protected Button2 As System.Web.UI.WebControls.ImageButton
Line 46:           
Line 47:           #End ExternalSource
Line 48:           
Line 49:           
Line 50:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",88)
Line 51:           Protected Button3 As System.Web.UI.WebControls.Button
Line 52:           
Line 53:           #End ExternalSource
Line 54:           
Line 55:           
Line 56:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",96)
Line 57:           Protected Button4 As System.Web.UI.WebControls.Button
Line 58:           
Line 59:           #End ExternalSource
Line 60:           
Line 61:           
Line 62:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",168)
Line 63:           Protected TextBox1 As System.Web.UI.WebControls.TextBox
Line 64:           
Line 65:           #End ExternalSource
Line 66:           
Line 67:           
Line 68:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",171)
Line 69:           Protected TextBox2 As System.Web.UI.WebControls.TextBox
Line 70:           
Line 71:           #End ExternalSource
Line 72:           
Line 73:           
Line 74:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",174)
Line 75:           Protected TextBox3 As System.Web.UI.WebControls.TextBox
Line 76:           
Line 77:           #End ExternalSource
Line 78:           
Line 79:           
Line 80:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",178)
Line 81:           Protected Button5 As System.Web.UI.WebControls.Button
Line 82:           
Line 83:           #End ExternalSource
Line 84:           
Line 85:           
Line 86:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 87:           Protected ListBox1 As System.Web.UI.WebControls.ListBox
Line 88:           
Line 89:           #End ExternalSource
Line 90:           
Line 91:           
Line 92:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",188)
Line 93:           Protected TextBox4 As System.Web.UI.WebControls.TextBox
Line 94:           
Line 95:           #End ExternalSource
Line 96:           
Line 97:           
Line 98:           #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 99:           Protected Panel1 As System.Web.UI.WebControls.Panel
Line 100:          
Line 101:          #End ExternalSource
Line 102:          
Line 103:          
Line 104:          #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 105:          Protected Panel2 As System.Web.UI.WebControls.Panel
Line 106:          
Line 107:          #End ExternalSource
Line 108:          
Line 109:          
Line 110:          #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 111:          Protected Panel3 As System.Web.UI.WebControls.Panel
Line 112:          
Line 113:          #End ExternalSource
Line 114:          
Line 115:          
Line 116:          #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 117:          Protected Panel4 As System.Web.UI.WebControls.Panel
Line 118:          
Line 119:          #End ExternalSource
Line 120:          
Line 121:          
Line 122:          #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 123:          Protected __control2 As System.Web.UI.HtmlControls.HtmlForm
Line 124:          
Line 125:          #End ExternalSource
Line 126:          
Line 127:          Private Shared __intialized As Boolean = false
Line 128:          
Line 129:          Private Shared __stringResource As Object
Line 130:          
Line 131:          Private Shared __fileDependencies As System.Collections.ArrayList
Line 132:          
Line 133:          
Line 134:          #ExternalSource("C:\inetpub\wwwroot\index.aspx",2)
Line 135:          
Line 136:  
Line 137:      ' Insert page code here
Line 138:      
Line 139:      Sub Button1_Click(sender As Object, e As EventArgs)
Line 140:      
Line 141:          panel1.visible = true
Line 142:          panel2.visible = false
Line 143:          panel3.visible = false
Line 144:          panel4.visible = false
Line 145:      
Line 146:      End Sub
Line 147:      
Line 148:      Sub Button2_Click(sender As Object, e As ImageClickEventArgs)
Line 149:      
Line 150:          panel1.visible = false
Line 151:          panel2.visible = true
Line 152:          panel3.visible = false
Line 153:          panel4.visible = false
Line 154:      
Line 155:      End Sub
Line 156:      
Line 157:      Sub Button3_Click(sender As Object, e As EventArgs)
Line 158:      
Line 159:          panel1.visible = false
Line 160:          panel2.visible = false
Line 161:          panel3.visible = true
Line 162:          panel4.visible = false
Line 163:      
Line 164:      End Sub
Line 165:      
Line 166:      Sub Button4_Click(sender As Object, e As EventArgs)
Line 167:      
Line 168:          panel1.visible = false
Line 169:          panel2.visible = false
Line 170:          panel3.visible = false
Line 171:          panel4.visible = true
Line 172:      
Line 173:      End Sub
Line 174:      
Line 175:      Sub Button5_Click(sender As Object, e As EventArgs)
Line 176:      
Line 177:          TextBox3.text = cdec(TextBox1.Text) + cdec(TextBox2.Text)
Line 178:          ListBox1.Items.Add(new ListItem(TextBox3.text))
Line 179:      
Line 180:      End Sub
Line 181:      
Line 182:      Sub ListBox1_SelectedIndexChanged(sender As Object, e As EventArgs)
Line 183:      
Line 184:          TextBox4.text = ListBox1.SelectedValue
Line 185:      
Line 186:      End Sub
Line 187:  
Line 188:  
Line 189:          #End ExternalSource
Line 190:          
Line 191:          Public Sub New()
Line 192:              MyBase.New
Line 193:              Dim dependencies As System.Collections.ArrayList
Line 194:              If (ASP.index_aspx.__intialized = false) Then
Line 195:                  ASP.index_aspx.__stringResource = System.Web.UI.TemplateControl.ReadStringResource(GetType(ASP.index_aspx))
Line 196:                  dependencies = New System.Collections.ArrayList
Line 197:                  dependencies.Add("C:\inetpub\wwwroot\index.aspx")
Line 198:                  ASP.index_aspx.__fileDependencies = dependencies
Line 199:                  ASP.index_aspx.__intialized = true
Line 200:              End If
Line 201:          End Sub
Line 202:          
Line 203:          Protected Overrides Property AutoHandlers As Integer
Line 204:              Get
Line 205:                  Return ASP.index_aspx.__autoHandlers
Line 206:              End Get
Line 207:              Set
Line 208:                  ASP.index_aspx.__autoHandlers = value
Line 209:              End Set
Line 210:          End Property
Line 211:          
Line 212:          Protected ReadOnly Property ApplicationInstance As System.Web.HttpApplication
Line 213:              Get
Line 214:                  Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 215:              End Get
Line 216:          End Property
Line 217:          
Line 218:          Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 219:              Get
Line 220:                  Return "/"
Line 221:              End Get
Line 222:          End Property
Line 223:          
Line 224:          Private Function __BuildControlButton1() As System.Web.UI.Control
Line 225:              Dim __ctrl As System.Web.UI.WebControls.Button
Line 226:              
Line 227:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",72)
Line 228:              __ctrl = New System.Web.UI.WebControls.Button
Line 229:              
Line 230:              #End ExternalSource
Line 231:              Me.Button1 = __ctrl
Line 232:              
Line 233:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",72)
Line 234:              __ctrl.ID = "Button1"
Line 235:              
Line 236:              #End ExternalSource
Line 237:              
Line 238:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",72)
Line 239:              __ctrl.Text = "Button"
Line 240:              
Line 241:              #End ExternalSource
Line 242:              
Line 243:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",72)
Line 244:              AddHandler __ctrl.Click, AddressOf Me.Button1_Click
Line 245:              
Line 246:              #End ExternalSource
Line 247:              Return __ctrl
Line 248:          End Function
Line 249:          
Line 250:          Private Function __BuildControlButton2() As System.Web.UI.Control
Line 251:              Dim __ctrl As System.Web.UI.WebControls.ImageButton
Line 252:              
Line 253:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",80)
Line 254:              __ctrl = New System.Web.UI.WebControls.ImageButton
Line 255:              
Line 256:              #End ExternalSource
Line 257:              Me.Button2 = __ctrl
Line 258:              
Line 259:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",80)
Line 260:              __ctrl.ID = "Button2"
Line 261:              
Line 262:              #End ExternalSource
Line 263:              
Line 264:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",80)
Line 265:              __ctrl.ImageUrl = "bellow.png"
Line 266:              
Line 267:              #End ExternalSource
Line 268:              
Line 269:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",80)
Line 270:              AddHandler __ctrl.Click, AddressOf Me.Button2_Click
Line 271:              
Line 272:              #End ExternalSource
Line 273:              Return __ctrl
Line 274:          End Function
Line 275:          
Line 276:          Private Function __BuildControlButton3() As System.Web.UI.Control
Line 277:              Dim __ctrl As System.Web.UI.WebControls.Button
Line 278:              
Line 279:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",88)
Line 280:              __ctrl = New System.Web.UI.WebControls.Button
Line 281:              
Line 282:              #End ExternalSource
Line 283:              Me.Button3 = __ctrl
Line 284:              
Line 285:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",88)
Line 286:              __ctrl.ID = "Button3"
Line 287:              
Line 288:              #End ExternalSource
Line 289:              
Line 290:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",88)
Line 291:              __ctrl.Text = "Button"
Line 292:              
Line 293:              #End ExternalSource
Line 294:              
Line 295:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",88)
Line 296:              AddHandler __ctrl.Click, AddressOf Me.Button3_Click
Line 297:              
Line 298:              #End ExternalSource
Line 299:              Return __ctrl
Line 300:          End Function
Line 301:          
Line 302:          Private Function __BuildControlButton4() As System.Web.UI.Control
Line 303:              Dim __ctrl As System.Web.UI.WebControls.Button
Line 304:              
Line 305:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",96)
Line 306:              __ctrl = New System.Web.UI.WebControls.Button
Line 307:              
Line 308:              #End ExternalSource
Line 309:              Me.Button4 = __ctrl
Line 310:              
Line 311:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",96)
Line 312:              __ctrl.ID = "Button4"
Line 313:              
Line 314:              #End ExternalSource
Line 315:              
Line 316:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",96)
Line 317:              __ctrl.Text = "Button"
Line 318:              
Line 319:              #End ExternalSource
Line 320:              
Line 321:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",96)
Line 322:              AddHandler __ctrl.Click, AddressOf Me.Button4_Click
Line 323:              
Line 324:              #End ExternalSource
Line 325:              Return __ctrl
Line 326:          End Function
Line 327:          
Line 328:          Private Function __BuildControlTextBox1() As System.Web.UI.Control
Line 329:              Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 330:              
Line 331:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",168)
Line 332:              __ctrl = New System.Web.UI.WebControls.TextBox
Line 333:              
Line 334:              #End ExternalSource
Line 335:              Me.TextBox1 = __ctrl
Line 336:              
Line 337:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",168)
Line 338:              __ctrl.ID = "TextBox1"
Line 339:              
Line 340:              #End ExternalSource
Line 341:              
Line 342:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",168)
Line 343:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("100px", System.Globalization.CultureInfo.InvariantCulture)
Line 344:              
Line 345:              #End ExternalSource
Line 346:              Return __ctrl
Line 347:          End Function
Line 348:          
Line 349:          Private Function __BuildControlTextBox2() As System.Web.UI.Control
Line 350:              Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 351:              
Line 352:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",171)
Line 353:              __ctrl = New System.Web.UI.WebControls.TextBox
Line 354:              
Line 355:              #End ExternalSource
Line 356:              Me.TextBox2 = __ctrl
Line 357:              
Line 358:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",171)
Line 359:              __ctrl.ID = "TextBox2"
Line 360:              
Line 361:              #End ExternalSource
Line 362:              
Line 363:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",171)
Line 364:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("100px", System.Globalization.CultureInfo.InvariantCulture)
Line 365:              
Line 366:              #End ExternalSource
Line 367:              Return __ctrl
Line 368:          End Function
Line 369:          
Line 370:          Private Function __BuildControlTextBox3() As System.Web.UI.Control
Line 371:              Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 372:              
Line 373:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",174)
Line 374:              __ctrl = New System.Web.UI.WebControls.TextBox
Line 375:              
Line 376:              #End ExternalSource
Line 377:              Me.TextBox3 = __ctrl
Line 378:              
Line 379:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",174)
Line 380:              __ctrl.ID = "TextBox3"
Line 381:              
Line 382:              #End ExternalSource
Line 383:              
Line 384:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",174)
Line 385:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("100px", System.Globalization.CultureInfo.InvariantCulture)
Line 386:              
Line 387:              #End ExternalSource
Line 388:              Return __ctrl
Line 389:          End Function
Line 390:          
Line 391:          Private Function __BuildControlButton5() As System.Web.UI.Control
Line 392:              Dim __ctrl As System.Web.UI.WebControls.Button
Line 393:              
Line 394:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",178)
Line 395:              __ctrl = New System.Web.UI.WebControls.Button
Line 396:              
Line 397:              #End ExternalSource
Line 398:              Me.Button5 = __ctrl
Line 399:              
Line 400:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",178)
Line 401:              __ctrl.ID = "Button5"
Line 402:              
Line 403:              #End ExternalSource
Line 404:              
Line 405:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",178)
Line 406:              __ctrl.Text = "Button"
Line 407:              
Line 408:              #End ExternalSource
Line 409:              
Line 410:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",178)
Line 411:              AddHandler __ctrl.Click, AddressOf Me.Button5_Click
Line 412:              
Line 413:              #End ExternalSource
Line 414:              Return __ctrl
Line 415:          End Function
Line 416:          
Line 417:          Private Function __BuildControlListBox1() As System.Web.UI.Control
Line 418:              Dim __ctrl As System.Web.UI.WebControls.ListBox
Line 419:              
Line 420:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 421:              __ctrl = New System.Web.UI.WebControls.ListBox
Line 422:              
Line 423:              #End ExternalSource
Line 424:              Me.ListBox1 = __ctrl
Line 425:              
Line 426:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 427:              __ctrl.ID = "ListBox1"
Line 428:              
Line 429:              #End ExternalSource
Line 430:              
Line 431:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 432:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("100px", System.Globalization.CultureInfo.InvariantCulture)
Line 433:              
Line 434:              #End ExternalSource
Line 435:              
Line 436:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 437:              __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("145px", System.Globalization.CultureInfo.InvariantCulture)
Line 438:              
Line 439:              #End ExternalSource
Line 440:              
Line 441:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 442:              __ctrl.AutoPostBack = true
Line 443:              
Line 444:              #End ExternalSource
Line 445:              
Line 446:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",185)
Line 447:              AddHandler __ctrl.SelectedIndexChanged, AddressOf Me.ListBox1_SelectedIndexChanged
Line 448:              
Line 449:              #End ExternalSource
Line 450:              Return __ctrl
Line 451:          End Function
Line 452:          
Line 453:          Private Function __BuildControlTextBox4() As System.Web.UI.Control
Line 454:              Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 455:              
Line 456:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",188)
Line 457:              __ctrl = New System.Web.UI.WebControls.TextBox
Line 458:              
Line 459:              #End ExternalSource
Line 460:              Me.TextBox4 = __ctrl
Line 461:              
Line 462:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",188)
Line 463:              __ctrl.ID = "TextBox4"
Line 464:              
Line 465:              #End ExternalSource
Line 466:              Return __ctrl
Line 467:          End Function
Line 468:          
Line 469:          Private Function __BuildControlPanel1() As System.Web.UI.Control
Line 470:              Dim __ctrl As System.Web.UI.WebControls.Panel
Line 471:              
Line 472:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 473:              __ctrl = New System.Web.UI.WebControls.Panel
Line 474:              
Line 475:              #End ExternalSource
Line 476:              Me.Panel1 = __ctrl
Line 477:              
Line 478:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 479:              __ctrl.ID = "Panel1"
Line 480:              
Line 481:              #End ExternalSource
Line 482:              
Line 483:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 484:              __ctrl.BackColor = System.Drawing.Color.White
Line 485:              
Line 486:              #End ExternalSource
Line 487:              
Line 488:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 489:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("1000px", System.Globalization.CultureInfo.InvariantCulture)
Line 490:              
Line 491:              #End ExternalSource
Line 492:              
Line 493:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 494:              __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("500px", System.Globalization.CultureInfo.InvariantCulture)
Line 495:              
Line 496:              #End ExternalSource
Line 497:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 498:              
Line 499:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 500:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(0, 2052, true))
Line 501:              
Line 502:              #End ExternalSource
Line 503:              
Line 504:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 505:              Me.__BuildControlTextBox1
Line 506:              
Line 507:              #End ExternalSource
Line 508:              
Line 509:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 510:              __parser.AddParsedSubObject(Me.TextBox1)
Line 511:              
Line 512:              #End ExternalSource
Line 513:              
Line 514:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 515:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2052, 284, true))
Line 516:              
Line 517:              #End ExternalSource
Line 518:              
Line 519:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 520:              Me.__BuildControlTextBox2
Line 521:              
Line 522:              #End ExternalSource
Line 523:              
Line 524:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 525:              __parser.AddParsedSubObject(Me.TextBox2)
Line 526:              
Line 527:              #End ExternalSource
Line 528:              
Line 529:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 530:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2336, 284, true))
Line 531:              
Line 532:              #End ExternalSource
Line 533:              
Line 534:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 535:              Me.__BuildControlTextBox3
Line 536:              
Line 537:              #End ExternalSource
Line 538:              
Line 539:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 540:              __parser.AddParsedSubObject(Me.TextBox3)
Line 541:              
Line 542:              #End ExternalSource
Line 543:              
Line 544:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 545:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2620, 361, true))
Line 546:              
Line 547:              #End ExternalSource
Line 548:              
Line 549:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 550:              Me.__BuildControlButton5
Line 551:              
Line 552:              #End ExternalSource
Line 553:              
Line 554:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 555:              __parser.AddParsedSubObject(Me.Button5)
Line 556:              
Line 557:              #End ExternalSource
Line 558:              
Line 559:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 560:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2981, 649, true))
Line 561:              
Line 562:              #End ExternalSource
Line 563:              
Line 564:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 565:              Me.__BuildControlListBox1
Line 566:              
Line 567:              #End ExternalSource
Line 568:              
Line 569:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 570:              __parser.AddParsedSubObject(Me.ListBox1)
Line 571:              
Line 572:              #End ExternalSource
Line 573:              
Line 574:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 575:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(3630, 288, true))
Line 576:              
Line 577:              #End ExternalSource
Line 578:              
Line 579:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 580:              Me.__BuildControlTextBox4
Line 581:              
Line 582:              #End ExternalSource
Line 583:              
Line 584:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 585:              __parser.AddParsedSubObject(Me.TextBox4)
Line 586:              
Line 587:              #End ExternalSource
Line 588:              
Line 589:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",142)
Line 590:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(3918, 2112, true))
Line 591:              
Line 592:              #End ExternalSource
Line 593:              Return __ctrl
Line 594:          End Function
Line 595:          
Line 596:          Private Function __BuildControlPanel2() As System.Web.UI.Control
Line 597:              Dim __ctrl As System.Web.UI.WebControls.Panel
Line 598:              
Line 599:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 600:              __ctrl = New System.Web.UI.WebControls.Panel
Line 601:              
Line 602:              #End ExternalSource
Line 603:              Me.Panel2 = __ctrl
Line 604:              
Line 605:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 606:              __ctrl.ID = "Panel2"
Line 607:              
Line 608:              #End ExternalSource
Line 609:              
Line 610:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 611:              __ctrl.BackColor = System.Drawing.Color.FromArgb(255, 224, 192)
Line 612:              
Line 613:              #End ExternalSource
Line 614:              
Line 615:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 616:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("582px", System.Globalization.CultureInfo.InvariantCulture)
Line 617:              
Line 618:              #End ExternalSource
Line 619:              
Line 620:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 621:              __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("216px", System.Globalization.CultureInfo.InvariantCulture)
Line 622:              
Line 623:              #End ExternalSource
Line 624:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 625:              
Line 626:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",218)
Line 627:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                                <p>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                                    <font "& _ 
Line 628:  "face=""Verdana"" size=""2""><strong>BELLOW:</strong></font> "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                      "& _ 
Line 629:  "          </p>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 630:              
Line 631:              #End ExternalSource
Line 632:              Return __ctrl
Line 633:          End Function
Line 634:          
Line 635:          Private Function __BuildControlPanel3() As System.Web.UI.Control
Line 636:              Dim __ctrl As System.Web.UI.WebControls.Panel
Line 637:              
Line 638:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 639:              __ctrl = New System.Web.UI.WebControls.Panel
Line 640:              
Line 641:              #End ExternalSource
Line 642:              Me.Panel3 = __ctrl
Line 643:              
Line 644:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 645:              __ctrl.ID = "Panel3"
Line 646:              
Line 647:              #End ExternalSource
Line 648:              
Line 649:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 650:              __ctrl.BackColor = System.Drawing.Color.FromArgb(192, 192, 255)
Line 651:              
Line 652:              #End ExternalSource
Line 653:              
Line 654:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 655:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("581px", System.Globalization.CultureInfo.InvariantCulture)
Line 656:              
Line 657:              #End ExternalSource
Line 658:              
Line 659:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 660:              __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("104px", System.Globalization.CultureInfo.InvariantCulture)
Line 661:              
Line 662:              #End ExternalSource
Line 663:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 664:              
Line 665:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",223)
Line 666:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                                <font face=""Verdana"" size=""2""><strong>FLANGES:<"& _ 
Line 667:  "/strong></font> "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 668:              
Line 669:              #End ExternalSource
Line 670:              Return __ctrl
Line 671:          End Function
Line 672:          
Line 673:          Private Function __BuildControlPanel4() As System.Web.UI.Control
Line 674:              Dim __ctrl As System.Web.UI.WebControls.Panel
Line 675:              
Line 676:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 677:              __ctrl = New System.Web.UI.WebControls.Panel
Line 678:              
Line 679:              #End ExternalSource
Line 680:              Me.Panel4 = __ctrl
Line 681:              
Line 682:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 683:              __ctrl.ID = "Panel4"
Line 684:              
Line 685:              #End ExternalSource
Line 686:              
Line 687:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 688:              __ctrl.BackColor = System.Drawing.Color.FromArgb(255, 128, 0)
Line 689:              
Line 690:              #End ExternalSource
Line 691:              
Line 692:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 693:              __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("582px", System.Globalization.CultureInfo.InvariantCulture)
Line 694:              
Line 695:              #End ExternalSource
Line 696:              
Line 697:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 698:              __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("179px", System.Globalization.CultureInfo.InvariantCulture)
Line 699:              
Line 700:              #End ExternalSource
Line 701:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 702:              
Line 703:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",226)
Line 704:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                                <font face=""Verdana"" size=""2""><strong>WELDEND:<"& _ 
Line 705:  "/strong></font> "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 706:              
Line 707:              #End ExternalSource
Line 708:              Return __ctrl
Line 709:          End Function
Line 710:          
Line 711:          Private Function __BuildControl__control2() As System.Web.UI.Control
Line 712:              Dim __ctrl As System.Web.UI.HtmlControls.HtmlForm
Line 713:              
Line 714:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 715:              __ctrl = New System.Web.UI.HtmlControls.HtmlForm
Line 716:              
Line 717:              #End ExternalSource
Line 718:              Me.__control2 = __ctrl
Line 719:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 720:              
Line 721:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 722:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(6030, 600, true))
Line 723:              
Line 724:              #End ExternalSource
Line 725:              
Line 726:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 727:              Me.__BuildControlButton1
Line 728:              
Line 729:              #End ExternalSource
Line 730:              
Line 731:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 732:              __parser.AddParsedSubObject(Me.Button1)
Line 733:              
Line 734:              #End ExternalSource
Line 735:              
Line 736:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 737:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(6630, 337, true))
Line 738:              
Line 739:              #End ExternalSource
Line 740:              
Line 741:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 742:              Me.__BuildControlButton2
Line 743:              
Line 744:              #End ExternalSource
Line 745:              
Line 746:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 747:              __parser.AddParsedSubObject(Me.Button2)
Line 748:              
Line 749:              #End ExternalSource
Line 750:              
Line 751:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 752:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(6967, 355, true))
Line 753:              
Line 754:              #End ExternalSource
Line 755:              
Line 756:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 757:              Me.__BuildControlButton3
Line 758:              
Line 759:              #End ExternalSource
Line 760:              
Line 761:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 762:              __parser.AddParsedSubObject(Me.Button3)
Line 763:              
Line 764:              #End ExternalSource
Line 765:              
Line 766:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 767:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(7322, 356, true))
Line 768:              
Line 769:              #End ExternalSource
Line 770:              
Line 771:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 772:              Me.__BuildControlButton4
Line 773:              
Line 774:              #End ExternalSource
Line 775:              
Line 776:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 777:              __parser.AddParsedSubObject(Me.Button4)
Line 778:              
Line 779:              #End ExternalSource
Line 780:              
Line 781:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 782:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(7678, 2097, true))
Line 783:              
Line 784:              #End ExternalSource
Line 785:              
Line 786:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 787:              Me.__BuildControlPanel1
Line 788:              
Line 789:              #End ExternalSource
Line 790:              
Line 791:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 792:              __parser.AddParsedSubObject(Me.Panel1)
Line 793:              
Line 794:              #End ExternalSource
Line 795:              
Line 796:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 797:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 798:              
Line 799:              #End ExternalSource
Line 800:              
Line 801:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 802:              Me.__BuildControlPanel2
Line 803:              
Line 804:              #End ExternalSource
Line 805:              
Line 806:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 807:              __parser.AddParsedSubObject(Me.Panel2)
Line 808:              
Line 809:              #End ExternalSource
Line 810:              
Line 811:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 812:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 813:              
Line 814:              #End ExternalSource
Line 815:              
Line 816:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 817:              Me.__BuildControlPanel3
Line 818:              
Line 819:              #End ExternalSource
Line 820:              
Line 821:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 822:              __parser.AddParsedSubObject(Me.Panel3)
Line 823:              
Line 824:              #End ExternalSource
Line 825:              
Line 826:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 827:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"                            "))
Line 828:              
Line 829:              #End ExternalSource
Line 830:              
Line 831:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 832:              Me.__BuildControlPanel4
Line 833:              
Line 834:              #End ExternalSource
Line 835:              
Line 836:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 837:              __parser.AddParsedSubObject(Me.Panel4)
Line 838:              
Line 839:              #End ExternalSource
Line 840:              
Line 841:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",61)
Line 842:              __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(9775, 680, true))
Line 843:              
Line 844:              #End ExternalSource
Line 845:              Return __ctrl
Line 846:          End Function
Line 847:          
Line 848:          Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 849:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 850:              
Line 851:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",1)
Line 852:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"<html>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"<head>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"    <meta http-equiv=""Content-Type"" content=""text/html; charset"& _ 
Line 853:  "=iso-8859-1"" />"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"</head>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"<body bgcolor=""#cccccc"">"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"    "))
Line 854:              
Line 855:              #End ExternalSource
Line 856:              
Line 857:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",1)
Line 858:              Me.__BuildControl__control2
Line 859:              
Line 860:              #End ExternalSource
Line 861:              
Line 862:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",1)
Line 863:              __parser.AddParsedSubObject(Me.__control2)
Line 864:              
Line 865:              #End ExternalSource
Line 866:              
Line 867:              #ExternalSource("C:\inetpub\wwwroot\index.aspx",1)
Line 868:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"</body>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"</html>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)))
Line 869:              
Line 870:              #End ExternalSource
Line 871:          End Sub
Line 872:          
Line 873:          Protected Overrides Sub FrameworkInitialize()
Line 874:              SetStringResourcePointer(ASP.index_aspx.__stringResource, 10455)
Line 875:              Me.__BuildControlTree(Me)
Line 876:              Me.FileDependencies = ASP.index_aspx.__fileDependencies
Line 877:              Me.EnableViewStateMac = true
Line 878:          End Sub
Line 879:          
Line 880:          Public Overrides Function GetTypeHashCode() As Integer
Line 881:              Return -880792590
Line 882:          End Function
Line 883:      End Class
Line 884:  End Namespace
Line 885:  
Version Information: Microsoft .NET Framework Version:1.0.3705.6018; ASP.NET Version:1.0.3705.6018