101 lines
2.0 KiB
Plaintext
101 lines
2.0 KiB
Plaintext
object DlgCoCryptoMain: TDlgCoCryptoMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'COCrypto'
|
|
ClientHeight = 516
|
|
ClientWidth = 694
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object mmInfo: TMemo
|
|
Left = 0
|
|
Top = 177
|
|
Width = 694
|
|
Height = 339
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
ExplicitWidth = 690
|
|
ExplicitHeight = 338
|
|
end
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 694
|
|
Height = 177
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
ExplicitWidth = 690
|
|
object btnHashTest: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'HashTest'
|
|
TabOrder = 0
|
|
OnClick = btnHashTestClick
|
|
end
|
|
object btnBlcokEncTest: TButton
|
|
Left = 89
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'BlcokEncTest'
|
|
TabOrder = 1
|
|
OnClick = btnBlcokEncTestClick
|
|
end
|
|
object btnHeadEncTest: TButton
|
|
Left = 170
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'HeadEncTest'
|
|
TabOrder = 2
|
|
OnClick = btnHeadEncTestClick
|
|
end
|
|
object Button1: TButton
|
|
Left = 272
|
|
Top = 77
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 3
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 400
|
|
Top = 77
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 4
|
|
OnClick = Button2Click
|
|
end
|
|
object btnPbkdf2: TButton
|
|
Left = 272
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnPbkdf2'
|
|
TabOrder = 5
|
|
OnClick = btnPbkdf2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 89
|
|
Top = 88
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button3'
|
|
TabOrder = 6
|
|
OnClick = Button3Click
|
|
end
|
|
end
|
|
end
|