125 lines
2.5 KiB
Plaintext
125 lines
2.5 KiB
Plaintext
object DlgKessDrmMain: TDlgKessDrmMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'KessDRM'
|
|
ClientHeight = 351
|
|
ClientWidth = 508
|
|
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 = 25
|
|
Top = 32
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'KESS '#47784#46280' '#44221#47196' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 25
|
|
Top = 176
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = #50516#54840#54868#46108' '#54028#51068' '#51200#51109' '#44221#47196' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 25
|
|
Top = 272
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = #48373#54840#54868#46108' '#54028#51068' '#51200#51109' '#44221#47196' :'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 25
|
|
Top = 68
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'KESS '#46972#51060#49440#49828' '#53412' :'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 25
|
|
Top = 136
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = #50516#54840#54868' '#54624' '#54028#51068' '#44221#47196' :'
|
|
end
|
|
object edInitDir: TEdit
|
|
Left = 177
|
|
Top = 29
|
|
Width = 305
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object edEncPath: TEdit
|
|
Left = 177
|
|
Top = 173
|
|
Width = 305
|
|
Height = 23
|
|
TabOrder = 3
|
|
end
|
|
object edDecPath: TEdit
|
|
Left = 177
|
|
Top = 269
|
|
Width = 305
|
|
Height = 23
|
|
TabOrder = 5
|
|
end
|
|
object edLicenseKey: TEdit
|
|
Left = 177
|
|
Top = 65
|
|
Width = 305
|
|
Height = 23
|
|
TabOrder = 1
|
|
end
|
|
object btnDec: TButton
|
|
Left = 217
|
|
Top = 298
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #48373#54840#54868
|
|
TabOrder = 6
|
|
OnClick = btnDecClick
|
|
end
|
|
object edSrcPath: TEdit
|
|
Left = 177
|
|
Top = 133
|
|
Width = 305
|
|
Height = 23
|
|
TabOrder = 2
|
|
end
|
|
object brnEnc: TButton
|
|
Left = 177
|
|
Top = 202
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #50516#54840#54868
|
|
TabOrder = 4
|
|
OnClick = brnEncClick
|
|
end
|
|
object btnIsEnc: TButton
|
|
Left = 265
|
|
Top = 202
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #50516#54840#54868' '#54869#51064
|
|
TabOrder = 7
|
|
OnClick = btnIsEncClick
|
|
end
|
|
end
|