;;--------------------------------------------------------------------------- ;; ;; Geoworks (R) application software and GEOS (R) operating system ;; software copyright (C) 1990-1998 Geoworks. All rights reserved. ;; United States Patents 5327529, 5237651, and 5438662. U.K. Patents ;; 0375703 and 0631677. German Patents P3854269.2-08 and ;; 69307728.1-08. French Patents 0375703 and 0631677. Other ;; international patents pending. ;; ;; This software is the confidential and proprietary information of ;; Geoworks ("Confidential Information"). You shall not disclose ;; such Confidential Information and shall use it only in accordance ;; with the terms of the license agreement you entered into with ;; Geoworks. ;; ;; PROJECT: GEOS_SC Documentation ;; MODULE: Flex UI Chapter ;; FILE: helloapp.str ;; ;; VERSION: 2.0 ;; ;; DESCRIPTION: ;; ;; An application that uses a layout to manage a label with a frame. ;; ;;--------------------------------------------------------------------------- .prefix HELLOAPP TEXT "Hello World!"; APP_TEXT "Hello Application";