BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/Messages/DDrmDecrypt.dfm

81 lines
1.6 KiB
Plaintext

object DlgDrmDecrypt: TDlgDrmDecrypt
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'DRM '#54028#51068' '#48373#54840#54868
ClientHeight = 153
ClientWidth = 446
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
Scaled = False
TextHeight = 15
object Label1: TLabel
Left = 24
Top = 24
Width = 86
Height = 15
Alignment = taRightJustify
Caption = 'DRM '#54028#51068' '#44221#47196' :'
end
object Label2: TLabel
Left = 14
Top = 64
Width = 96
Height = 15
Alignment = taRightJustify
Caption = #48373#54840#54868' '#54028#51068' '#44221#47196' :'
end
object btnOpenFile: TSpeedButton
Left = 398
Top = 20
Width = 27
Height = 25
Caption = '...'
OnClick = btnOpenFileClick
end
object edEncPath: TEdit
Left = 128
Top = 21
Width = 266
Height = 23
TabOrder = 0
end
object edDecPath: TEdit
Left = 128
Top = 61
Width = 297
Height = 23
TabOrder = 1
end
object btnOk: TButton
Left = 111
Top = 112
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 2
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 263
Top = 112
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 3
end
object OpenDialog: TOpenDialog
Filter = 'All Files|*.*'
Left = 376
Top = 88
end
end