Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_LoacalApps_Q1_APPTEST.inc

Scroll Prev Top Next More

############################################################################

#                    Copyright (C) 1982-2005 ESL Syndetic Limited          #

#                            All Rights Reserved.                          #

#                                                                          #

#                                  NOTICE                                  #

#                        PROPRIETARY AND CONFIDENTIAL                      #

#                                                                          #

# This computer program is and contains trade secret and confidential and  #

# proprietary information of ESL Syndetic Limited. All use, disclosure,    #

# and/or reproduction not specifically authorized in writing by            #

# ESL Syndetic Limited is prohibited. This program may also be protected   #

# under the copyright and trade secrets laws of countries other than the   #

# U.S.A.                                                                   #

#                                                                          #

#                                                                          #

############################################################################

#

# Action Bar Template Definition(s)

#

 

action bar PrimaryWindowABCUA is

    pulldown File text "~File"

        choice SelectPD text "Se~lect..."

        disabled choice RunPD text "S~tart\tAlt+T"

            accelerator is alt "T"

        disabled choice StopPD text "~Stop\tAlt+S"

            accelerator is alt "S"

        separator

        choice Exit text "E~xit"

    end pulldown

    pulldown Edit text "~Edit"

        choice Clear text "Cl~ear"

        choice Reset text "~Reset"

        separator

        choice SaveSesPD text "~Save Session..."

    end pulldown

    pulldown Mode text "~Mode"

        checked choice LineModePD text "~Line Mode"       

        choice CharModePD text "~Character Mode" 

        separator

        checked choice TraceOffPD text "Trace ~Off"

        choice TraceOnPD text "~Trace On"

    end pulldown

end action bar

 

#

# Primary Window Region Definition

#

 

enabled visible white primary colored textual region PrimaryWindow

    window size 70 columns 24 lines

    at position 35 70

    color 18 foreground

    size border

    title bar "EASEL/Win Local Application Test"

    system menu

    horizontal scroll bar scroll by 12

    vertical scroll bar scroll by 1

#    no scale

    action bar PrimaryWindowABCUA

    minimize button

    maximize button 

 

#

# Dialog Box Object Definition(s)

#

 

invisible modal dialog box SelectDB

    size 239 76 at 66 48

    in desktop

    dialog border

    title bar "Select Local Application"

 

static text FileSpecST

    size 51 8 at 6 57

    in SelectDB

    font "system"

    text "File Name:"

 

entry field FileSpecEF

    size 130 12 at 59 55

    in SelectDB

    font "system"

    text "*.exe"

    text size 16 columns

 

push button BrowsePB

    size 40 14 at 196 54

    in SelectDB

    font "system"

    text "Browse..."

 

static text CurrDirST

    size 226 32 at 6 20

    in SelectDB

    font "system"

    word wrap

    text "Directory is:"

 

default push button OK

    size 41 12 at 5 7

    in SelectDB

    font "system"

    text "~OK"

    group is Actions

 

cancel push button Cancel

    size 38 12 at 51 7

    in SelectDB

    font "system"

    text "Cancel"

    group is Actions

 

push button ParamPB

    size 61 12 at 95 7

    in SelectDB

    font "system"

    text "~Parameter..."

 

enabled invisible modal dialog box RunParamDB

    size 294 46

    at position 39 36

    dialog border

    title bar "Runtime Parameter"

    system menu

 

enabled visible static text RunParamPR

    size 48 8

    at position 9 29

    in RunParamDB

    left align

    top align

    text "Parameter:"

 

enabled visible entry field RunParamEF

    size 227 12

    at position 59 27

    in RunParamDB

    text size 80 columns

    left align

 

enabled visible default push button OK

    size 38 12

    at position 6 4

    in RunParamDB

    group is Actions

    text "~OK"

 

enabled visible cancel push button Cancel

    size 38 12

    at position 56 4

    in RunParamDB

    group is Actions

    text "Cancel"