-- Automatic generation produced by ISE Eiffel --

indexing
     description: "Generated by h2e from the file c:\eiffel4\examples\wel\stddlgs\app.rc."

class interface
     APPLICATION_IDS

feature -- Access

     Cmd_choose_color: INTEGER is 103

     Cmd_choose_file: INTEGER is 101

     Cmd_choose_font: INTEGER is 102

     Cmd_exit: INTEGER is 1000

     Cmd_print_dialog: INTEGER is 104

     Id_ico_application: INTEGER is 1

     Id_main_menu: INTEGER is 1
     
invariant

           -- from ANY
     reflexive_equality: standard_is_equal (Current)
     reflexive_conformance: conforms_to (Current)

end -- class APPLICATION_IDS

-- Generated by ISE Eiffel --

-- For more details: www.eiffel.com --