BSOne.SFC/Tocsg.Module/UserAuthentification/UserAuthentification.dfm

58 lines
1.1 KiB
Plaintext

object AuthForm: TAuthForm
Left = 0
Top = 0
BorderIcons = [biMinimize, biMaximize]
Caption = 'BSOne Login'
ClientHeight = 171
ClientWidth = 146
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
TextHeight = 15
object Label1: TLabel
Left = 8
Top = 8
Width = 11
Height = 15
Caption = 'ID'
end
object Label2: TLabel
Left = 8
Top = 58
Width = 18
Height = 15
Caption = 'PW'
end
object EditID: TEdit
Left = 8
Top = 29
Width = 129
Height = 23
TabOrder = 0
TextHint = 'ID'#47484' '#51077#47141#54616#49464#50836
end
object EditPW: TEdit
Left = 8
Top = 79
Width = 129
Height = 23
PasswordChar = '*'
TabOrder = 1
TextHint = #54056#49828#50892#46300#47484' '#51077#47141#54616#49464#50836
end
object ButtonLogin: TButton
Left = 8
Top = 120
Width = 129
Height = 33
Caption = 'Login'
Default = True
TabOrder = 2
OnClick = ButtonLoginClick
end
end