# This file pertains to the "Soil Identification" table in the SoilUI screen. # # All lines starting with the "#" character are comment lines # As such, they are ignored by the program reading this file # and are used to describe the file contents to facilitate changes # that may be made to this file. # # This file configures the 1st table in the soil screen. # #specify number row headers (leftmost columns), control, date, operation & crop frozenColumns=0 # #[column] - WIDTH: colNum;colSize STYLE: colNum;color;alignment;font # These set the default column widths (in pixels?) for each specified column # to "hide" a column, set the span to zero, e.g: width3=21;0 # # Soil Loss Tolerance column (why is it using width0 and not width11 or width10?) width0=0;140 # State column width1=1;90 # County column width2=2;150 # Soil Survey Area Name column width3=3;220 # Soil Survey ID width4=4;90 # Map Unit Symbol width5=5;110 # Component Name width6=6;120 # Component Percent width7=7;120 # Soil Order width8=8;120 # Local Phase width9=9;100 # Texture width10=10;50 # # The "style#" lines correspond to row header formatting. # style#=x;(v,v,v):JUSTIFICATION;(fonttype,FONTATTRIBUTE,fontsize)" # Where: "x" is the column number # "(v,v,v)" is the color number triplet for background colors # "JUSTIFICATION" is the text justification to use (RIGHT, LEFT, CENTER) # "fonttype" is the name of the font to use # "FONTATTRIBUTE" is the font attribute specified # "fontsize" is the font size specified # # We want the "Period Date" columnt to be right justified with a fixed width font # to ensure that the dates line up vertically style1=1;(0,0,0);RIGHT;(monospaced,PLAIN,11) # Operation column style2=2;(0,0,0);LEFT;(sansserif,PLAIN,10) # Crop column style3=3;(0,0,0);LEFT;(sansserif,PLAIN,10) # # # Column Header style lines for rows 1 through 6 hstyle1=0;(220,220,220);CENTER;(Helvetica,PLAIN,12) hstyle2=1;(255,255,210);CENTER;(Helvetica,PLAIN,12) # [row] - highlight color for some rows highlight=(0,255,255) # # Row title (header) info for tabular data # These are for the SI units [title] - style: row;color;alignment;font #title1=0; |Report Name goes here title1= 0;| |Soil Identification|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R| title2= 1;| |State|County|Soil Survey Area Name|Soil Survey ID|Map Unit Symbol|Component Name|Component Percent|Soil Order|Local Phase|Texture|Loss Tolerance (T/ac/yr)| #colnumber |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 | # # This specifies the table columns to display in the "All Fields" view # report1=all|* # # This specifies the table columns to display in the "Minimum Fields" view # (Component Name and Texture) report2=select|6;10