473,738 Members | 10,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New controls disappearing on Inherited Forms

I have created a base form that I plan to use throughout my application let
call the form form1. I have Built the project then add another form that
inherits from form1, I add a few panel controls each with a couple of
controls in them I then rebuilt my project and my new panels and all
controls they contained are gone... I've looked through the Auto generated
code but don't see anything that looks wrong Any body have any idea why
this is happening and how I can stop it?

Thanks,
Mike
Nov 20 '05 #1
7 2474
Hello,

"Mike Bulava" <mb*****@comcas t.net> schrieb:
I have created a base form that I plan to use throughout my application let call the form form1. I have Built the project then add another form that
inherits from form1, I add a few panel controls each with a couple of
controls in them I then rebuilt my project and my new panels and all
controls they contained are gone... I've looked through the Auto generated code but don't see anything that looks wrong Any body have any idea why
this is happening and how I can stop it?


If it's not too much code, you can post the auto generated code.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #2
Hey,
"Herfried K. Wagner [MVP]" <hi*******@m.ac tivevb.de> wrote in message
news:O%******** ********@TK2MSF TNGP10.phx.gbl. ..
Hello,

"Mike Bulava" <mb*****@comcas t.net> schrieb:
I have created a base form that I plan to use throughout my application

let
call the form form1. I have Built the project then add another form that inherits from form1, I add a few panel controls each with a couple of
controls in them I then rebuilt my project and my new panels and all
controls they contained are gone... I've looked through the Auto

generated
code but don't see anything that looks wrong Any body have any idea why this is happening and how I can stop it?


If it's not too much code, you can post the auto generated code.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet

Do you want the Base form or the Derived form code?
Nov 20 '05 #3
"Herfried K. Wagner [MVP]" <hi*******@m.ac tivevb.de> wrote in message
news:O%******** ********@TK2MSF TNGP10.phx.gbl. ..
Hello,

"Mike Bulava" <mb*****@comcas t.net> schrieb:
I have created a base form that I plan to use throughout my application

let
call the form form1. I have Built the project then add another form that inherits from form1, I add a few panel controls each with a couple of
controls in them I then rebuilt my project and my new panels and all
controls they contained are gone... I've looked through the Auto

generated
code but don't see anything that looks wrong Any body have any idea why this is happening and how I can stop it?


If it's not too much code, you can post the auto generated code.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet


Here is the Code from the Derived form becarefull there's a lot of it,
there's like almost 2000 controls just on the base form..

Public Class frmTestDeviredF orm

Inherits TruckersBase.fr m132Truckers200 305

#Region " Windows Form Designer generated code "

Public Sub New()

MyBase.New()

'This call is required by the Windows Form Designer.

InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Form overrides dispose to clean up the component list.

Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing Then

If Not (components Is Nothing) Then

components.Disp ose()

End If

End If

MyBase.Dispose( disposing)

End Sub

'Required by the Windows Form Designer

Private components As System.Componen tModel.IContain er

'NOTE: The following procedure is required by the Windows Form Designer

'It can be modified using the Windows Form Designer.

'Do not modify it using the code editor.

Friend WithEvents Panel1 As System.Windows. Forms.Panel

Protected Friend WithEvents TextBox88 As System.Windows. Forms.TextBox

Protected Friend WithEvents Panel2 As System.Windows. Forms.Panel

Protected Friend WithEvents RadioButton122 As
System.Windows. Forms.RadioButt on

Protected Friend WithEvents RadioButton123 As
System.Windows. Forms.RadioButt on

Protected Friend WithEvents RadioButton68 As
System.Windows. Forms.RadioButt on

Protected Friend WithEvents RadioButton69 As
System.Windows. Forms.RadioButt on

Protected Friend WithEvents TextBox94 As System.Windows. Forms.TextBox

Protected Friend WithEvents TextBox102 As System.Windows. Forms.TextBox

Protected Friend WithEvents Label41 As System.Windows. Forms.Label

Protected Friend WithEvents Label44 As System.Windows. Forms.Label

Protected Friend WithEvents TextBox93 As System.Windows. Forms.TextBox

Protected Friend WithEvents TextBox95 As System.Windows. Forms.TextBox

Protected Friend WithEvents CheckBox10 As System.Windows. Forms.CheckBox

Protected Friend WithEvents CheckBox11 As System.Windows. Forms.CheckBox

Protected Friend WithEvents CheckBox12 As System.Windows. Forms.CheckBox

Protected Friend WithEvents CheckBox13 As System.Windows. Forms.CheckBox

Protected Friend WithEvents TextBox96 As System.Windows. Forms.TextBox

Protected Friend WithEvents Label42 As System.Windows. Forms.Label

<System.Diagnos tics.DebuggerSt epThrough()> Private Sub InitializeCompo nent()

Me.Panel1 = New System.Windows. Forms.Panel

Me.TextBox88 = New System.Windows. Forms.TextBox

Me.Panel2 = New System.Windows. Forms.Panel

Me.RadioButton1 22 = New System.Windows. Forms.RadioButt on

Me.RadioButton1 23 = New System.Windows. Forms.RadioButt on

Me.RadioButton6 8 = New System.Windows. Forms.RadioButt on

Me.RadioButton6 9 = New System.Windows. Forms.RadioButt on

Me.TextBox94 = New System.Windows. Forms.TextBox

Me.TextBox102 = New System.Windows. Forms.TextBox

Me.Label41 = New System.Windows. Forms.Label

Me.Label44 = New System.Windows. Forms.Label

Me.TextBox93 = New System.Windows. Forms.TextBox

Me.TextBox95 = New System.Windows. Forms.TextBox

Me.CheckBox10 = New System.Windows. Forms.CheckBox

Me.CheckBox11 = New System.Windows. Forms.CheckBox

Me.CheckBox12 = New System.Windows. Forms.CheckBox

Me.CheckBox13 = New System.Windows. Forms.CheckBox

Me.TextBox96 = New System.Windows. Forms.TextBox

Me.Label42 = New System.Windows. Forms.Label

Me.tpgTruckerCo v.SuspendLayout ()

Me.Panel1.Suspe ndLayout()

Me.Panel2.Suspe ndLayout()

'

'lblMCCPhysical DamageHdr

'

Me.lblMCCPhysic alDamageHdr.Nam e = "lblMCCPhysical DamageHdr"

'

'txtMCCTICollSt ate

'

Me.txtMCCTIColl State.Name = "txtMCCTICollSt ate"

'

'txtMCCTICollDa ys

'

Me.txtMCCTIColl Days.Name = "txtMCCTICollDa ys"

'

'txtMCCTICollRa dius

'

Me.txtMCCTIColl Radius.Name = "txtMCCTICollRa dius"

'

'txtMCCTICollPr em

'

Me.txtMCCTIColl Prem.Name = "txtMCCTICollPr em"

'

'txtMCCTICollDe d

'

Me.txtMCCTIColl Ded.Name = "txtMCCTICollDe d"

'

'lblMCCTIHPDDay sHdr

'

Me.lblMCCTIHPDD aysHdr.Name = "lblMCCTIHPDDay sHdr"

'

'lblMCCTIHPDSta tesHdr

'

Me.lblMCCTIHPDS tatesHdr.Name = "lblMCCTIHPDSta tesHdr"

'

'lblMCCTIHPDVeh Hdr

'

Me.lblMCCTIHPDV ehHdr.Name = "lblMCCTIHPDVeh Hdr"

'

'optMCCTIHPDCov erageIsPrimary

'

Me.optMCCTIHPDC overageIsPrimar y.Name = "optMCCTIHPDCov erageIsPrimary"

'

'optMCCTIHPDCov erageIsSecondar y

'

Me.optMCCTIHPDC overageIsSecond ary.Name = "optMCCTIHPDCov erageIsSecondar y"

'

'lblMCCTIHPDCov erageIs

'

Me.lblMCCTIHPDC overageIs.Name = "lblMCCTIHPDCov erageIs"

'

'pnlMCCTIHPDCov erageIs

'

Me.pnlMCCTIHPDC overageIs.Name = "pnlMCCTIHPDCov erageIs"

'

'pnlMCCTIHPD

'

Me.pnlMCCTIHPD. Name = "pnlMCCTIHP D"

'

'lblMCCAddltion alCoverages

'

Me.lblMCCAddlti onalCoverages.N ame = "lblMCCAddltion alCoverages"

'

'lblMCCAddition alCoveragesHdr

'

Me.lblMCCAdditi onalCoveragesHd r.Name = "lblMCCAddition alCoveragesHdr"

'

'lblTCPDTowingA ndLabor

'

Me.lblTCPDTowin gAndLabor.Name = "lblTCPDTowingA ndLabor"

'

'chkMCCPDComp62

'

Me.chkMCCPDComp 62.Name = "chkMCCPDComp62 "

'

'lblMCCPDComp

'

Me.lblMCCPDComp .Name = "lblMCCPDCo mp"

'

'lblMCCPDCompLi mitsHdr

'

Me.lblMCCPDComp LimitsHdr.Name = "lblMCCPDCompLi mitsHdr"

'

'lblMCCPDCompCo veredAutoSymbol s

'

Me.lblMCCPDComp CoveredAutoSymb ols.Name = "lblMCCPDCompCo veredAutoSymbol s"

'

'lblMCCPDCompCo verageHdr

'

Me.lblMCCPDComp CoverageHdr.Nam e = "lblMCCPDCompCo verageHdr"

'

'lblMCCPDCompPr emHdr

'

Me.lblMCCPDComp PremHdr.Name = "lblMCCPDCompPr emHdr"

'

'lblMCCPDCompDe dHdr

'

Me.lblMCCPDComp DedHdr.Name = "lblMCCPDCompDe dHdr"

'

'chkMCCPDComp63

'

Me.chkMCCPDComp 63.Name = "chkMCCPDComp63 "

'

'chkMCCPDComp67

'

Me.chkMCCPDComp 67.Name = "chkMCCPDComp67 "

'

'chkMCCPDComp68

'

Me.chkMCCPDComp 68.Name = "chkMCCPDComp68 "

'

'txtMCCPDCompDe d

'

Me.txtMCCPDComp Ded.Name = "txtMCCPDCompDe d"

'

'txtMCCPDCompPr em

'

Me.txtMCCPDComp Prem.Name = "txtMCCPDCompPr em"

'

'chkMCCPDComp64

'

Me.chkMCCPDComp 64.Name = "chkMCCPDComp64 "

'

'pnlMCCPDComp

'

Me.pnlMCCPDComp .Name = "pnlMCCPDCo mp"

'

'txtMCCPDSpecif iedCauseOfLossD ed

'

Me.txtMCCPDSpec ifiedCauseOfLos sDed.Name = "txtMCCPDSpecif iedCauseOfLossD ed"

'

'chkMCCPDSpecif iedCauseOfLoss6 2

'

Me.chkMCCPDSpec ifiedCauseOfLos s62.Name = "chkMCCPDSpecif iedCauseOfLoss6 2"

'

'chkMCCPDSpecif iedCauseOfLoss6 3

'

Me.chkMCCPDSpec ifiedCauseOfLos s63.Name = "chkMCCPDSpecif iedCauseOfLoss6 3"

'

'chkMCCPDSpecif iedCauseOfLoss6 7

'

Me.chkMCCPDSpec ifiedCauseOfLos s67.Name = "chkMCCPDSpecif iedCauseOfLoss6 7"

'

'txtMCCPDSpecif iedCauseOfLossP rem

'

Me.txtMCCPDSpec ifiedCauseOfLos sPrem.Name =
"txtMCCPDSpecif iedCauseOfLossP rem"

'

'lblMCCPDSpecif iedCauseOfLoss

'

Me.lblMCCPDSpec ifiedCauseOfLos s.Name = "lblMCCPDSpecif iedCauseOfLoss"

'

'ChkMCCPDSpecif iedCauseOfLoss6 8

'

Me.ChkMCCPDSpec ifiedCauseOfLos s68.Name = "ChkMCCPDSpecif iedCauseOfLoss6 8"

'

'chkMCCPDSpecif iedCauseOfLoss6 4

'

Me.chkMCCPDSpec ifiedCauseOfLos s64.Name = "chkMCCPDSpecif iedCauseOfLoss6 4"

'

'optMCCPDSpecif iedCauseOfLossS CL

'

Me.optMCCPDSpec ifiedCauseOfLos sSCL.Name = "optMCCPDSpecif iedCauseOfLossS CL"

'

'optMCCPDSpecif iedCauseOfLossL SP

'

Me.optMCCPDSpec ifiedCauseOfLos sLSP.Name = "optMCCPDSpecif iedCauseOfLossL SP"

'

'OptMCCPDSpecif iedCauseOfLossF TW

'

Me.OptMCCPDSpec ifiedCauseOfLos sFTW.Name = "OptMCCPDSpecif iedCauseOfLossF TW"

'

'optMCCPDSpecif iedCauseOfLossF T

'

Me.optMCCPDSpec ifiedCauseOfLos sFT.Name = "optMCCPDSpecif iedCauseOfLossF T"

'

'optMCCPDSpecif iedCauseOfLossF

'

Me.optMCCPDSpec ifiedCauseOfLos sF.Name = "optMCCPDSpecif iedCauseOfLossF "

'

'pnlMCCPDSpecif iedCauseOfLoss

'

Me.pnlMCCPDSpec ifiedCauseOfLos s.Name = "pnlMCCPDSpecif iedCauseOfLoss"

'

'chkMCCPDColl62

'

Me.chkMCCPDColl 62.Name = "chkMCCPDColl62 "

'

'lblMCCPDColl

'

Me.lblMCCPDColl .Name = "lblMCCPDCo ll"

'

'chkMCCPDColl63

'

Me.chkMCCPDColl 63.Name = "chkMCCPDColl63 "

'

'chkMCCPDColl67

'

Me.chkMCCPDColl 67.Name = "chkMCCPDColl67 "

'

'chkMCCPDColl68

'

Me.chkMCCPDColl 68.Name = "chkMCCPDColl68 "

'

'txtMCCPDCollDe d

'

Me.txtMCCPDColl Ded.Name = "txtMCCPDCollDe d"

'

'txtMCCPDCollPr em

'

Me.txtMCCPDColl Prem.Name = "txtMCCPDCollPr em"

'

'chkMCCPDColl64

'

Me.chkMCCPDColl 64.Name = "chkMCCPDColl64 "

'

'pnlMCCPDColl

'

Me.pnlMCCPDColl .Name = "pnlMCCPDCo ll"

'

'chkMCCPDTowing AndLabor63

'

Me.chkMCCPDTowi ngAndLabor63.Na me = "chkMCCPDTowing AndLabor63"

'

'lblMCCPDTowing AndLabor

'

Me.lblMCCPDTowi ngAndLabor.Name = "lblMCCPDTowing AndLabor"

'

'txtMCCPDTowing AndLaborLimit

'

Me.txtMCCPDTowi ngAndLaborLimit .Name = "txtMCCPDTowing AndLaborLimit"

'

'txtMCCPDTowing AndLaborPrem

'

Me.txtMCCPDTowi ngAndLaborPrem. Name = "txtMCCPDTowing AndLaborPrem"

'

'chkMCCPDTowing AndLabor67

'

Me.chkMCCPDTowi ngAndLabor67.Na me = "chkMCCPDTowing AndLabor67"

'

'pnlMCCPDTowing AndLabor

'

Me.pnlMCCPDTowi ngAndLabor.Name = "pnlMCCPDTowing AndLabor"

'

'pnlMCCPDMain

'

Me.pnlMCCPDMain .Name = "pnlMCCPDMa in"

'

'lblMCCTICompTr ailersHdr

'

Me.lblMCCTIComp TrailersHdr.Nam e = "lblMCCTICompTr ailersHdr"

'

'lblMCCTICompCo veredAutoSymbol s

'

Me.lblMCCTIComp CoveredAutoSymb ols.Name = "lblMCCTICompCo veredAutoSymbol s"

'

'lblMCCTICompCo verageHdr

'

Me.lblMCCTIComp CoverageHdr.Nam e = "lblMCCTICompCo verageHdr"

'

'lblMCCTICompDe dHdr

'

Me.lblMCCTIComp DedHdr.Name = "lblMCCTICompDe dHdr"

'

'lblMCCTICompSt ateHdr

'

Me.lblMCCTIComp StateHdr.Name = "lblMCCTICompSt ateHdr"

'

'lblMCCTICompDa ysHdr

'

Me.lblMCCTIComp DaysHdr.Name = "lblMCCTICompDa ysHdr"

'

'lblMCCTICompRa diusHdr

'

Me.lblMCCTIComp RadiusHdr.Name = "lblMCCTICompRa diusHdr"

'

'lblMCCTIComp

'

Me.lblMCCTIComp .Name = "lblMCCTICo mp"

'

'chkMCCTIComp69

'

Me.chkMCCTIComp 69.Name = "chkMCCTIComp69 "

'

'chkMCCTIComp70

'

Me.chkMCCTIComp 70.Name = "chkMCCTIComp70 "

'

'txtMCCTICompTr ailers

'

Me.txtMCCTIComp Trailers.Name = "txtMCCTICompTr ailers"

'

'txtMCCTICompSt ate

'

Me.txtMCCTIComp State.Name = "txtMCCTICompSt ate"

'

'txtMCCTICompDa ys

'

Me.txtMCCTIComp Days.Name = "txtMCCTICompDa ys"

'

'txtMCCTICompRa dius

'

Me.txtMCCTIComp Radius.Name = "txtMCCTICompRa dius"

'

'lblMCCTICompPr emHdr

'

Me.lblMCCTIComp PremHdr.Name = "lblMCCTICompPr emHdr"

'

'txtMCCTICompPr em

'

Me.txtMCCTIComp Prem.Name = "txtMCCTICompPr em"

'

'pnlMCCTIComp

'

