// 3D_Mass.dcl 3D MASS CALCULATOR (C)2002, Matthew J. Dotson mass : dialog { label = "3D Solid Weight Calculator"; : row { label = "Options For Calculation"; alignment = centered; : edit_box { label = "Density"; key = "dens"; edit_width = 5; width = 1; is_default = true; } : popup_list { key = "mats"; value = 0; } } : row { alignment = centered; : button { label = "Pick 3D Solid Object(s)"; key = "picker"; width = 5; fixed_width = true; } } : row { alignment = centered; : text { label = "© 2002 Matthew J. Dotson"; } } ok_cancel; }