71 lines
1.5 KiB
Plaintext
71 lines
1.5 KiB
Plaintext
object DlgEjectDllMain: TDlgEjectDllMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'EjectDLL'
|
|
ClientHeight = 248
|
|
ClientWidth = 294
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
DesignSize = (
|
|
294
|
|
248)
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 10
|
|
Width = 27
|
|
Height = 15
|
|
Caption = 'PID : '
|
|
end
|
|
object edPid: TEdit
|
|
Left = 41
|
|
Top = 8
|
|
Width = 110
|
|
Height = 23
|
|
NumbersOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object btnEject: TButton
|
|
Left = 159
|
|
Top = 8
|
|
Width = 58
|
|
Height = 25
|
|
Caption = 'Eject'
|
|
TabOrder = 1
|
|
OnClick = btnEjectClick
|
|
end
|
|
object mmDlls: TMemo
|
|
Left = 8
|
|
Top = 48
|
|
Width = 274
|
|
Height = 193
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Lines.Strings = (
|
|
'f_pdm.dll|f_scontajner.dll|f_sps.dll|'
|
|
'f_nxa.dll|f_rc12.dll|f_mim.dll|f_distri.dll|'
|
|
'f_nx.dll|f_im.dll|f_xnNopad.dll|f_nxl.dll|'
|
|
'f_depol.dll|f_xltsm.dll|f_md.dll|f_ckm.dll|'
|
|
'f_sqlite3.dll|f_cbl.dll|f_cms.dll|f_logcore.dll|'
|
|
'fcw_crtw2.dll|fcw_fipscrypto.dll|'
|
|
'fcw_cryptoex2.dll|fcw_crypto2.dll')
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
ExplicitWidth = 270
|
|
ExplicitHeight = 192
|
|
end
|
|
object btnAutoClose: TButton
|
|
Left = 224
|
|
Top = 8
|
|
Width = 58
|
|
Height = 25
|
|
Caption = #45803#44592' ON'
|
|
TabOrder = 3
|
|
OnClick = btnAutoCloseClick
|
|
end
|
|
end
|