Me.pnlMCCTIComp .Name = "pnlMCCTICo mp"

'

'lblMCCTISpecif iedCauseOfLoss

'

Me.lblMCCTISpec ifiedCauseOfLos s.Name = "lblMCCTISpecif iedCauseOfLoss"

'

'chkMCCTISpecif iedCauseOfLoss6 9

'

Me.chkMCCTISpec ifiedCauseOfLos s69.Name = "chkMCCTISpecif iedCauseOfLoss6 9"

'

'chkMCCTISpecif iedCauseOfLoss7 0

'

Me.chkMCCTISpec ifiedCauseOfLos s70.Name = "chkMCCTISpecif iedCauseOfLoss7 0"

'

'txtMCCTISpecif iedCauseOfLossT railers

'

Me.txtMCCTISpec ifiedCauseOfLos sTrailers.Name =
"txtMCCTISpecif iedCauseOfLossT railers"

'

'txtMCCTISpecif iedCauseOfLossS tate

'

Me.txtMCCTISpec ifiedCauseOfLos sState.Name =
"txtMCCTISpecif iedCauseOfLossS tate"

'

'txtMCCTISpecif iedCauseOfLossD ays

'

Me.txtMCCTISpec ifiedCauseOfLos sDays.Name =
"txtMCCTISpecif iedCauseOfLossD ays"

'

'txtMCCTISpecif iedCauseOfLossR adius

'

Me.txtMCCTISpec ifiedCauseOfLos sRadius.Name =
"txtMCCTISpecif iedCauseOfLossR adius"

'

'txtMCCTISpecif iedCauseOfLossP rem

'

Me.txtMCCTISpec ifiedCauseOfLos sPrem.Name =
"txtMCCTISpecif iedCauseOfLossP rem"

'

'pnlMCCTISpecif iedCauseOfLoss

'

Me.pnlMCCTISpec ifiedCauseOfLos s.Name = "pnlMCCTISpecif iedCauseOfLoss"

'

'lblMCCTIColl

'

Me.lblMCCTIColl .Name = "lblMCCTICo ll"

'

'chkMCCTIColl69

'

Me.chkMCCTIColl 69.Name = "chkMCCTIColl69 "

'

'chkMCCTIColl70

'

Me.chkMCCTIColl 70.Name = "chkMCCTIColl70 "

'

'txtMCCTICollTr ailers

'

Me.txtMCCTIColl Trailers.Name = "txtMCCTICollTr ailers"

'

'pnlMCCTIColl

'

Me.pnlMCCTIColl .Name = "pnlMCCTICo ll"

'

'pnlMCCTIMain

'

Me.pnlMCCTIMain .Name = "pnlMCCTIMa in"

'

'lblMCCLiabilit y

'

Me.lblMCCLiabil ity.Name = "lblMCCLiabilit y"

'

'txtMCCLiabilit yCSLBILimit

'

Me.txtMCCLiabil ityCSLBILimit.N ame = "txtMCCLiabilit yCSLBILimit"

'

'lblMCCLiabilit yLimitsHdr

'

Me.lblMCCLiabil ityLimitsHdr.Na me = "lblMCCLiabilit yLimitsHdr"

'

'lblMCCLiabilit yCoveredAutoSym bolsHdr

'

Me.lblMCCLiabil ityCoveredAutoS ymbolsHdr.Name =
"lblMCCLiabilit yCoveredAutoSym bolsHdr"

'

'lblMCCLiabilit yCoveragesHdr

'

Me.lblMCCLiabil ityCoveragesHdr .Name = "lblMCCLiabilit yCoveragesHdr"

'

'chkMCCLiabilit y61

'

Me.chkMCCLiabil ity61.Name = "chkMCCLiabilit y61"

'

'chkMCCLiabilit y62

'

Me.chkMCCLiabil ity62.Name = "chkMCCLiabilit y62"

'

'chkMCCLiabilit y63

'

Me.chkMCCLiabil ity63.Name = "chkMCCLiabilit y63"

'

'chkMCCLiabilit y64

'

Me.chkMCCLiabil ity64.Name = "chkMCCLiabilit y64"

'

'chkMCCLiabilit y67

'

Me.chkMCCLiabil ity67.Name = "chkMCCLiabilit y67"

'

'chkMCCLiabilit y68

'

Me.chkMCCLiabil ity68.Name = "chkMCCLiabilit y68"

'

'lblMCCLiabilit yBiEaPer

'

Me.lblMCCLiabil ityBiEaPer.Name = "lblMCCLiabilit yBiEaPer"

'

'txtMCCLiabilit yBILimit

'

Me.txtMCCLiabil ityBILimit.Name = "txtMCCLiabilit yBILimit"

'

'lblMCCLiabilit yPD

'

Me.lblMCCLiabil ityPD.Name = "lblMCCLiabilit yPD"

'

'txtMCCLiabilit yPDLimit

'

Me.txtMCCLiabil ityPDLimit.Name = "txtMCCLiabilit yPDLimit"

'

'lblMCCLiabilit yPremHdr

'

Me.lblMCCLiabil ityPremHdr.Name = "lblMCCLiabilit yPremHdr"

'

'txtMCCLiabilit yBICSLPrem

'

Me.txtMCCLiabil ityBICSLPrem.Na me = "txtMCCLiabilit yBICSLPrem"

'

'txtMCCLiabilit yPDPrem

'

Me.txtMCCLiabil ityPDPrem.Name = "txtMCCLiabilit yPDPrem"

'

'chkMCCLiabilit y71

'

Me.chkMCCLiabil ity71.Name = "chkMCCLiabilit y71"

'

'optMCCLiabilit yCSL

'

Me.optMCCLiabil ityCSL.Name = "optMCCLiabilit yCSL"

'

'optMCCLiabilit yBI

'

Me.optMCCLiabil ityBI.Name = "optMCCLiabilit yBI"

'

'pnlMCCLiabilit yCSLBI

'

Me.pnlMCCLiabil ityCSLBI.Name = "pnlMCCLiabilit yCSLBI"

'

'lblMCCMedicalP ayments

'

Me.lblMCCMedica lPayments.Name = "lblMCCMedicalP ayments"

'

'chkMCCMedicalP ayments62

'

Me.chkMCCMedica lPayments62.Nam e = "chkMCCMedicalP ayments62"

'

'chkMCCMedicalP ayments63

'

Me.chkMCCMedica lPayments63.Nam e = "chkMCCMedicalP ayments63"

'

'chkMCCMedicalP ayments64

'

Me.chkMCCMedica lPayments64.Nam e = "chkMCCMedicalP ayments64"

'

'lblMCCMedicalP aymentsEaPer

'

Me.lblMCCMedica lPaymentsEaPer. Name = "lblMCCMedicalP aymentsEaPer"

'

'txtMCCMedicalP aymentsEaPerLim it

'

Me.txtMCCMedica lPaymentsEaPerL imit.Name = "txtMCCMedicalP aymentsEaPerLim it"

'

'txtMCCMedicalP aymentsPrem

'

Me.txtMCCMedica lPaymentsPrem.N ame = "txtMCCMedicalP aymentsPrem"

'

'chkMCCMedicalP ayments67

'

Me.chkMCCMedica lPayments67.Nam e = "chkMCCMedicalP ayments67"

'

'pnlMCCMedicalP ayments

'

Me.pnlMCCMedica lPayments.Name = "pnlMCCMedicalP ayments"

'

'lblMCCNonTruck ersHiredBorrowe d

'

Me.lblMCCNonTru ckersHiredBorro wed.Name = "lblMCCNonTruck ersHiredBorrowe d"

'

'chkMCCNonTruck ersHiredBorrowe dIfAnyBasis

'

Me.chkMCCNonTru ckersHiredBorro wedIfAnyBasis.N ame =
"chkMCCNonTruck ersHiredBorrowe dIfAnyBasis"

'

'lblMCCNonTruck ersHiredBorrowe dCostOfHire

'

Me.lblMCCNonTru ckersHiredBorro wedCostOfHire.N ame =
"lblMCCNonTruck ersHiredBorrowe dCostOfHire"

'

'txtMCCNonTruck ersHiredBorrowe dCostOfHireLimi t

'

Me.txtMCCNonTru ckersHiredBorro wedCostOfHireLi mit.Name =
"txtMCCNonTruck ersHiredBorrowe dCostOfHireLimi t"

'

'txtMCCNonTruck ersHiredBorrowe dPrem

'

Me.txtMCCNonTru ckersHiredBorro wedPrem.Name =
"txtMCCNonTruck ersHiredBorrowe dPrem"

'

'optMCCNonTruck ersHiredBorrowe dYes

'

Me.optMCCNonTru ckersHiredBorro wedYes.Name =
"optMCCNonTruck ersHiredBorrowe dYes"

'

'optMCCNonTruck ersHiredBorrowe dNo

'

Me.optMCCNonTru ckersHiredBorro wedNo.Name =
"optMCCNonTruck ersHiredBorrowe dNo"

'

'lblMCCNonTruck ersHiredBorrowe dStates

'

Me.lblMCCNonTru ckersHiredBorro wedStates.Name =
"lblMCCNonTruck ersHiredBorrowe dStates"

'

'txtMCCNonTruck ersHiredBorrowe dStates

'

Me.txtMCCNonTru ckersHiredBorro wedStates.Name =
"txtMCCNonTruck ersHiredBorrowe dStates"

'

'pnlMCCNonTruck ersHiredBorrowe d

'

Me.pnlMCCNonTru ckersHiredBorro wed.Name = "pnlMCCNonTruck ersHiredBorrowe d"

'

'lblMCCHiredBor rowedLiability

'

Me.lblMCCHiredB orrowedLiabilit y.Name = "lblMCCHiredBor rowedLiability"

'

'chkMCCHiredBor rowedLiabilityI fAnyBasis

'

Me.chkMCCHiredB orrowedLiabilit yIfAnyBasis.Nam e =
"chkMCCHiredBor rowedLiabilityI fAnyBasis"

'

'lblMCCHiredBor rowedLiabilityC ostOfHire

'

Me.lblMCCHiredB orrowedLiabilit yCostOfHire.Nam e =
"lblMCCHiredBor rowedLiabilityC ostOfHire"

'

'txtMCCHiredBor rowedLiabilityC ostOfHireLimit

'

Me.txtMCCHiredB orrowedLiabilit yCostOfHireLimi t.Name =
"txtMCCHiredBor rowedLiabilityC ostOfHireLimit"

'

'txtMCCHiredBor rowedLiabilityL imit

'

Me.txtMCCHiredB orrowedLiabilit yLimit.Name =
"txtMCCHiredBor rowedLiabilityL imit"

'

'optMCCHiredBor rowedLiabilityY es

'

Me.optMCCHiredB orrowedLiabilit yYes.Name = "optMCCHiredBor rowedLiabilityY es"

'

'OptMCCHiredBor rowedLiabilityN o

'

Me.OptMCCHiredB orrowedLiabilit yNo.Name = "OptMCCHiredBor rowedLiabilityN o"

'

'lblMCCHiredBor rowedLiabilityS tates

'

Me.lblMCCHiredB orrowedLiabilit yStates.Name =
"lblMCCHiredBor rowedLiabilityS tates"

'

'txtMCCHiredBor rowedLiabilityS tates

'

Me.txtMCCHiredB orrowedLiabilit yStates.Name =
"txtMCCHiredBor rowedLiabilityS tates"

'

'pnlMCCHiredBor rowedLiability

'

Me.pnlMCCHiredB orrowedLiabilit y.Name = "pnlMCCHiredBor rowedLiability"

'

'lblMCCNonOwned AutoLiability

'

Me.lblMCCNonOwn edAutoLiability .Name = "lblMCCNonOwned AutoLiability"

'

'txtMCCNonOwned AutoLiabilityEm ployees

'

Me.txtMCCNonOwn edAutoLiability Employees.Name =
"txtMCCNonOwned AutoLiabilityEm ployees"

'

'chkMCCNonOwned AutoLiabilityEm ployees

'

Me.chkMCCNonOwn edAutoLiability Employees.Name =
"chkMCCNonOwned AutoLiabilityEm ployees"

'

'txtMCCNonOwned AutoLiabilityVo lunteers

'

Me.txtMCCNonOwn edAutoLiability Volunteers.Name =
"txtMCCNonOwned AutoLiabilityVo lunteers"

'

'txtMCCNonOwned AutoLiabilityPa rtners

'

Me.txtMCCNonOwn edAutoLiability Partners.Name =
"txtMCCNonOwned AutoLiabilityPa rtners"

'

'txtMCCNonOwned AutoLiabilityPr em

'

Me.txtMCCNonOwn edAutoLiability Prem.Name = "txtMCCNonOwned AutoLiabilityPr em"

'

'optMCCNonOwned AutoLiabilityYe s

'

Me.optMCCNonOwn edAutoLiability Yes.Name = "optMCCNonOwned AutoLiabilityYe s"

'

'optMCCNonOwned AutoLiabilityNo

'

Me.optMCCNonOwn edAutoLiability No.Name = "optMCCNonOwned AutoLiabilityNo "

'

'lblMCCNonOwned AutoLiabilitySt ates

'

Me.lblMCCNonOwn edAutoLiability States.Name =
"lblMCCNonOwned AutoLiabilitySt ates"

'

'txtMCCNonOwned AutoLiabilitySt ates

'

Me.txtMCCNonOwn edAutoLiability States.Name =
"txtMCCNonOwned AutoLiabilitySt ates"

'

'chkMCCNonOwned AutoLiabilityVo lunteers

'

Me.chkMCCNonOwn edAutoLiability Volunteers.Name =
"chkMCCNonOwned AutoLiabilityVo lunteers"

'

'chkMCCNonOwned AutoLiabilityPa rtners

'

Me.chkMCCNonOwn edAutoLiability Partners.Name =
"chkMCCNonOwned AutoLiabilityPa rtners"

'

'lblMCCNonOwned AutoLiabilityNu mOfHdr

'

Me.lblMCCNonOwn edAutoLiability NumOfHdr.Name =
"lblMCCNonOwned AutoLiabilityNu mOfHdr"

'

'lblMCCNonOwned AutoLiabilityGr oupTypeHdr

'

Me.lblMCCNonOwn edAutoLiability GroupTypeHdr.Na me =
"lblMCCNonOwned AutoLiabilityGr oupTypeHdr"

'

'pnlMCCNonOwned AutoLiability

'

Me.pnlMCCNonOwn edAutoLiability .Name = "pnlMCCNonOwned AutoLiability"

'

'lblTCTICompTra ilersHdr

'

Me.lblTCTICompT railersHdr.Name = "lblTCTICompTra ilersHdr"

'

'lblTCTICompCov eredAutoSymbols Hdr

'

Me.lblTCTICompC overedAutoSymbo lsHdr.Name =
"lblTCTICompCov eredAutoSymbols Hdr"

'

'lblTCTICompCov erageHdr

'

Me.lblTCTICompC overageHdr.Name = "lblTCTICompCov erageHdr"

'

'lblTCTICompDed Hdr

'

Me.lblTCTICompD edHdr.Name = "lblTCTICompDed Hdr"

'

'lblTCTICompSta tesHdr

'

Me.lblTCTICompS tatesHdr.Name = "lblTCTICompSta tesHdr"

'

'lblTCTICompDay sHdr

'

Me.lblTCTICompD aysHdr.Name = "lblTCTICompDay sHdr"

'

'lblTCTICompRad iusHdr

'

Me.lblTCTICompR adiusHdr.Name = "lblTCTICompRad iusHdr"

'

'lblTCTIComp

'

Me.lblTCTIComp. Name = "lblTCTICom p"

'

'chkTCTIComp48

'

Me.chkTCTIComp4 8.Name = "chkTCTICom p48"

'

'chkTCTIComp49

'

Me.chkTCTIComp4 9.Name = "chkTCTICom p49"

'

'txtTCTICompTra ilers

'

Me.txtTCTICompT railers.Name = "txtTCTICompTra ilers"

'

'txtTCTICompSta te

'

Me.txtTCTICompS tate.Name = "txtTCTICompSta te"

'

'txtTCTICompDay s

'

Me.txtTCTICompD ays.Name = "txtTCTICompDay s"

'

'txtTCTICompRad ius

'

Me.txtTCTICompR adius.Name = "txtTCTICompRad ius"

'

'lblTCTICompPre mHdr

'

Me.lblTCTICompP remHdr.Name = "lblTCTICompPre mHdr"

'

'txtTCTICompPre m

'

Me.txtTCTICompP rem.Name = "txtTCTICompPre m"

'

'pnlTCTIComp

'

Me.pnlTCTIComp. Name = "pnlTCTICom p"

'

'lblTCTISpecifi edCauseOfLoss

'

Me.lblTCTISpeci fiedCauseOfLoss .Name = "lblTCTISpecifi edCauseOfLoss"

'

'chkTCTISpecifi edCauseOfLoss48

'

Me.chkTCTISpeci fiedCauseOfLoss 48.Name = "chkTCTISpecifi edCauseOfLoss48 "

'

'chkTCTISpecifi edCauseOfLoss49

'

Me.chkTCTISpeci fiedCauseOfLoss 49.Name = "chkTCTISpecifi edCauseOfLoss49 "

'

'txtTCTISpecifi edCauseOfLossTr ailers

'

Me.txtTCTISpeci fiedCauseOfLoss Trailers.Name =
"txtTCTISpecifi edCauseOfLossTr ailers"

'

'txtTCTISpecifi edCauseOfLossSt ate

'

Me.txtTCTISpeci fiedCauseOfLoss State.Name =
"txtTCTISpecifi edCauseOfLossSt ate"

'

'txtTCTISpecifi edCauseOfLossDa ys

'

Me.txtTCTISpeci fiedCauseOfLoss Days.Name = "txtTCTISpecifi edCauseOfLossDa ys"

'

'txtTCTISpecifi edCauseOfLossRa dius

'

Me.txtTCTISpeci fiedCauseOfLoss Radius.Name =
"txtTCTISpecifi edCauseOfLossRa dius"

'

'txtTCTISpecifi edCauseOfLossPr em

'

Me.txtTCTISpeci fiedCauseOfLoss Prem.Name = "txtTCTISpecifi edCauseOfLossPr em"

'

'pnlTCTISpecifi edCauseOfLoss

'

Me.pnlTCTISpeci fiedCauseOfLoss .Name = "pnlTCTISpecifi edCauseOfLoss"

'

'lblTCTIColl

'

Me.lblTCTIColl. Name = "lblTCTICol l"

'

'chkTCTIColl48

'

Me.chkTCTIColl4 8.Name = "chkTCTICol l48"

'

'chkTCTIColl49

'

Me.chkTCTIColl4 9.Name = "chkTCTICol l49"

'

'txtTCTICollTra ilers

'

Me.txtTCTICollT railers.Name = "txtTCTICollTra ilers"

'

'txtTCTICollSta te

'

Me.txtTCTICollS tate.Name = "txtTCTICollSta te"

'

'txtTCTICollDay s

'

Me.txtTCTICollD ays.Name = "txtTCTICollDay s"

'

'txtTCTICollRad ius

'

Me.txtTCTICollR adius.Name = "txtTCTICollRad ius"

'

'txtTCTICollPre m

'

Me.txtTCTICollP rem.Name = "txtTCTICollPre m"

'

'txtTCTICollDed

'

Me.txtTCTICollD ed.Name = "txtTCTICollDed "

'

'pnlTCTIColl

'

Me.pnlTCTIColl. Name = "pnlTCTICol l"

'

'txtTCTIHPDDays 2

'

Me.txtTCTIHPDDa ys2.Name = "txtTCTIHPDDays 2"

'

'txtTCTIHPDDays 1

'

Me.txtTCTIHPDDa ys1.Name = "txtTCTIHPDDays 1"

'

'lblTCTIHPDDays Hdr

'

Me.lblTCTIHPDDa ysHdr.Name = "lblTCTIHPDDays Hdr"

'

'txtTCTIHPDDays 3

'

Me.txtTCTIHPDDa ys3.Name = "txtTCTIHPDDays 3"

'

'lblTCTIHPDStat esHdr

'

Me.lblTCTIHPDSt atesHdr.Name = "lblTCTIHPDStat esHdr"

'

'lblTCTIHPDVehH dr

'

Me.lblTCTIHPDVe hHdr.Name = "lblTCTIHPDVehH dr"

'

'txtTCTIHPDDays 4

'

Me.txtTCTIHPDDa ys4.Name = "txtTCTIHPDDays 4"

'

'txtTCTIHPDVeh2

'

Me.txtTCTIHPDVe h2.Name = "txtTCTIHPDVeh2 "

'

'txtTCTIHPDVeh1

'

Me.txtTCTIHPDVe h1.Name = "txtTCTIHPDVeh1 "

'

'txtTCTIHPDVeh3

'

Me.txtTCTIHPDVe h3.Name = "txtTCTIHPDVeh3 "

'

'txtTCTIHPDVeh4

'

Me.txtTCTIHPDVe h4.Name = "txtTCTIHPDVeh4 "

'

'txtTCTIHPDStat e2

'

Me.txtTCTIHPDSt ate2.Name = "txtTCTIHPDStat e2"

'

'txtTCTIHPDStat e1

'

Me.txtTCTIHPDSt ate1.Name = "txtTCTIHPDStat e1"

'

'txtTCTIHPDStat e3

'

Me.txtTCTIHPDSt ate3.Name = "txtTCTIHPDStat e3"

'

'txtTCTIHPDStat e4

'

Me.txtTCTIHPDSt ate4.Name = "txtTCTIHPDStat e4"

'

'optTCTIHPDCove rageIsPrimary

'

Me.optTCTIHPDCo verageIsPrimary .Name = "optTCTIHPDCove rageIsPrimary"

'

'optTCTIHPDCove rageIsSecondary

'

Me.optTCTIHPDCo verageIsSeconda ry.Name = "optTCTIHPDCove rageIsSecondary "

'

'lblTCTIHPDCove rageIs

'

Me.lblTCTIHPDCo verageIs.Name = "lblTCTIHPDCove rageIs"

'

'pnlTCTIHPDCove rageIs

'

Me.pnlTCTIHPDCo verageIs.Name = "pnlTCTIHPDCove rageIs"

'

'txtTCTIHPDPrem

'

Me.txtTCTIHPDPr em.Name = "txtTCTIHPDPrem "

'

'pnlTCTIHiredPh yscialDamage

'

Me.pnlTCTIHired PhyscialDamage. Name = "pnlTCTIHiredPh yscialDamage"

'

'lblTCAdditiona lCoverages

'

Me.lblTCAdditio nalCoverages.Na me = "lblTCAdditiona lCoverages"

'

'pnlTCTIMain

'

Me.pnlTCTIMain. Name = "pnlTCTIMai n"

'

'lblTCHiredBorr owedLiability

'

Me.lblTCHiredBo rrowedLiability .Name = "lblTCHiredBorr owedLiability"

'

'chkTCHiredBorr owedLiabilityIf AnyBasis

'

Me.chkTCHiredBo rrowedLiability IfAnyBasis.Name =
"chkTCHiredBorr owedLiabilityIf AnyBasis"

'

'lblTCHiredBorr owedLiabilityCo stOfHire

'

Me.lblTCHiredBo rrowedLiability CostOfHire.Name =
"lblTCHiredBorr owedLiabilityCo stOfHire"

'

'txtTCHiredBorr owedLiabilityCo stOfHire

'

Me.txtTCHiredBo rrowedLiability CostOfHire.Name =
"txtTCHiredBorr owedLiabilityCo stOfHire"

'

'txtTCHiredBorr owedLiabilityPr em

'

Me.txtTCHiredBo rrowedLiability Prem.Name = "txtTCHiredBorr owedLiabilityPr em"

'

'optTCHiredBorr owedLiabilityYe s

'

Me.optTCHiredBo rrowedLiability Yes.Name = "optTCHiredBorr owedLiabilityYe s"

'

'optTCHiredBorr owedLiabilityNo

'

Me.optTCHiredBo rrowedLiability No.Name = "optTCHiredBorr owedLiabilityNo "

'

'lblTCHiredBorr owedLiabilitySt ates

'

Me.lblTCHiredBo rrowedLiability States.Name =
"lblTCHiredBorr owedLiabilitySt ates"

'

'txtTCHiredBorr owedLiabilitySt ates

'

Me.txtTCHiredBo rrowedLiability States.Name =
"txtTCHiredBorr owedLiabilitySt ates"

'

'pnlTCHiredBorr owedLiability

'

Me.pnlTCHiredBo rrowedLiability .Name = "pnlTCHiredBorr owedLiability"

'

'lblTCNonOwnedA utoLiability

'

Me.lblTCNonOwne dAutoLiability. Name = "lblTCNonOwnedA utoLiability"

'

'txtTCNonOwnedA utoLiabilityEmp loyees

'

Me.txtTCNonOwne dAutoLiabilityE mployees.Name =
"txtTCNonOwnedA utoLiabilityEmp loyees"

'

'chkTCNonOwnedA utoLiabilityEmp loyees

'

Me.chkTCNonOwne dAutoLiabilityE mployees.Name =
"chkTCNonOwnedA utoLiabilityEmp loyees"

'

'txtTCNonOwnedA utoLiabilityVol unteers

'

Me.txtTCNonOwne dAutoLiabilityV olunteers.Name =
"txtTCNonOwnedA utoLiabilityVol unteers"

'

'txtTCNonOwnedA utoLiabilityPar tners

'

Me.txtTCNonOwne dAutoLiabilityP artners.Name =
"txtTCNonOwnedA utoLiabilityPar tners"

'

'txtTCNonOwnedA utoLiabilityPre m

'

Me.txtTCNonOwne dAutoLiabilityP rem.Name = "txtTCNonOwnedA utoLiabilityPre m"

'

'optTCNonOwnedA utoLiabilityYes

'

Me.optTCNonOwne dAutoLiabilityY es.Name = "optTCNonOwnedA utoLiabilityYes "

'

'optTCNonOwnedA utoLiabilityNo

'

Me.optTCNonOwne dAutoLiabilityN o.Name = "optTCNonOwnedA utoLiabilityNo"

'

'lblTCNonOwnedA utoLiabilitySta tes

'

Me.lblTCNonOwne dAutoLiabilityS tates.Name = "lblTCNonOwnedA utoLiabilitySta tes
"

'

'txtTCNonOwnedA utoLiabilitySta tes

'

Me.txtTCNonOwne dAutoLiabilityS tates.Name =
"txtTCNonOwnedA utoLiabilitySta tes"

'

'chkTCNonOwnedA utoLiabilityVol unteers

'

Me.chkTCNonOwne dAutoLiabilityV olunteers.Name =
"chkTCNonOwnedA utoLiabilityVol unteers"

'

'chkTCNonOwnedA utoLiabilityPar tners

'

Me.chkTCNonOwne dAutoLiabilityP artners.Name =
"chkTCNonOwnedA utoLiabilityPar tners"

'

'lblTCNonOwnedA utoLiabilityNum OfHdr

'

Me.lblTCNonOwne dAutoLiabilityN umOfHdr.Name =
"lblTCNonOwnedA utoLiabilityNum OfHdr"

'

'lblTCNonOwnedA utoLiabilityGro upTypeHdr

'

Me.lblTCNonOwne dAutoLiabilityG roupTypeHdr.Nam e =
"lblTCNonOwnedA utoLiabilityGro upTypeHdr"

'

'pnlTCNonOwnedA utoLiability

'

Me.pnlTCNonOwne dAutoLiability. Name = "pnlTCNonOwnedA utoLiability"

'

'chkTCPDComp42

'

Me.chkTCPDComp4 2.Name = "chkTCPDCom p42"

'

'lblTCPDComp

'

Me.lblTCPDComp. Name = "lblTCPDCom p"

'

'lblTCPDCompLim itsHdr

'

Me.lblTCPDCompL imitsHdr.Name = "lblTCPDCompLim itsHdr"

'

'lblTCPDCompCov eredAutoSymbols Hdr

'

Me.lblTCPDCompC overedAutoSymbo lsHdr.Name =
"lblTCPDCompCov eredAutoSymbols Hdr"

'

'lblTCPDCompCov erageHdr

'

Me.lblTCPDCompC overageHdr.Name = "lblTCPDCompCov erageHdr"

'

'lblTCPDCompPre mHdr

'

Me.lblTCPDCompP remHdr.Name = "lblTCPDCompPre mHdr"

'

'lblTCPDCompDed Hdr

'

Me.lblTCPDCompD edHdr.Name = "lblTCPDCompDed Hdr"

'

'chkTCPDComp43

'

Me.chkTCPDComp4 3.Name = "chkTCPDCom p43"

'

'chkTCPDComp46

'

Me.chkTCPDComp4 6.Name = "chkTCPDCom p46"

'

'chkTCPDComp47

'

Me.chkTCPDComp4 7.Name = "chkTCPDCom p47"

'

'txtTCPDCompDed

'

Me.txtTCPDCompD ed.Name = "txtTCPDCompDed "

'

'txtTCPDCompPre m

'

Me.txtTCPDCompP rem.Name = "txtTCPDCompPre m"

'

'pnlTCPDComp

'

Me.pnlTCPDComp. Name = "pnlTCPDCom p"

'

'txtTCPDSpecifi edCauseOfLossDe d

'

Me.txtTCPDSpeci fiedCauseOfLoss Ded.Name = "txtTCPDSpecifi edCauseOfLossDe d"

'

'chkTCPDSpecifi edCauseOfLoss42

'

Me.chkTCPDSpeci fiedCauseOfLoss 42.Name = "chkTCPDSpecifi edCauseOfLoss42 "

'

'chkTCPDSpecifi edCauseOfLoss43

'

Me.chkTCPDSpeci fiedCauseOfLoss 43.Name = "chkTCPDSpecifi edCauseOfLoss43 "

'

'chkTCPDSpecifi edCauseOfLoss46

'

Me.chkTCPDSpeci fiedCauseOfLoss 46.Name = "chkTCPDSpecifi edCauseOfLoss46 "

'

'txtTCPDSpecifi edCauseOfLossPr em

'

Me.txtTCPDSpeci fiedCauseOfLoss Prem.Name = "txtTCPDSpecifi edCauseOfLossPr em"

'

'lblTCPDSpecifi edCauseOfLoss

'

Me.lblTCPDSpeci fiedCauseOfLoss .Name = "lblTCPDSpecifi edCauseOfLoss"

'

'chkTCPDSpecifi edCauseOfLoss47

'

Me.chkTCPDSpeci fiedCauseOfLoss 47.Name = "chkTCPDSpecifi edCauseOfLoss47 "

'

'optTCPDSpecifi edCauseOfLossSC L

'

Me.optTCPDSpeci fiedCauseOfLoss SCL.Name = "optTCPDSpecifi edCauseOfLossSC L"

'

'optTCPDSpecifi edCauseOfLossLS P

'

Me.optTCPDSpeci fiedCauseOfLoss LSP.Name = "optTCPDSpecifi edCauseOfLossLS P"

'

'OptTCPDSpecifi edCauseOfLossFT W

'

Me.OptTCPDSpeci fiedCauseOfLoss FTW.Name = "OptTCPDSpecifi edCauseOfLossFT W"

'

'optTCPDSpecifi edCauseOfLossFT

'

Me.optTCPDSpeci fiedCauseOfLoss FT.Name = "optTCPDSpecifi edCauseOfLossFT "

'

'optTCPDSpecifi edCauseOfLossF

'

Me.optTCPDSpeci fiedCauseOfLoss F.Name = "optTCPDSpecifi edCauseOfLossF"

'

'pnlTCPDSpecifi edCauseOfLoss

'

Me.pnlTCPDSpeci fiedCauseOfLoss .Name = "pnlTCPDSpecifi edCauseOfLoss"

'

'chkTCPDColl42

'

Me.chkTCPDColl4 2.Name = "chkTCPDCol l42"

'

'lblTCPDColl

'

Me.lblTCPDColl. Name = "lblTCPDCol l"

'

'chkTCPDColl43

'

Me.chkTCPDColl4 3.Name = "chkTCPDCol l43"

'

'chkTCPDColl46

'

Me.chkTCPDColl4 6.Name = "chkTCPDCol l46"

'

'chkTCPDColl47

'

Me.chkTCPDColl4 7.Name = "chkTCPDCol l47"

'

'txtTCPDCollDed

'

Me.txtTCPDCollD ed.Name = "txtTCPDCollDed "

'

'txtTCPDCollPre m

'

Me.txtTCPDCollP rem.Name = "txtTCPDCollPre m"

'

'pnlTCPDColl

'

Me.pnlTCPDColl. Name = "pnlTCPDCol l"

'

'chkTCPDTowingA ndLabor46

'

Me.chkTCPDTowin gAndLabor46.Nam e = "chkTCPDTowingA ndLabor46"

'

'txtTCPDTowingA ndLaborLimit

'

Me.txtTCPDTowin gAndLaborLimit. Name = "txtTCPDTowingA ndLaborLimit"

'

'txtTCPDTowingA ndLaborPrem

'

Me.txtTCPDTowin gAndLaborPrem.N ame = "txtTCPDTowingA ndLaborPrem"

'

'pnlTCPDTowingA ndLabor

'

Me.pnlTCPDTowin gAndLabor.Name = "pnlTCPDTowingA ndLabor"

'

'pnlTCPDMain

'

Me.pnlTCPDMain. Name = "pnlTCPDMai n"

'

'lblTCMedicalPa yments

'

Me.lblTCMedical Payments.Name = "lblTCMedicalPa yments"

'

'chkTCMedicalPa yments41

'

Me.chkTCMedical Payments41.Name = "chkTCMedicalPa yments41"

'

'chkTCMedicalPa yments42

'

Me.chkTCMedical Payments42.Name = "chkTCMedicalPa yments42"

'

'chkTCMedicalPa yments46

'

Me.chkTCMedical Payments46.Name = "chkTCMedicalPa yments46"

'

'lblTCMedicalPa ymentsEaPer

'

Me.lblTCMedical PaymentsEaPer.N ame = "lblTCMedicalPa ymentsEaPer"

'

'txtTCMedicalPa ymentsExPerLimi t

'

Me.txtTCMedical PaymentsExPerLi mit.Name = "txtTCMedicalPa ymentsExPerLimi t"

'

'txtTCMedicalPa ymentsPrem

'

Me.txtTCMedical PaymentsPrem.Na me = "txtTCMedicalPa ymentsPrem"

'

'pnlTCMedicalPa yments

'

Me.pnlTCMedical Payments.Name = "pnlTCMedicalPa yments"

'

'lblTCNonTrucke rsHiredBorrowed

'

Me.lblTCNonTruc kersHiredBorrow ed.Name = "lblTCNonTrucke rsHiredBorrowed "

'

'chkTCNonTrucke rsHiredBorrowed IfAnyBasis

'

Me.chkTCNonTruc kersHiredBorrow edIfAnyBasis.Na me =
"chkTCNonTrucke rsHiredBorrowed IfAnyBasis"

'

'lblTCNonTrucke rsHiredBorrowed CostOfHire

'

Me.lblTCNonTruc kersHiredBorrow edCostOfHire.Na me =
"lblTCNonTrucke rsHiredBorrowed CostOfHire"

'

'txtTCNonTrucke rsHiredBorrowed CostOfHire

'

Me.txtTCNonTruc kersHiredBorrow edCostOfHire.Na me =
"txtTCNonTrucke rsHiredBorrowed CostOfHire"

'

