New controls disappearing on Inherited Forms

  • Thread starter Thread starter Mike Bulava
  • Start date Start date
M

Mike Bulava

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
 
Hello,

Mike Bulava said:
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 said:
Hello,



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

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 frmTestDeviredForm

Inherits TruckersBase.frm132Truckers200305

#Region " Windows Form Designer generated code "

Public Sub New()

MyBase.New()

'This call is required by the Windows Form Designer.

InitializeComponent()

'Add any initialization after the InitializeComponent() 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.Dispose()

End If

End If

MyBase.Dispose(disposing)

End Sub

'Required by the Windows Form Designer

Private components As System.ComponentModel.IContainer

'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.RadioButton

Protected Friend WithEvents RadioButton123 As
System.Windows.Forms.RadioButton

Protected Friend WithEvents RadioButton68 As
System.Windows.Forms.RadioButton

Protected Friend WithEvents RadioButton69 As
System.Windows.Forms.RadioButton

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.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

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

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

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

Me.RadioButton122 = New System.Windows.Forms.RadioButton

Me.RadioButton123 = New System.Windows.Forms.RadioButton

Me.RadioButton68 = New System.Windows.Forms.RadioButton

Me.RadioButton69 = New System.Windows.Forms.RadioButton

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.tpgTruckerCov.SuspendLayout()

Me.Panel1.SuspendLayout()

Me.Panel2.SuspendLayout()

'

'lblMCCPhysicalDamageHdr

'

Me.lblMCCPhysicalDamageHdr.Name = "lblMCCPhysicalDamageHdr"

'

'txtMCCTICollState

'

Me.txtMCCTICollState.Name = "txtMCCTICollState"

'

'txtMCCTICollDays

'

Me.txtMCCTICollDays.Name = "txtMCCTICollDays"

'

'txtMCCTICollRadius

'

Me.txtMCCTICollRadius.Name = "txtMCCTICollRadius"

'

'txtMCCTICollPrem

'

Me.txtMCCTICollPrem.Name = "txtMCCTICollPrem"

'

'txtMCCTICollDed

'

Me.txtMCCTICollDed.Name = "txtMCCTICollDed"

'

'lblMCCTIHPDDaysHdr

'

Me.lblMCCTIHPDDaysHdr.Name = "lblMCCTIHPDDaysHdr"

'

'lblMCCTIHPDStatesHdr

'

Me.lblMCCTIHPDStatesHdr.Name = "lblMCCTIHPDStatesHdr"

'

'lblMCCTIHPDVehHdr

'

Me.lblMCCTIHPDVehHdr.Name = "lblMCCTIHPDVehHdr"

'

'optMCCTIHPDCoverageIsPrimary

'

Me.optMCCTIHPDCoverageIsPrimary.Name = "optMCCTIHPDCoverageIsPrimary"

'

'optMCCTIHPDCoverageIsSecondary

'

Me.optMCCTIHPDCoverageIsSecondary.Name = "optMCCTIHPDCoverageIsSecondary"

'

'lblMCCTIHPDCoverageIs

'

Me.lblMCCTIHPDCoverageIs.Name = "lblMCCTIHPDCoverageIs"

'

'pnlMCCTIHPDCoverageIs

'

Me.pnlMCCTIHPDCoverageIs.Name = "pnlMCCTIHPDCoverageIs"

'

'pnlMCCTIHPD

'

Me.pnlMCCTIHPD.Name = "pnlMCCTIHPD"

'

'lblMCCAddltionalCoverages

'

Me.lblMCCAddltionalCoverages.Name = "lblMCCAddltionalCoverages"

'

'lblMCCAdditionalCoveragesHdr

'

Me.lblMCCAdditionalCoveragesHdr.Name = "lblMCCAdditionalCoveragesHdr"

'

'lblTCPDTowingAndLabor

'

Me.lblTCPDTowingAndLabor.Name = "lblTCPDTowingAndLabor"

'

'chkMCCPDComp62

'

Me.chkMCCPDComp62.Name = "chkMCCPDComp62"

'

'lblMCCPDComp

'

Me.lblMCCPDComp.Name = "lblMCCPDComp"

'

'lblMCCPDCompLimitsHdr

'

Me.lblMCCPDCompLimitsHdr.Name = "lblMCCPDCompLimitsHdr"

'

'lblMCCPDCompCoveredAutoSymbols

'

Me.lblMCCPDCompCoveredAutoSymbols.Name = "lblMCCPDCompCoveredAutoSymbols"

'

'lblMCCPDCompCoverageHdr

'

Me.lblMCCPDCompCoverageHdr.Name = "lblMCCPDCompCoverageHdr"

'

'lblMCCPDCompPremHdr

'

Me.lblMCCPDCompPremHdr.Name = "lblMCCPDCompPremHdr"

'

'lblMCCPDCompDedHdr

'

Me.lblMCCPDCompDedHdr.Name = "lblMCCPDCompDedHdr"

'

'chkMCCPDComp63

'

Me.chkMCCPDComp63.Name = "chkMCCPDComp63"

'

'chkMCCPDComp67

'

Me.chkMCCPDComp67.Name = "chkMCCPDComp67"

'

'chkMCCPDComp68

'

Me.chkMCCPDComp68.Name = "chkMCCPDComp68"

'

'txtMCCPDCompDed

'

Me.txtMCCPDCompDed.Name = "txtMCCPDCompDed"

'

'txtMCCPDCompPrem

'

Me.txtMCCPDCompPrem.Name = "txtMCCPDCompPrem"

'

'chkMCCPDComp64

'

Me.chkMCCPDComp64.Name = "chkMCCPDComp64"

'

'pnlMCCPDComp

'

Me.pnlMCCPDComp.Name = "pnlMCCPDComp"

'

'txtMCCPDSpecifiedCauseOfLossDed

'

Me.txtMCCPDSpecifiedCauseOfLossDed.Name = "txtMCCPDSpecifiedCauseOfLossDed"

'

'chkMCCPDSpecifiedCauseOfLoss62

'

Me.chkMCCPDSpecifiedCauseOfLoss62.Name = "chkMCCPDSpecifiedCauseOfLoss62"

'

'chkMCCPDSpecifiedCauseOfLoss63

'

Me.chkMCCPDSpecifiedCauseOfLoss63.Name = "chkMCCPDSpecifiedCauseOfLoss63"

'

'chkMCCPDSpecifiedCauseOfLoss67

'

Me.chkMCCPDSpecifiedCauseOfLoss67.Name = "chkMCCPDSpecifiedCauseOfLoss67"

'

'txtMCCPDSpecifiedCauseOfLossPrem

'

Me.txtMCCPDSpecifiedCauseOfLossPrem.Name =
"txtMCCPDSpecifiedCauseOfLossPrem"

'

'lblMCCPDSpecifiedCauseOfLoss

'

Me.lblMCCPDSpecifiedCauseOfLoss.Name = "lblMCCPDSpecifiedCauseOfLoss"

'

'ChkMCCPDSpecifiedCauseOfLoss68

'

Me.ChkMCCPDSpecifiedCauseOfLoss68.Name = "ChkMCCPDSpecifiedCauseOfLoss68"

'

'chkMCCPDSpecifiedCauseOfLoss64

'

Me.chkMCCPDSpecifiedCauseOfLoss64.Name = "chkMCCPDSpecifiedCauseOfLoss64"

'

'optMCCPDSpecifiedCauseOfLossSCL

'

Me.optMCCPDSpecifiedCauseOfLossSCL.Name = "optMCCPDSpecifiedCauseOfLossSCL"

'

'optMCCPDSpecifiedCauseOfLossLSP

'

Me.optMCCPDSpecifiedCauseOfLossLSP.Name = "optMCCPDSpecifiedCauseOfLossLSP"

'

'OptMCCPDSpecifiedCauseOfLossFTW

'

Me.OptMCCPDSpecifiedCauseOfLossFTW.Name = "OptMCCPDSpecifiedCauseOfLossFTW"

'

'optMCCPDSpecifiedCauseOfLossFT

'

Me.optMCCPDSpecifiedCauseOfLossFT.Name = "optMCCPDSpecifiedCauseOfLossFT"

'

'optMCCPDSpecifiedCauseOfLossF

'

Me.optMCCPDSpecifiedCauseOfLossF.Name = "optMCCPDSpecifiedCauseOfLossF"

'

'pnlMCCPDSpecifiedCauseOfLoss

'

Me.pnlMCCPDSpecifiedCauseOfLoss.Name = "pnlMCCPDSpecifiedCauseOfLoss"

'

'chkMCCPDColl62

'

Me.chkMCCPDColl62.Name = "chkMCCPDColl62"

'

'lblMCCPDColl

'

Me.lblMCCPDColl.Name = "lblMCCPDColl"

'

'chkMCCPDColl63

'

Me.chkMCCPDColl63.Name = "chkMCCPDColl63"

'

'chkMCCPDColl67

'

Me.chkMCCPDColl67.Name = "chkMCCPDColl67"

'

'chkMCCPDColl68

'

Me.chkMCCPDColl68.Name = "chkMCCPDColl68"

'

'txtMCCPDCollDed

'

Me.txtMCCPDCollDed.Name = "txtMCCPDCollDed"

'

'txtMCCPDCollPrem

'

Me.txtMCCPDCollPrem.Name = "txtMCCPDCollPrem"

'

'chkMCCPDColl64

'

Me.chkMCCPDColl64.Name = "chkMCCPDColl64"

'

'pnlMCCPDColl

'

Me.pnlMCCPDColl.Name = "pnlMCCPDColl"

'

'chkMCCPDTowingAndLabor63

'

Me.chkMCCPDTowingAndLabor63.Name = "chkMCCPDTowingAndLabor63"

'

'lblMCCPDTowingAndLabor

'

Me.lblMCCPDTowingAndLabor.Name = "lblMCCPDTowingAndLabor"

'

'txtMCCPDTowingAndLaborLimit

'

Me.txtMCCPDTowingAndLaborLimit.Name = "txtMCCPDTowingAndLaborLimit"

'

'txtMCCPDTowingAndLaborPrem

'

Me.txtMCCPDTowingAndLaborPrem.Name = "txtMCCPDTowingAndLaborPrem"

'

'chkMCCPDTowingAndLabor67

'

Me.chkMCCPDTowingAndLabor67.Name = "chkMCCPDTowingAndLabor67"

'

'pnlMCCPDTowingAndLabor

'

Me.pnlMCCPDTowingAndLabor.Name = "pnlMCCPDTowingAndLabor"

'

'pnlMCCPDMain

'

Me.pnlMCCPDMain.Name = "pnlMCCPDMain"

'

'lblMCCTICompTrailersHdr

'

Me.lblMCCTICompTrailersHdr.Name = "lblMCCTICompTrailersHdr"

'

'lblMCCTICompCoveredAutoSymbols

'

Me.lblMCCTICompCoveredAutoSymbols.Name = "lblMCCTICompCoveredAutoSymbols"

'

'lblMCCTICompCoverageHdr

'

Me.lblMCCTICompCoverageHdr.Name = "lblMCCTICompCoverageHdr"

'

'lblMCCTICompDedHdr

'

Me.lblMCCTICompDedHdr.Name = "lblMCCTICompDedHdr"

'

'lblMCCTICompStateHdr

'

Me.lblMCCTICompStateHdr.Name = "lblMCCTICompStateHdr"

'

'lblMCCTICompDaysHdr

'

Me.lblMCCTICompDaysHdr.Name = "lblMCCTICompDaysHdr"

'

'lblMCCTICompRadiusHdr

'

Me.lblMCCTICompRadiusHdr.Name = "lblMCCTICompRadiusHdr"

'

'lblMCCTIComp

'

Me.lblMCCTIComp.Name = "lblMCCTIComp"

'

'chkMCCTIComp69

'

Me.chkMCCTIComp69.Name = "chkMCCTIComp69"

'

'chkMCCTIComp70

'

Me.chkMCCTIComp70.Name = "chkMCCTIComp70"

'

'txtMCCTICompTrailers

'

Me.txtMCCTICompTrailers.Name = "txtMCCTICompTrailers"

'

'txtMCCTICompState

'

Me.txtMCCTICompState.Name = "txtMCCTICompState"

'

'txtMCCTICompDays

'

Me.txtMCCTICompDays.Name = "txtMCCTICompDays"

'

'txtMCCTICompRadius

'

Me.txtMCCTICompRadius.Name = "txtMCCTICompRadius"

'

'lblMCCTICompPremHdr

'

Me.lblMCCTICompPremHdr.Name = "lblMCCTICompPremHdr"

'

'txtMCCTICompPrem

'

Me.txtMCCTICompPrem.Name = "txtMCCTICompPrem"

'

'pnlMCCTIComp

'

Me.pnlMCCTIComp.Name = "pnlMCCTIComp"

'

'lblMCCTISpecifiedCauseOfLoss

'

Me.lblMCCTISpecifiedCauseOfLoss.Name = "lblMCCTISpecifiedCauseOfLoss"

'

'chkMCCTISpecifiedCauseOfLoss69

'

Me.chkMCCTISpecifiedCauseOfLoss69.Name = "chkMCCTISpecifiedCauseOfLoss69"

'

'chkMCCTISpecifiedCauseOfLoss70

'

Me.chkMCCTISpecifiedCauseOfLoss70.Name = "chkMCCTISpecifiedCauseOfLoss70"

'

'txtMCCTISpecifiedCauseOfLossTrailers

'

Me.txtMCCTISpecifiedCauseOfLossTrailers.Name =
"txtMCCTISpecifiedCauseOfLossTrailers"

'

'txtMCCTISpecifiedCauseOfLossState

'

Me.txtMCCTISpecifiedCauseOfLossState.Name =
"txtMCCTISpecifiedCauseOfLossState"

'

'txtMCCTISpecifiedCauseOfLossDays

'

Me.txtMCCTISpecifiedCauseOfLossDays.Name =
"txtMCCTISpecifiedCauseOfLossDays"

'

'txtMCCTISpecifiedCauseOfLossRadius

'

Me.txtMCCTISpecifiedCauseOfLossRadius.Name =
"txtMCCTISpecifiedCauseOfLossRadius"

'

'txtMCCTISpecifiedCauseOfLossPrem

'

Me.txtMCCTISpecifiedCauseOfLossPrem.Name =
"txtMCCTISpecifiedCauseOfLossPrem"

'

'pnlMCCTISpecifiedCauseOfLoss

'

Me.pnlMCCTISpecifiedCauseOfLoss.Name = "pnlMCCTISpecifiedCauseOfLoss"

'

'lblMCCTIColl

'

Me.lblMCCTIColl.Name = "lblMCCTIColl"

'

'chkMCCTIColl69

'

Me.chkMCCTIColl69.Name = "chkMCCTIColl69"

'

'chkMCCTIColl70

'

Me.chkMCCTIColl70.Name = "chkMCCTIColl70"

'

'txtMCCTICollTrailers

'

Me.txtMCCTICollTrailers.Name = "txtMCCTICollTrailers"

'

'pnlMCCTIColl

'

Me.pnlMCCTIColl.Name = "pnlMCCTIColl"

'

'pnlMCCTIMain

'

Me.pnlMCCTIMain.Name = "pnlMCCTIMain"

'

'lblMCCLiability

'

Me.lblMCCLiability.Name = "lblMCCLiability"

