You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

108 lines
2.3 KiB

object frmCheckAdmin: TfrmCheckAdmin
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'T'#233'rmino de Sess'#227'o'
ClientHeight = 143
ClientWidth = 230
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCanResize = FormCanResize
OnClose = FormClose
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object lbl_user: TLabel
Left = 32
Top = 24
Width = 39
Height = 13
Caption = 'Usu'#225'rio:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lbl_password: TLabel
Left = 32
Top = 56
Width = 34
Height = 13
Caption = 'Senha:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object edt_user: TEdit
Left = 78
Top = 21
Width = 121
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object edt_password: TEdit
Left = 78
Top = 53
Width = 121
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 1
end
object btn_ok: TButton
Left = 16
Top = 104
Width = 75
Height = 25
Caption = 'Ok'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
OnClick = btn_okClick
end
object btn_cancel: TButton
Left = 137
Top = 104
Width = 75
Height = 25
Caption = 'Cancelar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
OnClick = btn_cancelClick
end
end