'txtTCNonTrucke rsHiredBorrowed Prem

'

Me.txtTCNonTruc kersHiredBorrow edPrem.Name =
"txtTCNonTrucke rsHiredBorrowed Prem"

'

'optTCNonTrucke rsHiredBorrowed Yes

'

Me.optTCNonTruc kersHiredBorrow edYes.Name =
"optTCNonTrucke rsHiredBorrowed Yes"

'

'optTCNonTrucke rsHiredBorrowed No

'

Me.optTCNonTruc kersHiredBorrow edNo.Name = "optTCNonTrucke rsHiredBorrowed No"

'

'lblTCNonTrucke rsHiredBorrowed States

'

Me.lblTCNonTruc kersHiredBorrow edStates.Name =
"lblTCNonTrucke rsHiredBorrowed States"

'

'txtTCNonTrucke rsHiredBorrowed States

'

Me.txtTCNonTruc kersHiredBorrow edStates.Name =
"txtTCNonTrucke rsHiredBorrowed States"

'

'pnlTCNonTrucke rsHiredBorrowed

'

Me.pnlTCNonTruc kersHiredBorrow ed.Name = "pnlTCNonTrucke rsHiredBorrowed "

'

'lblTCLiability

'

Me.lblTCLiabili ty.Name = "lblTCLiability "

'

'txtTCLiability BICSLLimit

'

Me.txtTCLiabili tyBICSLLimit.Na me = "txtTCLiability BICSLLimit"

'

'lblTCLiability LimitsHdr

'

Me.lblTCLiabili tyLimitsHdr.Nam e = "lblTCLiability LimitsHdr"

'

'lblTCLiability CoveredAutoSymb olsHdr

'

Me.lblTCLiabili tyCoveredAutoSy mbolsHdr.Name =
"lblTCLiability CoveredAutoSymb olsHdr"

'

'lblTCLiability CoveragesHdr

'

Me.lblTCLiabili tyCoveragesHdr. Name = "lblTCLiability CoveragesHdr"

'

'chkTCLiability 41

'

Me.chkTCLiabili ty41.Name = "chkTCLiability 41"

'

'chkTCLiability 42

'

Me.chkTCLiabili ty42.Name = "chkTCLiability 42"

'

'chkTCLiability 43

'

Me.chkTCLiabili ty43.Name = "chkTCLiability 43"

'

'chkTCLiability 46

'

Me.chkTCLiabili ty46.Name = "chkTCLiability 46"

'

'chkTCLiability 47

'

Me.chkTCLiabili ty47.Name = "chkTCLiability 47"

'

'chkTCLiability 50

'

Me.chkTCLiabili ty50.Name = "chkTCLiability 50"

'

'lblTCLiability BI

'

Me.lblTCLiabili tyBI.Name = "lblTCLiability BI"

'

'txtTCLiability BILimit

'

Me.txtTCLiabili tyBILimit.Name = "txtTCLiability BILimit"

'

'lblTCLiability PD

'

Me.lblTCLiabili tyPD.Name = "lblTCLiability PD"

'

'txtTCLiability PDLimit

'

Me.txtTCLiabili tyPDLimit.Name = "txtTCLiability PDLimit"

'

'lblTCLiability PremHdr

'

Me.lblTCLiabili tyPremHdr.Name = "lblTCLiability PremHdr"

'

'txtTCLiability BICSLPrem

'

Me.txtTCLiabili tyBICSLPrem.Nam e = "txtTCLiability BICSLPrem"

'

'txtTCLiability PDPrem

'

Me.txtTCLiabili tyPDPrem.Name = "txtTCLiability PDPrem"

'

'optTCLiability CSL

'

Me.optTCLiabili tyCSL.Name = "optTCLiability CSL"

'

'optTCLiability BI

'

Me.optTCLiabili tyBI.Name = "optTCLiability BI"

'

'pnlTCLiability CSLBI

'

Me.pnlTCLiabili tyCSLBI.Name = "pnlTCLiability CSLBI"

'

'pnlTCLiability

'

Me.pnlTCLiabili ty.Name = "pnlTCLiability "

'

'lblAdditionalC ovagesHdr

'

Me.lblAdditiona lCovagesHdr.Nam e = "lblAdditionalC ovagesHdr"

'

'chkComp

'

Me.chkComp.Name = "chkComp"

'

'chkFG

'

Me.chkFG.Name = "chkFG"

'

'chkRentalReimb ursment

'

Me.chkRentalRei mbursment.Name = "chkRentalReimb ursment"

'

'chkColl

'

Me.chkColl.Name = "chkColl"

'

'chkFire

'

Me.chkFire.Name = "chkFire"

'

'chkLimitedSped ifiedPerils

'

Me.chkLimitedSp edifiedPerils.N ame = "chkLimitedSped ifiedPerils"

'

'chkFireTheftWi ndstorm

'

Me.chkFireTheft Windstorm.Name = "chkFireTheftWi ndstorm"

'

'chkFireTheft

'

Me.chkFireTheft .Name = "chkFireThe ft"

'

'chkUninsured

'

Me.chkUninsured .Name = "chkUninsur ed"

'

'chkSpecifiedCa useOfLoss

'

Me.chkSpecified CauseOfLoss.Nam e = "chkSpecifiedCa useOfLoss"

'

'chkTowingandLa bor

'

Me.chkTowingand Labor.Name = "chkTowingandLa bor"

'

'chkUnderInsure d

'

Me.chkUnderInsu red.Name = "chkUnderInsure d"

'

'chkNoFault

'

Me.chkNoFault.N ame = "chkNoFault "

'

'chkAddlNoFault

'

Me.chkAddlNoFau lt.Name = "chkAddlNoFault "

'

'chkMedPay

'

Me.chkMedPay.Na me = "chkMedPay"

'

'chkLiability

'

Me.chkLiability .Name = "chkLiabili ty"

'

'pnlMCLiability

'

Me.pnlMCLiabili ty.Name = "pnlMCLiability "

'

'lblTrailerInte rChangeHdr

'

Me.lblTrailerIn terChangeHdr.Na me = "lblTrailerInte rChangeHdr"

'

'lblPhysicalDam ageHdrAll

'

Me.lblPhysicalD amageHdrAll.Nam e = "lblPhysicalDam ageHdrAll"

'

'lblMCHiredPhys icalDamageHdr

'

Me.lblMCHiredPh ysicalDamageHdr .Name = "lblMCHiredPhys icalDamageHdr"

'

'tpgMotorCarrie rCov

'

Me.tpgMotorCarr ierCov.Name = "tpgMotorCarrie rCov"

'

'lblHiredPhysDa m

'

Me.lblHiredPhys Dam.Name = "lblHiredPhysDa m"

'

'tpgTruckerCov

'

Me.tpgTruckerCo v.Controls.Add( Me.Panel1)

Me.tpgTruckerCo v.Name = "tpgTrucker Cov"

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.Pa nel1, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCLiability, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCMedicalPayme nts, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCNonTruckersH iredBorrowed, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCHiredBorrowe dLiability, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCNonOwnedAuto Liability, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCPDMain, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCTIMain, 0)

'

'tabMain

'

Me.tabMain.Name = "tabMain"

'

'Panel1

'

Me.Panel1.Contr ols.Add(Me.Text Box88)

Me.Panel1.Contr ols.Add(Me.Pane l2)

Me.Panel1.Contr ols.Add(Me.Radi oButton68)

Me.Panel1.Contr ols.Add(Me.Radi oButton69)

Me.Panel1.Contr ols.Add(Me.Text Box94)

Me.Panel1.Contr ols.Add(Me.Text Box102)

Me.Panel1.Contr ols.Add(Me.Labe l41)

Me.Panel1.Contr ols.Add(Me.Labe l44)

Me.Panel1.Contr ols.Add(Me.Text Box93)

Me.Panel1.Contr ols.Add(Me.Text Box95)

Me.Panel1.Contr ols.Add(Me.Chec kBox10)

Me.Panel1.Contr ols.Add(Me.Chec kBox11)

Me.Panel1.Contr ols.Add(Me.Chec kBox12)

Me.Panel1.Contr ols.Add(Me.Chec kBox13)

Me.Panel1.Contr ols.Add(Me.Text Box96)

Me.Panel1.Contr ols.Add(Me.Labe l42)

Me.Panel1.Locat ion = New System.Drawing. Point(0, 158)

Me.Panel1.Name = "Panel1"

Me.Panel1.Size = New System.Drawing. Size(766, 100)

Me.Panel1.TabIn dex = 510

'

'TextBox88

'

Me.TextBox88.Bo rderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox88.Lo cation = New System.Drawing. Point(592, 36)

Me.TextBox88.Na me = "TextBox88"

Me.TextBox88.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No

Me.TextBox88.Ta bIndex = 526

Me.TextBox88.Te xt = ""

Me.TextBox88.Te xtAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'Panel2

'

Me.Panel2.Contr ols.Add(Me.Radi oButton122)

Me.Panel2.Contr ols.Add(Me.Radi oButton123)

Me.Panel2.Locat ion = New System.Drawing. Point(331, 14)

Me.Panel2.Name = "Panel2"

Me.Panel2.Size = New System.Drawing. Size(139, 20)

Me.Panel2.TabIn dex = 525

'

'RadioButton122

'

Me.RadioButton1 22.FlatStyle = System.Windows. Forms.FlatStyle .Flat

Me.RadioButton1 22.Location = New System.Drawing. Point(64, 0)

Me.RadioButton1 22.Name = "RadioButton122 "

Me.RadioButton1 22.Size = New System.Drawing. Size(74, 20)

Me.RadioButton1 22.TabIndex = 511

Me.RadioButton1 22.Text = "&BI ea per"

'

'RadioButton123

'

Me.RadioButton1 23.FlatStyle = System.Windows. Forms.FlatStyle .Flat

Me.RadioButton1 23.Location = New System.Drawing. Point(0, 0)

Me.RadioButton1 23.Name = "RadioButton123 "

Me.RadioButton1 23.Size = New System.Drawing. Size(45, 20)

Me.RadioButton1 23.TabIndex = 510

Me.RadioButton1 23.Text = "&CSL"

'

'RadioButton68

'

Me.RadioButton6 8.FlatStyle = System.Windows. Forms.FlatStyle .Flat

Me.RadioButton6 8.Location = New System.Drawing. Point(94, 66)

Me.RadioButton6 8.Name = "RadioButto n68"

Me.RadioButton6 8.Size = New System.Drawing. Size(94, 20)

Me.RadioButton6 8.TabIndex = 524

Me.RadioButton6 8.Text = "&Non-stacked"

'

'RadioButton69

'

Me.RadioButton6 9.FlatStyle = System.Windows. Forms.FlatStyle .Flat

Me.RadioButton6 9.Location = New System.Drawing. Point(94, 44)

Me.RadioButton6 9.Name = "RadioButto n69"

Me.RadioButton6 9.Size = New System.Drawing. Size(66, 20)

Me.RadioButton6 9.TabIndex = 523

Me.RadioButton6 9.Text = "&Stacked"

'

'TextBox94

'

Me.TextBox94.Bo rderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox94.Lo cation = New System.Drawing. Point(592, 58)

Me.TextBox94.Na me = "TextBox94"

Me.TextBox94.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No

Me.TextBox94.Ta bIndex = 522

Me.TextBox94.Te xt = ""

Me.TextBox94.Te xtAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'TextBox102

'

Me.TextBox102.B orderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox102.L ocation = New System.Drawing. Point(472, 58)

Me.TextBox102.N ame = "TextBox102 "

Me.TextBox102.T abIndex = 521

Me.TextBox102.T ext = ""

Me.TextBox102.T extAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'Label41

'

Me.Label41.Back Color = System.Drawing. Color.WhiteSmok e

Me.Label41.Flat Style = System.Windows. Forms.FlatStyle .Flat

Me.Label41.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight

Me.Label41.Loca tion = New System.Drawing. Point(381, 58)

Me.Label41.Name = "Label41"

Me.Label41.Size = New System.Drawing. Size(91, 20)

Me.Label41.TabI ndex = 520

Me.Label41.Text = "&Property damage"

Me.Label41.Text Align = System.Drawing. ContentAlignmen t.MiddleRight

'

'Label44

'

Me.Label44.Back Color = System.Drawing. Color.WhiteSmok e

Me.Label44.Flat Style = System.Windows. Forms.FlatStyle .Flat

Me.Label44.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight

Me.Label44.Loca tion = New System.Drawing. Point(379, 36)

Me.Label44.Name = "Label44"

Me.Label44.Size = New System.Drawing. Size(91, 20)

Me.Label44.TabI ndex = 519

Me.Label44.Text = "B&I each accident"

Me.Label44.Text Align = System.Drawing. ContentAlignmen t.MiddleRight

'

'TextBox93

'

Me.TextBox93.Bo rderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox93.Lo cation = New System.Drawing. Point(592, 14)

Me.TextBox93.Na me = "TextBox93"

Me.TextBox93.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No

Me.TextBox93.Ta bIndex = 518

Me.TextBox93.Te xt = ""

Me.TextBox93.Te xtAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'TextBox95

'

Me.TextBox95.Bo rderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox95.Lo cation = New System.Drawing. Point(472, 36)

Me.TextBox95.Na me = "TextBox95"

Me.TextBox95.Ta bIndex = 517

Me.TextBox95.Te xt = ""

Me.TextBox95.Te xtAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'CheckBox10

'

Me.CheckBox10.B ackColor = System.Drawing. Color.WhiteSmok e

Me.CheckBox10.F latStyle = System.Windows. Forms.FlatStyle .Flat

Me.CheckBox10.L ocation = New System.Drawing. Point(240, 14)

Me.CheckBox10.N ame = "CheckBox10 "

Me.CheckBox10.S ize = New System.Drawing. Size(37, 20)

Me.CheckBox10.T abIndex = 516

Me.CheckBox10.T ext = "46"

'

'CheckBox11

'

Me.CheckBox11.B ackColor = System.Drawing. Color.WhiteSmok e

Me.CheckBox11.F latStyle = System.Windows. Forms.FlatStyle .Flat

Me.CheckBox11.L ocation = New System.Drawing. Point(192, 58)

Me.CheckBox11.N ame = "CheckBox11 "

Me.CheckBox11.S ize = New System.Drawing. Size(37, 20)

Me.CheckBox11.T abIndex = 515

Me.CheckBox11.T ext = "45"

'

'CheckBox12

'

Me.CheckBox12.B ackColor = System.Drawing. Color.WhiteSmok e

Me.CheckBox12.F latStyle = System.Windows. Forms.FlatStyle .Flat

Me.CheckBox12.L ocation = New System.Drawing. Point(192, 36)

Me.CheckBox12.N ame = "CheckBox12 "

Me.CheckBox12.S ize = New System.Drawing. Size(37, 20)

Me.CheckBox12.T abIndex = 514

Me.CheckBox12.T ext = "43"

'

'CheckBox13

'

Me.CheckBox13.B ackColor = System.Drawing. Color.WhiteSmok e

Me.CheckBox13.F latStyle = System.Windows. Forms.FlatStyle .Flat

Me.CheckBox13.L ocation = New System.Drawing. Point(192, 14)

Me.CheckBox13.N ame = "CheckBox13 "

Me.CheckBox13.S ize = New System.Drawing. Size(37, 20)

Me.CheckBox13.T abIndex = 513

Me.CheckBox13.T ext = "42"

'

'TextBox96

'

Me.TextBox96.Bo rderStyle = System.Windows. Forms.BorderSty le.FixedSingle

Me.TextBox96.Lo cation = New System.Drawing. Point(472, 14)

Me.TextBox96.Na me = "TextBox96"

Me.TextBox96.Ta bIndex = 512

Me.TextBox96.Te xt = ""

Me.TextBox96.Te xtAlign = System.Windows. Forms.Horizonta lAlignment.Righ t

'

'Label42

'

Me.Label42.Back Color = System.Drawing. Color.WhiteSmok e

Me.Label42.Flat Style = System.Windows. Forms.FlatStyle .Flat

Me.Label42.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight

Me.Label42.Loca tion = New System.Drawing. Point(74, 14)

Me.Label42.Name = "Label42"

Me.Label42.Size = New System.Drawing. Size(83, 25)

Me.Label42.TabI ndex = 511

Me.Label42.Text = "&Uninsured motorist"

Me.Label42.Text Align = System.Drawing. ContentAlignmen t.MiddleRight

'

'frmTestDevired Form

'

Me.AutoScaleBas eSize = New System.Drawing. Size(5, 13)

Me.ClientSize = New System.Drawing. Size(790, 449)

Me.Name = "frmTestDevired Form"

Me.Text = "frmTestDevired Form"

Me.tpgTruckerCo v.ResumeLayout( False)

Me.Panel1.Resum eLayout(False)

Me.Panel2.Resum eLayout(False)

End Sub

#End Region

End Class
Nov 20 '05 #4
"Mike Bulava" <mb*****@comcas t.net> schrieb im Newsbeitrag
news:us******** ******@TK2MSFTN GP09.phx.gbl...
Here is the Code from the Derived form becarefull there's a lot of it,
there's like almost 2000 controls just on the base form..


Could you please first copy your code to notepad and from there in your
posting? It will keep identation and doesn't insert blank lines.
--
Armin

Nov 20 '05 #5

"Armin Zingler" <az*******@free net.de> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
"Mike Bulava" <mb*****@comcas t.net> schrieb im Newsbeitrag
news:us******** ******@TK2MSFTN GP09.phx.gbl...
Here is the Code from the Derived form becarefull there's a lot of it,
there's like almost 2000 controls just on the base form..


Could you please first copy your code to notepad and from there in your
posting? It will keep identation and doesn't insert blank lines.
--
Armin


No Problem sorry about that...

Public Class frmTestDeviredF orm
Inherits TruckersBase.fr m132Truckers200 305

