📄 frmsettings.designer.vb
字号:
Me.TabPage3.Location = New System.Drawing.Point(4, 40)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(387, 374)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Blocked Sites"
Me.TabPage3.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btnBlockRemoveAll)
Me.GroupBox2.Controls.Add(Me.btnRemoveBlock)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.lbBlocked)
Me.GroupBox2.Controls.Add(Me.btnAddBlock)
Me.GroupBox2.Controls.Add(Me.txtBlock)
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox2.Location = New System.Drawing.Point(0, 0)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(387, 374)
Me.GroupBox2.TabIndex = 3
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Blocked Sites Manager"
'
'btnBlockRemoveAll
'
Me.btnBlockRemoveAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnBlockRemoveAll.Location = New System.Drawing.Point(305, 110)
Me.btnBlockRemoveAll.Name = "btnBlockRemoveAll"
Me.btnBlockRemoveAll.Size = New System.Drawing.Size(74, 23)
Me.btnBlockRemoveAll.TabIndex = 6
Me.btnBlockRemoveAll.Text = "Remove ALL"
Me.btnBlockRemoveAll.UseVisualStyleBackColor = True
'
'btnRemoveBlock
'
Me.btnRemoveBlock.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnRemoveBlock.Location = New System.Drawing.Point(305, 81)
Me.btnRemoveBlock.Name = "btnRemoveBlock"
Me.btnRemoveBlock.Size = New System.Drawing.Size(74, 23)
Me.btnRemoveBlock.TabIndex = 5
Me.btnRemoveBlock.Text = "Remove"
Me.btnRemoveBlock.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(6, 55)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(294, 16)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Blocked Sites"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(7, 16)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(363, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Address of website to block"
'
'lbBlocked
'
Me.lbBlocked.FormattingEnabled = True
Me.lbBlocked.Location = New System.Drawing.Point(6, 74)
Me.lbBlocked.Name = "lbBlocked"
Me.lbBlocked.Size = New System.Drawing.Size(292, 290)
Me.lbBlocked.TabIndex = 2
'
'btnAddBlock
'
Me.btnAddBlock.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnAddBlock.Location = New System.Drawing.Point(305, 30)
Me.btnAddBlock.Name = "btnAddBlock"
Me.btnAddBlock.Size = New System.Drawing.Size(75, 23)
Me.btnAddBlock.TabIndex = 1
Me.btnAddBlock.Text = "Add"
Me.btnAddBlock.UseVisualStyleBackColor = True
'
'txtBlock
'
Me.txtBlock.Location = New System.Drawing.Point(6, 31)
Me.txtBlock.Name = "txtBlock"
Me.txtBlock.Size = New System.Drawing.Size(292, 21)
Me.txtBlock.TabIndex = 0
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.GroupBox5)
Me.TabPage4.Controls.Add(Me.chkDLMng)
Me.TabPage4.Location = New System.Drawing.Point(4, 40)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(5)
Me.TabPage4.Size = New System.Drawing.Size(387, 374)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "Downloading"
Me.TabPage4.UseVisualStyleBackColor = True
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.RadioButton5)
Me.GroupBox5.Controls.Add(Me.RadioButton4)
Me.GroupBox5.Controls.Add(Me.CheckBox4)
Me.GroupBox5.Location = New System.Drawing.Point(0, 272)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(386, 97)
Me.GroupBox5.TabIndex = 6
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Options"
'
'RadioButton5
'
Me.RadioButton5.AutoSize = True
Me.RadioButton5.Checked = True
Me.RadioButton5.Location = New System.Drawing.Point(6, 66)
Me.RadioButton5.Name = "RadioButton5"
Me.RadioButton5.Size = New System.Drawing.Size(186, 17)
Me.RadioButton5.TabIndex = 2
Me.RadioButton5.TabStop = True
Me.RadioButton5.Text = "Prompt me before each download"
Me.RadioButton5.UseVisualStyleBackColor = True
'
'RadioButton4
'
Me.RadioButton4.AutoSize = True
Me.RadioButton4.Location = New System.Drawing.Point(5, 43)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(227, 17)
Me.RadioButton4.TabIndex = 1
Me.RadioButton4.Text = "Automatically download in the background"
Me.RadioButton4.UseVisualStyleBackColor = True
'
'CheckBox4
'
Me.CheckBox4.AutoSize = True
Me.CheckBox4.Checked = True
Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox4.Location = New System.Drawing.Point(6, 20)
Me.CheckBox4.Name = "CheckBox4"
Me.CheckBox4.Size = New System.Drawing.Size(105, 17)
Me.CheckBox4.TabIndex = 0
Me.CheckBox4.Text = "Allow downloads"
Me.CheckBox4.UseVisualStyleBackColor = True
'
'chkDLMng
'
Me.chkDLMng.Controls.Add(Me.chkUseDLManager)
Me.chkDLMng.Controls.Add(Me.Button1)
Me.chkDLMng.Controls.Add(Me.txtDLPath)
Me.chkDLMng.Controls.Add(Me.ListView1)
Me.chkDLMng.Controls.Add(Me.Button9)
Me.chkDLMng.Controls.Add(Me.Button10)
Me.chkDLMng.Controls.Add(Me.Label2)
Me.chkDLMng.Controls.Add(Me.Label9)
Me.chkDLMng.Controls.Add(Me.Button11)
Me.chkDLMng.Controls.Add(Me.txtExt)
Me.chkDLMng.Location = New System.Drawing.Point(0, 5)
Me.chkDLMng.Name = "chkDLMng"
Me.chkDLMng.Size = New System.Drawing.Size(386, 261)
Me.chkDLMng.TabIndex = 5
Me.chkDLMng.TabStop = False
Me.chkDLMng.Text = "Files"
'
'chkUseDLManager
'
Me.chkUseDLManager.AutoSize = True
Me.chkUseDLManager.Checked = True
Me.chkUseDLManager.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkUseDLManager.Location = New System.Drawing.Point(10, 20)
Me.chkUseDLManager.Name = "chkUseDLManager"
Me.chkUseDLManager.Size = New System.Drawing.Size(139, 17)
Me.chkUseDLManager.TabIndex = 3
Me.chkUseDLManager.Text = "Use Download Manager"
Me.chkUseDLManager.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.Location = New System.Drawing.Point(262, 55)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(35, 23)
Me.Button1.TabIndex = 9
Me.Button1.Text = "..."
Me.Button1.UseVisualStyleBackColor = True
'
'txtDLPath
'
Me.txtDLPath.Location = New System.Drawing.Point(85, 55)
Me.txtDLPath.Name = "txtDLPath"
Me.txtDLPath.Size = New System.Drawing.Size(171, 21)
Me.txtDLPath.TabIndex = 8
'
'ListView1
'
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader3, Me.ColumnHeader4})
Me.ListView1.GridLines = True
Me.ListView1.Location = New System.Drawing.Point(6, 95)
Me.ListView1.Name = "ListView1"
Me.ListView1.Size = New System.Drawing.Size(373, 131)
Me.ListView1.TabIndex = 7
Me.ListView1.UseCompatibleStateImageBehavior = False
Me.ListView1.View = System.Windows.Forms.View.Details
'
'ColumnHeader3
'
Me.ColumnHeader3.Text = "Extension"
Me.ColumnHeader3.Width = 68
'
'ColumnHeader4
'
Me.ColumnHeader4.Text = "Download Directory"
Me.ColumnHeader4.Width = 301
'
'Button9
'
Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button9.Location = New System.Drawing.Point(305, 232)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(74, 23)
Me.Button9.TabIndex = 6
Me.Button9.Text = "Remove ALL"
Me.Button9.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button10.Location = New System.Drawing.Point(223, 232)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(74, 23)
Me.Button10.TabIndex = 5
Me.Button10.Text = "Remove"
Me.Button10.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(7, 79)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(363, 13)
Me.Label2.TabIndex = 4
Me.Label2.Text = "Registered Extensions"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(7, 40)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(363, 13)
Me.Label9.TabIndex = 3
Me.Label9.Text = "Extension of file to add ie: .zip, .exe"
'
'Button11
'
Me.Button11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button11.Location = New System.Drawing.Point(303, 55)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(76, 23)
Me.Button11.TabIndex = 1
Me.Button11.Text = "Add"
Me.Button11.UseVisualStyleBackColor = True
'
'txtExt
'
Me.txtExt.Location = New System.Drawing.Point(6, 55)
Me.txtExt.Name = "txtExt"
Me.txtExt.Size = New System.Drawing.Size(73, 21)
Me.txtExt.TabIndex = 0
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.GroupBox1)
Me.TabPage5.Location = New System.Drawing.Point(4, 40)
Me.TabPage5.Name = "TabPage5"
Me.TabPage5.Size = New System.Drawing.Size(387, 374)
Me.TabPage5.TabIndex = 4
Me.TabPage5.Text = "Search Providers"
Me.TabPage5.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.chkSearchDefault)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txtSearchTitle)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.lvSearchProviders)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.btnAddProvider)
Me.GroupBox1.Controls.Add(Me.txtSearchURL)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(387, 374)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Search Providers"
'
'chkSearchDefault
'
Me.chkSearchDefault.AutoSize = True
Me.chkSearchDefault.Location = New System.Drawing.Point(57, 74)
Me.chkSearchDefault.Name = "chkSearchDefault"
Me.chkSearchDefault.Size = New System.Drawing.Size(89, 17)
Me.chkSearchDefault.TabIndex = 11
Me.chkSearchDefault.Text = "Make Default"
Me.chkSearchDefault.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(2, 23)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(38, 18)
Me.Label8.TabIndex = 10
Me.Label8.Text = "Title:"
'
'txtSearchTitle
'
Me.HelpProvider1.SetHelpString(Me.txtSearchTitle, "Display Name of search provider")
Me.txtSearchTitle.Location = New System.Drawing.Point(57, 20)
Me.txtSearchTitle.Name = "txtSearchTitle"
Me.HelpProvider1.SetShowHelp(Me.txtSearchTitle, True)
Me.txtSearchTitle.Size = New System.Drawing.Size(257, 21)
Me.txtSearchTitle.TabIndex = 9
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(2, 50)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(38, 18)
Me.Label7.TabIndex = 8
Me.Label7.Text = "URL:"
'
'lvSearchProviders
'
Me.lvSearchProviders.CheckBoxes = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -