-- Automatic generation produced by ISE Eiffel --

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

class interface
     APPLICATION_IDS

feature -- Access

     Bmp_toolbar: INTEGER is 1

     Cmd_bold: INTEGER is 1004

     Cmd_exit: INTEGER is 1007

     Cmd_italic: INTEGER is 1005

     Cmd_progress_bar: INTEGER is 1006

     Id_ico_application: INTEGER is 1

     Id_main_menu: INTEGER is 1

     Str_tooltip: INTEGER is 200
     
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 --