53 lines
1022 B
Plaintext
53 lines
1022 B
Plaintext
object DlgDebugPW: TDlgDebugPW
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Debug Mode'
|
|
ClientHeight = 128
|
|
ClientWidth = 306
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 16
|
|
Width = 141
|
|
Height = 15
|
|
Caption = #48708#48128#48264#54840#47484' '#51077#47141#54644' '#51452#49464#50836'.'
|
|
end
|
|
object edPass: TEdit
|
|
Left = 16
|
|
Top = 42
|
|
Width = 273
|
|
Height = 23
|
|
PasswordChar = #7
|
|
TabOrder = 0
|
|
end
|
|
object btnOk: TButton
|
|
Left = 60
|
|
Top = 88
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
Default = True
|
|
TabOrder = 1
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 172
|
|
Top = 88
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
TabOrder = 2
|
|
end
|
|
end
|