// Comment 1 company(NAME = "3DWA_L"); application(NAME = "3D World Atlas", USER_DATA_COMMON = true); // COORDS = decimal or geo // default - geo // DIST_UNIT = mile or km; default - km format(COORDS = geo, DIST_UNIT = mile); //format(COORDS = decimal, DIST_UNIT = km); colors() { scale(R = 255, G = 0, B = 0); } layout(NAME = Main) { splitter(ROWS = 2, COLS = 1) { rows(H1 = 0); pane(TYPE = HTML, ID = 2) { params(URL = "menubar.htm"); } pane(TYPE = HTML, ID = 0) { params(URL = "title.htm"); } } } window (NAME = Locator, TYPE = DIALOG, VISIBLE = FALSE, TITLE = "Find location") { position(x = 5, y = 300, width = 170, height = 250); colors() { bgnd(R = 165, G = 172, B = 192); // list(R = 255, G = 255, B = 255); list(R = 255, G = 255, B = 255); edit(R = 255, G = 255, B = 255); } } window (NAME = UserLocator, TYPE = DIALOG, VISIBLE = FALSE, TITLE = "Custom Labels") { position(x = 175, y = 300, width = 205, height = 250); colors() { bgnd(R = 165, G = 172, B = 192); // list(R = 255, G = 255, B = 255); list(R = 255, G = 255, B = 255); edit(R = 255, G = 255, B = 255); } } window (NAME = Browser, TYPE = HTML, VISIBLE = FALSE, RESIZE = TRUE, TITLE = "Data") { position(x = 10, y = 30, width = 640, height = 480); } window (NAME = Info, TYPE = HTML, VISIBLE = FALSE, RESIZE = TRUE, TITLE = "Information") { position(x = 480, y = 120, width = 275, height = 140); } window (NAME = MeasureTool, TYPE = HTML, VISIBLE = FALSE, TITLE = "Distance Tool") { position(x = 291, y = 80, width = 225, height = 150); params(URL = "measure_tool.htm"); } window (NAME = Palette, TYPE = HTML, VISIBLE = FALSE, RESIZE = FALSE, TITLE = "Globe Control") { position(x = 5, y = 50, width = 188, height = 416); params(URL = "palette.htm"); } window (NAME = About, TYPE = HTML, VISIBLE = FALSE, TITLE = "3D World Atlas - Help") { position(x = 10, y = 80, width = 480, height = 580); params(URL = "about.htm"); } window (NAME = Moreinfo, TYPE = HTML, VISIBLE = FALSE, RESIZE = FALSE, TITLE = "Information") { position(x = 170, y = 80, width = 600, height = 448); }