274 lines
6.0 KiB
Plaintext
274 lines
6.0 KiB
Plaintext
object DataFlowSettingForm: TDataFlowSettingForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = #54028#51068' '#50976#52636' '#51228#50612' '#49444#51221
|
|
ClientHeight = 520
|
|
ClientWidth = 640
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
DesignSize = (
|
|
640
|
|
520)
|
|
TextHeight = 15
|
|
object PanelBottom: TPanel
|
|
Left = 0
|
|
Top = 479
|
|
Width = 640
|
|
Height = 41
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
OnClick = PanelBottomClick
|
|
DesignSize = (
|
|
640
|
|
41)
|
|
object btnSave: TButton
|
|
Left = 473
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = #51200#51109
|
|
Default = True
|
|
TabOrder = 0
|
|
OnClick = btnSaveClick
|
|
end
|
|
object btnClose: TButton
|
|
Left = 554
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = #45803#44592
|
|
TabOrder = 1
|
|
OnClick = btnCloseClick
|
|
end
|
|
end
|
|
object PageControlMain: TPageControl
|
|
Left = 8
|
|
Top = 8
|
|
Width = 624
|
|
Height = 465
|
|
ActivePage = tsDevice
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 1
|
|
object tsException: TTabSheet
|
|
Caption = #50696#50808' '#44221#47196' (Global)'
|
|
object PanelExTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 616
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object LabelEx: TLabel
|
|
Left = 11
|
|
Top = 13
|
|
Width = 54
|
|
Height = 15
|
|
Caption = #50696#50808' '#44221#47196':'
|
|
end
|
|
object EditExPath: TEdit
|
|
Left = 71
|
|
Top = 10
|
|
Width = 380
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object btnAddEx: TButton
|
|
Left = 457
|
|
Top = 9
|
|
Width = 70
|
|
Height = 25
|
|
Caption = #52628#44032
|
|
TabOrder = 1
|
|
OnClick = btnAddExClick
|
|
end
|
|
object btnDelEx: TButton
|
|
Left = 533
|
|
Top = 9
|
|
Width = 70
|
|
Height = 25
|
|
Caption = #51200#51109
|
|
TabOrder = 2
|
|
OnClick = btnDelExClick
|
|
end
|
|
end
|
|
object ListBoxExceptions: TListBox
|
|
Left = 0
|
|
Top = 41
|
|
Width = 616
|
|
Height = 394
|
|
Align = alClient
|
|
ItemHeight = 15
|
|
TabOrder = 1
|
|
OnClick = ListBoxExceptionsClick
|
|
end
|
|
end
|
|
object tsDevice: TTabSheet
|
|
Caption = #54028#51068' '#50976#52636' '#51228#50612
|
|
ImageIndex = 1
|
|
object GroupBoxMtp: TGroupBox
|
|
Left = 16
|
|
Top = 16
|
|
Width = 280
|
|
Height = 120
|
|
Caption = ' MTP '#51228#50612
|
|
TabOrder = 0
|
|
object LabelM1: TLabel
|
|
Left = 20
|
|
Top = 40
|
|
Width = 35
|
|
Height = 15
|
|
Caption = 'Policy:'
|
|
end
|
|
object LabelM2: TLabel
|
|
Left = 20
|
|
Top = 80
|
|
Width = 44
|
|
Height = 15
|
|
Caption = 'File Size:'
|
|
end
|
|
object cbMtpPolicy: TComboBox
|
|
Left = 80
|
|
Top = 37
|
|
Width = 145
|
|
Height = 23
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object edtMtpSize: TEdit
|
|
Left = 80
|
|
Top = 77
|
|
Width = 145
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = '20'
|
|
end
|
|
end
|
|
object GroupBoxBt: TGroupBox
|
|
Left = 312
|
|
Top = 16
|
|
Width = 280
|
|
Height = 120
|
|
Caption = ' Bluetooth '#51228#50612
|
|
TabOrder = 1
|
|
object LabelB1: TLabel
|
|
Left = 20
|
|
Top = 40
|
|
Width = 35
|
|
Height = 15
|
|
Caption = 'Policy:'
|
|
end
|
|
object LabelB2: TLabel
|
|
Left = 20
|
|
Top = 80
|
|
Width = 44
|
|
Height = 15
|
|
Caption = 'File Size:'
|
|
end
|
|
object cbBtPolicy: TComboBox
|
|
Left = 80
|
|
Top = 37
|
|
Width = 145
|
|
Height = 23
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object edtBtSize: TEdit
|
|
Left = 80
|
|
Top = 77
|
|
Width = 145
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = '20'
|
|
end
|
|
end
|
|
object grpCDROM: TGroupBox
|
|
Left = 16
|
|
Top = 152
|
|
Width = 280
|
|
Height = 120
|
|
Caption = ' CD-ROM '#51228#50612
|
|
TabOrder = 2
|
|
object lbl1: TLabel
|
|
Left = 20
|
|
Top = 40
|
|
Width = 35
|
|
Height = 15
|
|
Caption = 'Policy:'
|
|
end
|
|
object lbl2: TLabel
|
|
Left = 20
|
|
Top = 80
|
|
Width = 44
|
|
Height = 15
|
|
Caption = 'File Size:'
|
|
end
|
|
object cbbCDROMPolicy: TComboBox
|
|
Left = 80
|
|
Top = 37
|
|
Width = 145
|
|
Height = 23
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object edtCDROMSize: TEdit
|
|
Left = 80
|
|
Top = 77
|
|
Width = 145
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = '20'
|
|
end
|
|
end
|
|
object grbUsbToUsb: TGroupBox
|
|
Left = 312
|
|
Top = 152
|
|
Width = 280
|
|
Height = 120
|
|
Caption = ' USB to USB '#51228#50612
|
|
TabOrder = 3
|
|
object lbl3: TLabel
|
|
Left = 20
|
|
Top = 40
|
|
Width = 35
|
|
Height = 15
|
|
Caption = 'Policy:'
|
|
end
|
|
object lbl4: TLabel
|
|
Left = 20
|
|
Top = 80
|
|
Width = 44
|
|
Height = 15
|
|
Caption = 'File Size:'
|
|
end
|
|
object cbbUsbToUsbPolicy: TComboBox
|
|
Left = 80
|
|
Top = 37
|
|
Width = 145
|
|
Height = 23
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object edtUsbToUsbSize: TEdit
|
|
Left = 80
|
|
Top = 77
|
|
Width = 145
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = '20'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|