'

'txtMCCLiabilityCSLBILimit

'

Me.txtMCCLiabilityCSLBILimit.Name = "txtMCCLiabilityCSLBILimit"

'

'lblMCCLiabilityLimitsHdr

'

Me.lblMCCLiabilityLimitsHdr.Name = "lblMCCLiabilityLimitsHdr"

'

'lblMCCLiabilityCoveredAutoSymbolsHdr

'

Me.lblMCCLiabilityCoveredAutoSymbolsHdr.Name =
"lblMCCLiabilityCoveredAutoSymbolsHdr"

'

'lblMCCLiabilityCoveragesHdr

'

Me.lblMCCLiabilityCoveragesHdr.Name = "lblMCCLiabilityCoveragesHdr"

'

'chkMCCLiability61

'

Me.chkMCCLiability61.Name = "chkMCCLiability61"

'

'chkMCCLiability62

'

Me.chkMCCLiability62.Name = "chkMCCLiability62"

'

'chkMCCLiability63

'

Me.chkMCCLiability63.Name = "chkMCCLiability63"

'

'chkMCCLiability64

'

Me.chkMCCLiability64.Name = "chkMCCLiability64"

'

'chkMCCLiability67

'

Me.chkMCCLiability67.Name = "chkMCCLiability67"

'

'chkMCCLiability68

'

Me.chkMCCLiability68.Name = "chkMCCLiability68"

'

'lblMCCLiabilityBiEaPer

'

Me.lblMCCLiabilityBiEaPer.Name = "lblMCCLiabilityBiEaPer"

'

'txtMCCLiabilityBILimit

'

Me.txtMCCLiabilityBILimit.Name = "txtMCCLiabilityBILimit"

'

'lblMCCLiabilityPD

'

Me.lblMCCLiabilityPD.Name = "lblMCCLiabilityPD"

'

'txtMCCLiabilityPDLimit

'

Me.txtMCCLiabilityPDLimit.Name = "txtMCCLiabilityPDLimit"

'

'lblMCCLiabilityPremHdr

'

Me.lblMCCLiabilityPremHdr.Name = "lblMCCLiabilityPremHdr"

'

'txtMCCLiabilityBICSLPrem

'

Me.txtMCCLiabilityBICSLPrem.Name = "txtMCCLiabilityBICSLPrem"

'

'txtMCCLiabilityPDPrem

'

Me.txtMCCLiabilityPDPrem.Name = "txtMCCLiabilityPDPrem"

'

'chkMCCLiability71

'

Me.chkMCCLiability71.Name = "chkMCCLiability71"

'

'optMCCLiabilityCSL

'

Me.optMCCLiabilityCSL.Name = "optMCCLiabilityCSL"

'

'optMCCLiabilityBI

'

Me.optMCCLiabilityBI.Name = "optMCCLiabilityBI"

'

'pnlMCCLiabilityCSLBI

'

Me.pnlMCCLiabilityCSLBI.Name = "pnlMCCLiabilityCSLBI"

'

'lblMCCMedicalPayments

'

Me.lblMCCMedicalPayments.Name = "lblMCCMedicalPayments"

'

'chkMCCMedicalPayments62

'

Me.chkMCCMedicalPayments62.Name = "chkMCCMedicalPayments62"

'

'chkMCCMedicalPayments63

'

Me.chkMCCMedicalPayments63.Name = "chkMCCMedicalPayments63"

'

'chkMCCMedicalPayments64

'

Me.chkMCCMedicalPayments64.Name = "chkMCCMedicalPayments64"

'

'lblMCCMedicalPaymentsEaPer

'

Me.lblMCCMedicalPaymentsEaPer.Name = "lblMCCMedicalPaymentsEaPer"

'

'txtMCCMedicalPaymentsEaPerLimit

'

Me.txtMCCMedicalPaymentsEaPerLimit.Name = "txtMCCMedicalPaymentsEaPerLimit"

'

'txtMCCMedicalPaymentsPrem

'

Me.txtMCCMedicalPaymentsPrem.Name = "txtMCCMedicalPaymentsPrem"

'

'chkMCCMedicalPayments67

'

Me.chkMCCMedicalPayments67.Name = "chkMCCMedicalPayments67"

'

'pnlMCCMedicalPayments

'

Me.pnlMCCMedicalPayments.Name = "pnlMCCMedicalPayments"

'

'lblMCCNonTruckersHiredBorrowed

'

Me.lblMCCNonTruckersHiredBorrowed.Name = "lblMCCNonTruckersHiredBorrowed"

'

'chkMCCNonTruckersHiredBorrowedIfAnyBasis

'

Me.chkMCCNonTruckersHiredBorrowedIfAnyBasis.Name =
"chkMCCNonTruckersHiredBorrowedIfAnyBasis"

'

'lblMCCNonTruckersHiredBorrowedCostOfHire

'

Me.lblMCCNonTruckersHiredBorrowedCostOfHire.Name =
"lblMCCNonTruckersHiredBorrowedCostOfHire"

'

'txtMCCNonTruckersHiredBorrowedCostOfHireLimit

'

Me.txtMCCNonTruckersHiredBorrowedCostOfHireLimit.Name =
"txtMCCNonTruckersHiredBorrowedCostOfHireLimit"

'

'txtMCCNonTruckersHiredBorrowedPrem

'

Me.txtMCCNonTruckersHiredBorrowedPrem.Name =
"txtMCCNonTruckersHiredBorrowedPrem"

'

'optMCCNonTruckersHiredBorrowedYes

'

Me.optMCCNonTruckersHiredBorrowedYes.Name =
"optMCCNonTruckersHiredBorrowedYes"

'

'optMCCNonTruckersHiredBorrowedNo

'

Me.optMCCNonTruckersHiredBorrowedNo.Name =
"optMCCNonTruckersHiredBorrowedNo"

'

'lblMCCNonTruckersHiredBorrowedStates

'

Me.lblMCCNonTruckersHiredBorrowedStates.Name =
"lblMCCNonTruckersHiredBorrowedStates"

'

'txtMCCNonTruckersHiredBorrowedStates

'

Me.txtMCCNonTruckersHiredBorrowedStates.Name =
"txtMCCNonTruckersHiredBorrowedStates"

'

'pnlMCCNonTruckersHiredBorrowed

'

Me.pnlMCCNonTruckersHiredBorrowed.Name = "pnlMCCNonTruckersHiredBorrowed"

'

'lblMCCHiredBorrowedLiability

'

Me.lblMCCHiredBorrowedLiability.Name = "lblMCCHiredBorrowedLiability"

'

'chkMCCHiredBorrowedLiabilityIfAnyBasis

'

Me.chkMCCHiredBorrowedLiabilityIfAnyBasis.Name =
"chkMCCHiredBorrowedLiabilityIfAnyBasis"

'

'lblMCCHiredBorrowedLiabilityCostOfHire

'

Me.lblMCCHiredBorrowedLiabilityCostOfHire.Name =
"lblMCCHiredBorrowedLiabilityCostOfHire"

'

'txtMCCHiredBorrowedLiabilityCostOfHireLimit

'

Me.txtMCCHiredBorrowedLiabilityCostOfHireLimit.Name =
"txtMCCHiredBorrowedLiabilityCostOfHireLimit"

'

'txtMCCHiredBorrowedLiabilityLimit

'

Me.txtMCCHiredBorrowedLiabilityLimit.Name =
"txtMCCHiredBorrowedLiabilityLimit"

'

'optMCCHiredBorrowedLiabilityYes

'

Me.optMCCHiredBorrowedLiabilityYes.Name = "optMCCHiredBorrowedLiabilityYes"

'

'OptMCCHiredBorrowedLiabilityNo

'

Me.OptMCCHiredBorrowedLiabilityNo.Name = "OptMCCHiredBorrowedLiabilityNo"

'

'lblMCCHiredBorrowedLiabilityStates

'

Me.lblMCCHiredBorrowedLiabilityStates.Name =
"lblMCCHiredBorrowedLiabilityStates"

'

'txtMCCHiredBorrowedLiabilityStates

'

Me.txtMCCHiredBorrowedLiabilityStates.Name =
"txtMCCHiredBorrowedLiabilityStates"

'

'pnlMCCHiredBorrowedLiability

'

Me.pnlMCCHiredBorrowedLiability.Name = "pnlMCCHiredBorrowedLiability"

'

'lblMCCNonOwnedAutoLiability

'

Me.lblMCCNonOwnedAutoLiability.Name = "lblMCCNonOwnedAutoLiability"

'

'txtMCCNonOwnedAutoLiabilityEmployees

'

Me.txtMCCNonOwnedAutoLiabilityEmployees.Name =
"txtMCCNonOwnedAutoLiabilityEmployees"

'

'chkMCCNonOwnedAutoLiabilityEmployees

'

Me.chkMCCNonOwnedAutoLiabilityEmployees.Name =
"chkMCCNonOwnedAutoLiabilityEmployees"

'

'txtMCCNonOwnedAutoLiabilityVolunteers

'

Me.txtMCCNonOwnedAutoLiabilityVolunteers.Name =
"txtMCCNonOwnedAutoLiabilityVolunteers"

'

'txtMCCNonOwnedAutoLiabilityPartners

'

Me.txtMCCNonOwnedAutoLiabilityPartners.Name =
"txtMCCNonOwnedAutoLiabilityPartners"

'

'txtMCCNonOwnedAutoLiabilityPrem

'

Me.txtMCCNonOwnedAutoLiabilityPrem.Name = "txtMCCNonOwnedAutoLiabilityPrem"

'

'optMCCNonOwnedAutoLiabilityYes

'

Me.optMCCNonOwnedAutoLiabilityYes.Name = "optMCCNonOwnedAutoLiabilityYes"

'

'optMCCNonOwnedAutoLiabilityNo

'

Me.optMCCNonOwnedAutoLiabilityNo.Name = "optMCCNonOwnedAutoLiabilityNo"

'

'lblMCCNonOwnedAutoLiabilityStates

'

Me.lblMCCNonOwnedAutoLiabilityStates.Name =
"lblMCCNonOwnedAutoLiabilityStates"

'

'txtMCCNonOwnedAutoLiabilityStates

'

Me.txtMCCNonOwnedAutoLiabilityStates.Name =
"txtMCCNonOwnedAutoLiabilityStates"

'

'chkMCCNonOwnedAutoLiabilityVolunteers

'

Me.chkMCCNonOwnedAutoLiabilityVolunteers.Name =
"chkMCCNonOwnedAutoLiabilityVolunteers"

'

'chkMCCNonOwnedAutoLiabilityPartners

'

Me.chkMCCNonOwnedAutoLiabilityPartners.Name =
"chkMCCNonOwnedAutoLiabilityPartners"

'

'lblMCCNonOwnedAutoLiabilityNumOfHdr

'

Me.lblMCCNonOwnedAutoLiabilityNumOfHdr.Name =
"lblMCCNonOwnedAutoLiabilityNumOfHdr"

'

'lblMCCNonOwnedAutoLiabilityGroupTypeHdr

'

Me.lblMCCNonOwnedAutoLiabilityGroupTypeHdr.Name =
"lblMCCNonOwnedAutoLiabilityGroupTypeHdr"

'

'pnlMCCNonOwnedAutoLiability

'

Me.pnlMCCNonOwnedAutoLiability.Name = "pnlMCCNonOwnedAutoLiability"

'

'lblTCTICompTrailersHdr

'

Me.lblTCTICompTrailersHdr.Name = "lblTCTICompTrailersHdr"

'

'lblTCTICompCoveredAutoSymbolsHdr

'

Me.lblTCTICompCoveredAutoSymbolsHdr.Name =
"lblTCTICompCoveredAutoSymbolsHdr"

'

'lblTCTICompCoverageHdr

'

Me.lblTCTICompCoverageHdr.Name = "lblTCTICompCoverageHdr"

'

'lblTCTICompDedHdr

'

Me.lblTCTICompDedHdr.Name = "lblTCTICompDedHdr"

'

'lblTCTICompStatesHdr

'

Me.lblTCTICompStatesHdr.Name = "lblTCTICompStatesHdr"

'

'lblTCTICompDaysHdr

'

Me.lblTCTICompDaysHdr.Name = "lblTCTICompDaysHdr"

'

'lblTCTICompRadiusHdr

'

Me.lblTCTICompRadiusHdr.Name = "lblTCTICompRadiusHdr"

'

'lblTCTIComp

'

Me.lblTCTIComp.Name = "lblTCTIComp"

'

'chkTCTIComp48

'

Me.chkTCTIComp48.Name = "chkTCTIComp48"

'

'chkTCTIComp49

'

Me.chkTCTIComp49.Name = "chkTCTIComp49"

'

'txtTCTICompTrailers

'

Me.txtTCTICompTrailers.Name = "txtTCTICompTrailers"

'

'txtTCTICompState

'

Me.txtTCTICompState.Name = "txtTCTICompState"

'

'txtTCTICompDays

'

Me.txtTCTICompDays.Name = "txtTCTICompDays"

'

'txtTCTICompRadius

'

Me.txtTCTICompRadius.Name = "txtTCTICompRadius"

'

'lblTCTICompPremHdr

'

Me.lblTCTICompPremHdr.Name = "lblTCTICompPremHdr"

'

'txtTCTICompPrem

'

Me.txtTCTICompPrem.Name = "txtTCTICompPrem"

'

'pnlTCTIComp

'

Me.pnlTCTIComp.Name = "pnlTCTIComp"

'

'lblTCTISpecifiedCauseOfLoss

'

Me.lblTCTISpecifiedCauseOfLoss.Name = "lblTCTISpecifiedCauseOfLoss"

'

'chkTCTISpecifiedCauseOfLoss48

'

Me.chkTCTISpecifiedCauseOfLoss48.Name = "chkTCTISpecifiedCauseOfLoss48"

'

'chkTCTISpecifiedCauseOfLoss49

'

Me.chkTCTISpecifiedCauseOfLoss49.Name = "chkTCTISpecifiedCauseOfLoss49"

'

'txtTCTISpecifiedCauseOfLossTrailers

'

Me.txtTCTISpecifiedCauseOfLossTrailers.Name =
"txtTCTISpecifiedCauseOfLossTrailers"

'

'txtTCTISpecifiedCauseOfLossState

'

Me.txtTCTISpecifiedCauseOfLossState.Name =
"txtTCTISpecifiedCauseOfLossState"

'

'txtTCTISpecifiedCauseOfLossDays

'

Me.txtTCTISpecifiedCauseOfLossDays.Name = "txtTCTISpecifiedCauseOfLossDays"

'

'txtTCTISpecifiedCauseOfLossRadius

'

Me.txtTCTISpecifiedCauseOfLossRadius.Name =
"txtTCTISpecifiedCauseOfLossRadius"

'

'txtTCTISpecifiedCauseOfLossPrem

'

Me.txtTCTISpecifiedCauseOfLossPrem.Name = "txtTCTISpecifiedCauseOfLossPrem"

'

'pnlTCTISpecifiedCauseOfLoss

'

Me.pnlTCTISpecifiedCauseOfLoss.Name = "pnlTCTISpecifiedCauseOfLoss"

'

'lblTCTIColl

'

Me.lblTCTIColl.Name = "lblTCTIColl"

'

'chkTCTIColl48

'

Me.chkTCTIColl48.Name = "chkTCTIColl48"