#Region " Windows Form Designer generated code "

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Disp ose()
End If
End If
MyBase.Dispose( disposing)
End Sub

'Required by the Windows Form Designer
Private components As System.Componen tModel.IContain er

'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Friend WithEvents Panel1 As System.Windows. Forms.Panel
Protected Friend WithEvents TextBox88 As System.Windows. Forms.TextBox
Protected Friend WithEvents Panel2 As System.Windows. Forms.Panel
Protected Friend WithEvents RadioButton122 As
System.Windows. Forms.RadioButt on
Protected Friend WithEvents RadioButton123 As
System.Windows. Forms.RadioButt on
Protected Friend WithEvents RadioButton68 As
System.Windows. Forms.RadioButt on
Protected Friend WithEvents RadioButton69 As
System.Windows. Forms.RadioButt on
Protected Friend WithEvents TextBox94 As System.Windows. Forms.TextBox
Protected Friend WithEvents TextBox102 As System.Windows. Forms.TextBox
Protected Friend WithEvents Label41 As System.Windows. Forms.Label
Protected Friend WithEvents Label44 As System.Windows. Forms.Label
Protected Friend WithEvents TextBox93 As System.Windows. Forms.TextBox
Protected Friend WithEvents TextBox95 As System.Windows. Forms.TextBox
Protected Friend WithEvents CheckBox10 As System.Windows. Forms.CheckBox
Protected Friend WithEvents CheckBox11 As System.Windows. Forms.CheckBox
Protected Friend WithEvents CheckBox12 As System.Windows. Forms.CheckBox
Protected Friend WithEvents CheckBox13 As System.Windows. Forms.CheckBox
Protected Friend WithEvents TextBox96 As System.Windows. Forms.TextBox
Protected Friend WithEvents Label42 As System.Windows. Forms.Label
<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()
Me.Panel1 = New System.Windows. Forms.Panel
Me.TextBox88 = New System.Windows. Forms.TextBox
Me.Panel2 = New System.Windows. Forms.Panel
Me.RadioButton1 22 = New System.Windows. Forms.RadioButt on
Me.RadioButton1 23 = New System.Windows. Forms.RadioButt on
Me.RadioButton6 8 = New System.Windows. Forms.RadioButt on
Me.RadioButton6 9 = New System.Windows. Forms.RadioButt on
Me.TextBox94 = New System.Windows. Forms.TextBox
Me.TextBox102 = New System.Windows. Forms.TextBox
Me.Label41 = New System.Windows. Forms.Label
Me.Label44 = New System.Windows. Forms.Label
Me.TextBox93 = New System.Windows. Forms.TextBox
Me.TextBox95 = New System.Windows. Forms.TextBox
Me.CheckBox10 = New System.Windows. Forms.CheckBox
Me.CheckBox11 = New System.Windows. Forms.CheckBox
Me.CheckBox12 = New System.Windows. Forms.CheckBox
Me.CheckBox13 = New System.Windows. Forms.CheckBox
Me.TextBox96 = New System.Windows. Forms.TextBox
Me.Label42 = New System.Windows. Forms.Label
Me.tpgTruckerCo v.SuspendLayout ()
Me.Panel1.Suspe ndLayout()
Me.Panel2.Suspe ndLayout()
'
'lblMCCPhysical DamageHdr
'
Me.lblMCCPhysic alDamageHdr.Nam e = "lblMCCPhysical DamageHdr"
'
'txtMCCTICollSt ate
'
Me.txtMCCTIColl State.Name = "txtMCCTICollSt ate"
'
'txtMCCTICollDa ys
'
Me.txtMCCTIColl Days.Name = "txtMCCTICollDa ys"
'
'txtMCCTICollRa dius
'
Me.txtMCCTIColl Radius.Name = "txtMCCTICollRa dius"
'
'txtMCCTICollPr em
'
Me.txtMCCTIColl Prem.Name = "txtMCCTICollPr em"
'
'txtMCCTICollDe d
'
Me.txtMCCTIColl Ded.Name = "txtMCCTICollDe d"
'
'lblMCCTIHPDDay sHdr
'
Me.lblMCCTIHPDD aysHdr.Name = "lblMCCTIHPDDay sHdr"
'
'lblMCCTIHPDSta tesHdr
'
Me.lblMCCTIHPDS tatesHdr.Name = "lblMCCTIHPDSta tesHdr"
'
'lblMCCTIHPDVeh Hdr
'
Me.lblMCCTIHPDV ehHdr.Name = "lblMCCTIHPDVeh Hdr"
'
'optMCCTIHPDCov erageIsPrimary
'
Me.optMCCTIHPDC overageIsPrimar y.Name =
"optMCCTIHPDCov erageIsPrimary"
'
'optMCCTIHPDCov erageIsSecondar y
'
Me.optMCCTIHPDC overageIsSecond ary.Name =
"optMCCTIHPDCov erageIsSecondar y"
'
'lblMCCTIHPDCov erageIs
'
Me.lblMCCTIHPDC overageIs.Name = "lblMCCTIHPDCov erageIs"
'
'pnlMCCTIHPDCov erageIs
'
Me.pnlMCCTIHPDC overageIs.Name = "pnlMCCTIHPDCov erageIs"
'
'pnlMCCTIHPD
'
Me.pnlMCCTIHPD. Name = "pnlMCCTIHP D"
'
'lblMCCAddltion alCoverages
'
Me.lblMCCAddlti onalCoverages.N ame = "lblMCCAddltion alCoverages"
'
'lblMCCAddition alCoveragesHdr
'
Me.lblMCCAdditi onalCoveragesHd r.Name =
"lblMCCAddition alCoveragesHdr"
'
'lblTCPDTowingA ndLabor
'
Me.lblTCPDTowin gAndLabor.Name = "lblTCPDTowingA ndLabor"
'
'chkMCCPDComp62
'
Me.chkMCCPDComp 62.Name = "chkMCCPDComp62 "
'
'lblMCCPDComp
'
Me.lblMCCPDComp .Name = "lblMCCPDCo mp"
'
'lblMCCPDCompLi mitsHdr
'
Me.lblMCCPDComp LimitsHdr.Name = "lblMCCPDCompLi mitsHdr"
'
'lblMCCPDCompCo veredAutoSymbol s
'
Me.lblMCCPDComp CoveredAutoSymb ols.Name =
"lblMCCPDCompCo veredAutoSymbol s"
'
'lblMCCPDCompCo verageHdr
'
Me.lblMCCPDComp CoverageHdr.Nam e = "lblMCCPDCompCo verageHdr"
'
'lblMCCPDCompPr emHdr
'
Me.lblMCCPDComp PremHdr.Name = "lblMCCPDCompPr emHdr"
'
'lblMCCPDCompDe dHdr
'
Me.lblMCCPDComp DedHdr.Name = "lblMCCPDCompDe dHdr"
'
'chkMCCPDComp63
'
Me.chkMCCPDComp 63.Name = "chkMCCPDComp63 "
'
'chkMCCPDComp67
'
Me.chkMCCPDComp 67.Name = "chkMCCPDComp67 "
'
'chkMCCPDComp68
'
Me.chkMCCPDComp 68.Name = "chkMCCPDComp68 "
'
'txtMCCPDCompDe d
'
Me.txtMCCPDComp Ded.Name = "txtMCCPDCompDe d"
'
'txtMCCPDCompPr em
'
Me.txtMCCPDComp Prem.Name = "txtMCCPDCompPr em"
'
'chkMCCPDComp64
'
Me.chkMCCPDComp 64.Name = "chkMCCPDComp64 "
'
'pnlMCCPDComp
'
Me.pnlMCCPDComp .Name = "pnlMCCPDCo mp"
'
'txtMCCPDSpecif iedCauseOfLossD ed
'
Me.txtMCCPDSpec ifiedCauseOfLos sDed.Name =
"txtMCCPDSpecif iedCauseOfLossD ed"
'
'chkMCCPDSpecif iedCauseOfLoss6 2
'
Me.chkMCCPDSpec ifiedCauseOfLos s62.Name =
"chkMCCPDSpecif iedCauseOfLoss6 2"
'
'chkMCCPDSpecif iedCauseOfLoss6 3
'
Me.chkMCCPDSpec ifiedCauseOfLos s63.Name =
"chkMCCPDSpecif iedCauseOfLoss6 3"
'
'chkMCCPDSpecif iedCauseOfLoss6 7
'
Me.chkMCCPDSpec ifiedCauseOfLos s67.Name =
"chkMCCPDSpecif iedCauseOfLoss6 7"
'
'txtMCCPDSpecif iedCauseOfLossP rem
'
Me.txtMCCPDSpec ifiedCauseOfLos sPrem.Name =
"txtMCCPDSpecif iedCauseOfLossP rem"
'
'lblMCCPDSpecif iedCauseOfLoss
'
Me.lblMCCPDSpec ifiedCauseOfLos s.Name =
"lblMCCPDSpecif iedCauseOfLoss"
'
'ChkMCCPDSpecif iedCauseOfLoss6 8
'
Me.ChkMCCPDSpec ifiedCauseOfLos s68.Name =
"ChkMCCPDSpecif iedCauseOfLoss6 8"
'
'chkMCCPDSpecif iedCauseOfLoss6 4
'
Me.chkMCCPDSpec ifiedCauseOfLos s64.Name =
"chkMCCPDSpecif iedCauseOfLoss6 4"
'
'optMCCPDSpecif iedCauseOfLossS CL
'
Me.optMCCPDSpec ifiedCauseOfLos sSCL.Name =
"optMCCPDSpecif iedCauseOfLossS CL"
'
'optMCCPDSpecif iedCauseOfLossL SP
'
Me.optMCCPDSpec ifiedCauseOfLos sLSP.Name =
"optMCCPDSpecif iedCauseOfLossL SP"
'
'OptMCCPDSpecif iedCauseOfLossF TW
'
Me.OptMCCPDSpec ifiedCauseOfLos sFTW.Name =
"OptMCCPDSpecif iedCauseOfLossF TW"
'
'optMCCPDSpecif iedCauseOfLossF T
'
Me.optMCCPDSpec ifiedCauseOfLos sFT.Name =
"optMCCPDSpecif iedCauseOfLossF T"
'
'optMCCPDSpecif iedCauseOfLossF
'
Me.optMCCPDSpec ifiedCauseOfLos sF.Name =
"optMCCPDSpecif iedCauseOfLossF "
'
'pnlMCCPDSpecif iedCauseOfLoss
'
Me.pnlMCCPDSpec ifiedCauseOfLos s.Name =
"pnlMCCPDSpecif iedCauseOfLoss"
'
'chkMCCPDColl62
'
Me.chkMCCPDColl 62.Name = "chkMCCPDColl62 "
'
'lblMCCPDColl
'
Me.lblMCCPDColl .Name = "lblMCCPDCo ll"
'
'chkMCCPDColl63
'
Me.chkMCCPDColl 63.Name = "chkMCCPDColl63 "
'
'chkMCCPDColl67
'
Me.chkMCCPDColl 67.Name = "chkMCCPDColl67 "
'
'chkMCCPDColl68
'
Me.chkMCCPDColl 68.Name = "chkMCCPDColl68 "
'
'txtMCCPDCollDe d
'
Me.txtMCCPDColl Ded.Name = "txtMCCPDCollDe d"
'
'txtMCCPDCollPr em
'
Me.txtMCCPDColl Prem.Name = "txtMCCPDCollPr em"
'
'chkMCCPDColl64
'
Me.chkMCCPDColl 64.Name = "chkMCCPDColl64 "
'
'pnlMCCPDColl
'
Me.pnlMCCPDColl .Name = "pnlMCCPDCo ll"
'
'chkMCCPDTowing AndLabor63
'
Me.chkMCCPDTowi ngAndLabor63.Na me = "chkMCCPDTowing AndLabor63"
'
'lblMCCPDTowing AndLabor
'
Me.lblMCCPDTowi ngAndLabor.Name = "lblMCCPDTowing AndLabor"
'
'txtMCCPDTowing AndLaborLimit
'
Me.txtMCCPDTowi ngAndLaborLimit .Name = "txtMCCPDTowing AndLaborLimit"
'
'txtMCCPDTowing AndLaborPrem
'
Me.txtMCCPDTowi ngAndLaborPrem. Name = "txtMCCPDTowing AndLaborPrem"
'
'chkMCCPDTowing AndLabor67
'
Me.chkMCCPDTowi ngAndLabor67.Na me = "chkMCCPDTowing AndLabor67"
'
'pnlMCCPDTowing AndLabor
'
Me.pnlMCCPDTowi ngAndLabor.Name = "pnlMCCPDTowing AndLabor"
'
'pnlMCCPDMain
'
Me.pnlMCCPDMain .Name = "pnlMCCPDMa in"
'
'lblMCCTICompTr ailersHdr
'
Me.lblMCCTIComp TrailersHdr.Nam e = "lblMCCTICompTr ailersHdr"
'
'lblMCCTICompCo veredAutoSymbol s
'
Me.lblMCCTIComp CoveredAutoSymb ols.Name =
"lblMCCTICompCo veredAutoSymbol s"
'
'lblMCCTICompCo verageHdr
'
Me.lblMCCTIComp CoverageHdr.Nam e = "lblMCCTICompCo verageHdr"
'
'lblMCCTICompDe dHdr
'
Me.lblMCCTIComp DedHdr.Name = "lblMCCTICompDe dHdr"
'
'lblMCCTICompSt ateHdr
'
Me.lblMCCTIComp StateHdr.Name = "lblMCCTICompSt ateHdr"
'
'lblMCCTICompDa ysHdr
'
Me.lblMCCTIComp DaysHdr.Name = "lblMCCTICompDa ysHdr"
'
'lblMCCTICompRa diusHdr
'
Me.lblMCCTIComp RadiusHdr.Name = "lblMCCTICompRa diusHdr"
'
'lblMCCTIComp
'
Me.lblMCCTIComp .Name = "lblMCCTICo mp"
'
'chkMCCTIComp69
'
Me.chkMCCTIComp 69.Name = "chkMCCTIComp69 "
'
'chkMCCTIComp70
'
Me.chkMCCTIComp 70.Name = "chkMCCTIComp70 "
'
'txtMCCTICompTr ailers
'
Me.txtMCCTIComp Trailers.Name = "txtMCCTICompTr ailers"
'
'txtMCCTICompSt ate
'
Me.txtMCCTIComp State.Name = "txtMCCTICompSt ate"
'
'txtMCCTICompDa ys
'
Me.txtMCCTIComp Days.Name = "txtMCCTICompDa ys"
'
'txtMCCTICompRa dius
'
Me.txtMCCTIComp Radius.Name = "txtMCCTICompRa dius"
'
'lblMCCTICompPr emHdr
'
Me.lblMCCTIComp PremHdr.Name = "lblMCCTICompPr emHdr"
'
'txtMCCTICompPr em
'
Me.txtMCCTIComp Prem.Name = "txtMCCTICompPr em"
'
'pnlMCCTIComp
'
Me.pnlMCCTIComp .Name = "pnlMCCTICo mp"
'
'lblMCCTISpecif iedCauseOfLoss
'
Me.lblMCCTISpec ifiedCauseOfLos s.Name =
"lblMCCTISpecif iedCauseOfLoss"
'
'chkMCCTISpecif iedCauseOfLoss6 9
'
Me.chkMCCTISpec ifiedCauseOfLos s69.Name =
"chkMCCTISpecif iedCauseOfLoss6 9"
'
'chkMCCTISpecif iedCauseOfLoss7 0
'
Me.chkMCCTISpec ifiedCauseOfLos s70.Name =
"chkMCCTISpecif iedCauseOfLoss7 0"
'
'txtMCCTISpecif iedCauseOfLossT railers
'
Me.txtMCCTISpec ifiedCauseOfLos sTrailers.Name =
"txtMCCTISpecif iedCauseOfLossT railers"
'
'txtMCCTISpecif iedCauseOfLossS tate
'
Me.txtMCCTISpec ifiedCauseOfLos sState.Name =
"txtMCCTISpecif iedCauseOfLossS tate"
'
'txtMCCTISpecif iedCauseOfLossD ays
'
Me.txtMCCTISpec ifiedCauseOfLos sDays.Name =
"txtMCCTISpecif iedCauseOfLossD ays"
'
'txtMCCTISpecif iedCauseOfLossR adius
'
Me.txtMCCTISpec ifiedCauseOfLos sRadius.Name =
"txtMCCTISpecif iedCauseOfLossR adius"
'
'txtMCCTISpecif iedCauseOfLossP rem
'
Me.txtMCCTISpec ifiedCauseOfLos sPrem.Name =
"txtMCCTISpecif iedCauseOfLossP rem"
'
'pnlMCCTISpecif iedCauseOfLoss
'
Me.pnlMCCTISpec ifiedCauseOfLos s.Name =
"pnlMCCTISpecif iedCauseOfLoss"
'
'lblMCCTIColl
'
Me.lblMCCTIColl .Name = "lblMCCTICo ll"
'
'chkMCCTIColl69
'
Me.chkMCCTIColl 69.Name = "chkMCCTIColl69 "
'
'chkMCCTIColl70
'
Me.chkMCCTIColl 70.Name = "chkMCCTIColl70 "
'
'txtMCCTICollTr ailers
'
Me.txtMCCTIColl Trailers.Name = "txtMCCTICollTr ailers"
'
'pnlMCCTIColl
'
Me.pnlMCCTIColl .Name = "pnlMCCTICo ll"
'
'pnlMCCTIMain
'
Me.pnlMCCTIMain .Name = "pnlMCCTIMa in"
'
'lblMCCLiabilit y
'
Me.lblMCCLiabil ity.Name = "lblMCCLiabilit y"
'
'txtMCCLiabilit yCSLBILimit
'
Me.txtMCCLiabil ityCSLBILimit.N ame = "txtMCCLiabilit yCSLBILimit"
'
'lblMCCLiabilit yLimitsHdr
'
Me.lblMCCLiabil ityLimitsHdr.Na me = "lblMCCLiabilit yLimitsHdr"
'
'lblMCCLiabilit yCoveredAutoSym bolsHdr
'
Me.lblMCCLiabil ityCoveredAutoS ymbolsHdr.Name =
"lblMCCLiabilit yCoveredAutoSym bolsHdr"
'
'lblMCCLiabilit yCoveragesHdr
'
Me.lblMCCLiabil ityCoveragesHdr .Name = "lblMCCLiabilit yCoveragesHdr"
'
'chkMCCLiabilit y61
'
Me.chkMCCLiabil ity61.Name = "chkMCCLiabilit y61"
'
'chkMCCLiabilit y62
'
Me.chkMCCLiabil ity62.Name = "chkMCCLiabilit y62"
'
'chkMCCLiabilit y63
'
Me.chkMCCLiabil ity63.Name = "chkMCCLiabilit y63"
'
'chkMCCLiabilit y64
'
Me.chkMCCLiabil ity64.Name = "chkMCCLiabilit y64"
'
'chkMCCLiabilit y67
'
Me.chkMCCLiabil ity67.Name = "chkMCCLiabilit y67"
'
'chkMCCLiabilit y68
'
Me.chkMCCLiabil ity68.Name = "chkMCCLiabilit y68"
'
'lblMCCLiabilit yBiEaPer
'
Me.lblMCCLiabil ityBiEaPer.Name = "lblMCCLiabilit yBiEaPer"
'
'txtMCCLiabilit yBILimit
'
Me.txtMCCLiabil ityBILimit.Name = "txtMCCLiabilit yBILimit"
'
'lblMCCLiabilit yPD
'
Me.lblMCCLiabil ityPD.Name = "lblMCCLiabilit yPD"
'
'txtMCCLiabilit yPDLimit
'
Me.txtMCCLiabil ityPDLimit.Name = "txtMCCLiabilit yPDLimit"
'
'lblMCCLiabilit yPremHdr
'
Me.lblMCCLiabil ityPremHdr.Name = "lblMCCLiabilit yPremHdr"
'
'txtMCCLiabilit yBICSLPrem
'
Me.txtMCCLiabil ityBICSLPrem.Na me = "txtMCCLiabilit yBICSLPrem"
'
'txtMCCLiabilit yPDPrem
'
Me.txtMCCLiabil ityPDPrem.Name = "txtMCCLiabilit yPDPrem"
'
'chkMCCLiabilit y71
'
Me.chkMCCLiabil ity71.Name = "chkMCCLiabilit y71"
'
'optMCCLiabilit yCSL
'
Me.optMCCLiabil ityCSL.Name = "optMCCLiabilit yCSL"
'
'optMCCLiabilit yBI
'
Me.optMCCLiabil ityBI.Name = "optMCCLiabilit yBI"
'
'pnlMCCLiabilit yCSLBI
'
Me.pnlMCCLiabil ityCSLBI.Name = "pnlMCCLiabilit yCSLBI"
'
'lblMCCMedicalP ayments
'
Me.lblMCCMedica lPayments.Name = "lblMCCMedicalP ayments"
'
'chkMCCMedicalP ayments62
'
Me.chkMCCMedica lPayments62.Nam e = "chkMCCMedicalP ayments62"
'
'chkMCCMedicalP ayments63
'
Me.chkMCCMedica lPayments63.Nam e = "chkMCCMedicalP ayments63"
'
'chkMCCMedicalP ayments64
'
Me.chkMCCMedica lPayments64.Nam e = "chkMCCMedicalP ayments64"
'
'lblMCCMedicalP aymentsEaPer
'
Me.lblMCCMedica lPaymentsEaPer. Name = "lblMCCMedicalP aymentsEaPer"
'
'txtMCCMedicalP aymentsEaPerLim it
'
Me.txtMCCMedica lPaymentsEaPerL imit.Name =
"txtMCCMedicalP aymentsEaPerLim it"
'
'txtMCCMedicalP aymentsPrem
'
Me.txtMCCMedica lPaymentsPrem.N ame = "txtMCCMedicalP aymentsPrem"
'
'chkMCCMedicalP ayments67
'
Me.chkMCCMedica lPayments67.Nam e = "chkMCCMedicalP ayments67"
'
'pnlMCCMedicalP ayments
'
Me.pnlMCCMedica lPayments.Name = "pnlMCCMedicalP ayments"
'
'lblMCCNonTruck ersHiredBorrowe d
'
Me.lblMCCNonTru ckersHiredBorro wed.Name =
"lblMCCNonTruck ersHiredBorrowe d"
'
'chkMCCNonTruck ersHiredBorrowe dIfAnyBasis
'
Me.chkMCCNonTru ckersHiredBorro wedIfAnyBasis.N ame =
"chkMCCNonTruck ersHiredBorrowe dIfAnyBasis"
'
'lblMCCNonTruck ersHiredBorrowe dCostOfHire
'
Me.lblMCCNonTru ckersHiredBorro wedCostOfHire.N ame =
"lblMCCNonTruck ersHiredBorrowe dCostOfHire"
'
'txtMCCNonTruck ersHiredBorrowe dCostOfHireLimi t
'
Me.txtMCCNonTru ckersHiredBorro wedCostOfHireLi mit.Name =
"txtMCCNonTruck ersHiredBorrowe dCostOfHireLimi t"
'
'txtMCCNonTruck ersHiredBorrowe dPrem
'
Me.txtMCCNonTru ckersHiredBorro wedPrem.Name =
"txtMCCNonTruck ersHiredBorrowe dPrem"
'
'optMCCNonTruck ersHiredBorrowe dYes
'
Me.optMCCNonTru ckersHiredBorro wedYes.Name =
"optMCCNonTruck ersHiredBorrowe dYes"
'
'optMCCNonTruck ersHiredBorrowe dNo
'
Me.optMCCNonTru ckersHiredBorro wedNo.Name =
"optMCCNonTruck ersHiredBorrowe dNo"
'
'lblMCCNonTruck ersHiredBorrowe dStates
'
Me.lblMCCNonTru ckersHiredBorro wedStates.Name =
"lblMCCNonTruck ersHiredBorrowe dStates"
'
'txtMCCNonTruck ersHiredBorrowe dStates
'
Me.txtMCCNonTru ckersHiredBorro wedStates.Name =
"txtMCCNonTruck ersHiredBorrowe dStates"
'
'pnlMCCNonTruck ersHiredBorrowe d
'
Me.pnlMCCNonTru ckersHiredBorro wed.Name =
"pnlMCCNonTruck ersHiredBorrowe d"
'
'lblMCCHiredBor rowedLiability
'
Me.lblMCCHiredB orrowedLiabilit y.Name =
"lblMCCHiredBor rowedLiability"
'
'chkMCCHiredBor rowedLiabilityI fAnyBasis
'
Me.chkMCCHiredB orrowedLiabilit yIfAnyBasis.Nam e =
"chkMCCHiredBor rowedLiabilityI fAnyBasis"
'
'lblMCCHiredBor rowedLiabilityC ostOfHire
'
Me.lblMCCHiredB orrowedLiabilit yCostOfHire.Nam e =
"lblMCCHiredBor rowedLiabilityC ostOfHire"
'
'txtMCCHiredBor rowedLiabilityC ostOfHireLimit
'
Me.txtMCCHiredB orrowedLiabilit yCostOfHireLimi t.Name =
"txtMCCHiredBor rowedLiabilityC ostOfHireLimit"
'
'txtMCCHiredBor rowedLiabilityL imit
'
Me.txtMCCHiredB orrowedLiabilit yLimit.Name =
"txtMCCHiredBor rowedLiabilityL imit"
'
'optMCCHiredBor rowedLiabilityY es
'
Me.optMCCHiredB orrowedLiabilit yYes.Name =
"optMCCHiredBor rowedLiabilityY es"
'
'OptMCCHiredBor rowedLiabilityN o
'
Me.OptMCCHiredB orrowedLiabilit yNo.Name =
"OptMCCHiredBor rowedLiabilityN o"
'
'lblMCCHiredBor rowedLiabilityS tates
'
Me.lblMCCHiredB orrowedLiabilit yStates.Name =
"lblMCCHiredBor rowedLiabilityS tates"
'
'txtMCCHiredBor rowedLiabilityS tates
'
Me.txtMCCHiredB orrowedLiabilit yStates.Name =
"txtMCCHiredBor rowedLiabilityS tates"
'
'pnlMCCHiredBor rowedLiability
'
Me.pnlMCCHiredB orrowedLiabilit y.Name =
"pnlMCCHiredBor rowedLiability"
'
'lblMCCNonOwned AutoLiability
'
Me.lblMCCNonOwn edAutoLiability .Name = "lblMCCNonOwned AutoLiability"
'
'txtMCCNonOwned AutoLiabilityEm ployees
'
Me.txtMCCNonOwn edAutoLiability Employees.Name =
"txtMCCNonOwned AutoLiabilityEm ployees"
'
'chkMCCNonOwned AutoLiabilityEm ployees
'
Me.chkMCCNonOwn edAutoLiability Employees.Name =
"chkMCCNonOwned AutoLiabilityEm ployees"
'
'txtMCCNonOwned AutoLiabilityVo lunteers
'
Me.txtMCCNonOwn edAutoLiability Volunteers.Name =
"txtMCCNonOwned AutoLiabilityVo lunteers"
'
'txtMCCNonOwned AutoLiabilityPa rtners
'
Me.txtMCCNonOwn edAutoLiability Partners.Name =
"txtMCCNonOwned AutoLiabilityPa rtners"
'
'txtMCCNonOwned AutoLiabilityPr em
'
Me.txtMCCNonOwn edAutoLiability Prem.Name =
"txtMCCNonOwned AutoLiabilityPr em"
'
'optMCCNonOwned AutoLiabilityYe s
'
Me.optMCCNonOwn edAutoLiability Yes.Name =
"optMCCNonOwned AutoLiabilityYe s"
'
'optMCCNonOwned AutoLiabilityNo
'
Me.optMCCNonOwn edAutoLiability No.Name =
"optMCCNonOwned AutoLiabilityNo "
'
'lblMCCNonOwned AutoLiabilitySt ates
'
Me.lblMCCNonOwn edAutoLiability States.Name =
"lblMCCNonOwned AutoLiabilitySt ates"
'
'txtMCCNonOwned AutoLiabilitySt ates
'
Me.txtMCCNonOwn edAutoLiability States.Name =
"txtMCCNonOwned AutoLiabilitySt ates"
'
'chkMCCNonOwned AutoLiabilityVo lunteers
'
Me.chkMCCNonOwn edAutoLiability Volunteers.Name =
"chkMCCNonOwned AutoLiabilityVo lunteers"
'
'chkMCCNonOwned AutoLiabilityPa rtners
'
Me.chkMCCNonOwn edAutoLiability Partners.Name =
"chkMCCNonOwned AutoLiabilityPa rtners"
'
'lblMCCNonOwned AutoLiabilityNu mOfHdr
'
Me.lblMCCNonOwn edAutoLiability NumOfHdr.Name =
"lblMCCNonOwned AutoLiabilityNu mOfHdr"
'
'lblMCCNonOwned AutoLiabilityGr oupTypeHdr
'
Me.lblMCCNonOwn edAutoLiability GroupTypeHdr.Na me =
"lblMCCNonOwned AutoLiabilityGr oupTypeHdr"
'
'pnlMCCNonOwned AutoLiability
'
Me.pnlMCCNonOwn edAutoLiability .Name = "pnlMCCNonOwned AutoLiability"
'
'lblTCTICompTra ilersHdr
'
Me.lblTCTICompT railersHdr.Name = "lblTCTICompTra ilersHdr"
'
'lblTCTICompCov eredAutoSymbols Hdr
'
Me.lblTCTICompC overedAutoSymbo lsHdr.Name =
"lblTCTICompCov eredAutoSymbols Hdr"
'
'lblTCTICompCov erageHdr
'
Me.lblTCTICompC overageHdr.Name = "lblTCTICompCov erageHdr"
'
'lblTCTICompDed Hdr
'
Me.lblTCTICompD edHdr.Name = "lblTCTICompDed Hdr"
'
'lblTCTICompSta tesHdr
'
Me.lblTCTICompS tatesHdr.Name = "lblTCTICompSta tesHdr"
'
'lblTCTICompDay sHdr
'
Me.lblTCTICompD aysHdr.Name = "lblTCTICompDay sHdr"
'
'lblTCTICompRad iusHdr
'
Me.lblTCTICompR adiusHdr.Name = "lblTCTICompRad iusHdr"
'
'lblTCTIComp
'
Me.lblTCTIComp. Name = "lblTCTICom p"
'
'chkTCTIComp48
'
Me.chkTCTIComp4 8.Name = "chkTCTICom p48"
'
'chkTCTIComp49
'
Me.chkTCTIComp4 9.Name = "chkTCTICom p49"
'
'txtTCTICompTra ilers
'
Me.txtTCTICompT railers.Name = "txtTCTICompTra ilers"
'
'txtTCTICompSta te
'
Me.txtTCTICompS tate.Name = "txtTCTICompSta te"
'
'txtTCTICompDay s
'
Me.txtTCTICompD ays.Name = "txtTCTICompDay s"
'
'txtTCTICompRad ius
'
Me.txtTCTICompR adius.Name = "txtTCTICompRad ius"
'
'lblTCTICompPre mHdr
'
Me.lblTCTICompP remHdr.Name = "lblTCTICompPre mHdr"
'
'txtTCTICompPre m
'
Me.txtTCTICompP rem.Name = "txtTCTICompPre m"
'
'pnlTCTIComp
'
Me.pnlTCTIComp. Name = "pnlTCTICom p"
'
'lblTCTISpecifi edCauseOfLoss
'
Me.lblTCTISpeci fiedCauseOfLoss .Name = "lblTCTISpecifi edCauseOfLoss"
'
'chkTCTISpecifi edCauseOfLoss48
'
Me.chkTCTISpeci fiedCauseOfLoss 48.Name =
"chkTCTISpecifi edCauseOfLoss48 "
'
'chkTCTISpecifi edCauseOfLoss49
'
Me.chkTCTISpeci fiedCauseOfLoss 49.Name =
"chkTCTISpecifi edCauseOfLoss49 "
'
'txtTCTISpecifi edCauseOfLossTr ailers
'
Me.txtTCTISpeci fiedCauseOfLoss Trailers.Name =
"txtTCTISpecifi edCauseOfLossTr ailers"
'
'txtTCTISpecifi edCauseOfLossSt ate
'
Me.txtTCTISpeci fiedCauseOfLoss State.Name =
"txtTCTISpecifi edCauseOfLossSt ate"
'
'txtTCTISpecifi edCauseOfLossDa ys
'
Me.txtTCTISpeci fiedCauseOfLoss Days.Name =
"txtTCTISpecifi edCauseOfLossDa ys"
'
'txtTCTISpecifi edCauseOfLossRa dius
'
Me.txtTCTISpeci fiedCauseOfLoss Radius.Name =
"txtTCTISpecifi edCauseOfLossRa dius"
'
'txtTCTISpecifi edCauseOfLossPr em
'
Me.txtTCTISpeci fiedCauseOfLoss Prem.Name =
"txtTCTISpecifi edCauseOfLossPr em"
'
'pnlTCTISpecifi edCauseOfLoss
'
Me.pnlTCTISpeci fiedCauseOfLoss .Name = "pnlTCTISpecifi edCauseOfLoss"
'
'lblTCTIColl
'
Me.lblTCTIColl. Name = "lblTCTICol l"
'
'chkTCTIColl48
'
Me.chkTCTIColl4 8.Name = "chkTCTICol l48"
'
'chkTCTIColl49
'
Me.chkTCTIColl4 9.Name = "chkTCTICol l49"
'
'txtTCTICollTra ilers
'
Me.txtTCTICollT railers.Name = "txtTCTICollTra ilers"
'
'txtTCTICollSta te
'
Me.txtTCTICollS tate.Name = "txtTCTICollSta te"
'
'txtTCTICollDay s
'
Me.txtTCTICollD ays.Name = "txtTCTICollDay s"
'
'txtTCTICollRad ius
'
Me.txtTCTICollR adius.Name = "txtTCTICollRad ius"
'
'txtTCTICollPre m
'
Me.txtTCTICollP rem.Name = "txtTCTICollPre m"
'
'txtTCTICollDed
'
Me.txtTCTICollD ed.Name = "txtTCTICollDed "
'
'pnlTCTIColl
'
Me.pnlTCTIColl. Name = "pnlTCTICol l"
'
'txtTCTIHPDDays 2
'
Me.txtTCTIHPDDa ys2.Name = "txtTCTIHPDDays 2"
'
'txtTCTIHPDDays 1
'
Me.txtTCTIHPDDa ys1.Name = "txtTCTIHPDDays 1"
'
'lblTCTIHPDDays Hdr
'
Me.lblTCTIHPDDa ysHdr.Name = "lblTCTIHPDDays Hdr"
'
'txtTCTIHPDDays 3
'
Me.txtTCTIHPDDa ys3.Name = "txtTCTIHPDDays 3"
'
'lblTCTIHPDStat esHdr
'
Me.lblTCTIHPDSt atesHdr.Name = "lblTCTIHPDStat esHdr"
'
'lblTCTIHPDVehH dr
'
Me.lblTCTIHPDVe hHdr.Name = "lblTCTIHPDVehH dr"
'
'txtTCTIHPDDays 4
'
Me.txtTCTIHPDDa ys4.Name = "txtTCTIHPDDays 4"
'
'txtTCTIHPDVeh2
'
Me.txtTCTIHPDVe h2.Name = "txtTCTIHPDVeh2 "
'
'txtTCTIHPDVeh1
'
Me.txtTCTIHPDVe h1.Name = "txtTCTIHPDVeh1 "
'
'txtTCTIHPDVeh3
'
Me.txtTCTIHPDVe h3.Name = "txtTCTIHPDVeh3 "
'
'txtTCTIHPDVeh4
'
Me.txtTCTIHPDVe h4.Name = "txtTCTIHPDVeh4 "
'
'txtTCTIHPDStat e2
'
Me.txtTCTIHPDSt ate2.Name = "txtTCTIHPDStat e2"
'
'txtTCTIHPDStat e1
'
Me.txtTCTIHPDSt ate1.Name = "txtTCTIHPDStat e1"
'
'txtTCTIHPDStat e3
'
Me.txtTCTIHPDSt ate3.Name = "txtTCTIHPDStat e3"
'
'txtTCTIHPDStat e4
'
Me.txtTCTIHPDSt ate4.Name = "txtTCTIHPDStat e4"
'
'optTCTIHPDCove rageIsPrimary
'
Me.optTCTIHPDCo verageIsPrimary .Name = "optTCTIHPDCove rageIsPrimary"
'
'optTCTIHPDCove rageIsSecondary
'
Me.optTCTIHPDCo verageIsSeconda ry.Name =
"optTCTIHPDCove rageIsSecondary "
'
'lblTCTIHPDCove rageIs
'
Me.lblTCTIHPDCo verageIs.Name = "lblTCTIHPDCove rageIs"
'
'pnlTCTIHPDCove rageIs
'
Me.pnlTCTIHPDCo verageIs.Name = "pnlTCTIHPDCove rageIs"
'
'txtTCTIHPDPrem
'
Me.txtTCTIHPDPr em.Name = "txtTCTIHPDPrem "
'
'pnlTCTIHiredPh yscialDamage
'
Me.pnlTCTIHired PhyscialDamage. Name = "pnlTCTIHiredPh yscialDamage"
'
'lblTCAdditiona lCoverages
'
Me.lblTCAdditio nalCoverages.Na me = "lblTCAdditiona lCoverages"
'
'pnlTCTIMain
'
Me.pnlTCTIMain. Name = "pnlTCTIMai n"
'
'lblTCHiredBorr owedLiability
'
Me.lblTCHiredBo rrowedLiability .Name = "lblTCHiredBorr owedLiability"
'
'chkTCHiredBorr owedLiabilityIf AnyBasis
'
Me.chkTCHiredBo rrowedLiability IfAnyBasis.Name =
"chkTCHiredBorr owedLiabilityIf AnyBasis"
'
'lblTCHiredBorr owedLiabilityCo stOfHire
'
Me.lblTCHiredBo rrowedLiability CostOfHire.Name =
"lblTCHiredBorr owedLiabilityCo stOfHire"
'
'txtTCHiredBorr owedLiabilityCo stOfHire
'
Me.txtTCHiredBo rrowedLiability CostOfHire.Name =
"txtTCHiredBorr owedLiabilityCo stOfHire"
'
'txtTCHiredBorr owedLiabilityPr em
'
Me.txtTCHiredBo rrowedLiability Prem.Name =
"txtTCHiredBorr owedLiabilityPr em"
'
'optTCHiredBorr owedLiabilityYe s
'
Me.optTCHiredBo rrowedLiability Yes.Name =
"optTCHiredBorr owedLiabilityYe s"
'
'optTCHiredBorr owedLiabilityNo
'
Me.optTCHiredBo rrowedLiability No.Name =
"optTCHiredBorr owedLiabilityNo "
'
'lblTCHiredBorr owedLiabilitySt ates
'
Me.lblTCHiredBo rrowedLiability States.Name =
"lblTCHiredBorr owedLiabilitySt ates"
'
'txtTCHiredBorr owedLiabilitySt ates
'
Me.txtTCHiredBo rrowedLiability States.Name =
"txtTCHiredBorr owedLiabilitySt ates"
'
'pnlTCHiredBorr owedLiability
'
Me.pnlTCHiredBo rrowedLiability .Name = "pnlTCHiredBorr owedLiability"
'
'lblTCNonOwnedA utoLiability
'
Me.lblTCNonOwne dAutoLiability. Name = "lblTCNonOwnedA utoLiability"
'
'txtTCNonOwnedA utoLiabilityEmp loyees
'
Me.txtTCNonOwne dAutoLiabilityE mployees.Name =
"txtTCNonOwnedA utoLiabilityEmp loyees"
'
'chkTCNonOwnedA utoLiabilityEmp loyees
'
Me.chkTCNonOwne dAutoLiabilityE mployees.Name =
"chkTCNonOwnedA utoLiabilityEmp loyees"
'
'txtTCNonOwnedA utoLiabilityVol unteers
'
Me.txtTCNonOwne dAutoLiabilityV olunteers.Name =
"txtTCNonOwnedA utoLiabilityVol unteers"
'
'txtTCNonOwnedA utoLiabilityPar tners
'
Me.txtTCNonOwne dAutoLiabilityP artners.Name =
"txtTCNonOwnedA utoLiabilityPar tners"
'
'txtTCNonOwnedA utoLiabilityPre m
'
Me.txtTCNonOwne dAutoLiabilityP rem.Name =
"txtTCNonOwnedA utoLiabilityPre m"
'
'optTCNonOwnedA utoLiabilityYes
'
Me.optTCNonOwne dAutoLiabilityY es.Name =
"optTCNonOwnedA utoLiabilityYes "
'
'optTCNonOwnedA utoLiabilityNo
'
Me.optTCNonOwne dAutoLiabilityN o.Name =
"optTCNonOwnedA utoLiabilityNo"
'
'lblTCNonOwnedA utoLiabilitySta tes
'
Me.lblTCNonOwne dAutoLiabilityS tates.Name =
"lblTCNonOwnedA utoLiabilitySta tes"
'
'txtTCNonOwnedA utoLiabilitySta tes
'
Me.txtTCNonOwne dAutoLiabilityS tates.Name =
"txtTCNonOwnedA utoLiabilitySta tes"
'
'chkTCNonOwnedA utoLiabilityVol unteers
'
Me.chkTCNonOwne dAutoLiabilityV olunteers.Name =
"chkTCNonOwnedA utoLiabilityVol unteers"
'
'chkTCNonOwnedA utoLiabilityPar tners
'
Me.chkTCNonOwne dAutoLiabilityP artners.Name =
"chkTCNonOwnedA utoLiabilityPar tners"
'
'lblTCNonOwnedA utoLiabilityNum OfHdr
'
Me.lblTCNonOwne dAutoLiabilityN umOfHdr.Name =
"lblTCNonOwnedA utoLiabilityNum OfHdr"
'
'lblTCNonOwnedA utoLiabilityGro upTypeHdr
'
Me.lblTCNonOwne dAutoLiabilityG roupTypeHdr.Nam e =
"lblTCNonOwnedA utoLiabilityGro upTypeHdr"
'
'pnlTCNonOwnedA utoLiability
'
Me.pnlTCNonOwne dAutoLiability. Name = "pnlTCNonOwnedA utoLiability"
'
'chkTCPDComp42
'
Me.chkTCPDComp4 2.Name = "chkTCPDCom p42"
'
'lblTCPDComp
'
Me.lblTCPDComp. Name = "lblTCPDCom p"
'
'lblTCPDCompLim itsHdr
'
Me.lblTCPDCompL imitsHdr.Name = "lblTCPDCompLim itsHdr"
'
'lblTCPDCompCov eredAutoSymbols Hdr
'
Me.lblTCPDCompC overedAutoSymbo lsHdr.Name =
"lblTCPDCompCov eredAutoSymbols Hdr"
'
'lblTCPDCompCov erageHdr
'
Me.lblTCPDCompC overageHdr.Name = "lblTCPDCompCov erageHdr"
'
'lblTCPDCompPre mHdr
'
Me.lblTCPDCompP remHdr.Name = "lblTCPDCompPre mHdr"
'
'lblTCPDCompDed Hdr
'
Me.lblTCPDCompD edHdr.Name = "lblTCPDCompDed Hdr"
'
'chkTCPDComp43
'
Me.chkTCPDComp4 3.Name = "chkTCPDCom p43"
'
'chkTCPDComp46
'
Me.chkTCPDComp4 6.Name = "chkTCPDCom p46"
'
'chkTCPDComp47
'
Me.chkTCPDComp4 7.Name = "chkTCPDCom p47"
'
'txtTCPDCompDed
'
Me.txtTCPDCompD ed.Name = "txtTCPDCompDed "
'
'txtTCPDCompPre m
'
Me.txtTCPDCompP rem.Name = "txtTCPDCompPre m"
'
'pnlTCPDComp
'
Me.pnlTCPDComp. Name = "pnlTCPDCom p"
'
'txtTCPDSpecifi edCauseOfLossDe d
'
Me.txtTCPDSpeci fiedCauseOfLoss Ded.Name =
"txtTCPDSpecifi edCauseOfLossDe d"
'
'chkTCPDSpecifi edCauseOfLoss42
'
Me.chkTCPDSpeci fiedCauseOfLoss 42.Name =
"chkTCPDSpecifi edCauseOfLoss42 "
'
'chkTCPDSpecifi edCauseOfLoss43
'
Me.chkTCPDSpeci fiedCauseOfLoss 43.Name =
"chkTCPDSpecifi edCauseOfLoss43 "
'
'chkTCPDSpecifi edCauseOfLoss46
'
Me.chkTCPDSpeci fiedCauseOfLoss 46.Name =
"chkTCPDSpecifi edCauseOfLoss46 "
'
'txtTCPDSpecifi edCauseOfLossPr em
'
Me.txtTCPDSpeci fiedCauseOfLoss Prem.Name =
"txtTCPDSpecifi edCauseOfLossPr em"
'
'lblTCPDSpecifi edCauseOfLoss
'
Me.lblTCPDSpeci fiedCauseOfLoss .Name = "lblTCPDSpecifi edCauseOfLoss"
'
'chkTCPDSpecifi edCauseOfLoss47
'
Me.chkTCPDSpeci fiedCauseOfLoss 47.Name =
"chkTCPDSpecifi edCauseOfLoss47 "
'
'optTCPDSpecifi edCauseOfLossSC L
'
Me.optTCPDSpeci fiedCauseOfLoss SCL.Name =
"optTCPDSpecifi edCauseOfLossSC L"
'
'optTCPDSpecifi edCauseOfLossLS P
'
Me.optTCPDSpeci fiedCauseOfLoss LSP.Name =
"optTCPDSpecifi edCauseOfLossLS P"
'
'OptTCPDSpecifi edCauseOfLossFT W
'
Me.OptTCPDSpeci fiedCauseOfLoss FTW.Name =
"OptTCPDSpecifi edCauseOfLossFT W"
'
'optTCPDSpecifi edCauseOfLossFT
'
Me.optTCPDSpeci fiedCauseOfLoss FT.Name =
"optTCPDSpecifi edCauseOfLossFT "
'
'optTCPDSpecifi edCauseOfLossF
'
Me.optTCPDSpeci fiedCauseOfLoss F.Name =
"optTCPDSpecifi edCauseOfLossF"
'
'pnlTCPDSpecifi edCauseOfLoss
'
Me.pnlTCPDSpeci fiedCauseOfLoss .Name = "pnlTCPDSpecifi edCauseOfLoss"
'
'chkTCPDColl42
'
Me.chkTCPDColl4 2.Name = "chkTCPDCol l42"
'
'lblTCPDColl
'
Me.lblTCPDColl. Name = "lblTCPDCol l"
'
'chkTCPDColl43
'
Me.chkTCPDColl4 3.Name = "chkTCPDCol l43"
'
'chkTCPDColl46
'
Me.chkTCPDColl4 6.Name = "chkTCPDCol l46"
'
'chkTCPDColl47
'
Me.chkTCPDColl4 7.Name = "chkTCPDCol l47"
'
'txtTCPDCollDed
'
Me.txtTCPDCollD ed.Name = "txtTCPDCollDed "
'
'txtTCPDCollPre m
'
Me.txtTCPDCollP rem.Name = "txtTCPDCollPre m"
'
'pnlTCPDColl
'
Me.pnlTCPDColl. Name = "pnlTCPDCol l"
'
'chkTCPDTowingA ndLabor46
'
Me.chkTCPDTowin gAndLabor46.Nam e = "chkTCPDTowingA ndLabor46"
'
'txtTCPDTowingA ndLaborLimit
'
Me.txtTCPDTowin gAndLaborLimit. Name = "txtTCPDTowingA ndLaborLimit"
'
'txtTCPDTowingA ndLaborPrem
'
Me.txtTCPDTowin gAndLaborPrem.N ame = "txtTCPDTowingA ndLaborPrem"
'
'pnlTCPDTowingA ndLabor
'
Me.pnlTCPDTowin gAndLabor.Name = "pnlTCPDTowingA ndLabor"
'
'pnlTCPDMain
'
Me.pnlTCPDMain. Name = "pnlTCPDMai n"
'
'lblTCMedicalPa yments
'
Me.lblTCMedical Payments.Name = "lblTCMedicalPa yments"
'
'chkTCMedicalPa yments41
'
Me.chkTCMedical Payments41.Name = "chkTCMedicalPa yments41"
'
'chkTCMedicalPa yments42
'
Me.chkTCMedical Payments42.Name = "chkTCMedicalPa yments42"
'
'chkTCMedicalPa yments46
'
Me.chkTCMedical Payments46.Name = "chkTCMedicalPa yments46"
'
'lblTCMedicalPa ymentsEaPer
'
Me.lblTCMedical PaymentsEaPer.N ame = "lblTCMedicalPa ymentsEaPer"
'
'txtTCMedicalPa ymentsExPerLimi t
'
Me.txtTCMedical PaymentsExPerLi mit.Name =
"txtTCMedicalPa ymentsExPerLimi t"
'
'txtTCMedicalPa ymentsPrem
'
Me.txtTCMedical PaymentsPrem.Na me = "txtTCMedicalPa ymentsPrem"
'
'pnlTCMedicalPa yments
'
Me.pnlTCMedical Payments.Name = "pnlTCMedicalPa yments"
'
'lblTCNonTrucke rsHiredBorrowed
'
Me.lblTCNonTruc kersHiredBorrow ed.Name =
"lblTCNonTrucke rsHiredBorrowed "
'
'chkTCNonTrucke rsHiredBorrowed IfAnyBasis
'
Me.chkTCNonTruc kersHiredBorrow edIfAnyBasis.Na me =
"chkTCNonTrucke rsHiredBorrowed IfAnyBasis"
'
'lblTCNonTrucke rsHiredBorrowed CostOfHire
'
Me.lblTCNonTruc kersHiredBorrow edCostOfHire.Na me =
"lblTCNonTrucke rsHiredBorrowed CostOfHire"
'
'txtTCNonTrucke rsHiredBorrowed CostOfHire
'
Me.txtTCNonTruc kersHiredBorrow edCostOfHire.Na me =
"txtTCNonTrucke rsHiredBorrowed CostOfHire"
'
'txtTCNonTrucke rsHiredBorrowed Prem
'
Me.txtTCNonTruc kersHiredBorrow edPrem.Name =
"txtTCNonTrucke rsHiredBorrowed Prem"
'
'optTCNonTrucke rsHiredBorrowed Yes
'
Me.optTCNonTruc kersHiredBorrow edYes.Name =
"optTCNonTrucke rsHiredBorrowed Yes"
'
'optTCNonTrucke rsHiredBorrowed No
'
Me.optTCNonTruc kersHiredBorrow edNo.Name =
"optTCNonTrucke rsHiredBorrowed No"
'
'lblTCNonTrucke rsHiredBorrowed States
'
Me.lblTCNonTruc kersHiredBorrow edStates.Name =
"lblTCNonTrucke rsHiredBorrowed States"
'
'txtTCNonTrucke rsHiredBorrowed States
'
Me.txtTCNonTruc kersHiredBorrow edStates.Name =
"txtTCNonTrucke rsHiredBorrowed States"
'
'pnlTCNonTrucke rsHiredBorrowed
'
Me.pnlTCNonTruc kersHiredBorrow ed.Name =
"pnlTCNonTrucke rsHiredBorrowed "
'
'lblTCLiability
'
Me.lblTCLiabili ty.Name = "lblTCLiability "
'
'txtTCLiability BICSLLimit
'
Me.txtTCLiabili tyBICSLLimit.Na me = "txtTCLiability BICSLLimit"
'
'lblTCLiability LimitsHdr
'
Me.lblTCLiabili tyLimitsHdr.Nam e = "lblTCLiability LimitsHdr"
'
'lblTCLiability CoveredAutoSymb olsHdr
'
Me.lblTCLiabili tyCoveredAutoSy mbolsHdr.Name =
"lblTCLiability CoveredAutoSymb olsHdr"
'
'lblTCLiability CoveragesHdr
'
Me.lblTCLiabili tyCoveragesHdr. Name = "lblTCLiability CoveragesHdr"
'
'chkTCLiability 41
'
Me.chkTCLiabili ty41.Name = "chkTCLiability 41"
'
'chkTCLiability 42
'
Me.chkTCLiabili ty42.Name = "chkTCLiability 42"
'
'chkTCLiability 43
'
Me.chkTCLiabili ty43.Name = "chkTCLiability 43"
'
'chkTCLiability 46
'
Me.chkTCLiabili ty46.Name = "chkTCLiability 46"
'
'chkTCLiability 47
'
Me.chkTCLiabili ty47.Name = "chkTCLiability 47"
'
'chkTCLiability 50
'
Me.chkTCLiabili ty50.Name = "chkTCLiability 50"
'
'lblTCLiability BI
'
Me.lblTCLiabili tyBI.Name = "lblTCLiability BI"
'
'txtTCLiability BILimit
'
Me.txtTCLiabili tyBILimit.Name = "txtTCLiability BILimit"
'
'lblTCLiability PD
'
Me.lblTCLiabili tyPD.Name = "lblTCLiability PD"
'
'txtTCLiability PDLimit
'
Me.txtTCLiabili tyPDLimit.Name = "txtTCLiability PDLimit"
'
'lblTCLiability PremHdr
'
Me.lblTCLiabili tyPremHdr.Name = "lblTCLiability PremHdr"
'
'txtTCLiability BICSLPrem
'
Me.txtTCLiabili tyBICSLPrem.Nam e = "txtTCLiability BICSLPrem"
'
'txtTCLiability PDPrem
'
Me.txtTCLiabili tyPDPrem.Name = "txtTCLiability PDPrem"
'
'optTCLiability CSL
'
Me.optTCLiabili tyCSL.Name = "optTCLiability CSL"
'
'optTCLiability BI
'
Me.optTCLiabili tyBI.Name = "optTCLiability BI"
'
'pnlTCLiability CSLBI
'
Me.pnlTCLiabili tyCSLBI.Name = "pnlTCLiability CSLBI"
'
'pnlTCLiability
'
Me.pnlTCLiabili ty.Name = "pnlTCLiability "
'
'lblAdditionalC ovagesHdr
'
Me.lblAdditiona lCovagesHdr.Nam e = "lblAdditionalC ovagesHdr"
'
'chkComp
'
Me.chkComp.Name = "chkComp"
'
'chkFG
'
Me.chkFG.Name = "chkFG"
'
'chkRentalReimb ursment
'
Me.chkRentalRei mbursment.Name = "chkRentalReimb ursment"
'
'chkColl
'
Me.chkColl.Name = "chkColl"
'
'chkFire
'
Me.chkFire.Name = "chkFire"
'
'chkLimitedSped ifiedPerils
'
Me.chkLimitedSp edifiedPerils.N ame = "chkLimitedSped ifiedPerils"
'
'chkFireTheftWi ndstorm
'
Me.chkFireTheft Windstorm.Name = "chkFireTheftWi ndstorm"
'
'chkFireTheft
'
Me.chkFireTheft .Name = "chkFireThe ft"
'
'chkUninsured
'
Me.chkUninsured .Name = "chkUninsur ed"
'
'chkSpecifiedCa useOfLoss
'
Me.chkSpecified CauseOfLoss.Nam e = "chkSpecifiedCa useOfLoss"
'
'chkTowingandLa bor
'
Me.chkTowingand Labor.Name = "chkTowingandLa bor"
'
'chkUnderInsure d
'
Me.chkUnderInsu red.Name = "chkUnderInsure d"
'
'chkNoFault
'
Me.chkNoFault.N ame = "chkNoFault "
'
'chkAddlNoFault
'
Me.chkAddlNoFau lt.Name = "chkAddlNoFault "
'
'chkMedPay
'
Me.chkMedPay.Na me = "chkMedPay"
'
'chkLiability
'
Me.chkLiability .Name = "chkLiabili ty"
'
'pnlMCLiability
'
Me.pnlMCLiabili ty.Name = "pnlMCLiability "
'
'lblTrailerInte rChangeHdr
'
Me.lblTrailerIn terChangeHdr.Na me = "lblTrailerInte rChangeHdr"
'
'lblPhysicalDam ageHdrAll
'
Me.lblPhysicalD amageHdrAll.Nam e = "lblPhysicalDam ageHdrAll"
'
'lblMCHiredPhys icalDamageHdr
'
Me.lblMCHiredPh ysicalDamageHdr .Name = "lblMCHiredPhys icalDamageHdr"
'
'tpgMotorCarrie rCov
'
Me.tpgMotorCarr ierCov.Name = "tpgMotorCarrie rCov"
'
'lblHiredPhysDa m
'
Me.lblHiredPhys Dam.Name = "lblHiredPhysDa m"
'
'tpgTruckerCov
'
Me.tpgTruckerCo v.Controls.Add( Me.Panel1)
Me.tpgTruckerCo v.Name = "tpgTrucker Cov"
Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.Pa nel1, 0)
Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCLiability, 0)
Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCMedicalPayme nts, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCNonTruckersH iredBorrowed, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCHiredBorrowe dLiability, 0)

Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCNonOwnedAuto Liability, 0)
Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCPDMain, 0)
Me.tpgTruckerCo v.Controls.SetC hildIndex(Me.pn lTCTIMain, 0)
'
'tabMain
'
Me.tabMain.Name = "tabMain"
'
'Panel1
'
Me.Panel1.Contr ols.Add(Me.Text Box88)
Me.Panel1.Contr ols.Add(Me.Pane l2)
Me.Panel1.Contr ols.Add(Me.Radi oButton68)
Me.Panel1.Contr ols.Add(Me.Radi oButton69)
Me.Panel1.Contr ols.Add(Me.Text Box94)
Me.Panel1.Contr ols.Add(Me.Text Box102)
Me.Panel1.Contr ols.Add(Me.Labe l41)
Me.Panel1.Contr ols.Add(Me.Labe l44)
Me.Panel1.Contr ols.Add(Me.Text Box93)
Me.Panel1.Contr ols.Add(Me.Text Box95)
Me.Panel1.Contr ols.Add(Me.Chec kBox10)
Me.Panel1.Contr ols.Add(Me.Chec kBox11)
Me.Panel1.Contr ols.Add(Me.Chec kBox12)
Me.Panel1.Contr ols.Add(Me.Chec kBox13)
Me.Panel1.Contr ols.Add(Me.Text Box96)
Me.Panel1.Contr ols.Add(Me.Labe l42)
Me.Panel1.Locat ion = New System.Drawing. Point(0, 158)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing. Size(766, 100)
Me.Panel1.TabIn dex = 510
'
'TextBox88
'
Me.TextBox88.Bo rderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox88.Lo cation = New System.Drawing. Point(592, 36)
Me.TextBox88.Na me = "TextBox88"
Me.TextBox88.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No
Me.TextBox88.Ta bIndex = 526
Me.TextBox88.Te xt = ""
Me.TextBox88.Te xtAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'Panel2
'
Me.Panel2.Contr ols.Add(Me.Radi oButton122)
Me.Panel2.Contr ols.Add(Me.Radi oButton123)
Me.Panel2.Locat ion = New System.Drawing. Point(331, 14)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing. Size(139, 20)
Me.Panel2.TabIn dex = 525
'
'RadioButton122
'
Me.RadioButton1 22.FlatStyle = System.Windows. Forms.FlatStyle .Flat
Me.RadioButton1 22.Location = New System.Drawing. Point(64, 0)
Me.RadioButton1 22.Name = "RadioButton122 "
Me.RadioButton1 22.Size = New System.Drawing. Size(74, 20)
Me.RadioButton1 22.TabIndex = 511
Me.RadioButton1 22.Text = "&BI ea per"
'
'RadioButton123
'
Me.RadioButton1 23.FlatStyle = System.Windows. Forms.FlatStyle .Flat
Me.RadioButton1 23.Location = New System.Drawing. Point(0, 0)
Me.RadioButton1 23.Name = "RadioButton123 "
Me.RadioButton1 23.Size = New System.Drawing. Size(45, 20)
Me.RadioButton1 23.TabIndex = 510
Me.RadioButton1 23.Text = "&CSL"
'
'RadioButton68
'
Me.RadioButton6 8.FlatStyle = System.Windows. Forms.FlatStyle .Flat
Me.RadioButton6 8.Location = New System.Drawing. Point(94, 66)
Me.RadioButton6 8.Name = "RadioButto n68"
Me.RadioButton6 8.Size = New System.Drawing. Size(94, 20)
Me.RadioButton6 8.TabIndex = 524
Me.RadioButton6 8.Text = "&Non-stacked"
'
'RadioButton69
'
Me.RadioButton6 9.FlatStyle = System.Windows. Forms.FlatStyle .Flat
Me.RadioButton6 9.Location = New System.Drawing. Point(94, 44)
Me.RadioButton6 9.Name = "RadioButto n69"
Me.RadioButton6 9.Size = New System.Drawing. Size(66, 20)
Me.RadioButton6 9.TabIndex = 523
Me.RadioButton6 9.Text = "&Stacked"
'
'TextBox94
'
Me.TextBox94.Bo rderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox94.Lo cation = New System.Drawing. Point(592, 58)
Me.TextBox94.Na me = "TextBox94"
Me.TextBox94.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No
Me.TextBox94.Ta bIndex = 522
Me.TextBox94.Te xt = ""
Me.TextBox94.Te xtAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'TextBox102
'
Me.TextBox102.B orderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox102.L ocation = New System.Drawing. Point(472, 58)
Me.TextBox102.N ame = "TextBox102 "
Me.TextBox102.T abIndex = 521
Me.TextBox102.T ext = ""
Me.TextBox102.T extAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'Label41
'
Me.Label41.Back Color = System.Drawing. Color.WhiteSmok e
Me.Label41.Flat Style = System.Windows. Forms.FlatStyle .Flat
Me.Label41.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight
Me.Label41.Loca tion = New System.Drawing. Point(381, 58)
Me.Label41.Name = "Label41"
Me.Label41.Size = New System.Drawing. Size(91, 20)
Me.Label41.TabI ndex = 520
Me.Label41.Text = "&Property damage"
Me.Label41.Text Align = System.Drawing. ContentAlignmen t.MiddleRight
'
'Label44
'
Me.Label44.Back Color = System.Drawing. Color.WhiteSmok e
Me.Label44.Flat Style = System.Windows. Forms.FlatStyle .Flat
Me.Label44.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight
Me.Label44.Loca tion = New System.Drawing. Point(379, 36)
Me.Label44.Name = "Label44"
Me.Label44.Size = New System.Drawing. Size(91, 20)
Me.Label44.TabI ndex = 519
Me.Label44.Text = "B&I each accident"
Me.Label44.Text Align = System.Drawing. ContentAlignmen t.MiddleRight
'
'TextBox93
'
Me.TextBox93.Bo rderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox93.Lo cation = New System.Drawing. Point(592, 14)
Me.TextBox93.Na me = "TextBox93"
Me.TextBox93.Ri ghtToLeft = System.Windows. Forms.RightToLe ft.No
Me.TextBox93.Ta bIndex = 518
Me.TextBox93.Te xt = ""
Me.TextBox93.Te xtAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'TextBox95
'
Me.TextBox95.Bo rderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox95.Lo cation = New System.Drawing. Point(472, 36)
Me.TextBox95.Na me = "TextBox95"
Me.TextBox95.Ta bIndex = 517
Me.TextBox95.Te xt = ""
Me.TextBox95.Te xtAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'CheckBox10
'
Me.CheckBox10.B ackColor = System.Drawing. Color.WhiteSmok e
Me.CheckBox10.F latStyle = System.Windows. Forms.FlatStyle .Flat
Me.CheckBox10.L ocation = New System.Drawing. Point(240, 14)
Me.CheckBox10.N ame = "CheckBox10 "
Me.CheckBox10.S ize = New System.Drawing. Size(37, 20)
Me.CheckBox10.T abIndex = 516
Me.CheckBox10.T ext = "46"
'
'CheckBox11
'
Me.CheckBox11.B ackColor = System.Drawing. Color.WhiteSmok e
Me.CheckBox11.F latStyle = System.Windows. Forms.FlatStyle .Flat
Me.CheckBox11.L ocation = New System.Drawing. Point(192, 58)
Me.CheckBox11.N ame = "CheckBox11 "
Me.CheckBox11.S ize = New System.Drawing. Size(37, 20)
Me.CheckBox11.T abIndex = 515
Me.CheckBox11.T ext = "45"
'
'CheckBox12
'
Me.CheckBox12.B ackColor = System.Drawing. Color.WhiteSmok e
Me.CheckBox12.F latStyle = System.Windows. Forms.FlatStyle .Flat
Me.CheckBox12.L ocation = New System.Drawing. Point(192, 36)
Me.CheckBox12.N ame = "CheckBox12 "
Me.CheckBox12.S ize = New System.Drawing. Size(37, 20)
Me.CheckBox12.T abIndex = 514
Me.CheckBox12.T ext = "43"
'
'CheckBox13
'
Me.CheckBox13.B ackColor = System.Drawing. Color.WhiteSmok e
Me.CheckBox13.F latStyle = System.Windows. Forms.FlatStyle .Flat
Me.CheckBox13.L ocation = New System.Drawing. Point(192, 14)
Me.CheckBox13.N ame = "CheckBox13 "
Me.CheckBox13.S ize = New System.Drawing. Size(37, 20)
Me.CheckBox13.T abIndex = 513
Me.CheckBox13.T ext = "42"
'
'TextBox96
'
Me.TextBox96.Bo rderStyle =
System.Windows. Forms.BorderSty le.FixedSingle
Me.TextBox96.Lo cation = New System.Drawing. Point(472, 14)
Me.TextBox96.Na me = "TextBox96"
Me.TextBox96.Ta bIndex = 512
Me.TextBox96.Te xt = ""
Me.TextBox96.Te xtAlign =
System.Windows. Forms.Horizonta lAlignment.Righ t
'
'Label42
'
Me.Label42.Back Color = System.Drawing. Color.WhiteSmok e
Me.Label42.Flat Style = System.Windows. Forms.FlatStyle .Flat
Me.Label42.Imag eAlign = System.Drawing. ContentAlignmen t.MiddleRight
Me.Label42.Loca tion = New System.Drawing. Point(74, 14)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing. Size(83, 25)
Me.Label42.TabI ndex = 511
Me.Label42.Text = "&Uninsured motorist"
Me.Label42.Text Align = System.Drawing. ContentAlignmen t.MiddleRight
'
'frmTestDevired Form
'
Me.AutoScaleBas eSize = New System.Drawing. Size(5, 13)
Me.ClientSize = New System.Drawing. Size(790, 449)
Me.Name = "frmTestDevired Form"
Me.Text = "frmTestDevired Form"
Me.tpgTruckerCo v.ResumeLayout( False)
Me.Panel1.Resum eLayout(False)
Me.Panel2.Resum eLayout(False)

