100 lines
2.0 KiB
Plaintext
100 lines
2.0 KiB
Plaintext
object DlgUsbMonMain: TDlgUsbMonMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
Caption = 'UsbMon'
|
|
ClientHeight = 298
|
|
ClientWidth = 328
|
|
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 = 328
|
|
Height = 137
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
ExplicitWidth = 324
|
|
object btnPreventUsb: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 105
|
|
Height = 25
|
|
Caption = 'USB '#51228#50612' '#49884#51089
|
|
TabOrder = 1
|
|
OnClick = btnPreventUsbClick
|
|
end
|
|
object rdReadOnly: TRadioButton
|
|
Left = 40
|
|
Top = 80
|
|
Width = 153
|
|
Height = 17
|
|
Caption = #51069#44592' '#51204#50857#51004#47196' '#49324#50857
|
|
TabOrder = 2
|
|
end
|
|
object rdBlock: TRadioButton
|
|
Left = 40
|
|
Top = 106
|
|
Width = 153
|
|
Height = 17
|
|
Caption = #47560#50868#53944' '#52264#45800
|
|
TabOrder = 3
|
|
end
|
|
object rdMonitor: TRadioButton
|
|
Left = 40
|
|
Top = 54
|
|
Width = 153
|
|
Height = 17
|
|
Caption = #50672#44208', '#51228#44144' '#44048#51648#47564
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object edDrive: TEdit
|
|
Left = 240
|
|
Top = 16
|
|
Width = 73
|
|
Height = 23
|
|
TabOrder = 4
|
|
Text = 'G:\'
|
|
end
|
|
object btnDismount: TButton
|
|
Left = 238
|
|
Top = 76
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Dismount'
|
|
TabOrder = 6
|
|
OnClick = btnDismountClick
|
|
end
|
|
object btnDrvInfo: TButton
|
|
Left = 238
|
|
Top = 45
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'DrvInfo'
|
|
TabOrder = 5
|
|
OnClick = btnDrvInfoClick
|
|
end
|
|
end
|
|
object mmLog: TMemo
|
|
Left = 0
|
|
Top = 137
|
|
Width = 328
|
|
Height = 161
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
ExplicitWidth = 324
|
|
ExplicitHeight = 160
|
|
end
|
|
end
|