'

'chkTCTIColl49

'

Me.chkTCTIColl49.Name = "chkTCTIColl49"

'

'txtTCTICollTrailers

'

Me.txtTCTICollTrailers.Name = "txtTCTICollTrailers"

'

'txtTCTICollState

'

Me.txtTCTICollState.Name = "txtTCTICollState"

'

'txtTCTICollDays

'

Me.txtTCTICollDays.Name = "txtTCTICollDays"

'

'txtTCTICollRadius

'

Me.txtTCTICollRadius.Name = "txtTCTICollRadius"

'

'txtTCTICollPrem

'

Me.txtTCTICollPrem.Name = "txtTCTICollPrem"

'

'txtTCTICollDed

'

Me.txtTCTICollDed.Name = "txtTCTICollDed"

'

'pnlTCTIColl

'

Me.pnlTCTIColl.Name = "pnlTCTIColl"

'

'txtTCTIHPDDays2

'

Me.txtTCTIHPDDays2.Name = "txtTCTIHPDDays2"

'

'txtTCTIHPDDays1

'

Me.txtTCTIHPDDays1.Name = "txtTCTIHPDDays1"

'

'lblTCTIHPDDaysHdr

'

Me.lblTCTIHPDDaysHdr.Name = "lblTCTIHPDDaysHdr"

'

'txtTCTIHPDDays3

'

Me.txtTCTIHPDDays3.Name = "txtTCTIHPDDays3"

'

'lblTCTIHPDStatesHdr

'

Me.lblTCTIHPDStatesHdr.Name = "lblTCTIHPDStatesHdr"

'

'lblTCTIHPDVehHdr

'

Me.lblTCTIHPDVehHdr.Name = "lblTCTIHPDVehHdr"

'

'txtTCTIHPDDays4

'

Me.txtTCTIHPDDays4.Name = "txtTCTIHPDDays4"

'

'txtTCTIHPDVeh2

'

Me.txtTCTIHPDVeh2.Name = "txtTCTIHPDVeh2"

'

'txtTCTIHPDVeh1

'

Me.txtTCTIHPDVeh1.Name = "txtTCTIHPDVeh1"

'

'txtTCTIHPDVeh3

'

Me.txtTCTIHPDVeh3.Name = "txtTCTIHPDVeh3"

'

'txtTCTIHPDVeh4

'

Me.txtTCTIHPDVeh4.Name = "txtTCTIHPDVeh4"

'

'txtTCTIHPDState2

'

Me.txtTCTIHPDState2.Name = "txtTCTIHPDState2"

'

'txtTCTIHPDState1

'

Me.txtTCTIHPDState1.Name = "txtTCTIHPDState1"

'

'txtTCTIHPDState3

'

Me.txtTCTIHPDState3.Name = "txtTCTIHPDState3"

'

'txtTCTIHPDState4

'

Me.txtTCTIHPDState4.Name = "txtTCTIHPDState4"

'

'optTCTIHPDCoverageIsPrimary

'

Me.optTCTIHPDCoverageIsPrimary.Name = "optTCTIHPDCoverageIsPrimary"

'

'optTCTIHPDCoverageIsSecondary

'

Me.optTCTIHPDCoverageIsSecondary.Name = "optTCTIHPDCoverageIsSecondary"

'

'lblTCTIHPDCoverageIs

'

Me.lblTCTIHPDCoverageIs.Name = "lblTCTIHPDCoverageIs"

'

'pnlTCTIHPDCoverageIs

'

Me.pnlTCTIHPDCoverageIs.Name = "pnlTCTIHPDCoverageIs"

'

'txtTCTIHPDPrem

'

Me.txtTCTIHPDPrem.Name = "txtTCTIHPDPrem"

'

'pnlTCTIHiredPhyscialDamage

'

Me.pnlTCTIHiredPhyscialDamage.Name = "pnlTCTIHiredPhyscialDamage"

'

'lblTCAdditionalCoverages

'

Me.lblTCAdditionalCoverages.Name = "lblTCAdditionalCoverages"

'

'pnlTCTIMain

'

Me.pnlTCTIMain.Name = "pnlTCTIMain"

'

'lblTCHiredBorrowedLiability

'

Me.lblTCHiredBorrowedLiability.Name = "lblTCHiredBorrowedLiability"

'

'chkTCHiredBorrowedLiabilityIfAnyBasis

'

Me.chkTCHiredBorrowedLiabilityIfAnyBasis.Name =
"chkTCHiredBorrowedLiabilityIfAnyBasis"

'

'lblTCHiredBorrowedLiabilityCostOfHire

'

Me.lblTCHiredBorrowedLiabilityCostOfHire.Name =
"lblTCHiredBorrowedLiabilityCostOfHire"

'

'txtTCHiredBorrowedLiabilityCostOfHire

'

Me.txtTCHiredBorrowedLiabilityCostOfHire.Name =
"txtTCHiredBorrowedLiabilityCostOfHire"

'

'txtTCHiredBorrowedLiabilityPrem

'

Me.txtTCHiredBorrowedLiabilityPrem.Name = "txtTCHiredBorrowedLiabilityPrem"

'

'optTCHiredBorrowedLiabilityYes

'

Me.optTCHiredBorrowedLiabilityYes.Name = "optTCHiredBorrowedLiabilityYes"

'

'optTCHiredBorrowedLiabilityNo

'

Me.optTCHiredBorrowedLiabilityNo.Name = "optTCHiredBorrowedLiabilityNo"

'

'lblTCHiredBorrowedLiabilityStates

'

Me.lblTCHiredBorrowedLiabilityStates.Name =
"lblTCHiredBorrowedLiabilityStates"

'

'txtTCHiredBorrowedLiabilityStates

'

Me.txtTCHiredBorrowedLiabilityStates.Name =
"txtTCHiredBorrowedLiabilityStates"

'

'pnlTCHiredBorrowedLiability

'

Me.pnlTCHiredBorrowedLiability.Name = "pnlTCHiredBorrowedLiability"

'

'lblTCNonOwnedAutoLiability

'

Me.lblTCNonOwnedAutoLiability.Name = "lblTCNonOwnedAutoLiability"

'

'txtTCNonOwnedAutoLiabilityEmployees

'

Me.txtTCNonOwnedAutoLiabilityEmployees.Name =
"txtTCNonOwnedAutoLiabilityEmployees"

'

'chkTCNonOwnedAutoLiabilityEmployees

'

Me.chkTCNonOwnedAutoLiabilityEmployees.Name =
"chkTCNonOwnedAutoLiabilityEmployees"

'

'txtTCNonOwnedAutoLiabilityVolunteers

'

Me.txtTCNonOwnedAutoLiabilityVolunteers.Name =
"txtTCNonOwnedAutoLiabilityVolunteers"

'

'txtTCNonOwnedAutoLiabilityPartners

'

Me.txtTCNonOwnedAutoLiabilityPartners.Name =
"txtTCNonOwnedAutoLiabilityPartners"

'

'txtTCNonOwnedAutoLiabilityPrem

'

Me.txtTCNonOwnedAutoLiabilityPrem.Name = "txtTCNonOwnedAutoLiabilityPrem"

'

'optTCNonOwnedAutoLiabilityYes

'

Me.optTCNonOwnedAutoLiabilityYes.Name = "optTCNonOwnedAutoLiabilityYes"

'

'optTCNonOwnedAutoLiabilityNo

'

Me.optTCNonOwnedAutoLiabilityNo.Name = "optTCNonOwnedAutoLiabilityNo"

'

'lblTCNonOwnedAutoLiabilityStates

'

Me.lblTCNonOwnedAutoLiabilityStates.Name = "lblTCNonOwnedAutoLiabilityStates
"

'

'txtTCNonOwnedAutoLiabilityStates

'

Me.txtTCNonOwnedAutoLiabilityStates.Name =
"txtTCNonOwnedAutoLiabilityStates"

'

'chkTCNonOwnedAutoLiabilityVolunteers

'

Me.chkTCNonOwnedAutoLiabilityVolunteers.Name =
"chkTCNonOwnedAutoLiabilityVolunteers"

'

'chkTCNonOwnedAutoLiabilityPartners

'

Me.chkTCNonOwnedAutoLiabilityPartners.Name =
"chkTCNonOwnedAutoLiabilityPartners"

'

'lblTCNonOwnedAutoLiabilityNumOfHdr

'

Me.lblTCNonOwnedAutoLiabilityNumOfHdr.Name =
"lblTCNonOwnedAutoLiabilityNumOfHdr"

'

'lblTCNonOwnedAutoLiabilityGroupTypeHdr

'

Me.lblTCNonOwnedAutoLiabilityGroupTypeHdr.Name =
"lblTCNonOwnedAutoLiabilityGroupTypeHdr"

'

'pnlTCNonOwnedAutoLiability

'

Me.pnlTCNonOwnedAutoLiability.Name = "pnlTCNonOwnedAutoLiability"

'

'chkTCPDComp42

'

Me.chkTCPDComp42.Name = "chkTCPDComp42"

'

'lblTCPDComp

'

Me.lblTCPDComp.Name = "lblTCPDComp"

'

'lblTCPDCompLimitsHdr

'

Me.lblTCPDCompLimitsHdr.Name = "lblTCPDCompLimitsHdr"

'

'lblTCPDCompCoveredAutoSymbolsHdr

'

Me.lblTCPDCompCoveredAutoSymbolsHdr.Name =
"lblTCPDCompCoveredAutoSymbolsHdr"

'

'lblTCPDCompCoverageHdr

'

Me.lblTCPDCompCoverageHdr.Name = "lblTCPDCompCoverageHdr"

'

'lblTCPDCompPremHdr

'

Me.lblTCPDCompPremHdr.Name = "lblTCPDCompPremHdr"

'

'lblTCPDCompDedHdr

'

Me.lblTCPDCompDedHdr.Name = "lblTCPDCompDedHdr"

'

'chkTCPDComp43

'

Me.chkTCPDComp43.Name = "chkTCPDComp43"

'

'chkTCPDComp46

'

Me.chkTCPDComp46.Name = "chkTCPDComp46"

'

'chkTCPDComp47

'

Me.chkTCPDComp47.Name = "chkTCPDComp47"

'

'txtTCPDCompDed

'

Me.txtTCPDCompDed.Name = "txtTCPDCompDed"

'

'txtTCPDCompPrem

'

Me.txtTCPDCompPrem.Name = "txtTCPDCompPrem"

'

'pnlTCPDComp

'

Me.pnlTCPDComp.Name = "pnlTCPDComp"

'

'txtTCPDSpecifiedCauseOfLossDed

'

Me.txtTCPDSpecifiedCauseOfLossDed.Name = "txtTCPDSpecifiedCauseOfLossDed"

'

'chkTCPDSpecifiedCauseOfLoss42

'

Me.chkTCPDSpecifiedCauseOfLoss42.Name = "chkTCPDSpecifiedCauseOfLoss42"

'

'chkTCPDSpecifiedCauseOfLoss43

'

Me.chkTCPDSpecifiedCauseOfLoss43.Name = "chkTCPDSpecifiedCauseOfLoss43"

'

'chkTCPDSpecifiedCauseOfLoss46

'

Me.chkTCPDSpecifiedCauseOfLoss46.Name = "chkTCPDSpecifiedCauseOfLoss46"

'

'txtTCPDSpecifiedCauseOfLossPrem

'

Me.txtTCPDSpecifiedCauseOfLossPrem.Name = "txtTCPDSpecifiedCauseOfLossPrem"

'

'lblTCPDSpecifiedCauseOfLoss

'

Me.lblTCPDSpecifiedCauseOfLoss.Name = "lblTCPDSpecifiedCauseOfLoss"

'

'chkTCPDSpecifiedCauseOfLoss47

'

Me.chkTCPDSpecifiedCauseOfLoss47.Name = "chkTCPDSpecifiedCauseOfLoss47"

'

'optTCPDSpecifiedCauseOfLossSCL

'

Me.optTCPDSpecifiedCauseOfLossSCL.Name = "optTCPDSpecifiedCauseOfLossSCL"

'

'optTCPDSpecifiedCauseOfLossLSP

'

Me.optTCPDSpecifiedCauseOfLossLSP.Name = "optTCPDSpecifiedCauseOfLossLSP"

'

'OptTCPDSpecifiedCauseOfLossFTW

'

Me.OptTCPDSpecifiedCauseOfLossFTW.Name = "OptTCPDSpecifiedCauseOfLossFTW"

'

'optTCPDSpecifiedCauseOfLossFT

'

Me.optTCPDSpecifiedCauseOfLossFT.Name = "optTCPDSpecifiedCauseOfLossFT"

'

'optTCPDSpecifiedCauseOfLossF

'

Me.optTCPDSpecifiedCauseOfLossF.Name = "optTCPDSpecifiedCauseOfLossF"

'

'pnlTCPDSpecifiedCauseOfLoss

'

Me.pnlTCPDSpecifiedCauseOfLoss.Name = "pnlTCPDSpecifiedCauseOfLoss"

'

'chkTCPDColl42

'

Me.chkTCPDColl42.Name = "chkTCPDColl42"

'

'lblTCPDColl

'

Me.lblTCPDColl.Name = "lblTCPDColl"

'

'chkTCPDColl43

'

Me.chkTCPDColl43.Name = "chkTCPDColl43"

'

'chkTCPDColl46

'

Me.chkTCPDColl46.Name = "chkTCPDColl46"

'

'chkTCPDColl47

'

Me.chkTCPDColl47.Name = "chkTCPDColl47"

'

'txtTCPDCollDed

'

Me.txtTCPDCollDed.Name = "txtTCPDCollDed"

'

'txtTCPDCollPrem

'

Me.txtTCPDCollPrem.Name = "txtTCPDCollPrem"

'

'pnlTCPDColl

'

Me.pnlTCPDColl.Name = "pnlTCPDColl"

'

'chkTCPDTowingAndLabor46

'

Me.chkTCPDTowingAndLabor46.Name = "chkTCPDTowingAndLabor46"

'

'txtTCPDTowingAndLaborLimit

'

Me.txtTCPDTowingAndLaborLimit.Name = "txtTCPDTowingAndLaborLimit"

'

'txtTCPDTowingAndLaborPrem

'

Me.txtTCPDTowingAndLaborPrem.Name = "txtTCPDTowingAndLaborPrem"

'

'pnlTCPDTowingAndLabor

'

Me.pnlTCPDTowingAndLabor.Name = "pnlTCPDTowingAndLabor"

'

'pnlTCPDMain

'

Me.pnlTCPDMain.Name = "pnlTCPDMain"

'

'lblTCMedicalPayments

'

Me.lblTCMedicalPayments.Name = "lblTCMedicalPayments"

'

'chkTCMedicalPayments41

'

Me.chkTCMedicalPayments41.Name = "chkTCMedicalPayments41"

'

'chkTCMedicalPayments42

'

Me.chkTCMedicalPayments42.Name = "chkTCMedicalPayments42"

'

'chkTCMedicalPayments46

'

Me.chkTCMedicalPayments46.Name = "chkTCMedicalPayments46"

'

'lblTCMedicalPaymentsEaPer

'

Me.lblTCMedicalPaymentsEaPer.Name = "lblTCMedicalPaymentsEaPer"

'

'txtTCMedicalPaymentsExPerLimit

