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

297 lines
5.7 KiB
Plaintext

object DriveControlForm: TDriveControlForm
Left = 0
Top = 0
Caption = #46300#46972#51060#48652' '#51228#50612
ClientHeight = 240
ClientWidth = 747
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
TextHeight = 15
object Label1: TLabel
Left = 8
Top = 18
Width = 60
Height = 15
Caption = #51060#46041#46356#49828#53356
end
object Label2: TLabel
Left = 8
Top = 47
Width = 48
Height = 15
Caption = #50808#51109#54616#46300
end
object Label3: TLabel
Left = 8
Top = 76
Width = 63
Height = 15
Caption = #45348#53944#50892#53356' IN'
end
object Label4: TLabel
Left = 8
Top = 105
Width = 75
Height = 15
Caption = #45348#53944#50892#53356' OUT'
end
object Label5: TLabel
Left = 8
Top = 134
Width = 43
Height = 15
Caption = 'CDROM'
end
object Label6: TLabel
Left = 8
Top = 163
Width = 42
Height = 15
Caption = 'FLOPPY'
end
object cbRemovable: TComboBox
Left = 121
Top = 15
Width = 145
Height = 23
TabOrder = 0
Text = #51060#46041#46356#49828#53356
end
object cbExternalHDD: TComboBox
Left = 121
Top = 44
Width = 145
Height = 23
TabOrder = 1
Text = 'cbExternalHDD'
end
object cbNetworkIn: TComboBox
Left = 121
Top = 73
Width = 145
Height = 23
TabOrder = 2
Text = 'cbNetworkIn'
end
object cbNetworkOut: TComboBox
Left = 121
Top = 102
Width = 145
Height = 23
TabOrder = 3
Text = 'cbNetworkOut'
end
object cbCDROM: TComboBox
Left = 121
Top = 131
Width = 145
Height = 23
TabOrder = 4
Text = 'cbCDROM'
end
object cbFloppy: TComboBox
Left = 121
Top = 160
Width = 145
Height = 23
TabOrder = 5
Text = 'cbFloppy'
end
object btnSave: TButton
Left = 664
Top = 207
Width = 75
Height = 25
Caption = 'Save'
TabOrder = 6
OnClick = btnSaveClick
end
object btnClose: TButton
Left = 583
Top = 207
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 7
OnClick = btnCloseClick
end
object cbRemovableLog: TComboBox
Left = 272
Top = 15
Width = 145
Height = 23
TabOrder = 8
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object cbExternalHDDLog: TComboBox
Left = 272
Top = 44
Width = 145
Height = 23
TabOrder = 9
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object cbNetworkInLog: TComboBox
Left = 272
Top = 73
Width = 145
Height = 23
TabOrder = 10
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object cbNetworkOutLog: TComboBox
Left = 272
Top = 102
Width = 145
Height = 23
TabOrder = 11
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object cbCDROMLog: TComboBox
Left = 272
Top = 131
Width = 145
Height = 23
TabOrder = 12
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object cbFloppyLog: TComboBox
Left = 272
Top = 160
Width = 145
Height = 23
TabOrder = 13
Text = #52264#45800' '#47196#44536' '#49444#51221
end
object btnStartStop: TButton
Left = 8
Top = 207
Width = 89
Height = 25
Caption = #49884#51089
TabOrder = 14
OnClick = btnStartStopClick
end
object grpProcessNameExcept: TGroupBox
Left = 423
Top = 8
Width = 316
Height = 175
Caption = #50696#50808' '#46321#47197
TabOrder = 15
object lblProcessNameExcept: TLabel
Left = 11
Top = 23
Width = 63
Height = 15
Caption = #54532#47196#49464#49828#47749':'
end
object lblUsbDriveExcept: TLabel
Left = 16
Top = 64
Width = 108
Height = 15
Caption = 'USB '#46300#46972#51060#48652' '#50696#50808' : '
end
object lblVid: TLabel
Left = 13
Top = 88
Width = 37
Height = 15
Caption = 'vid : '
end
object lblPid: TLabel
Left = 12
Top = 114
Width = 38
Height = 15
Caption = 'pid : '
end
object lblSerial: TLabel
Left = 13
Top = 140
Width = 37
Height = 15
Caption = 'Serial : '
end
object edtExceptProcessName: TEdit
Left = 80
Top = 20
Width = 139
Height = 23
TabOrder = 0
end
object btnExceptProcessNameAdd: TButton
Left = 225
Top = 20
Width = 37
Height = 23
Caption = #52628#44032
TabOrder = 1
OnClick = btnExceptProcessNameAddClick
end
object btnExceptProcessNameDel: TButton
Left = 268
Top = 20
Width = 37
Height = 23
Caption = #49325#51228
TabOrder = 2
OnClick = btnExceptProcessNameDelClick
end
object edtVid: TEdit
Left = 52
Top = 85
Width = 121
Height = 23
TabOrder = 3
end
object edtPid: TEdit
Left = 52
Top = 111
Width = 121
Height = 23
TabOrder = 4
end
object edtSerial: TEdit
Left = 52
Top = 139
Width = 121
Height = 23
TabOrder = 5
end
object btnUsbDriveAdd: TButton
Left = 186
Top = 85
Width = 87
Height = 23
Caption = #52628#44032
TabOrder = 6
OnClick = btnUsbDriveAddClick
end
object btnUsbDriveDel: TButton
Left = 186
Top = 110
Width = 87
Height = 24
Caption = #49325#51228
TabOrder = 7
OnClick = btnUsbDriveDelClick
end
object btnUsbDiskExcept: TButton
Left = 186
Top = 136
Width = 87
Height = 25
Caption = #52488#44592#54868
TabOrder = 8
OnClick = btnUsbDiskExceptClick
end
end
end