119 lines
2.5 KiB
Plaintext
119 lines
2.5 KiB
Plaintext
object DlgAmhMain: TDlgAmhMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'AipMdHelper'
|
|
ClientHeight = 272
|
|
ClientWidth = 498
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 498
|
|
Height = 137
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 24
|
|
Width = 78
|
|
Height = 15
|
|
Caption = 'AIP '#47784#46280' '#44221#47196' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 61
|
|
Width = 57
|
|
Height = 15
|
|
Caption = #45824#49345' '#54260#45908' :'
|
|
end
|
|
object edAipPath: TEdit
|
|
Left = 100
|
|
Top = 21
|
|
Width = 277
|
|
Height = 23
|
|
TabOrder = 0
|
|
Text =
|
|
'C:\taskToCSG\Tocsg.Module\BSOne-AIP-Decrypt\bin\x64\Release\BSOn' +
|
|
'e-AIP-Decrypt.exe'
|
|
end
|
|
object edTargetDir: TEdit
|
|
Left = 100
|
|
Top = 58
|
|
Width = 277
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = 'C:\Users\kkuzil\Desktop\'#44060#51064#51221#48372' '#53580#49828#53944' '#54028#51068' - ENC\'
|
|
end
|
|
object btnEnc: TButton
|
|
Left = 48
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #50516#54840#54868
|
|
TabOrder = 2
|
|
OnClick = btnEncClick
|
|
end
|
|
object btnDec: TButton
|
|
Left = 129
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #48373#54840#54868
|
|
TabOrder = 3
|
|
OnClick = btnDecClick
|
|
end
|
|
object btnEncCnt: TButton
|
|
Left = 224
|
|
Top = 98
|
|
Width = 97
|
|
Height = 25
|
|
Caption = #50516#54840#54868' '#52852#50868#53944
|
|
TabOrder = 4
|
|
OnClick = btnEncCntClick
|
|
end
|
|
object btnExtrLabel: TButton
|
|
Left = 400
|
|
Top = 74
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #47112#51060#48660' '#52628#52636
|
|
TabOrder = 5
|
|
OnClick = btnExtrLabelClick
|
|
end
|
|
object btnSetLabel: TButton
|
|
Left = 400
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #47112#51060#48660' '#52628#44032
|
|
TabOrder = 6
|
|
OnClick = btnSetLabelClick
|
|
end
|
|
object btnLabelChk: TButton
|
|
Left = 400
|
|
Top = 24
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #47112#51060#48660' '#54869#51064
|
|
TabOrder = 7
|
|
OnClick = btnLabelChkClick
|
|
end
|
|
end
|
|
object mmLog: TMemo
|
|
Left = 0
|
|
Top = 137
|
|
Width = 498
|
|
Height = 135
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
end
|