The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
/* Copyright (c) 2005 Nokia.  All rights reserved. */

/* The PerlUi class is licensed under the same terms as Perl itself. */

#ifndef __PerlUi_HRH__
#define __PerlUi_HRH__

enum TPerlUiIds
{
    EPerlUiTextQueryInputField        = 2048,
    EPerlUiLast                       = 2099  // no comma here
};

#endif // __PerlUi_HRH__