64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
object DlgLockScreen: TDlgLockScreen
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
Caption = 'DlgLockScreen'
|
|
ClientHeight = 338
|
|
ClientWidth = 651
|
|
Color = clBlack
|
|
DefaultMonitor = dmDesktop
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OnClose = FormClose
|
|
TextHeight = 13
|
|
object pnClient: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 651
|
|
Height = 338
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = clBlack
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object pnPass: TPanel
|
|
Left = 128
|
|
Top = 128
|
|
Width = 417
|
|
Height = 121
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object edPass: TEdit
|
|
Left = 32
|
|
Top = 50
|
|
Width = 273
|
|
Height = 21
|
|
PasswordChar = #7
|
|
TabOrder = 0
|
|
end
|
|
object btnOk: TButton
|
|
Left = 311
|
|
Top = 48
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
Default = True
|
|
TabOrder = 1
|
|
OnClick = btnOkClick
|
|
end
|
|
end
|
|
end
|
|
object tCheckTk: TTimer
|
|
Enabled = False
|
|
Interval = 300
|
|
OnTimer = tCheckTkTimer
|
|
Left = 240
|
|
Top = 40
|
|
end
|
|
end
|