54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
object DlgUninstallPW: TDlgUninstallPW
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'BSOne '#49325#51228
|
|
ClientHeight = 152
|
|
ClientWidth = 304
|
|
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 = 25
|
|
Top = 24
|
|
Width = 257
|
|
Height = 15
|
|
Caption = 'BSOne '#49325#51228#47484' '#50948#54644' '#48708#48128#48264#54840#47484' '#51077#47141#54644' '#51452#49901#49884#50724'.'
|
|
end
|
|
object edPass: TEdit
|
|
Left = 25
|
|
Top = 56
|
|
Width = 257
|
|
Height = 23
|
|
PasswordChar = #7
|
|
TabOrder = 0
|
|
end
|
|
object btnOk: TButton
|
|
Left = 64
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
Default = True
|
|
TabOrder = 1
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 168
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|