home products news downloads documentation support gallery online maps resellers search
TNTmips Downloads Menu

HOME

CONTACT US

CURRENT RELEASE
  TNT 2013

DEVELOPMENT VERSION
  TNT 2014

TNTmips Pro
PRIOR RELEASES
  TNT 2012

FREE SOFTWARE
  TNTmips Free
  TNTatlas
  TNTsdk

MORE DOWNLOADS
  HASP Key Driver
  Screen Recorder
  TNT Language Kits
  Sample Geodata
  TNT Scripts

DOCUMENTATION
  TNTmips Tutorials
  Tutorial Datasets
  Technical Guides
  Scripts
  Quick Guides

MORE INFO
  Download FAQs
  FTP
  Download Managers
  Find Reseller

SITE MAP


areacalc.sml



<?xml version="1.0" encoding="UTF-8" ?> 
  <!DOCTYPE root (View Source for full doctype...)> 
- <root>
- <dialog id="areacalc" Title="Area Unit Conversion" OnOK="return Recalculate()">
- <groupbox ExtraBorder="2" Orientation="horizontal">
  <label>Enter area value:</label> 
  <editnumber id="inArea" BlankZero="false" Format="Decimal" MinVal="0" Precision="2" ReadOnly="false" Width="15" OnChanged="OnNewValue()" /> 
- <combobox id="inUnits" Default="square meters" OnSelection="OnInputUnitChange()">
  <item Value="square meters">square meters</item> 
  <item Value="square kilometers">square kilometers</item> 
  <item Value="square feet">square feet</item> 
  <item Value="square yards">square yards</item> 
  <item Value="square miles">square miles</item> 
  <item Value="acres">acres</item> 
  <item Value="hectares">hectares</item> 
  </combobox>
  </groupbox>
- <pane Orientation="horizontal">
  <label>Select output units:</label> 
- <combobox id="outUnits" Default="square meters" OnSelection="OnOutputUnitChange()">
  <item Value="square meters">square meters</item> 
  <item Value="square kilometers">square kilometers</item> 
  <item Value="square feet">square feet</item> 
  <item Value="square yards">square yards</item> 
  <item Value="square miles">square miles</item> 
  <item Value="acres">acres</item> 
  <item Value="hectares">hectares</item> 
  </combobox>
  </pane>
- <pane Orientation="horizontal">
  <label>Area in selected units:</label> 
  <edittext id="outAreaStr" ReadOnly="true" Width="35" /> 
  </pane>
  </dialog>
  </root>


Back Home ©MicroImages, Inc. 2013 Published in the United States of America
11th Floor - Sharp Tower, 206 South 13th Street, Lincoln NE 68508-2010   USA
Business & Sales: (402)477-9554  Support: (402)477-9562  Fax: (402)477-9559
Business info@microimages.com  Support support@microimages.com  Web webmaster@microimages.com

25 March 2009

page update: 26 May 11