39 lines
681 B
Plaintext
39 lines
681 B
Plaintext
object DlgEjectDLL: TDlgEjectDLL
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'EjectDLL'
|
|
ClientHeight = 177
|
|
ClientWidth = 435
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object edPath: TEdit
|
|
Left = 32
|
|
Top = 45
|
|
Width = 369
|
|
Height = 23
|
|
TabOrder = 1
|
|
end
|
|
object btnEject: TButton
|
|
Left = 216
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Eject'
|
|
TabOrder = 2
|
|
OnClick = btnEjectClick
|
|
end
|
|
object edPid: TEdit
|
|
Left = 32
|
|
Top = 16
|
|
Width = 121
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
end
|