>From cfc0098561a3f1fb0a053ab92b8afd5ad1ff58af Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Apr 2015 19:46:16 +0200 Subject: [PATCH 8/8] Fix controls alignment in XRC after wxDatePickerCtrl size change. As wxDatePickerCtrl doesn't have fixed size any longer, make both it and all non-fixed size controls in the same column as it expand by using wxGROW with them. This ensures they are all of the same size and so their right borders remain aligned, as they were before. Also add a couple of missing borders in skin_reg_d.xrc which were clearly meant to be there and whose absence broke the controls visual alignment. --- gpt.xrc | 28 ++++++++++---------- mec.xrc | 24 ++++++++--------- skin.xrc | 68 +++++++++++++++++++++++------------------------ skin_coli_boli.xrc | 70 ++++++++++++++++++++++++------------------------- skin_group_carveout.xrc | 70 ++++++++++++++++++++++++------------------------- skin_reg_d.xrc | 38 ++++++++++++++------------- 6 files changed, 150 insertions(+), 148 deletions(-) diff --git a/gpt.xrc b/gpt.xrc index 90b8c4e..2727655 100644 --- a/gpt.xrc +++ b/gpt.xrc @@ -280,7 +280,7 @@ demonstrate a defect in the wx library. See - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Effective date @@ -312,7 +312,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Date of birth @@ -325,7 +325,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Insurance age on date of issue 80,-1 @@ -339,7 +339,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT State that approves policy form and rate filing, and governs everything else except premium tax 80,-1 @@ -354,7 +354,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT State to which premium tax is paid--affects premium load if the tax is passed through 80,-1 @@ -369,7 +369,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline level premium 80,-1 @@ -384,7 +384,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline single premium 80,-1 @@ -414,7 +414,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthiversary as of which inforce data is provided @@ -446,7 +446,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Beginning of most recent seven-pay period @@ -459,7 +459,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Target-premium specified amount 80,-1 @@ -474,7 +474,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce deemed cash value 80,-1 @@ -489,7 +489,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Current inforce account value 80,-1 @@ -504,7 +504,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Account value immediately before the last material change 80,-1 @@ -519,7 +519,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce least death benefit since beginning of last seven-pay period 80,-1 diff --git a/mec.xrc b/mec.xrc index 8279343..c209b82 100644 --- a/mec.xrc +++ b/mec.xrc @@ -312,7 +312,7 @@ demonstrate a defect in the wx library. See - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Effective date @@ -344,7 +344,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Date of birth @@ -357,7 +357,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Insurance age on date of issue 80,-1 @@ -371,7 +371,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT State that approves policy form and rate filing, and governs everything else except premium tax 80,-1 @@ -386,7 +386,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT State to which premium tax is paid--affects premium load if the tax is passed through 80,-1 @@ -416,7 +416,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthiversary as of which inforce data is provided @@ -448,7 +448,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Beginning of most recent seven-pay period @@ -461,7 +461,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Target-premium specified amount 80,-1 @@ -476,7 +476,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce deemed cash value 80,-1 @@ -491,7 +491,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Current inforce account value 80,-1 @@ -506,7 +506,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Account value immediately before the last material change 80,-1 @@ -521,7 +521,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce least death benefit since beginning of last seven-pay period 80,-1 diff --git a/skin.xrc b/skin.xrc index 3e5c177..5fc4648 100644 --- a/skin.xrc +++ b/skin.xrc @@ -178,7 +178,7 @@ - wxGROW + wxGROW|wxALIGN_CENTER_VERTICAL Effective date @@ -423,7 +423,7 @@ - wxGROW + wxGROW|wxALIGN_CENTER_VERTICAL Last COI reentry date @@ -1100,7 +1100,7 @@ - wxGROW + wxGROW|wxALIGN_CENTER_VERTICAL Date of birth @@ -1257,7 +1257,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Contract number 80,-1 @@ -1272,7 +1272,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Group master contract number 80,-1 @@ -1287,7 +1287,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthiversary date as of which inforce data is provided @@ -1300,7 +1300,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Annual target premium 80,-1 @@ -1315,7 +1315,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments counted toward target premium 80,-1 @@ -1330,7 +1330,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments subject to premium tax 80,-1 @@ -1364,7 +1364,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthly premium required to maintain no-lapse guarantee 80,-1 @@ -1379,7 +1379,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative premium required to maintain no-lapse guarantee 80,-1 @@ -1394,7 +1394,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for no-lapse guarantee 80,-1 @@ -1409,7 +1409,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for return of premium death benefit option 80,-1 @@ -1441,7 +1441,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--general account 80,-1 @@ -1456,7 +1456,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--separate account 80,-1 @@ -1471,7 +1471,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--regular loan 80,-1 @@ -1486,7 +1486,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--regular loan 80,-1 @@ -1501,7 +1501,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--preferred loan 80,-1 @@ -1516,7 +1516,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--preferred loan 80,-1 @@ -1531,7 +1531,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative refundable sales load 80,-1 @@ -1546,7 +1546,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Amount on which specified-amount load is charged--generally the specified amount at issue 80,-1 @@ -1561,7 +1561,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce honeymoon value 80,-1 @@ -1576,7 +1576,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case net experience reserve 80,-1 @@ -1591,7 +1591,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case year-to-date net COI charges 80,-1 @@ -1623,7 +1623,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce tax basis 80,-1 @@ -1638,7 +1638,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline level premium 80,-1 @@ -1653,7 +1653,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative guideline level premium 80,-1 @@ -1668,7 +1668,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline single premium 80,-1 @@ -1683,7 +1683,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative 7702(f)(1) 'premiums paid' 80,-1 @@ -1717,7 +1717,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce seven-pay premium 80,-1 @@ -1732,7 +1732,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Beginning of most recent seven-pay period @@ -1745,7 +1745,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value immediately before last material change 80,-1 @@ -1760,7 +1760,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce deemed cash value 80,-1 @@ -1775,7 +1775,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce least death benefit since beginning of last seven-pay period 80,-1 diff --git a/skin_coli_boli.xrc b/skin_coli_boli.xrc index 8fdec3d..a41be1a 100644 --- a/skin_coli_boli.xrc +++ b/skin_coli_boli.xrc @@ -1380,7 +1380,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Contract number 80,-1 @@ -1395,7 +1395,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Group master contract number 80,-1 @@ -1410,7 +1410,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthiversary date as of which inforce data is provided @@ -1423,7 +1423,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Years elapsed since issue @@ -1438,7 +1438,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Months elapsed since issue @@ -1453,7 +1453,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Annual target premium 80,-1 @@ -1468,7 +1468,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments counted toward target premium 80,-1 @@ -1483,7 +1483,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments subject to premium tax 80,-1 @@ -1517,7 +1517,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthly premium required to maintain no-lapse guarantee 80,-1 @@ -1532,7 +1532,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative premium required to maintain no-lapse guarantee 80,-1 @@ -1547,7 +1547,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for no-lapse guarantee 80,-1 @@ -1562,7 +1562,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for return of premium death benefit option 80,-1 @@ -1594,7 +1594,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--general account 80,-1 @@ -1609,7 +1609,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--separate account 80,-1 @@ -1624,7 +1624,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--regular loan 80,-1 @@ -1639,7 +1639,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--regular loan 80,-1 @@ -1654,7 +1654,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--preferred loan 80,-1 @@ -1669,7 +1669,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--preferred loan 80,-1 @@ -1684,7 +1684,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative refundable sales load 80,-1 @@ -1699,7 +1699,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Amount on which specified-amount load is charged--generally the specified amount at issue 80,-1 @@ -1714,7 +1714,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce honeymoon value 80,-1 @@ -1729,7 +1729,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case net experience reserve 80,-1 @@ -1744,7 +1744,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case year-to-date net COI charges 80,-1 @@ -1776,7 +1776,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce tax basis 80,-1 @@ -1791,7 +1791,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline level premium 80,-1 @@ -1806,7 +1806,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative guideline level premium 80,-1 @@ -1821,7 +1821,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline single premium 80,-1 @@ -1836,7 +1836,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative 7702(f)(1) 'premiums paid' 80,-1 @@ -1870,7 +1870,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce seven-pay premium 80,-1 @@ -1885,7 +1885,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Beginning of most recent seven-pay period @@ -1898,7 +1898,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Months elapsed since beginning of most recent seven-pay period @@ -1913,7 +1913,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Years elapsed since beginning of most recent seven-pay period @@ -1928,7 +1928,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value immediately before last material change 80,-1 @@ -1943,7 +1943,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce deemed cash value 80,-1 @@ -1958,7 +1958,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce least death benefit since beginning of last seven-pay period 80,-1 diff --git a/skin_group_carveout.xrc b/skin_group_carveout.xrc index 2f95e16..82cf0ac 100644 --- a/skin_group_carveout.xrc +++ b/skin_group_carveout.xrc @@ -552,7 +552,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Contract number 80,-1 @@ -567,7 +567,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Group master contract number 80,-1 @@ -582,7 +582,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthiversary date as of which inforce data is provided @@ -595,7 +595,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Years elapsed since issue @@ -610,7 +610,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Months elapsed since issue @@ -625,7 +625,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Annual target premium 80,-1 @@ -640,7 +640,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments counted toward target premium 80,-1 @@ -655,7 +655,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Year-to-date payments subject to premium tax 80,-1 @@ -689,7 +689,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Monthly premium required to maintain no-lapse guarantee 80,-1 @@ -704,7 +704,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative premium required to maintain no-lapse guarantee 80,-1 @@ -719,7 +719,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for no-lapse guarantee 80,-1 @@ -734,7 +734,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative payments for return of premium death benefit option 80,-1 @@ -766,7 +766,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--general account 80,-1 @@ -781,7 +781,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--separate account 80,-1 @@ -796,7 +796,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--regular loan 80,-1 @@ -811,7 +811,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--regular loan 80,-1 @@ -826,7 +826,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value--preferred loan 80,-1 @@ -841,7 +841,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce balance--preferred loan 80,-1 @@ -856,7 +856,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative refundable sales load 80,-1 @@ -871,7 +871,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Amount on which specified-amount load is charged--generally the specified amount at issue 80,-1 @@ -886,7 +886,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce honeymoon value 80,-1 @@ -901,7 +901,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case net experience reserve 80,-1 @@ -916,7 +916,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce case year-to-date net COI charges 80,-1 @@ -948,7 +948,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce tax basis 80,-1 @@ -963,7 +963,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline level premium 80,-1 @@ -978,7 +978,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative guideline level premium 80,-1 @@ -993,7 +993,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce guideline single premium 80,-1 @@ -1008,7 +1008,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Cumulative 7702(f)(1) 'premiums paid' 80,-1 @@ -1042,7 +1042,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce seven-pay premium 80,-1 @@ -1057,7 +1057,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Beginning of most recent seven-pay period @@ -1070,7 +1070,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Months elapsed since beginning of most recent seven-pay period @@ -1085,7 +1085,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Years elapsed since beginning of most recent seven-pay period @@ -1100,7 +1100,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce account value immediately before last material change 80,-1 @@ -1115,7 +1115,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce deemed cash value 80,-1 @@ -1130,7 +1130,7 @@ here, but it looks weird if we don't make this look like its siblings. - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT Inforce least death benefit since beginning of last seven-pay period 80,-1 diff --git a/skin_reg_d.xrc b/skin_reg_d.xrc index e8661dc..fd5b937 100644 --- a/skin_reg_d.xrc +++ b/skin_reg_d.xrc @@ -1483,7 +1483,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 4 Contract number @@ -1498,7 +1498,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 4 Monthiversary as of which inforce data is provided @@ -1512,7 +1512,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 4 Years elapsed since issue @@ -1528,7 +1528,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 4 Months elapsed since issue @@ -1706,7 +1706,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce tax basis @@ -1721,7 +1721,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Cumulative guideline level premium since issue @@ -1736,7 +1736,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce guideline level premium @@ -1751,7 +1751,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce guideline single premium @@ -1766,7 +1766,8 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT + 2 Cumulative 7702(f)(1) 'premiums paid' 80,-1 @@ -1781,7 +1782,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce seven pay premium @@ -1812,7 +1813,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce deemed cash value @@ -1827,7 +1828,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Beginning of most recent seven-pay period @@ -1841,7 +1842,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Months elapsed since beginning of most recent seven-pay period @@ -1857,7 +1858,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Years elapsed since beginning of most recent seven-pay period @@ -1873,7 +1874,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 80,-1 @@ -1887,7 +1888,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce least death benefit since beginning of last seven-pay period @@ -1902,7 +1903,8 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT + 2 Amount on which specified-amount load is charged--generally the specified amount at issue 80,-1 @@ -1917,7 +1919,7 @@ - wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxRIGHT + wxGROW|wxALIGN_CENTER_VERTICAL|wxRIGHT 2 Inforce honeymoon value -- 2.1.0