inherited frmLiberaPermissao: TfrmLiberaPermissao Caption = 'Liberar Permiss'#227'o' ClientHeight = 173 ClientWidth = 402 OnShow = FormShow ExplicitWidth = 408 ExplicitHeight = 201 PixelsPerInch = 96 TextHeight = 13 object lbl_perm: TLabel [0] Left = 8 Top = 8 Width = 117 Height = 13 Caption = 'Permiss'#227'o a ser liberada:' end object lbl_user: TLabel [1] Left = 8 Top = 54 Width = 39 Height = 13 Caption = 'Usu'#225'rio:' end object lbl_pass: TLabel [2] Left = 8 Top = 100 Width = 34 Height = 13 Caption = 'Senha:' end inherited stbStatus: TStatusBar Top = 154 Width = 402 ExplicitTop = 154 ExplicitWidth = 402 end object cb_perm: TComboBox Left = 8 Top = 27 Width = 386 Height = 21 Style = csDropDownList TabOrder = 1 end object edt_user: TEdit Left = 8 Top = 73 Width = 153 Height = 21 TabOrder = 2 end object edt_pass: TEdit Left = 8 Top = 119 Width = 153 Height = 21 PasswordChar = '*' TabOrder = 3 end object btn_ok: TButton Left = 224 Top = 117 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 4 OnClick = btn_okClick end object btn_cancel: TButton Left = 319 Top = 117 Width = 75 Height = 25 Caption = 'Cancelar' ModalResult = 2 TabOrder = 5 end end