diff --git a/WebWindowComplex/Compo/AreaHwOption.razor b/WebWindowComplex/Compo/AreaHwOption.razor index b3977a0..c8ac6e7 100644 --- a/WebWindowComplex/Compo/AreaHwOption.razor +++ b/WebWindowComplex/Compo/AreaHwOption.razor @@ -13,26 +13,28 @@ { } - @if (!hwOptCollapsed || !isLoadingHwOpt) + @if (!hwOptCollapsed) { - @foreach (var currOpt in CurrSash.HwOptionList) - { - switch (currOpt.Type) - { - case HwOptionTypes.COMBO: +
+ @foreach (var currOpt in CurrSash.HwOptionList) + { + switch (currOpt.Type) { - AGBOptionCombo currOptCombo = (AGBOptionCombo)currOpt; - - break; + case HwOptionTypes.COMBO: + { + AGBOptionCombo currOptCombo = (AGBOptionCombo)currOpt; + + break; + } + case HwOptionTypes.TEXT: + { + AGBOptionText currOptText = (AGBOptionText)currOpt; + + break; + } } - case HwOptionTypes.TEXT: - { - AGBOptionText currOptText = (AGBOptionText)currOpt; - - break; - } - } - } + } +
} - \ No newline at end of file diff --git a/WebWindowComplex/Compo/AreaSash.razor b/WebWindowComplex/Compo/AreaSash.razor index b83fde3..a95d609 100644 --- a/WebWindowComplex/Compo/AreaSash.razor +++ b/WebWindowComplex/Compo/AreaSash.razor @@ -27,14 +27,14 @@ @if (!(CurrAnta.AreaList[0] is Split)) {
-
+
- +
-
+
- +
@@ -46,7 +46,7 @@ { int IndexCopy = k; int IndexModify = IndexSash; -
+
diff --git a/WebWindowComplex/Compo/CardFrame.razor b/WebWindowComplex/Compo/CardFrame.razor index 61f1efe..15ac48b 100644 --- a/WebWindowComplex/Compo/CardFrame.razor +++ b/WebWindowComplex/Compo/CardFrame.razor @@ -13,7 +13,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
-
+
Qty bottom rail @@ -48,7 +48,7 @@

-
+
Hardware
@@ -99,7 +99,7 @@ }
-
+
Joints
diff --git a/WebWindowComplex/Compo/CardSplit.razor b/WebWindowComplex/Compo/CardSplit.razor index bead55d..81551b6 100644 --- a/WebWindowComplex/Compo/CardSplit.razor +++ b/WebWindowComplex/Compo/CardSplit.razor @@ -30,7 +30,7 @@
-
+
@@ -58,7 +58,7 @@ } @if (CurrItem.nSplitQtyHoriz > 0) { -
+
QtyHoriz @@ -69,7 +69,7 @@
@if (CurrItem.SplitVertList.Count > 0 && CurrItem.SplitHorizList.Count > 0) { -
+
@foreach (var dim in CurrItem.SplitVertList) {
@@ -79,7 +79,7 @@
}
-
+
@foreach (var dim in CurrItem.SplitHorizList) {
@@ -94,7 +94,7 @@ { @foreach (var dim in CurrItem.SplitHorizList) { -
+
Height @@ -107,7 +107,7 @@ { @foreach (var dim in CurrItem.SplitVertList) { -
+
Width @@ -120,7 +120,7 @@ @if (CurrItem.SelSplitShape == Json.WindowConst.SplitShapes.GRID) {
-
+
diff --git a/WebWindowComplex/Compo/General.razor b/WebWindowComplex/Compo/General.razor index 5150c30..77bcf26 100644 --- a/WebWindowComplex/Compo/General.razor +++ b/WebWindowComplex/Compo/General.razor @@ -12,7 +12,7 @@
-
+