End Sub

#End Region

End Class
Nov 20 '05 #6
Hello,

"Mike Bulava" <mb*****@comcas t.net> schrieb:
[code]

The controls don't get added to the form ('Me.Controls.A ddRange(...)').

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #7
I'm sorry I don't catch what you're saying.. Also I should probably mention
this is happening in all projects I have that use inherited forms.
"Herfried K. Wagner [MVP]" <hi*******@m.ac tivevb.de> wrote in message
news:uC******** ******@tk2msftn gp13.phx.gbl...
Hello,

"Mike Bulava" <mb*****@comcas t.net> schrieb:
[code]

The controls don't get added to the form ('Me.Controls.A ddRange(...)').

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet

Nov 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4091
by: neptune | last post by:
I built a form to access a query with a 2 field primary key. It should use 2 controls to find the unique record and display the other field values on the form. In the criteria section of the query, I set the 2 primary key values equal to the 2 control values on my form. When I input a value to these 2 controls the query finds the correct record, so I know my query with the criteria works. My problem is trying to get the output values...
2
2606
by: Rachel Suddeth | last post by:
Here is my scenario: I have a few custom controls that I set up on a form and tested setting properties and appearances. Then I added a couple references to the project which add classes I need to get data from the server to actually do something useful. (These are generated by 3rd party database software.) After adding those references, and no other changes to my form.... all the controls disappear from the visual interface on the...
0
3591
by: Jim | last post by:
I am having some trouble with user controls and would appreciate any input / advice on where to go with this... :) 1. The first problem, and perhaps the root of the others, is that I have several user controls that are inherited user controls, based on one class, which is in turn based on System.Windows.Forms.UserControl. We'll call this class "UserControlBase". My first problem is that UserControlBase implements some public...
4
6073
by: Paradox | last post by:
Hey, I'm trying to figure out what situations call for the use of a derived form control such as: public class myListBox : System.Windows.Forms.ListBox and what situations call for the use of a Custom User Control, generated by adding a new Custom User Control to a project with VS.NET.
3
4047
by: Roger | last post by:
Hi In a Windows forms application I have 2 forms A and B; Form B inherits from form A. Form A is never displayed and its only purpose is to be inherited from and therefore contains mostly public/protected methods that I have created (as well a few controls that inheriting forms may use). In my method on form A (public virtual void setcontrols()) I need a list of all controls on the instantiated form (in this example form B). Form B has a...
0
2227
by: Frnak McKenney | last post by:
I'm running into problems with VisualStudio.NET2003 and Windows Forms inheritance. It _feels_ like a bug, but it could just as well be a misunderstanding on my part regarding how the VS Designer handles inheritance. Environment: OS Name Microsoft Windows 2000 Professional Version 5.0.2195 Service Pack 4 Build 2195 Microsoft Visual C# .NET
6
1504
by: George Yefchak | last post by:
Hi folks, What's the latest news on the "disappearing controls" issue? I've seen a few posts over the last several months indicating that other people have the same problem, but I've seen nothing about a solution. Surely their ought to be a patch by now! Just to review, the problem is that at seemingly random intervals, a form will open in design view in VB.net 2003 with some controls missing. (Sometimes just one, and sometimes LOTS...
4
16262
by: Mikus Sleiners | last post by:
I can't seem to add new controls to form that is inherited from another form. I have BaseForm wich have table layout on it 2 panelsm and some buttons. Now i create InheritedForm : BaseForm and want to add some new controls and add them to pannels but i can't drag and drop them ... designer does not allow me. Why is that ? Panels and table layout modifiers is set to public.
15
6519
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt accept other controls. The control i drag drop on it becomes the child of my custom control's parent form and not the child of my custom control. Then i added this line "" before my custom control class (i dont know what this line does). Now
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8788
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9263
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6751
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2745
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.