BSOne.SFC/Tocsg.Module/UsbMon/DUsbMonMain.dfm

172 lines
3.6 KiB
Plaintext

object DlgUsbMonMain: TDlgUsbMonMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'UsbMon'
ClientHeight = 408
ClientWidth = 563
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 = 563
Height = 137
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object grpBs1CtrlUsb: TGroupBox
Left = 223
Top = 92
Width = 325
Height = 40
Caption = 'USB '#46356#49828#53356
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 11
object rbUsbEnable: TRadioButton
Left = 24
Top = 14
Width = 51
Height = 17
Caption = #54728#50857
TabOrder = 0
end
object rbUsbDisable: TRadioButton
Left = 85
Top = 14
Width = 49
Height = 17
Caption = #52264#45800
TabOrder = 1
end
object btnBs1SetPolicy: TButton
Left = 192
Top = 11
Width = 128
Height = 25
Caption = #51201#50857
TabOrder = 2
OnClick = btnBs1SetPolicyClick
end
end
object btnPreventUsb: TButton
Left = 16
Top = 14
Width = 105
Height = 25
Caption = 'USB '#51228#50612' '#49884#51089
TabOrder = 1
OnClick = btnPreventUsbClick
end
object rdReadOnly: TRadioButton
Left = 16
Top = 83
Width = 153
Height = 17
Caption = #51069#44592' '#51204#50857#51004#47196' '#49324#50857
TabOrder = 2
Visible = False
end
object rdBlock: TRadioButton
Left = 16
Top = 106
Width = 153
Height = 17
Caption = #47560#50868#53944' '#52264#45800
TabOrder = 3
end
object rdMonitor: TRadioButton
Left = 16
Top = 61
Width = 153
Height = 17
Caption = #50672#44208', '#51228#44144' '#44048#51648#47564
TabOrder = 0
Visible = False
end
object edDrive: TEdit
Left = 394
Top = 15
Width = 73
Height = 23
TabOrder = 4
Text = 'D:\'
end
object btnDismount: TButton
Left = 473
Top = 14
Width = 75
Height = 25
Caption = 'Dismount'
TabOrder = 6
OnClick = btnDismountClick
end
object btnDrvInfo: TButton
Left = 296
Top = 45
Width = 75
Height = 25
Caption = 'DrvInfo'
TabOrder = 5
Visible = False
OnClick = btnDrvInfoClick
end
object Button1: TButton
Left = 473
Top = 45
Width = 75
Height = 25
Caption = 'Remove'
TabOrder = 7
Visible = False
end
object Button2: TButton
Left = 215
Top = 45
Width = 75
Height = 25
Caption = 'ReStart'
TabOrder = 8
Visible = False
end
object Button3: TButton
Left = 377
Top = 45
Width = 90
Height = 25
Caption = 'CloseWindow'
TabOrder = 9
Visible = False
end
object chkKernel: TCheckBox
Left = 103
Top = 106
Width = 106
Height = 17
Caption = #51217#44540' '#52264#45800' '#49324#50857
TabOrder = 10
end
end
object mmLog: TMemo
Left = 0
Top = 137
Width = 563
Height = 271
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end