'

Me.txtTCMedicalPaymentsExPerLimit.Name = "txtTCMedicalPaymentsExPerLimit"

'

'txtTCMedicalPaymentsPrem

'

Me.txtTCMedicalPaymentsPrem.Name = "txtTCMedicalPaymentsPrem"

'

'pnlTCMedicalPayments

'

Me.pnlTCMedicalPayments.Name = "pnlTCMedicalPayments"

'

'lblTCNonTruckersHiredBorrowed

'

Me.lblTCNonTruckersHiredBorrowed.Name = "lblTCNonTruckersHiredBorrowed"

'

'chkTCNonTruckersHiredBorrowedIfAnyBasis

'

Me.chkTCNonTruckersHiredBorrowedIfAnyBasis.Name =
"chkTCNonTruckersHiredBorrowedIfAnyBasis"

'

'lblTCNonTruckersHiredBorrowedCostOfHire

'

Me.lblTCNonTruckersHiredBorrowedCostOfHire.Name =
"lblTCNonTruckersHiredBorrowedCostOfHire"

'

'txtTCNonTruckersHiredBorrowedCostOfHire

'

Me.txtTCNonTruckersHiredBorrowedCostOfHire.Name =
"txtTCNonTruckersHiredBorrowedCostOfHire"

'

'txtTCNonTruckersHiredBorrowedPrem

'

Me.txtTCNonTruckersHiredBorrowedPrem.Name =
"txtTCNonTruckersHiredBorrowedPrem"

'

'optTCNonTruckersHiredBorrowedYes

'

Me.optTCNonTruckersHiredBorrowedYes.Name =
"optTCNonTruckersHiredBorrowedYes"

'

'optTCNonTruckersHiredBorrowedNo

'

Me.optTCNonTruckersHiredBorrowedNo.Name = "optTCNonTruckersHiredBorrowedNo"

'

'lblTCNonTruckersHiredBorrowedStates

'

Me.lblTCNonTruckersHiredBorrowedStates.Name =
"lblTCNonTruckersHiredBorrowedStates"

'

'txtTCNonTruckersHiredBorrowedStates

'

Me.txtTCNonTruckersHiredBorrowedStates.Name =
"txtTCNonTruckersHiredBorrowedStates"

'

'pnlTCNonTruckersHiredBorrowed

'

Me.pnlTCNonTruckersHiredBorrowed.Name = "pnlTCNonTruckersHiredBorrowed"

'

'lblTCLiability

'

Me.lblTCLiability.Name = "lblTCLiability"

'

'txtTCLiabilityBICSLLimit

'

Me.txtTCLiabilityBICSLLimit.Name = "txtTCLiabilityBICSLLimit"

'

'lblTCLiabilityLimitsHdr

'

Me.lblTCLiabilityLimitsHdr.Name = "lblTCLiabilityLimitsHdr"

'

'lblTCLiabilityCoveredAutoSymbolsHdr

'

Me.lblTCLiabilityCoveredAutoSymbolsHdr.Name =
"lblTCLiabilityCoveredAutoSymbolsHdr"

'

'lblTCLiabilityCoveragesHdr

'

Me.lblTCLiabilityCoveragesHdr.Name = "lblTCLiabilityCoveragesHdr"

'

'chkTCLiability41

'

Me.chkTCLiability41.Name = "chkTCLiability41"

'

'chkTCLiability42

'

Me.chkTCLiability42.Name = "chkTCLiability42"

'

'chkTCLiability43

'

Me.chkTCLiability43.Name = "chkTCLiability43"

'

'chkTCLiability46

'

Me.chkTCLiability46.Name = "chkTCLiability46"

'

'chkTCLiability47

'

Me.chkTCLiability47.Name = "chkTCLiability47"

'

'chkTCLiability50

'

Me.chkTCLiability50.Name = "chkTCLiability50"

'

'lblTCLiabilityBI

'

Me.lblTCLiabilityBI.Name = "lblTCLiabilityBI"

'

'txtTCLiabilityBILimit

'

Me.txtTCLiabilityBILimit.Name = "txtTCLiabilityBILimit"

'

'lblTCLiabilityPD

'

Me.lblTCLiabilityPD.Name = "lblTCLiabilityPD"

'

'txtTCLiabilityPDLimit

'

Me.txtTCLiabilityPDLimit.Name = "txtTCLiabilityPDLimit"

'

'lblTCLiabilityPremHdr

'

Me.lblTCLiabilityPremHdr.Name = "lblTCLiabilityPremHdr"

'

'txtTCLiabilityBICSLPrem

'

Me.txtTCLiabilityBICSLPrem.Name = "txtTCLiabilityBICSLPrem"

'

'txtTCLiabilityPDPrem

'

Me.txtTCLiabilityPDPrem.Name = "txtTCLiabilityPDPrem"

'

'optTCLiabilityCSL

'

Me.optTCLiabilityCSL.Name = "optTCLiabilityCSL"

'

'optTCLiabilityBI

'

Me.optTCLiabilityBI.Name = "optTCLiabilityBI"

'

'pnlTCLiabilityCSLBI

'

Me.pnlTCLiabilityCSLBI.Name = "pnlTCLiabilityCSLBI"

'

'pnlTCLiability

'

Me.pnlTCLiability.Name = "pnlTCLiability"

'

'lblAdditionalCovagesHdr

'

Me.lblAdditionalCovagesHdr.Name = "lblAdditionalCovagesHdr"

'

'chkComp

'

Me.chkComp.Name = "chkComp"

'

'chkFG

'

Me.chkFG.Name = "chkFG"

'

'chkRentalReimbursment

'

Me.chkRentalReimbursment.Name = "chkRentalReimbursment"

'

'chkColl

'

Me.chkColl.Name = "chkColl"

'

'chkFire

'

Me.chkFire.Name = "chkFire"

'

'chkLimitedSpedifiedPerils

'

Me.chkLimitedSpedifiedPerils.Name = "chkLimitedSpedifiedPerils"

'

'chkFireTheftWindstorm

'

Me.chkFireTheftWindstorm.Name = "chkFireTheftWindstorm"

'

'chkFireTheft

'

Me.chkFireTheft.Name = "chkFireTheft"

'

'chkUninsured

'

Me.chkUninsured.Name = "chkUninsured"

'

'chkSpecifiedCauseOfLoss

'

Me.chkSpecifiedCauseOfLoss.Name = "chkSpecifiedCauseOfLoss"

'

'chkTowingandLabor

'

Me.chkTowingandLabor.Name = "chkTowingandLabor"

'

'chkUnderInsured

'

Me.chkUnderInsured.Name = "chkUnderInsured"

'

'chkNoFault

'

Me.chkNoFault.Name = "chkNoFault"

'

'chkAddlNoFault

'

Me.chkAddlNoFault.Name = "chkAddlNoFault"

'

'chkMedPay

'

Me.chkMedPay.Name = "chkMedPay"

'

'chkLiability

'

Me.chkLiability.Name = "chkLiability"

'

'pnlMCLiability

'

Me.pnlMCLiability.Name = "pnlMCLiability"

'

'lblTrailerInterChangeHdr

'

Me.lblTrailerInterChangeHdr.Name = "lblTrailerInterChangeHdr"

'

'lblPhysicalDamageHdrAll

'

Me.lblPhysicalDamageHdrAll.Name = "lblPhysicalDamageHdrAll"

'

'lblMCHiredPhysicalDamageHdr

'

Me.lblMCHiredPhysicalDamageHdr.Name = "lblMCHiredPhysicalDamageHdr"

'

'tpgMotorCarrierCov

'

Me.tpgMotorCarrierCov.Name = "tpgMotorCarrierCov"

'

'lblHiredPhysDam

'

Me.lblHiredPhysDam.Name = "lblHiredPhysDam"

'

'tpgTruckerCov

'

Me.tpgTruckerCov.Controls.Add(Me.Panel1)

Me.tpgTruckerCov.Name = "tpgTruckerCov"

Me.tpgTruckerCov.Controls.SetChildIndex(Me.Panel1, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCLiability, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCMedicalPayments, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCNonTruckersHiredBorrowed, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCHiredBorrowedLiability, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCNonOwnedAutoLiability, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCPDMain, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCTIMain, 0)

'

'tabMain

'

Me.tabMain.Name = "tabMain"

'

'Panel1

'

Me.Panel1.Controls.Add(Me.TextBox88)

Me.Panel1.Controls.Add(Me.Panel2)

Me.Panel1.Controls.Add(Me.RadioButton68)

Me.Panel1.Controls.Add(Me.RadioButton69)

Me.Panel1.Controls.Add(Me.TextBox94)

Me.Panel1.Controls.Add(Me.TextBox102)

Me.Panel1.Controls.Add(Me.Label41)

Me.Panel1.Controls.Add(Me.Label44)

Me.Panel1.Controls.Add(Me.TextBox93)

Me.Panel1.Controls.Add(Me.TextBox95)

Me.Panel1.Controls.Add(Me.CheckBox10)

Me.Panel1.Controls.Add(Me.CheckBox11)

Me.Panel1.Controls.Add(Me.CheckBox12)

Me.Panel1.Controls.Add(Me.CheckBox13)

Me.Panel1.Controls.Add(Me.TextBox96)

Me.Panel1.Controls.Add(Me.Label42)

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

Me.Panel1.Name = "Panel1"

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

Me.Panel1.TabIndex = 510

'

'TextBox88

'

Me.TextBox88.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox88.Name = "TextBox88"

Me.TextBox88.RightToLeft = System.Windows.Forms.RightToLeft.No

Me.TextBox88.TabIndex = 526

Me.TextBox88.Text = ""

Me.TextBox88.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'Panel2

'

Me.Panel2.Controls.Add(Me.RadioButton122)

Me.Panel2.Controls.Add(Me.RadioButton123)

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

Me.Panel2.Name = "Panel2"

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

Me.Panel2.TabIndex = 525

'

'RadioButton122

'

Me.RadioButton122.FlatStyle = System.Windows.Forms.FlatStyle.Flat

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

Me.RadioButton122.Name = "RadioButton122"

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

Me.RadioButton122.TabIndex = 511

Me.RadioButton122.Text = "&BI ea per"

'

'RadioButton123

'

Me.RadioButton123.FlatStyle = System.Windows.Forms.FlatStyle.Flat

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

Me.RadioButton123.Name = "RadioButton123"

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

Me.RadioButton123.TabIndex = 510

Me.RadioButton123.Text = "&CSL"

'

'RadioButton68

'

Me.RadioButton68.FlatStyle = System.Windows.Forms.FlatStyle.Flat

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

Me.RadioButton68.Name = "RadioButton68"

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

Me.RadioButton68.TabIndex = 524

Me.RadioButton68.Text = "&Non-stacked"

'

'RadioButton69

'

Me.RadioButton69.FlatStyle = System.Windows.Forms.FlatStyle.Flat

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

Me.RadioButton69.Name = "RadioButton69"

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

Me.RadioButton69.TabIndex = 523

Me.RadioButton69.Text = "&Stacked"

'

'TextBox94

'

Me.TextBox94.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox94.Name = "TextBox94"

Me.TextBox94.RightToLeft = System.Windows.Forms.RightToLeft.No

Me.TextBox94.TabIndex = 522

Me.TextBox94.Text = ""

Me.TextBox94.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'TextBox102

'

Me.TextBox102.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox102.Name = "TextBox102"

Me.TextBox102.TabIndex = 521

Me.TextBox102.Text = ""

Me.TextBox102.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'Label41

'

Me.Label41.BackColor = System.Drawing.Color.WhiteSmoke

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

Me.Label41.ImageAlign = System.Drawing.ContentAlignment.MiddleRight

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

Me.Label41.Name = "Label41"

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

Me.Label41.TabIndex = 520

Me.Label41.Text = "&Property damage"

Me.Label41.TextAlign = System.Drawing.ContentAlignment.MiddleRight

'

'Label44

'

Me.Label44.BackColor = System.Drawing.Color.WhiteSmoke

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

Me.Label44.ImageAlign = System.Drawing.ContentAlignment.MiddleRight

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

Me.Label44.Name = "Label44"

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

Me.Label44.TabIndex = 519

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

Me.Label44.TextAlign = System.Drawing.ContentAlignment.MiddleRight

'

'TextBox93

'

Me.TextBox93.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox93.Name = "TextBox93"

Me.TextBox93.RightToLeft = System.Windows.Forms.RightToLeft.No

Me.TextBox93.TabIndex = 518

Me.TextBox93.Text = ""

Me.TextBox93.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'TextBox95

'

Me.TextBox95.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox95.Name = "TextBox95"

Me.TextBox95.TabIndex = 517

Me.TextBox95.Text = ""

Me.TextBox95.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'CheckBox10

'

Me.CheckBox10.BackColor = System.Drawing.Color.WhiteSmoke

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

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

Me.CheckBox10.Name = "CheckBox10"

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

Me.CheckBox10.TabIndex = 516

Me.CheckBox10.Text = "46"

'

'CheckBox11

'

Me.CheckBox11.BackColor = System.Drawing.Color.WhiteSmoke

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

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

Me.CheckBox11.Name = "CheckBox11"

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

Me.CheckBox11.TabIndex = 515

Me.CheckBox11.Text = "45"

'

'CheckBox12

'

Me.CheckBox12.BackColor = System.Drawing.Color.WhiteSmoke

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

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

Me.CheckBox12.Name = "CheckBox12"

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

Me.CheckBox12.TabIndex = 514

Me.CheckBox12.Text = "43"

'

'CheckBox13

'

Me.CheckBox13.BackColor = System.Drawing.Color.WhiteSmoke

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

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

Me.CheckBox13.Name = "CheckBox13"

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

Me.CheckBox13.TabIndex = 513

Me.CheckBox13.Text = "42"

'

'TextBox96

'

Me.TextBox96.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

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

Me.TextBox96.Name = "TextBox96"

Me.TextBox96.TabIndex = 512

Me.TextBox96.Text = ""

Me.TextBox96.TextAlign = System.Windows.Forms.HorizontalAlignment.Right

'

'Label42

'

Me.Label42.BackColor = System.Drawing.Color.WhiteSmoke

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

Me.Label42.ImageAlign = System.Drawing.ContentAlignment.MiddleRight

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

Me.Label42.Name = "Label42"

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

Me.Label42.TabIndex = 511

Me.Label42.Text = "&Uninsured motorist"

Me.Label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight

'

'frmTestDeviredForm

'

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

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

Me.Name = "frmTestDeviredForm"

Me.Text = "frmTestDeviredForm"

Me.tpgTruckerCov.ResumeLayout(False)

Me.Panel1.ResumeLayout(False)

Me.Panel2.ResumeLayout(False)

End Sub

#End Region

End Class
 
Mike Bulava said:
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 Zingler said:
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.

No Problem sorry about that...

Public Class frmTestDeviredForm
Inherits TruckersBase.frm132Truckers200305

#Region " Windows Form Designer generated code "

Public Sub New()
MyBase.New()

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

'Add any initialization after the InitializeComponent() 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.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub

'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer

