Aut-UI-Wx
view release on metacpan or search on metacpan
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__YesNo::new
$style = wxDEFAULT_DIALOG_STYLE
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{yn_label} = Wx::StaticText->new($self, -1, _T("label_11"), wxDefaultPosition, wxDefaultSize, );
$self->{static_line_4} = Wx::StaticLine->new($self, -1, wxDefaultPosition, wxDefaultSize, );
$self->{yn_no} = Wx::Button->new($self, wxNO, _T("&No"));
$self->{yn_yes} = Wx::Button->new($self, wxYES, _T("&Yes"));
$self->__set_properties();
$self->__do_layout();
return $self;
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__Msg::new
$style = wxDEFAULT_DIALOG_STYLE
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{msgLabel} = Wx::StaticText->new($self, -1, _T("label_11"), wxDefaultPosition, wxDefaultSize, );
$self->{static_line_3} = Wx::StaticLine->new($self, -1, wxDefaultPosition, wxDefaultSize, );
$self->{autmsg_ok} = Wx::Button->new($self, wxID_OK, _T("&OK"));
$self->__set_properties();
$self->__do_layout();
return $self;
# end wxGlade
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__Entry::new
$style = wxDEFAULT_DIALOG_STYLE
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{txtLabel} = Wx::StaticText->new($self, -1, _T(".sdfsdfsfa"), wxDefaultPosition, wxDefaultSize, );
$self->{txtEntry} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{static_line_2} = Wx::StaticLine->new($self, -1, wxDefaultPosition, wxDefaultSize, );
$self->{qCancel} = Wx::Button->new($self, wxID_CANCEL, _T("&Cancel"));
$self->{qOK} = Wx::Button->new($self, wxID_OK, _T("&OK"));
$self->__set_properties();
$self->__do_layout();
return $self;
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__ChangePass::new
$style = wxDEFAULT_DIALOG_STYLE
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{label_7} = Wx::StaticText->new($self, -1, _T("Account:"), wxDefaultPosition, wxDefaultSize, );
$self->{txtchgpass_account} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, );
$self->{label_10} = Wx::StaticText->new($self, -1, _T("Current password:"), wxDefaultPosition, wxDefaultSize, );
$self->{txtchgpass_old} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{label_8} = Wx::StaticText->new($self, -1, _T("Password:"), wxDefaultPosition, wxDefaultSize, );
$self->{txtchgpass_pass} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{label_9} = Wx::StaticText->new($self, -1, _T("Password (again):"), wxDefaultPosition, wxDefaultSize, );
$self->{txtchgpass_again} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{static_line_1} = Wx::StaticLine->new($self, -1, wxDefaultPosition, wxDefaultSize, );
$self->{chgpassCancel} = Wx::Button->new($self, wxID_CANCEL, _T("&Cancel"));
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__dlgLogin::new
$style = wxDIALOG_MODAL|wxCAPTION
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{label_1} = Wx::StaticText->new($self, -1, _T("Account:"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT);
$self->{authAccount} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, );
$self->{label_2} = Wx::StaticText->new($self, -1, _T("Password:"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT);
$self->{authPass} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{authCancel} = Wx::Button->new($self, -1, _T("&Cancel"));
$self->{authOK} = Wx::Button->new($self, -1, _T("&OK"));
$self->__set_properties();
$self->__do_layout();
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__InputAccount::new
$style = wxDEFAULT_DIALOG_STYLE
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{label_3} = Wx::StaticText->new($self, -1, _T("Account:"), wxDefaultPosition, wxDefaultSize, );
$self->{txtAccount} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, );
$self->{label_4} = Wx::StaticText->new($self, -1, _T("Password:"), wxDefaultPosition, wxDefaultSize, );
$self->{txtPass} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{label_6} = Wx::StaticText->new($self, -1, _T("Password (Again):"), wxDefaultPosition, wxDefaultSize, );
$self->{txtPassAgain} = Wx::TextCtrl->new($self, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD);
$self->{label_5} = Wx::StaticText->new($self, -1, _T("Authorization Level:"), wxDefaultPosition, wxDefaultSize, );
$self->{chTicket} = Wx::Choice->new($self, -1, wxDefaultPosition, wxDefaultSize, [_T("choice 1")], );
$self->{iaCancel} = Wx::Button->new($self, wxID_CANCEL, _T("&Cancel"));
$self->{iaOK} = Wx::Button->new($self, wxID_OK, _T("&OK"));
lib/Aut/UI/wxGUI.pm view on Meta::CPAN
$title = "" unless defined $title;
$pos = wxDefaultPosition unless defined $pos;
$size = wxDefaultSize unless defined $size;
$name = "" unless defined $name;
# begin wxGlade: __Aut__AdminAccounts::new
$style = wxDIALOG_MODAL|wxCAPTION
unless defined $style;
$self = $self->SUPER::new( $parent, $id, $title, $pos, $size, $style, $name );
$self->{lstAccounts} = Wx::ListCtrl->new($self, -1, wxDefaultPosition, wxDefaultSize, wxLC_REPORT|wxSUNKEN_BORDER);
$self->{glAddAccount} = Wx::Button->new($self, -1, _T("&Add"));
$self->{glRemoveAccount} = Wx::Button->new($self, -1, _T("&Remove"));
$self->{glEditAccount} = Wx::Button->new($self, -1, _T("&Edit"));
$self->{glOK} = Wx::Button->new($self, -1, _T("&OK"));
$self->__set_properties();
$self->__do_layout();
return $self;
( run in 0.587 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )