41 lines
810 B
Plaintext
41 lines
810 B
Plaintext
object DlgScrLckMain: TDlgScrLckMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'ScreenLock'
|
|
ClientHeight = 121
|
|
ClientWidth = 267
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 30
|
|
Top = 24
|
|
Width = 54
|
|
Height = 15
|
|
Caption = #48708#48128#48264#54840' :'
|
|
end
|
|
object btnLockScreen: TButton
|
|
Left = 96
|
|
Top = 72
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54868#47732' '#51104#44552
|
|
TabOrder = 0
|
|
OnClick = btnLockScreenClick
|
|
end
|
|
object edPass: TEdit
|
|
Left = 90
|
|
Top = 21
|
|
Width = 141
|
|
Height = 23
|
|
TabOrder = 1
|
|
end
|
|
end
|