BSOne.SFC/Tocsg.Module/Bs1Flt/bs1dc_Delphi/bs1DeviceControl.dfm

229 lines
4.8 KiB
Plaintext

object Form1: TForm1
Left = 0
Top = 0
Caption = 'System Device Guard (Run as Admin Required)'
ClientHeight = 600
ClientWidth = 860
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
860
600)
TextHeight = 15
object Splitter1: TSplitter
Left = 0
Top = 597
Width = 860
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitTop = 0
ExplicitWidth = 624
end
object PanelTop: TPanel
Left = 0
Top = 0
Width = 860
Height = 50
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object BtnApply: TButton
AlignWithMargins = True
Left = 10
Top = 8
Width = 150
Height = 34
Margins.Left = 10
Margins.Top = 8
Margins.Bottom = 8
Align = alLeft
Caption = #51221#52293' '#51201#50857
TabOrder = 0
OnClick = BtnApplyClick
end
object btnDataFlowStart: TButton
Left = 544
Top = 10
Width = 150
Height = 34
Caption = #54028#51068' '#50976#52636' '#51228#50612' '#49884#51089
TabOrder = 1
Visible = False
OnClick = OnDataFlowStartClick
end
end
object MemoLog: TMemo
Left = 0
Top = 312
Width = 860
Height = 288
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #47569#51008' '#44256#46357
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 1
end
object ScrollBoxDevices: TScrollBox
Left = 0
Top = 50
Width = 492
Height = 259
TabOrder = 2
end
object ButtonAllEnumDevice: TButton
Left = 702
Top = 266
Width = 150
Height = 30
Caption = #47784#46304' '#51109#52824' '#50676#44144
TabOrder = 3
OnClick = ButtonAllEnumDeviceClick
end
object ButtonRunDeviceManager: TButton
Left = 702
Top = 230
Width = 150
Height = 30
Caption = #51109#52824#44288#47532#51088' '#50676#44592
TabOrder = 4
OnClick = ButtonRunDeviceManagerClick
end
object btnDriveControl: TButton
AlignWithMargins = True
Left = 175
Top = 8
Width = 150
Height = 34
Margins.Left = 10
Margins.Top = 8
Margins.Bottom = 8
Caption = #46300#46972#51060#48652' '#51228#50612
TabOrder = 5
OnClick = btnDriveControlClick
end
object btnDataFlowConfig: TButton
Left = 702
Top = 10
Width = 150
Height = 34
Caption = #54028#51068' '#50976#52636' '#49444#51221
TabOrder = 6
OnClick = btnDataFlowConfigClick
end
object btnOpenRegedit: TButton
Left = 546
Top = 230
Width = 150
Height = 30
Caption = #47112#51648#49828#53944#47532' '#50676#44592
TabOrder = 7
OnClick = btnOpenRegeditClick
end
object grpUsbPortExcept: TGroupBox
Left = 504
Top = 50
Width = 348
Height = 105
Caption = 'USB Port '#50696#50808' '#46321#47197
TabOrder = 8
object lblVendor: TLabel
Left = 12
Top = 24
Width = 49
Height = 15
Caption = 'Vendor : '
end
object lblProduct: TLabel
Left = 12
Top = 52
Width = 51
Height = 15
Caption = 'Product : '
end
object lblSerial: TLabel
Left = 12
Top = 80
Width = 49
Height = 15
Caption = 'Serial : '
end
object edtVendor: TEdit
Left = 68
Top = 20
Width = 121
Height = 23
TabOrder = 0
end
object edtProduct: TEdit
Left = 68
Top = 49
Width = 121
Height = 23
TabOrder = 1
end
object edtSerial: TEdit
Left = 68
Top = 78
Width = 121
Height = 23
TabOrder = 2
end
object btnUsbPortExceptAdd: TButton
Left = 203
Top = 79
Width = 65
Height = 23
Caption = #52628#44032
TabOrder = 3
OnClick = btnUsbPortExceptAddClick
end
object btnPortExceptDel: TButton
Left = 274
Top = 78
Width = 65
Height = 23
Caption = #51228#44144
TabOrder = 4
OnClick = btnPortExceptDelClick
end
end
object btnLogClear: TButton
Left = 546
Top = 266
Width = 150
Height = 30
Caption = #47196#44536' '#51648#50864#44592
TabOrder = 9
OnClick = btnLogClearClick
end
object btnProcessCreateSetting: TButton
Left = 702
Top = 161
Width = 150
Height = 33
Caption = #54532#47196#49464#49828' '#49373#49457' '#44048#51648' '#49444#51221
TabOrder = 10
OnClick = btnProcessCreateSettingClick
end
object btnBlueToothEnum: TButton
Left = 544
Top = 176
Width = 129
Height = 25
Caption = #48660#47336#53804#49828' '#51109#52824' '#50676#44144
TabOrder = 11
OnClick = btnBlueToothEnumClick
end
end