70 lines
1.4 KiB
Plaintext
70 lines
1.4 KiB
Plaintext
object AuthForm: TAuthForm
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biMinimize, biMaximize]
|
|
Caption = 'BSOne Login'
|
|
ClientHeight = 199
|
|
ClientWidth = 228
|
|
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 = 16
|
|
Width = 33
|
|
Height = 17
|
|
Caption = 'ID'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 68
|
|
Width = 41
|
|
Height = 17
|
|
Caption = 'PW'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object EditID: TEdit
|
|
Left = 8
|
|
Top = 39
|
|
Width = 212
|
|
Height = 23
|
|
TabOrder = 0
|
|
TextHint = 'ID'#47484' '#51077#47141#54616#49464#50836
|
|
end
|
|
object EditPW: TEdit
|
|
Left = 8
|
|
Top = 91
|
|
Width = 212
|
|
Height = 23
|
|
PasswordChar = '*'
|
|
TabOrder = 1
|
|
TextHint = #54056#49828#50892#46300#47484' '#51077#47141#54616#49464#50836
|
|
end
|
|
object ButtonLogin: TButton
|
|
Left = 8
|
|
Top = 128
|
|
Width = 212
|
|
Height = 49
|
|
Caption = 'Login'
|
|
Default = True
|
|
TabOrder = 2
|
|
OnClick = ButtonLoginClick
|
|
end
|
|
end
|