'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.RadioButton
Protected Friend WithEvents RadioButton123 As
System.Windows.Forms.RadioButton
Protected Friend WithEvents RadioButton68 As
System.Windows.Forms.RadioButton
Protected Friend WithEvents RadioButton69 As
System.Windows.Forms.RadioButton
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.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()
Me.Panel1 = New System.Windows.Forms.Panel
Me.TextBox88 = New System.Windows.Forms.TextBox
Me.Panel2 = New System.Windows.Forms.Panel
Me.RadioButton122 = New System.Windows.Forms.RadioButton
Me.RadioButton123 = New System.Windows.Forms.RadioButton
Me.RadioButton68 = New System.Windows.Forms.RadioButton
Me.RadioButton69 = New System.Windows.Forms.RadioButton
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.tpgTruckerCov.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
'
'lblMCCPhysicalDamageHdr
'
Me.lblMCCPhysicalDamageHdr.Name = "lblMCCPhysicalDamageHdr"
'
'txtMCCTICollState
'
Me.txtMCCTICollState.Name = "txtMCCTICollState"
'
'txtMCCTICollDays
'
Me.txtMCCTICollDays.Name = "txtMCCTICollDays"
'
'txtMCCTICollRadius
'
Me.txtMCCTICollRadius.Name = "txtMCCTICollRadius"
'
'txtMCCTICollPrem
'
Me.txtMCCTICollPrem.Name = "txtMCCTICollPrem"
'
'txtMCCTICollDed
'
Me.txtMCCTICollDed.Name = "txtMCCTICollDed"
'
'lblMCCTIHPDDaysHdr
'
Me.lblMCCTIHPDDaysHdr.Name = "lblMCCTIHPDDaysHdr"
'
'lblMCCTIHPDStatesHdr
'
Me.lblMCCTIHPDStatesHdr.Name = "lblMCCTIHPDStatesHdr"
'
'lblMCCTIHPDVehHdr
'
Me.lblMCCTIHPDVehHdr.Name = "lblMCCTIHPDVehHdr"
'
'optMCCTIHPDCoverageIsPrimary
'
Me.optMCCTIHPDCoverageIsPrimary.Name =
"optMCCTIHPDCoverageIsPrimary"
'
'optMCCTIHPDCoverageIsSecondary
'
Me.optMCCTIHPDCoverageIsSecondary.Name =
"optMCCTIHPDCoverageIsSecondary"
'
'lblMCCTIHPDCoverageIs
'
Me.lblMCCTIHPDCoverageIs.Name = "lblMCCTIHPDCoverageIs"
'
'pnlMCCTIHPDCoverageIs
'
Me.pnlMCCTIHPDCoverageIs.Name = "pnlMCCTIHPDCoverageIs"
'
'pnlMCCTIHPD
'
Me.pnlMCCTIHPD.Name = "pnlMCCTIHPD"
'
'lblMCCAddltionalCoverages
'
Me.lblMCCAddltionalCoverages.Name = "lblMCCAddltionalCoverages"
'
'lblMCCAdditionalCoveragesHdr
'
Me.lblMCCAdditionalCoveragesHdr.Name =
"lblMCCAdditionalCoveragesHdr"
'
'lblTCPDTowingAndLabor
'
Me.lblTCPDTowingAndLabor.Name = "lblTCPDTowingAndLabor"
'
'chkMCCPDComp62
'
Me.chkMCCPDComp62.Name = "chkMCCPDComp62"
'
'lblMCCPDComp
'
Me.lblMCCPDComp.Name = "lblMCCPDComp"
'
'lblMCCPDCompLimitsHdr
'
Me.lblMCCPDCompLimitsHdr.Name = "lblMCCPDCompLimitsHdr"
'
'lblMCCPDCompCoveredAutoSymbols
'
Me.lblMCCPDCompCoveredAutoSymbols.Name =
"lblMCCPDCompCoveredAutoSymbols"
'
'lblMCCPDCompCoverageHdr
'
Me.lblMCCPDCompCoverageHdr.Name = "lblMCCPDCompCoverageHdr"
'
'lblMCCPDCompPremHdr
'
Me.lblMCCPDCompPremHdr.Name = "lblMCCPDCompPremHdr"
'
'lblMCCPDCompDedHdr
'
Me.lblMCCPDCompDedHdr.Name = "lblMCCPDCompDedHdr"
'
'chkMCCPDComp63
'
Me.chkMCCPDComp63.Name = "chkMCCPDComp63"
'
'chkMCCPDComp67
'
Me.chkMCCPDComp67.Name = "chkMCCPDComp67"
'
'chkMCCPDComp68
'
Me.chkMCCPDComp68.Name = "chkMCCPDComp68"
'
'txtMCCPDCompDed
'
Me.txtMCCPDCompDed.Name = "txtMCCPDCompDed"
'
'txtMCCPDCompPrem
'
Me.txtMCCPDCompPrem.Name = "txtMCCPDCompPrem"
'
'chkMCCPDComp64
'
Me.chkMCCPDComp64.Name = "chkMCCPDComp64"
'
'pnlMCCPDComp
'
Me.pnlMCCPDComp.Name = "pnlMCCPDComp"
'
'txtMCCPDSpecifiedCauseOfLossDed
'
Me.txtMCCPDSpecifiedCauseOfLossDed.Name =
"txtMCCPDSpecifiedCauseOfLossDed"
'
'chkMCCPDSpecifiedCauseOfLoss62
'
Me.chkMCCPDSpecifiedCauseOfLoss62.Name =
"chkMCCPDSpecifiedCauseOfLoss62"
'
'chkMCCPDSpecifiedCauseOfLoss63
'
Me.chkMCCPDSpecifiedCauseOfLoss63.Name =
"chkMCCPDSpecifiedCauseOfLoss63"
'
'chkMCCPDSpecifiedCauseOfLoss67
'
Me.chkMCCPDSpecifiedCauseOfLoss67.Name =
"chkMCCPDSpecifiedCauseOfLoss67"
'
'txtMCCPDSpecifiedCauseOfLossPrem
'
Me.txtMCCPDSpecifiedCauseOfLossPrem.Name =
"txtMCCPDSpecifiedCauseOfLossPrem"
'
'lblMCCPDSpecifiedCauseOfLoss
'
Me.lblMCCPDSpecifiedCauseOfLoss.Name =
"lblMCCPDSpecifiedCauseOfLoss"
'
'ChkMCCPDSpecifiedCauseOfLoss68
'
Me.ChkMCCPDSpecifiedCauseOfLoss68.Name =
"ChkMCCPDSpecifiedCauseOfLoss68"
'
'chkMCCPDSpecifiedCauseOfLoss64
'
Me.chkMCCPDSpecifiedCauseOfLoss64.Name =
"chkMCCPDSpecifiedCauseOfLoss64"
'
'optMCCPDSpecifiedCauseOfLossSCL
'
Me.optMCCPDSpecifiedCauseOfLossSCL.Name =
"optMCCPDSpecifiedCauseOfLossSCL"
'
'optMCCPDSpecifiedCauseOfLossLSP
'
Me.optMCCPDSpecifiedCauseOfLossLSP.Name =
"optMCCPDSpecifiedCauseOfLossLSP"
'
'OptMCCPDSpecifiedCauseOfLossFTW
'
Me.OptMCCPDSpecifiedCauseOfLossFTW.Name =
"OptMCCPDSpecifiedCauseOfLossFTW"
'
'optMCCPDSpecifiedCauseOfLossFT
'
Me.optMCCPDSpecifiedCauseOfLossFT.Name =
"optMCCPDSpecifiedCauseOfLossFT"
'
'optMCCPDSpecifiedCauseOfLossF
'
Me.optMCCPDSpecifiedCauseOfLossF.Name =
"optMCCPDSpecifiedCauseOfLossF"
'
'pnlMCCPDSpecifiedCauseOfLoss
'
Me.pnlMCCPDSpecifiedCauseOfLoss.Name =
"pnlMCCPDSpecifiedCauseOfLoss"
'
'chkMCCPDColl62
'
Me.chkMCCPDColl62.Name = "chkMCCPDColl62"
'
'lblMCCPDColl
'
Me.lblMCCPDColl.Name = "lblMCCPDColl"
'
'chkMCCPDColl63
'
Me.chkMCCPDColl63.Name = "chkMCCPDColl63"
'
'chkMCCPDColl67
'
Me.chkMCCPDColl67.Name = "chkMCCPDColl67"
'
'chkMCCPDColl68
'
Me.chkMCCPDColl68.Name = "chkMCCPDColl68"
'
'txtMCCPDCollDed
'
Me.txtMCCPDCollDed.Name = "txtMCCPDCollDed"
'
'txtMCCPDCollPrem
'
Me.txtMCCPDCollPrem.Name = "txtMCCPDCollPrem"
'
'chkMCCPDColl64
'
Me.chkMCCPDColl64.Name = "chkMCCPDColl64"
'
'pnlMCCPDColl
'
Me.pnlMCCPDColl.Name = "pnlMCCPDColl"
'
'chkMCCPDTowingAndLabor63
'
Me.chkMCCPDTowingAndLabor63.Name = "chkMCCPDTowingAndLabor63"
'
'lblMCCPDTowingAndLabor
'
Me.lblMCCPDTowingAndLabor.Name = "lblMCCPDTowingAndLabor"
'
'txtMCCPDTowingAndLaborLimit
'
Me.txtMCCPDTowingAndLaborLimit.Name = "txtMCCPDTowingAndLaborLimit"
'
'txtMCCPDTowingAndLaborPrem
'
Me.txtMCCPDTowingAndLaborPrem.Name = "txtMCCPDTowingAndLaborPrem"
'
'chkMCCPDTowingAndLabor67
'
Me.chkMCCPDTowingAndLabor67.Name = "chkMCCPDTowingAndLabor67"
'
'pnlMCCPDTowingAndLabor
'
Me.pnlMCCPDTowingAndLabor.Name = "pnlMCCPDTowingAndLabor"
'
'pnlMCCPDMain
'
Me.pnlMCCPDMain.Name = "pnlMCCPDMain"
'
'lblMCCTICompTrailersHdr
'
Me.lblMCCTICompTrailersHdr.Name = "lblMCCTICompTrailersHdr"
'
'lblMCCTICompCoveredAutoSymbols
'
Me.lblMCCTICompCoveredAutoSymbols.Name =
"lblMCCTICompCoveredAutoSymbols"
'
'lblMCCTICompCoverageHdr
'
Me.lblMCCTICompCoverageHdr.Name = "lblMCCTICompCoverageHdr"
'
'lblMCCTICompDedHdr
'
Me.lblMCCTICompDedHdr.Name = "lblMCCTICompDedHdr"
'
'lblMCCTICompStateHdr
'
Me.lblMCCTICompStateHdr.Name = "lblMCCTICompStateHdr"
'
'lblMCCTICompDaysHdr
'
Me.lblMCCTICompDaysHdr.Name = "lblMCCTICompDaysHdr"
'
'lblMCCTICompRadiusHdr
'
Me.lblMCCTICompRadiusHdr.Name = "lblMCCTICompRadiusHdr"
'
'lblMCCTIComp
'
Me.lblMCCTIComp.Name = "lblMCCTIComp"
'
'chkMCCTIComp69
'
Me.chkMCCTIComp69.Name = "chkMCCTIComp69"
'
'chkMCCTIComp70
'
Me.chkMCCTIComp70.Name = "chkMCCTIComp70"
'
'txtMCCTICompTrailers
'
Me.txtMCCTICompTrailers.Name = "txtMCCTICompTrailers"
'
'txtMCCTICompState
'
Me.txtMCCTICompState.Name = "txtMCCTICompState"
'
'txtMCCTICompDays
'
Me.txtMCCTICompDays.Name = "txtMCCTICompDays"
'
'txtMCCTICompRadius
'
Me.txtMCCTICompRadius.Name = "txtMCCTICompRadius"
'
'lblMCCTICompPremHdr
'
Me.lblMCCTICompPremHdr.Name = "lblMCCTICompPremHdr"
'
'txtMCCTICompPrem
'
Me.txtMCCTICompPrem.Name = "txtMCCTICompPrem"
'
'pnlMCCTIComp
'
Me.pnlMCCTIComp.Name = "pnlMCCTIComp"
'
'lblMCCTISpecifiedCauseOfLoss
'
Me.lblMCCTISpecifiedCauseOfLoss.Name =
"lblMCCTISpecifiedCauseOfLoss"
'
'chkMCCTISpecifiedCauseOfLoss69
'
Me.chkMCCTISpecifiedCauseOfLoss69.Name =
"chkMCCTISpecifiedCauseOfLoss69"
'
'chkMCCTISpecifiedCauseOfLoss70
'
Me.chkMCCTISpecifiedCauseOfLoss70.Name =
"chkMCCTISpecifiedCauseOfLoss70"
'
'txtMCCTISpecifiedCauseOfLossTrailers
'
Me.txtMCCTISpecifiedCauseOfLossTrailers.Name =
"txtMCCTISpecifiedCauseOfLossTrailers"
'
'txtMCCTISpecifiedCauseOfLossState
'
Me.txtMCCTISpecifiedCauseOfLossState.Name =
"txtMCCTISpecifiedCauseOfLossState"
'
'txtMCCTISpecifiedCauseOfLossDays
'
Me.txtMCCTISpecifiedCauseOfLossDays.Name =
"txtMCCTISpecifiedCauseOfLossDays"
'
'txtMCCTISpecifiedCauseOfLossRadius
'
Me.txtMCCTISpecifiedCauseOfLossRadius.Name =
"txtMCCTISpecifiedCauseOfLossRadius"
'
'txtMCCTISpecifiedCauseOfLossPrem
'
Me.txtMCCTISpecifiedCauseOfLossPrem.Name =
"txtMCCTISpecifiedCauseOfLossPrem"
'
'pnlMCCTISpecifiedCauseOfLoss
'
Me.pnlMCCTISpecifiedCauseOfLoss.Name =
"pnlMCCTISpecifiedCauseOfLoss"
'
'lblMCCTIColl
'
Me.lblMCCTIColl.Name = "lblMCCTIColl"
'
'chkMCCTIColl69
'
Me.chkMCCTIColl69.Name = "chkMCCTIColl69"
'
'chkMCCTIColl70
'
Me.chkMCCTIColl70.Name = "chkMCCTIColl70"
'
'txtMCCTICollTrailers
'
Me.txtMCCTICollTrailers.Name = "txtMCCTICollTrailers"
'
'pnlMCCTIColl
'
Me.pnlMCCTIColl.Name = "pnlMCCTIColl"
'
'pnlMCCTIMain
'
Me.pnlMCCTIMain.Name = "pnlMCCTIMain"
'
'lblMCCLiability
'
Me.lblMCCLiability.Name = "lblMCCLiability"
'
'txtMCCLiabilityCSLBILimit
'
Me.txtMCCLiabilityCSLBILimit.Name = "txtMCCLiabilityCSLBILimit"
'
'lblMCCLiabilityLimitsHdr
'
Me.lblMCCLiabilityLimitsHdr.Name = "lblMCCLiabilityLimitsHdr"
'
'lblMCCLiabilityCoveredAutoSymbolsHdr
'
Me.lblMCCLiabilityCoveredAutoSymbolsHdr.Name =
"lblMCCLiabilityCoveredAutoSymbolsHdr"
'
'lblMCCLiabilityCoveragesHdr
'
Me.lblMCCLiabilityCoveragesHdr.Name = "lblMCCLiabilityCoveragesHdr"
'
'chkMCCLiability61
'
Me.chkMCCLiability61.Name = "chkMCCLiability61"
'
'chkMCCLiability62
'
Me.chkMCCLiability62.Name = "chkMCCLiability62"
'
'chkMCCLiability63
'
Me.chkMCCLiability63.Name = "chkMCCLiability63"
'
'chkMCCLiability64
'
Me.chkMCCLiability64.Name = "chkMCCLiability64"
'
'chkMCCLiability67
'
Me.chkMCCLiability67.Name = "chkMCCLiability67"
'
'chkMCCLiability68
'
Me.chkMCCLiability68.Name = "chkMCCLiability68"
'
'lblMCCLiabilityBiEaPer
'
Me.lblMCCLiabilityBiEaPer.Name = "lblMCCLiabilityBiEaPer"
'
'txtMCCLiabilityBILimit
'
Me.txtMCCLiabilityBILimit.Name = "txtMCCLiabilityBILimit"
'
'lblMCCLiabilityPD
'
Me.lblMCCLiabilityPD.Name = "lblMCCLiabilityPD"
'
'txtMCCLiabilityPDLimit
'
Me.txtMCCLiabilityPDLimit.Name = "txtMCCLiabilityPDLimit"
'
'lblMCCLiabilityPremHdr
'
Me.lblMCCLiabilityPremHdr.Name = "lblMCCLiabilityPremHdr"
'
'txtMCCLiabilityBICSLPrem
'
Me.txtMCCLiabilityBICSLPrem.Name = "txtMCCLiabilityBICSLPrem"
'
'txtMCCLiabilityPDPrem
'
Me.txtMCCLiabilityPDPrem.Name = "txtMCCLiabilityPDPrem"
'
'chkMCCLiability71
'
Me.chkMCCLiability71.Name = "chkMCCLiability71"
'
'optMCCLiabilityCSL
'
Me.optMCCLiabilityCSL.Name = "optMCCLiabilityCSL"
'
'optMCCLiabilityBI
'
Me.optMCCLiabilityBI.Name = "optMCCLiabilityBI"
'
'pnlMCCLiabilityCSLBI
'
Me.pnlMCCLiabilityCSLBI.Name = "pnlMCCLiabilityCSLBI"
'
'lblMCCMedicalPayments
'
Me.lblMCCMedicalPayments.Name = "lblMCCMedicalPayments"
'
'chkMCCMedicalPayments62
'
Me.chkMCCMedicalPayments62.Name = "chkMCCMedicalPayments62"
'
'chkMCCMedicalPayments63
'
Me.chkMCCMedicalPayments63.Name = "chkMCCMedicalPayments63"
'
'chkMCCMedicalPayments64
'
Me.chkMCCMedicalPayments64.Name = "chkMCCMedicalPayments64"
'
'lblMCCMedicalPaymentsEaPer
'
Me.lblMCCMedicalPaymentsEaPer.Name = "lblMCCMedicalPaymentsEaPer"
'
'txtMCCMedicalPaymentsEaPerLimit
'
Me.txtMCCMedicalPaymentsEaPerLimit.Name =
"txtMCCMedicalPaymentsEaPerLimit"
'
'txtMCCMedicalPaymentsPrem
'
Me.txtMCCMedicalPaymentsPrem.Name = "txtMCCMedicalPaymentsPrem"
'
'chkMCCMedicalPayments67
'
Me.chkMCCMedicalPayments67.Name = "chkMCCMedicalPayments67"
'
'pnlMCCMedicalPayments
'
Me.pnlMCCMedicalPayments.Name = "pnlMCCMedicalPayments"
'
'lblMCCNonTruckersHiredBorrowed
'
Me.lblMCCNonTruckersHiredBorrowed.Name =
"lblMCCNonTruckersHiredBorrowed"
'
'chkMCCNonTruckersHiredBorrowedIfAnyBasis
'
Me.chkMCCNonTruckersHiredBorrowedIfAnyBasis.Name =
"chkMCCNonTruckersHiredBorrowedIfAnyBasis"
'
'lblMCCNonTruckersHiredBorrowedCostOfHire
'
Me.lblMCCNonTruckersHiredBorrowedCostOfHire.Name =
"lblMCCNonTruckersHiredBorrowedCostOfHire"
'
'txtMCCNonTruckersHiredBorrowedCostOfHireLimit
'
Me.txtMCCNonTruckersHiredBorrowedCostOfHireLimit.Name =
"txtMCCNonTruckersHiredBorrowedCostOfHireLimit"
'
'txtMCCNonTruckersHiredBorrowedPrem
'
Me.txtMCCNonTruckersHiredBorrowedPrem.Name =
"txtMCCNonTruckersHiredBorrowedPrem"
'
'optMCCNonTruckersHiredBorrowedYes
'
Me.optMCCNonTruckersHiredBorrowedYes.Name =
"optMCCNonTruckersHiredBorrowedYes"
'
'optMCCNonTruckersHiredBorrowedNo
'
Me.optMCCNonTruckersHiredBorrowedNo.Name =
"optMCCNonTruckersHiredBorrowedNo"
'
'lblMCCNonTruckersHiredBorrowedStates
'
Me.lblMCCNonTruckersHiredBorrowedStates.Name =
"lblMCCNonTruckersHiredBorrowedStates"
'
'txtMCCNonTruckersHiredBorrowedStates
'
Me.txtMCCNonTruckersHiredBorrowedStates.Name =
"txtMCCNonTruckersHiredBorrowedStates"
'
'pnlMCCNonTruckersHiredBorrowed
'
Me.pnlMCCNonTruckersHiredBorrowed.Name =
"pnlMCCNonTruckersHiredBorrowed"
'
'lblMCCHiredBorrowedLiability
'
Me.lblMCCHiredBorrowedLiability.Name =
"lblMCCHiredBorrowedLiability"
'
'chkMCCHiredBorrowedLiabilityIfAnyBasis
'
Me.chkMCCHiredBorrowedLiabilityIfAnyBasis.Name =
"chkMCCHiredBorrowedLiabilityIfAnyBasis"
'
'lblMCCHiredBorrowedLiabilityCostOfHire
'
Me.lblMCCHiredBorrowedLiabilityCostOfHire.Name =
"lblMCCHiredBorrowedLiabilityCostOfHire"
'
'txtMCCHiredBorrowedLiabilityCostOfHireLimit
'
Me.txtMCCHiredBorrowedLiabilityCostOfHireLimit.Name =
"txtMCCHiredBorrowedLiabilityCostOfHireLimit"
'
'txtMCCHiredBorrowedLiabilityLimit
'
Me.txtMCCHiredBorrowedLiabilityLimit.Name =
"txtMCCHiredBorrowedLiabilityLimit"
'
'optMCCHiredBorrowedLiabilityYes
'
Me.optMCCHiredBorrowedLiabilityYes.Name =
"optMCCHiredBorrowedLiabilityYes"
'
'OptMCCHiredBorrowedLiabilityNo
'
Me.OptMCCHiredBorrowedLiabilityNo.Name =
"OptMCCHiredBorrowedLiabilityNo"
'
'lblMCCHiredBorrowedLiabilityStates
'
Me.lblMCCHiredBorrowedLiabilityStates.Name =
"lblMCCHiredBorrowedLiabilityStates"
'
'txtMCCHiredBorrowedLiabilityStates
'
Me.txtMCCHiredBorrowedLiabilityStates.Name =
"txtMCCHiredBorrowedLiabilityStates"
'
'pnlMCCHiredBorrowedLiability
'
Me.pnlMCCHiredBorrowedLiability.Name =
"pnlMCCHiredBorrowedLiability"
'
'lblMCCNonOwnedAutoLiability
'
Me.lblMCCNonOwnedAutoLiability.Name = "lblMCCNonOwnedAutoLiability"
'
'txtMCCNonOwnedAutoLiabilityEmployees
'
Me.txtMCCNonOwnedAutoLiabilityEmployees.Name =
"txtMCCNonOwnedAutoLiabilityEmployees"
'
'chkMCCNonOwnedAutoLiabilityEmployees
'
Me.chkMCCNonOwnedAutoLiabilityEmployees.Name =
"chkMCCNonOwnedAutoLiabilityEmployees"
'
'txtMCCNonOwnedAutoLiabilityVolunteers
'
Me.txtMCCNonOwnedAutoLiabilityVolunteers.Name =
"txtMCCNonOwnedAutoLiabilityVolunteers"
'
'txtMCCNonOwnedAutoLiabilityPartners
'
Me.txtMCCNonOwnedAutoLiabilityPartners.Name =
"txtMCCNonOwnedAutoLiabilityPartners"
'
'txtMCCNonOwnedAutoLiabilityPrem
'
Me.txtMCCNonOwnedAutoLiabilityPrem.Name =
"txtMCCNonOwnedAutoLiabilityPrem"
'
'optMCCNonOwnedAutoLiabilityYes
'
Me.optMCCNonOwnedAutoLiabilityYes.Name =
"optMCCNonOwnedAutoLiabilityYes"
'
'optMCCNonOwnedAutoLiabilityNo
'
Me.optMCCNonOwnedAutoLiabilityNo.Name =
"optMCCNonOwnedAutoLiabilityNo"
'
'lblMCCNonOwnedAutoLiabilityStates
'
Me.lblMCCNonOwnedAutoLiabilityStates.Name =
"lblMCCNonOwnedAutoLiabilityStates"
'
'txtMCCNonOwnedAutoLiabilityStates
'
Me.txtMCCNonOwnedAutoLiabilityStates.Name =
"txtMCCNonOwnedAutoLiabilityStates"
'
'chkMCCNonOwnedAutoLiabilityVolunteers
'
Me.chkMCCNonOwnedAutoLiabilityVolunteers.Name =
"chkMCCNonOwnedAutoLiabilityVolunteers"
'
'chkMCCNonOwnedAutoLiabilityPartners
'
Me.chkMCCNonOwnedAutoLiabilityPartners.Name =
"chkMCCNonOwnedAutoLiabilityPartners"
'
'lblMCCNonOwnedAutoLiabilityNumOfHdr
'
Me.lblMCCNonOwnedAutoLiabilityNumOfHdr.Name =
"lblMCCNonOwnedAutoLiabilityNumOfHdr"
'
'lblMCCNonOwnedAutoLiabilityGroupTypeHdr
'
Me.lblMCCNonOwnedAutoLiabilityGroupTypeHdr.Name =
"lblMCCNonOwnedAutoLiabilityGroupTypeHdr"
'
'pnlMCCNonOwnedAutoLiability
'
Me.pnlMCCNonOwnedAutoLiability.Name = "pnlMCCNonOwnedAutoLiability"
'
'lblTCTICompTrailersHdr
'
Me.lblTCTICompTrailersHdr.Name = "lblTCTICompTrailersHdr"
'
'lblTCTICompCoveredAutoSymbolsHdr
'
Me.lblTCTICompCoveredAutoSymbolsHdr.Name =
"lblTCTICompCoveredAutoSymbolsHdr"
'
'lblTCTICompCoverageHdr
'
Me.lblTCTICompCoverageHdr.Name = "lblTCTICompCoverageHdr"
'
'lblTCTICompDedHdr
'
Me.lblTCTICompDedHdr.Name = "lblTCTICompDedHdr"
'
'lblTCTICompStatesHdr
'
Me.lblTCTICompStatesHdr.Name = "lblTCTICompStatesHdr"
'
'lblTCTICompDaysHdr
'
Me.lblTCTICompDaysHdr.Name = "lblTCTICompDaysHdr"
'
'lblTCTICompRadiusHdr
'
Me.lblTCTICompRadiusHdr.Name = "lblTCTICompRadiusHdr"
'
'lblTCTIComp
'
Me.lblTCTIComp.Name = "lblTCTIComp"
'
'chkTCTIComp48
'
Me.chkTCTIComp48.Name = "chkTCTIComp48"
'
'chkTCTIComp49
'
Me.chkTCTIComp49.Name = "chkTCTIComp49"
'
'txtTCTICompTrailers
'
Me.txtTCTICompTrailers.Name = "txtTCTICompTrailers"
'
'txtTCTICompState
'
Me.txtTCTICompState.Name = "txtTCTICompState"
'
'txtTCTICompDays
'
Me.txtTCTICompDays.Name = "txtTCTICompDays"
'
'txtTCTICompRadius
'
Me.txtTCTICompRadius.Name = "txtTCTICompRadius"
'
'lblTCTICompPremHdr
'
Me.lblTCTICompPremHdr.Name = "lblTCTICompPremHdr"
'
'txtTCTICompPrem
'
Me.txtTCTICompPrem.Name = "txtTCTICompPrem"
'
'pnlTCTIComp
'
Me.pnlTCTIComp.Name = "pnlTCTIComp"
'
'lblTCTISpecifiedCauseOfLoss
'
Me.lblTCTISpecifiedCauseOfLoss.Name = "lblTCTISpecifiedCauseOfLoss"
'
'chkTCTISpecifiedCauseOfLoss48
'
Me.chkTCTISpecifiedCauseOfLoss48.Name =
"chkTCTISpecifiedCauseOfLoss48"
'
'chkTCTISpecifiedCauseOfLoss49
'
Me.chkTCTISpecifiedCauseOfLoss49.Name =
"chkTCTISpecifiedCauseOfLoss49"
'
'txtTCTISpecifiedCauseOfLossTrailers
'
Me.txtTCTISpecifiedCauseOfLossTrailers.Name =
"txtTCTISpecifiedCauseOfLossTrailers"
'
'txtTCTISpecifiedCauseOfLossState
'
Me.txtTCTISpecifiedCauseOfLossState.Name =
"txtTCTISpecifiedCauseOfLossState"
'
'txtTCTISpecifiedCauseOfLossDays
'
Me.txtTCTISpecifiedCauseOfLossDays.Name =
"txtTCTISpecifiedCauseOfLossDays"
'
'txtTCTISpecifiedCauseOfLossRadius
'
Me.txtTCTISpecifiedCauseOfLossRadius.Name =
"txtTCTISpecifiedCauseOfLossRadius"
'
'txtTCTISpecifiedCauseOfLossPrem
'
Me.txtTCTISpecifiedCauseOfLossPrem.Name =
"txtTCTISpecifiedCauseOfLossPrem"
'
'pnlTCTISpecifiedCauseOfLoss
'
Me.pnlTCTISpecifiedCauseOfLoss.Name = "pnlTCTISpecifiedCauseOfLoss"
'
'lblTCTIColl
'
Me.lblTCTIColl.Name = "lblTCTIColl"
'
'chkTCTIColl48
'
Me.chkTCTIColl48.Name = "chkTCTIColl48"
'
'chkTCTIColl49
'
Me.chkTCTIColl49.Name = "chkTCTIColl49"
'
'txtTCTICollTrailers
'
Me.txtTCTICollTrailers.Name = "txtTCTICollTrailers"
'
'txtTCTICollState
'
Me.txtTCTICollState.Name = "txtTCTICollState"
'
'txtTCTICollDays
'
Me.txtTCTICollDays.Name = "txtTCTICollDays"
'
'txtTCTICollRadius
'
Me.txtTCTICollRadius.Name = "txtTCTICollRadius"
'
'txtTCTICollPrem
'
Me.txtTCTICollPrem.Name = "txtTCTICollPrem"
'
'txtTCTICollDed
'
Me.txtTCTICollDed.Name = "txtTCTICollDed"
'
'pnlTCTIColl
'
Me.pnlTCTIColl.Name = "pnlTCTIColl"
'
'txtTCTIHPDDays2
'
Me.txtTCTIHPDDays2.Name = "txtTCTIHPDDays2"
'
'txtTCTIHPDDays1
'
Me.txtTCTIHPDDays1.Name = "txtTCTIHPDDays1"
'
'lblTCTIHPDDaysHdr
'
Me.lblTCTIHPDDaysHdr.Name = "lblTCTIHPDDaysHdr"
'
'txtTCTIHPDDays3
'
Me.txtTCTIHPDDays3.Name = "txtTCTIHPDDays3"
'
'lblTCTIHPDStatesHdr
'
Me.lblTCTIHPDStatesHdr.Name = "lblTCTIHPDStatesHdr"
'
'lblTCTIHPDVehHdr
'
Me.lblTCTIHPDVehHdr.Name = "lblTCTIHPDVehHdr"
'
'txtTCTIHPDDays4
'
Me.txtTCTIHPDDays4.Name = "txtTCTIHPDDays4"
'
'txtTCTIHPDVeh2
'
Me.txtTCTIHPDVeh2.Name = "txtTCTIHPDVeh2"
'
'txtTCTIHPDVeh1
'
Me.txtTCTIHPDVeh1.Name = "txtTCTIHPDVeh1"
'
'txtTCTIHPDVeh3
'
Me.txtTCTIHPDVeh3.Name = "txtTCTIHPDVeh3"
'
'txtTCTIHPDVeh4
'
Me.txtTCTIHPDVeh4.Name = "txtTCTIHPDVeh4"
'
'txtTCTIHPDState2
'
Me.txtTCTIHPDState2.Name = "txtTCTIHPDState2"
'
'txtTCTIHPDState1
'
Me.txtTCTIHPDState1.Name = "txtTCTIHPDState1"
'
'txtTCTIHPDState3
'
Me.txtTCTIHPDState3.Name = "txtTCTIHPDState3"
'
'txtTCTIHPDState4
'
Me.txtTCTIHPDState4.Name = "txtTCTIHPDState4"
'
'optTCTIHPDCoverageIsPrimary
'
Me.optTCTIHPDCoverageIsPrimary.Name = "optTCTIHPDCoverageIsPrimary"
'
'optTCTIHPDCoverageIsSecondary
'
Me.optTCTIHPDCoverageIsSecondary.Name =
"optTCTIHPDCoverageIsSecondary"
'
'lblTCTIHPDCoverageIs
'
Me.lblTCTIHPDCoverageIs.Name = "lblTCTIHPDCoverageIs"
'
'pnlTCTIHPDCoverageIs
'
Me.pnlTCTIHPDCoverageIs.Name = "pnlTCTIHPDCoverageIs"
'
'txtTCTIHPDPrem
'
Me.txtTCTIHPDPrem.Name = "txtTCTIHPDPrem"
'
'pnlTCTIHiredPhyscialDamage
'
Me.pnlTCTIHiredPhyscialDamage.Name = "pnlTCTIHiredPhyscialDamage"
'
'lblTCAdditionalCoverages
'
Me.lblTCAdditionalCoverages.Name = "lblTCAdditionalCoverages"
'
'pnlTCTIMain
'
Me.pnlTCTIMain.Name = "pnlTCTIMain"
'
'lblTCHiredBorrowedLiability
'
Me.lblTCHiredBorrowedLiability.Name = "lblTCHiredBorrowedLiability"
'
'chkTCHiredBorrowedLiabilityIfAnyBasis
'
Me.chkTCHiredBorrowedLiabilityIfAnyBasis.Name =
"chkTCHiredBorrowedLiabilityIfAnyBasis"
'
'lblTCHiredBorrowedLiabilityCostOfHire
'
Me.lblTCHiredBorrowedLiabilityCostOfHire.Name =
"lblTCHiredBorrowedLiabilityCostOfHire"
'
'txtTCHiredBorrowedLiabilityCostOfHire
'
Me.txtTCHiredBorrowedLiabilityCostOfHire.Name =
"txtTCHiredBorrowedLiabilityCostOfHire"
'
'txtTCHiredBorrowedLiabilityPrem
'
Me.txtTCHiredBorrowedLiabilityPrem.Name =
"txtTCHiredBorrowedLiabilityPrem"
'
'optTCHiredBorrowedLiabilityYes
'
Me.optTCHiredBorrowedLiabilityYes.Name =
"optTCHiredBorrowedLiabilityYes"
'
'optTCHiredBorrowedLiabilityNo
'
Me.optTCHiredBorrowedLiabilityNo.Name =
"optTCHiredBorrowedLiabilityNo"
'
'lblTCHiredBorrowedLiabilityStates
'
Me.lblTCHiredBorrowedLiabilityStates.Name =
"lblTCHiredBorrowedLiabilityStates"
'
'txtTCHiredBorrowedLiabilityStates
'
Me.txtTCHiredBorrowedLiabilityStates.Name =
"txtTCHiredBorrowedLiabilityStates"
'
'pnlTCHiredBorrowedLiability
'
Me.pnlTCHiredBorrowedLiability.Name = "pnlTCHiredBorrowedLiability"
'
'lblTCNonOwnedAutoLiability
'
Me.lblTCNonOwnedAutoLiability.Name = "lblTCNonOwnedAutoLiability"
'
'txtTCNonOwnedAutoLiabilityEmployees
'
Me.txtTCNonOwnedAutoLiabilityEmployees.Name =
"txtTCNonOwnedAutoLiabilityEmployees"
'
'chkTCNonOwnedAutoLiabilityEmployees
'
Me.chkTCNonOwnedAutoLiabilityEmployees.Name =
"chkTCNonOwnedAutoLiabilityEmployees"
'
'txtTCNonOwnedAutoLiabilityVolunteers
'
Me.txtTCNonOwnedAutoLiabilityVolunteers.Name =
"txtTCNonOwnedAutoLiabilityVolunteers"
'
'txtTCNonOwnedAutoLiabilityPartners
'
Me.txtTCNonOwnedAutoLiabilityPartners.Name =
"txtTCNonOwnedAutoLiabilityPartners"
'
'txtTCNonOwnedAutoLiabilityPrem
'
Me.txtTCNonOwnedAutoLiabilityPrem.Name =
"txtTCNonOwnedAutoLiabilityPrem"
'
'optTCNonOwnedAutoLiabilityYes
'
Me.optTCNonOwnedAutoLiabilityYes.Name =
"optTCNonOwnedAutoLiabilityYes"
'
'optTCNonOwnedAutoLiabilityNo
'
Me.optTCNonOwnedAutoLiabilityNo.Name =
"optTCNonOwnedAutoLiabilityNo"
'
'lblTCNonOwnedAutoLiabilityStates
'
Me.lblTCNonOwnedAutoLiabilityStates.Name =
"lblTCNonOwnedAutoLiabilityStates"
'
'txtTCNonOwnedAutoLiabilityStates
'
Me.txtTCNonOwnedAutoLiabilityStates.Name =
"txtTCNonOwnedAutoLiabilityStates"
'
'chkTCNonOwnedAutoLiabilityVolunteers
'
Me.chkTCNonOwnedAutoLiabilityVolunteers.Name =
"chkTCNonOwnedAutoLiabilityVolunteers"
'
'chkTCNonOwnedAutoLiabilityPartners
'
Me.chkTCNonOwnedAutoLiabilityPartners.Name =
"chkTCNonOwnedAutoLiabilityPartners"
'
'lblTCNonOwnedAutoLiabilityNumOfHdr
'
Me.lblTCNonOwnedAutoLiabilityNumOfHdr.Name =
"lblTCNonOwnedAutoLiabilityNumOfHdr"
'
'lblTCNonOwnedAutoLiabilityGroupTypeHdr
'
Me.lblTCNonOwnedAutoLiabilityGroupTypeHdr.Name =
"lblTCNonOwnedAutoLiabilityGroupTypeHdr"
'
'pnlTCNonOwnedAutoLiability
'
Me.pnlTCNonOwnedAutoLiability.Name = "pnlTCNonOwnedAutoLiability"
'
'chkTCPDComp42
'
Me.chkTCPDComp42.Name = "chkTCPDComp42"
'
'lblTCPDComp
'
Me.lblTCPDComp.Name = "lblTCPDComp"
'
'lblTCPDCompLimitsHdr
'
Me.lblTCPDCompLimitsHdr.Name = "lblTCPDCompLimitsHdr"
'
'lblTCPDCompCoveredAutoSymbolsHdr
'
Me.lblTCPDCompCoveredAutoSymbolsHdr.Name =
"lblTCPDCompCoveredAutoSymbolsHdr"
'
'lblTCPDCompCoverageHdr
'
Me.lblTCPDCompCoverageHdr.Name = "lblTCPDCompCoverageHdr"
'
'lblTCPDCompPremHdr
'
Me.lblTCPDCompPremHdr.Name = "lblTCPDCompPremHdr"
'
'lblTCPDCompDedHdr
'
Me.lblTCPDCompDedHdr.Name = "lblTCPDCompDedHdr"
'
'chkTCPDComp43
'
Me.chkTCPDComp43.Name = "chkTCPDComp43"
'
'chkTCPDComp46
'
Me.chkTCPDComp46.Name = "chkTCPDComp46"
'
'chkTCPDComp47
'
Me.chkTCPDComp47.Name = "chkTCPDComp47"
'
'txtTCPDCompDed
'
Me.txtTCPDCompDed.Name = "txtTCPDCompDed"
'
'txtTCPDCompPrem
'
Me.txtTCPDCompPrem.Name = "txtTCPDCompPrem"
'
'pnlTCPDComp
'
Me.pnlTCPDComp.Name = "pnlTCPDComp"
'
'txtTCPDSpecifiedCauseOfLossDed
'
Me.txtTCPDSpecifiedCauseOfLossDed.Name =
"txtTCPDSpecifiedCauseOfLossDed"
'
'chkTCPDSpecifiedCauseOfLoss42
'
Me.chkTCPDSpecifiedCauseOfLoss42.Name =
"chkTCPDSpecifiedCauseOfLoss42"
'
'chkTCPDSpecifiedCauseOfLoss43
'
Me.chkTCPDSpecifiedCauseOfLoss43.Name =
"chkTCPDSpecifiedCauseOfLoss43"
'
'chkTCPDSpecifiedCauseOfLoss46
'
Me.chkTCPDSpecifiedCauseOfLoss46.Name =
"chkTCPDSpecifiedCauseOfLoss46"
'
'txtTCPDSpecifiedCauseOfLossPrem
'
Me.txtTCPDSpecifiedCauseOfLossPrem.Name =
"txtTCPDSpecifiedCauseOfLossPrem"
'
'lblTCPDSpecifiedCauseOfLoss
'
Me.lblTCPDSpecifiedCauseOfLoss.Name = "lblTCPDSpecifiedCauseOfLoss"
'
'chkTCPDSpecifiedCauseOfLoss47
'
Me.chkTCPDSpecifiedCauseOfLoss47.Name =
"chkTCPDSpecifiedCauseOfLoss47"
'
'optTCPDSpecifiedCauseOfLossSCL
'
Me.optTCPDSpecifiedCauseOfLossSCL.Name =
"optTCPDSpecifiedCauseOfLossSCL"
'
'optTCPDSpecifiedCauseOfLossLSP
'
Me.optTCPDSpecifiedCauseOfLossLSP.Name =
"optTCPDSpecifiedCauseOfLossLSP"
'
'OptTCPDSpecifiedCauseOfLossFTW
'
Me.OptTCPDSpecifiedCauseOfLossFTW.Name =
"OptTCPDSpecifiedCauseOfLossFTW"
'
'optTCPDSpecifiedCauseOfLossFT
'
Me.optTCPDSpecifiedCauseOfLossFT.Name =
"optTCPDSpecifiedCauseOfLossFT"
'
'optTCPDSpecifiedCauseOfLossF
'
Me.optTCPDSpecifiedCauseOfLossF.Name =
"optTCPDSpecifiedCauseOfLossF"
'
'pnlTCPDSpecifiedCauseOfLoss
'
Me.pnlTCPDSpecifiedCauseOfLoss.Name = "pnlTCPDSpecifiedCauseOfLoss"
'
'chkTCPDColl42
'
Me.chkTCPDColl42.Name = "chkTCPDColl42"
'
'lblTCPDColl
'
Me.lblTCPDColl.Name = "lblTCPDColl"
'
'chkTCPDColl43
'
Me.chkTCPDColl43.Name = "chkTCPDColl43"
'
'chkTCPDColl46
'
Me.chkTCPDColl46.Name = "chkTCPDColl46"
'
'chkTCPDColl47
'
Me.chkTCPDColl47.Name = "chkTCPDColl47"
'
'txtTCPDCollDed
'
Me.txtTCPDCollDed.Name = "txtTCPDCollDed"
'
'txtTCPDCollPrem
'
Me.txtTCPDCollPrem.Name = "txtTCPDCollPrem"
'
'pnlTCPDColl
'
Me.pnlTCPDColl.Name = "pnlTCPDColl"
'
'chkTCPDTowingAndLabor46
'
Me.chkTCPDTowingAndLabor46.Name = "chkTCPDTowingAndLabor46"
'
'txtTCPDTowingAndLaborLimit
'
Me.txtTCPDTowingAndLaborLimit.Name = "txtTCPDTowingAndLaborLimit"
'
'txtTCPDTowingAndLaborPrem
'
Me.txtTCPDTowingAndLaborPrem.Name = "txtTCPDTowingAndLaborPrem"
'
'pnlTCPDTowingAndLabor
'
Me.pnlTCPDTowingAndLabor.Name = "pnlTCPDTowingAndLabor"
'
'pnlTCPDMain
'
Me.pnlTCPDMain.Name = "pnlTCPDMain"
'
'lblTCMedicalPayments
'
Me.lblTCMedicalPayments.Name = "lblTCMedicalPayments"
'
'chkTCMedicalPayments41
'
Me.chkTCMedicalPayments41.Name = "chkTCMedicalPayments41"
'
'chkTCMedicalPayments42
'
Me.chkTCMedicalPayments42.Name = "chkTCMedicalPayments42"
'
'chkTCMedicalPayments46
'
Me.chkTCMedicalPayments46.Name = "chkTCMedicalPayments46"
'
'lblTCMedicalPaymentsEaPer
'
Me.lblTCMedicalPaymentsEaPer.Name = "lblTCMedicalPaymentsEaPer"
'
'txtTCMedicalPaymentsExPerLimit
'
Me.txtTCMedicalPaymentsExPerLimit.Name =
"txtTCMedicalPaymentsExPerLimit"
'
'txtTCMedicalPaymentsPrem
'
Me.txtTCMedicalPaymentsPrem.Name = "txtTCMedicalPaymentsPrem"
'
'pnlTCMedicalPayments
'
Me.pnlTCMedicalPayments.Name = "pnlTCMedicalPayments"
'
'lblTCNonTruckersHiredBorrowed
'
Me.lblTCNonTruckersHiredBorrowed.Name =
"lblTCNonTruckersHiredBorrowed"
'
'chkTCNonTruckersHiredBorrowedIfAnyBasis
'
Me.chkTCNonTruckersHiredBorrowedIfAnyBasis.Name =
"chkTCNonTruckersHiredBorrowedIfAnyBasis"
'
'lblTCNonTruckersHiredBorrowedCostOfHire
'
Me.lblTCNonTruckersHiredBorrowedCostOfHire.Name =
"lblTCNonTruckersHiredBorrowedCostOfHire"
'
'txtTCNonTruckersHiredBorrowedCostOfHire
'
Me.txtTCNonTruckersHiredBorrowedCostOfHire.Name =
"txtTCNonTruckersHiredBorrowedCostOfHire"
'
'txtTCNonTruckersHiredBorrowedPrem
'
Me.txtTCNonTruckersHiredBorrowedPrem.Name =
"txtTCNonTruckersHiredBorrowedPrem"
'
'optTCNonTruckersHiredBorrowedYes
'
Me.optTCNonTruckersHiredBorrowedYes.Name =
"optTCNonTruckersHiredBorrowedYes"
'
'optTCNonTruckersHiredBorrowedNo
'
Me.optTCNonTruckersHiredBorrowedNo.Name =
"optTCNonTruckersHiredBorrowedNo"
'
'lblTCNonTruckersHiredBorrowedStates
'
Me.lblTCNonTruckersHiredBorrowedStates.Name =
"lblTCNonTruckersHiredBorrowedStates"
'
'txtTCNonTruckersHiredBorrowedStates
'
Me.txtTCNonTruckersHiredBorrowedStates.Name =
"txtTCNonTruckersHiredBorrowedStates"
'
'pnlTCNonTruckersHiredBorrowed
'
Me.pnlTCNonTruckersHiredBorrowed.Name =
"pnlTCNonTruckersHiredBorrowed"
'
'lblTCLiability
'
Me.lblTCLiability.Name = "lblTCLiability"
'
'txtTCLiabilityBICSLLimit
'
Me.txtTCLiabilityBICSLLimit.Name = "txtTCLiabilityBICSLLimit"
'
'lblTCLiabilityLimitsHdr
'
Me.lblTCLiabilityLimitsHdr.Name = "lblTCLiabilityLimitsHdr"
'
'lblTCLiabilityCoveredAutoSymbolsHdr
'
Me.lblTCLiabilityCoveredAutoSymbolsHdr.Name =
"lblTCLiabilityCoveredAutoSymbolsHdr"
'
'lblTCLiabilityCoveragesHdr
'
Me.lblTCLiabilityCoveragesHdr.Name = "lblTCLiabilityCoveragesHdr"
'
'chkTCLiability41
'
Me.chkTCLiability41.Name = "chkTCLiability41"
'
'chkTCLiability42
'
Me.chkTCLiability42.Name = "chkTCLiability42"
'
'chkTCLiability43
'
Me.chkTCLiability43.Name = "chkTCLiability43"
'
'chkTCLiability46
'
Me.chkTCLiability46.Name = "chkTCLiability46"
'
'chkTCLiability47
'
Me.chkTCLiability47.Name = "chkTCLiability47"
'
'chkTCLiability50
'
Me.chkTCLiability50.Name = "chkTCLiability50"
'
'lblTCLiabilityBI
'
Me.lblTCLiabilityBI.Name = "lblTCLiabilityBI"
'
'txtTCLiabilityBILimit
'
Me.txtTCLiabilityBILimit.Name = "txtTCLiabilityBILimit"
'
'lblTCLiabilityPD
'
Me.lblTCLiabilityPD.Name = "lblTCLiabilityPD"
'
'txtTCLiabilityPDLimit
'
Me.txtTCLiabilityPDLimit.Name = "txtTCLiabilityPDLimit"
'
'lblTCLiabilityPremHdr
'
Me.lblTCLiabilityPremHdr.Name = "lblTCLiabilityPremHdr"
'
'txtTCLiabilityBICSLPrem
'
Me.txtTCLiabilityBICSLPrem.Name = "txtTCLiabilityBICSLPrem"
'
'txtTCLiabilityPDPrem
'
Me.txtTCLiabilityPDPrem.Name = "txtTCLiabilityPDPrem"
'
'optTCLiabilityCSL
'
Me.optTCLiabilityCSL.Name = "optTCLiabilityCSL"
'
'optTCLiabilityBI
'
Me.optTCLiabilityBI.Name = "optTCLiabilityBI"
'
'pnlTCLiabilityCSLBI
'
Me.pnlTCLiabilityCSLBI.Name = "pnlTCLiabilityCSLBI"
'
'pnlTCLiability
'
Me.pnlTCLiability.Name = "pnlTCLiability"
'
'lblAdditionalCovagesHdr
'
Me.lblAdditionalCovagesHdr.Name = "lblAdditionalCovagesHdr"
'
'chkComp
'
Me.chkComp.Name = "chkComp"
'
'chkFG
'
Me.chkFG.Name = "chkFG"
'
'chkRentalReimbursment
'
Me.chkRentalReimbursment.Name = "chkRentalReimbursment"
'
'chkColl
'
Me.chkColl.Name = "chkColl"
'
'chkFire
'
Me.chkFire.Name = "chkFire"
'
'chkLimitedSpedifiedPerils
'
Me.chkLimitedSpedifiedPerils.Name = "chkLimitedSpedifiedPerils"
'
'chkFireTheftWindstorm
'
Me.chkFireTheftWindstorm.Name = "chkFireTheftWindstorm"
'
'chkFireTheft
'
Me.chkFireTheft.Name = "chkFireTheft"
'
'chkUninsured
'
Me.chkUninsured.Name = "chkUninsured"
'
'chkSpecifiedCauseOfLoss
'
Me.chkSpecifiedCauseOfLoss.Name = "chkSpecifiedCauseOfLoss"
'
'chkTowingandLabor
'
Me.chkTowingandLabor.Name = "chkTowingandLabor"
'
'chkUnderInsured
'
Me.chkUnderInsured.Name = "chkUnderInsured"
'
'chkNoFault
'
Me.chkNoFault.Name = "chkNoFault"
'
'chkAddlNoFault
'
Me.chkAddlNoFault.Name = "chkAddlNoFault"
'
'chkMedPay
'
Me.chkMedPay.Name = "chkMedPay"
'
'chkLiability
'
Me.chkLiability.Name = "chkLiability"
'
'pnlMCLiability
'
Me.pnlMCLiability.Name = "pnlMCLiability"
'
'lblTrailerInterChangeHdr
'
Me.lblTrailerInterChangeHdr.Name = "lblTrailerInterChangeHdr"
'
'lblPhysicalDamageHdrAll
'
Me.lblPhysicalDamageHdrAll.Name = "lblPhysicalDamageHdrAll"
'
'lblMCHiredPhysicalDamageHdr
'
Me.lblMCHiredPhysicalDamageHdr.Name = "lblMCHiredPhysicalDamageHdr"
'
'tpgMotorCarrierCov
'
Me.tpgMotorCarrierCov.Name = "tpgMotorCarrierCov"
'
'lblHiredPhysDam
'
Me.lblHiredPhysDam.Name = "lblHiredPhysDam"
'
'tpgTruckerCov
'
Me.tpgTruckerCov.Controls.Add(Me.Panel1)
Me.tpgTruckerCov.Name = "tpgTruckerCov"
Me.tpgTruckerCov.Controls.SetChildIndex(Me.Panel1, 0)
Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCLiability, 0)
Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCMedicalPayments, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCNonTruckersHiredBorrowed, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCHiredBorrowedLiability, 0)

Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCNonOwnedAutoLiability, 0)
Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCPDMain, 0)
Me.tpgTruckerCov.Controls.SetChildIndex(Me.pnlTCTIMain, 0)
'
'tabMain
'
Me.tabMain.Name = "tabMain"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.TextBox88)
Me.Panel1.Controls.Add(Me.Panel2)
Me.Panel1.Controls.Add(Me.RadioButton68)
Me.Panel1.Controls.Add(Me.RadioButton69)
Me.Panel1.Controls.Add(Me.TextBox94)
Me.Panel1.Controls.Add(Me.TextBox102)
Me.Panel1.Controls.Add(Me.Label41)
Me.Panel1.Controls.Add(Me.Label44)
Me.Panel1.Controls.Add(Me.TextBox93)
Me.Panel1.Controls.Add(Me.TextBox95)
Me.Panel1.Controls.Add(Me.CheckBox10)
Me.Panel1.Controls.Add(Me.CheckBox11)
Me.Panel1.Controls.Add(Me.CheckBox12)
Me.Panel1.Controls.Add(Me.CheckBox13)
Me.Panel1.Controls.Add(Me.TextBox96)
Me.Panel1.Controls.Add(Me.Label42)
Me.Panel1.Location = New System.Drawing.Point(0, 158)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(766, 100)
Me.Panel1.TabIndex = 510
'
'TextBox88
'
Me.TextBox88.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox88.Location = New System.Drawing.Point(592, 36)
Me.TextBox88.Name = "TextBox88"
Me.TextBox88.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.TextBox88.TabIndex = 526
Me.TextBox88.Text = ""
Me.TextBox88.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'Panel2
'
Me.Panel2.Controls.Add(Me.RadioButton122)
Me.Panel2.Controls.Add(Me.RadioButton123)
Me.Panel2.Location = New System.Drawing.Point(331, 14)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(139, 20)
Me.Panel2.TabIndex = 525
'
'RadioButton122
'
Me.RadioButton122.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.RadioButton122.Location = New System.Drawing.Point(64, 0)
Me.RadioButton122.Name = "RadioButton122"
Me.RadioButton122.Size = New System.Drawing.Size(74, 20)
Me.RadioButton122.TabIndex = 511
Me.RadioButton122.Text = "&BI ea per"
'
'RadioButton123
'
Me.RadioButton123.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.RadioButton123.Location = New System.Drawing.Point(0, 0)
Me.RadioButton123.Name = "RadioButton123"
Me.RadioButton123.Size = New System.Drawing.Size(45, 20)
Me.RadioButton123.TabIndex = 510
Me.RadioButton123.Text = "&CSL"
'
'RadioButton68
'
Me.RadioButton68.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.RadioButton68.Location = New System.Drawing.Point(94, 66)
Me.RadioButton68.Name = "RadioButton68"
Me.RadioButton68.Size = New System.Drawing.Size(94, 20)
Me.RadioButton68.TabIndex = 524
Me.RadioButton68.Text = "&Non-stacked"
'
'RadioButton69
'
Me.RadioButton69.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.RadioButton69.Location = New System.Drawing.Point(94, 44)
Me.RadioButton69.Name = "RadioButton69"
Me.RadioButton69.Size = New System.Drawing.Size(66, 20)
Me.RadioButton69.TabIndex = 523
Me.RadioButton69.Text = "&Stacked"
'
'TextBox94
'
Me.TextBox94.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox94.Location = New System.Drawing.Point(592, 58)
Me.TextBox94.Name = "TextBox94"
Me.TextBox94.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.TextBox94.TabIndex = 522
Me.TextBox94.Text = ""
Me.TextBox94.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'TextBox102
'
Me.TextBox102.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox102.Location = New System.Drawing.Point(472, 58)
Me.TextBox102.Name = "TextBox102"
Me.TextBox102.TabIndex = 521
Me.TextBox102.Text = ""
Me.TextBox102.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'Label41
'
Me.Label41.BackColor = System.Drawing.Color.WhiteSmoke
Me.Label41.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label41.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label41.Location = New System.Drawing.Point(381, 58)
Me.Label41.Name = "Label41"
Me.Label41.Size = New System.Drawing.Size(91, 20)
Me.Label41.TabIndex = 520
Me.Label41.Text = "&Property damage"
Me.Label41.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label44
'
Me.Label44.BackColor = System.Drawing.Color.WhiteSmoke
Me.Label44.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label44.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label44.Location = New System.Drawing.Point(379, 36)
Me.Label44.Name = "Label44"
Me.Label44.Size = New System.Drawing.Size(91, 20)
Me.Label44.TabIndex = 519
Me.Label44.Text = "B&I each accident"
Me.Label44.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'TextBox93
'
Me.TextBox93.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox93.Location = New System.Drawing.Point(592, 14)
Me.TextBox93.Name = "TextBox93"
Me.TextBox93.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.TextBox93.TabIndex = 518
Me.TextBox93.Text = ""
Me.TextBox93.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'TextBox95
'
Me.TextBox95.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox95.Location = New System.Drawing.Point(472, 36)
Me.TextBox95.Name = "TextBox95"
Me.TextBox95.TabIndex = 517
Me.TextBox95.Text = ""
Me.TextBox95.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'CheckBox10
'
Me.CheckBox10.BackColor = System.Drawing.Color.WhiteSmoke
Me.CheckBox10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CheckBox10.Location = New System.Drawing.Point(240, 14)
Me.CheckBox10.Name = "CheckBox10"
Me.CheckBox10.Size = New System.Drawing.Size(37, 20)
Me.CheckBox10.TabIndex = 516
Me.CheckBox10.Text = "46"
'
'CheckBox11
'
Me.CheckBox11.BackColor = System.Drawing.Color.WhiteSmoke
Me.CheckBox11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CheckBox11.Location = New System.Drawing.Point(192, 58)
Me.CheckBox11.Name = "CheckBox11"
Me.CheckBox11.Size = New System.Drawing.Size(37, 20)
Me.CheckBox11.TabIndex = 515
Me.CheckBox11.Text = "45"
'
'CheckBox12
'
Me.CheckBox12.BackColor = System.Drawing.Color.WhiteSmoke
Me.CheckBox12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CheckBox12.Location = New System.Drawing.Point(192, 36)
Me.CheckBox12.Name = "CheckBox12"
Me.CheckBox12.Size = New System.Drawing.Size(37, 20)
Me.CheckBox12.TabIndex = 514
Me.CheckBox12.Text = "43"
'
'CheckBox13
'
Me.CheckBox13.BackColor = System.Drawing.Color.WhiteSmoke
Me.CheckBox13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CheckBox13.Location = New System.Drawing.Point(192, 14)
Me.CheckBox13.Name = "CheckBox13"
Me.CheckBox13.Size = New System.Drawing.Size(37, 20)
Me.CheckBox13.TabIndex = 513
Me.CheckBox13.Text = "42"
'
'TextBox96
'
Me.TextBox96.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox96.Location = New System.Drawing.Point(472, 14)
Me.TextBox96.Name = "TextBox96"
Me.TextBox96.TabIndex = 512
Me.TextBox96.Text = ""
Me.TextBox96.TextAlign =
System.Windows.Forms.HorizontalAlignment.Right
'
'Label42
'
Me.Label42.BackColor = System.Drawing.Color.WhiteSmoke
Me.Label42.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label42.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label42.Location = New System.Drawing.Point(74, 14)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing.Size(83, 25)
Me.Label42.TabIndex = 511
Me.Label42.Text = "&Uninsured motorist"
Me.Label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'frmTestDeviredForm
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.ClientSize = New System.Drawing.Size(790, 449)
Me.Name = "frmTestDeviredForm"
Me.Text = "frmTestDeviredForm"
Me.tpgTruckerCov.ResumeLayout(False)
Me.Panel1.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)

End Sub

#End Region

End Class
 
Hello,

Code:
The controls don't get added to the form ('Me.Controls.AddRange(...)').
 
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.
 
Back
Top