|  |  |  | 
|---|
|  |  |  | [* | 
|---|
|  |  |  | if( this.Checked()) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | RangeMax.ReadOnly(false); | 
|---|
|  |  |  | RangeMin.ReadOnly(false) | 
|---|
|  |  |  | RangeMax.Visible(true); | 
|---|
|  |  |  | RangeMin.Visible(true); | 
|---|
|  |  |  | RangeMaxTest.Visible(false); | 
|---|
|  |  |  | RangeMinText.Visible(false); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else{ | 
|---|
|  |  |  | RangeMax.ReadOnly(true); | 
|---|
|  |  |  | RangeMin.ReadOnly(true) | 
|---|
|  |  |  | RangeMax.Visible(false); | 
|---|
|  |  |  | RangeMin.Visible(false); | 
|---|
|  |  |  | RangeMaxTest.Visible(true) | 
|---|
|  |  |  | RangeMaxTest.Text([String]DataHolderEditPriorityFactorDetails.Data().RangeMax()); | 
|---|
|  |  |  | RangeMinText.Visible(true) | 
|---|
|  |  |  | RangeMinText.Text([String]DataHolderEditPriorityFactorDetails.Data().RangeMin()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | *] | 
|---|
|  |  |  | GroupServerCalls: false | 
|---|