Azavea.NijPredictivePolicing.AcsAlchemistGui.MainForm.AddDefaultTooltips C# (CSharp) Method

AddDefaultTooltips() protected method

protected AddDefaultTooltips ( ) : void
return void
        protected void AddDefaultTooltips()
        {
            this.SetTooltip(chkPreserveJamValues, "When checked, does not attempt to force all error values to be numeric");
            this.SetTooltip(chkStripExtraGeoID, "When checked, it adds a copy of the GEOID column \"GEOID_STRP\" except without the \"15000US\" prefix ");
            this.SetTooltip(cboIncludeEmptyGeom, "When checked, it keeps all cells or polygons in the output, even if they don't have any data ");

            this.SetTooltip(txtFishnetCellSize, "These units MUST match the currently selected projection units (meters, degrees, feet, etc)");
            this.SetTooltip(lblGridCellUnits, "These units MUST match the currently selected projection units (meters, degrees, feet, etc)");
        }