⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 surface.designer.vb

📁 文件复制器 2007.07.28.0最新VB源代码 地狱门神(F.R.C.) 适用范围 Windows环境下
💻 VB
📖 第 1 页 / 共 3 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Surface
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Surface))
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s = New System.Windows.Forms.CheckBox
        Me.CheckBox_SameFileIdentifier_FullFile = New System.Windows.Forms.CheckBox
        Me.CheckBox_SameFileIdentifier_First64K = New System.Windows.Forms.CheckBox
        Me.CheckBox_SameFileIdentifier_Path = New System.Windows.Forms.CheckBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier = New System.Windows.Forms.RadioButton
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target = New System.Windows.Forms.RadioButton
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source = New System.Windows.Forms.RadioButton
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.RadioButton_DifferentFileHandling_CopyNew = New System.Windows.Forms.RadioButton
        Me.RadioButton_DifferentFileHandling_Backup = New System.Windows.Forms.RadioButton
        Me.Label2 = New System.Windows.Forms.Label
        Me.TextBox_SourceDir = New System.Windows.Forms.TextBox
        Me.Button1 = New System.Windows.Forms.Button
        Me.Label3 = New System.Windows.Forms.Label
        Me.TextBox_TargetDir = New System.Windows.Forms.TextBox
        Me.Button2 = New System.Windows.Forms.Button
        Me.Label4 = New System.Windows.Forms.Label
        Me.TextBox_NewDir = New System.Windows.Forms.TextBox
        Me.Button3 = New System.Windows.Forms.Button
        Me.Label5 = New System.Windows.Forms.Label
        Me.TextBox_BackupDir = New System.Windows.Forms.TextBox
        Me.Button4 = New System.Windows.Forms.Button
        Me.Label6 = New System.Windows.Forms.Label
        Me.TextBox_ExceptionalDir = New System.Windows.Forms.TextBox
        Me.Button5 = New System.Windows.Forms.Button
        Me.Label7 = New System.Windows.Forms.Label
        Me.TextBox_LogPath = New System.Windows.Forms.TextBox
        Me.Button6 = New System.Windows.Forms.Button
        Me.Button_Analyze = New System.Windows.Forms.Button
        Me.Label8 = New System.Windows.Forms.Label
        Me.TextBox_Filters = New System.Windows.Forms.TextBox
        Me.Button_Apply = New System.Windows.Forms.Button
        Me.Label9 = New System.Windows.Forms.Label
        Me.TextBox_Result = New System.Windows.Forms.TextBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
        Me.Label_ProgressBarStatus = New System.Windows.Forms.Label
        Me.TextBox_PreCopy = New System.Windows.Forms.TextBox
        Me.TextBox_PostCopy = New System.Windows.Forms.TextBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.CheckBox_PreserveDeleted = New System.Windows.Forms.CheckBox
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.Label13)
        Me.GroupBox1.Controls.Add(Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s)
        Me.GroupBox1.Controls.Add(Me.CheckBox_SameFileIdentifier_FullFile)
        Me.GroupBox1.Controls.Add(Me.CheckBox_SameFileIdentifier_First64K)
        Me.GroupBox1.Controls.Add(Me.CheckBox_SameFileIdentifier_Path)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 13)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(190, 122)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "相同文件判据"
        '
        'Label13
        '
        Me.Label13.Location = New System.Drawing.Point(92, 44)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(91, 61)
        Me.Label13.TabIndex = 5
        Me.Label13.Text = "模糊修改时间3s,以较早的为准(我的文件有0-2s偏差,怀疑是病毒作怪)"
        '
        'CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s
        '
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.AutoSize = True
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.Location = New System.Drawing.Point(73, 45)
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.Name = "CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s"
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.Size = New System.Drawing.Size(15, 14)
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.TabIndex = 3
        Me.CheckBox_SameFileIdentifier_CorrectWriteTimeOffsetIn2s.UseVisualStyleBackColor = True
        '
        'CheckBox_SameFileIdentifier_FullFile
        '
        Me.CheckBox_SameFileIdentifier_FullFile.AutoSize = True
        Me.CheckBox_SameFileIdentifier_FullFile.Location = New System.Drawing.Point(8, 89)
        Me.CheckBox_SameFileIdentifier_FullFile.Name = "CheckBox_SameFileIdentifier_FullFile"
        Me.CheckBox_SameFileIdentifier_FullFile.Size = New System.Drawing.Size(72, 16)
        Me.CheckBox_SameFileIdentifier_FullFile.TabIndex = 2
        Me.CheckBox_SameFileIdentifier_FullFile.Text = "全部内容"
        Me.CheckBox_SameFileIdentifier_FullFile.UseVisualStyleBackColor = True
        '
        'CheckBox_SameFileIdentifier_First64K
        '
        Me.CheckBox_SameFileIdentifier_First64K.AutoSize = True
        Me.CheckBox_SameFileIdentifier_First64K.Location = New System.Drawing.Point(8, 67)
        Me.CheckBox_SameFileIdentifier_First64K.Name = "CheckBox_SameFileIdentifier_First64K"
        Me.CheckBox_SameFileIdentifier_First64K.Size = New System.Drawing.Size(78, 16)
        Me.CheckBox_SameFileIdentifier_First64K.TabIndex = 1
        Me.CheckBox_SameFileIdentifier_First64K.Text = "首64K内容"
        Me.CheckBox_SameFileIdentifier_First64K.UseVisualStyleBackColor = True
        '
        'CheckBox_SameFileIdentifier_Path
        '
        Me.CheckBox_SameFileIdentifier_Path.AutoSize = True
        Me.CheckBox_SameFileIdentifier_Path.Location = New System.Drawing.Point(8, 44)
        Me.CheckBox_SameFileIdentifier_Path.Name = "CheckBox_SameFileIdentifier_Path"
        Me.CheckBox_SameFileIdentifier_Path.Size = New System.Drawing.Size(48, 16)
        Me.CheckBox_SameFileIdentifier_Path.TabIndex = 0
        Me.CheckBox_SameFileIdentifier_Path.Text = "路径"
        Me.CheckBox_SameFileIdentifier_Path.UseVisualStyleBackColor = True
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(6, 21)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(185, 12)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "(除文件名、大小、修改时间外)"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier)
        Me.GroupBox2.Controls.Add(Me.RadioButton_CreateTimeAndCharCaseHandling_Target)
        Me.GroupBox2.Controls.Add(Me.RadioButton_CreateTimeAndCharCaseHandling_Source)
        Me.GroupBox2.Location = New System.Drawing.Point(12, 141)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(190, 92)
        Me.GroupBox2.TabIndex = 1
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "创建时间和文件名大小写处理"
        '
        'RadioButton_CreateTimeAndCharCaseHandling_Earlier
        '
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.AutoSize = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.Checked = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.Location = New System.Drawing.Point(6, 67)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.Name = "RadioButton_CreateTimeAndCharCaseHandling_Earlier"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.Size = New System.Drawing.Size(59, 16)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.TabIndex = 2
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.TabStop = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.Text = "较早的"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Earlier.UseVisualStyleBackColor = True
        '
        'RadioButton_CreateTimeAndCharCaseHandling_Target
        '
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.AutoSize = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.Location = New System.Drawing.Point(5, 44)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.Name = "RadioButton_CreateTimeAndCharCaseHandling_Target"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.Size = New System.Drawing.Size(83, 16)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.TabIndex = 1
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.Text = "目标文件的"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Target.UseVisualStyleBackColor = True
        '
        'RadioButton_CreateTimeAndCharCaseHandling_Source
        '
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.AutoSize = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.Location = New System.Drawing.Point(6, 21)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.Name = "RadioButton_CreateTimeAndCharCaseHandling_Source"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.Size = New System.Drawing.Size(71, 16)
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.TabIndex = 0
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.TabStop = True
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.Text = "源文件的"
        Me.RadioButton_CreateTimeAndCharCaseHandling_Source.UseVisualStyleBackColor = True
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.CheckBox_PreserveDeleted)
        Me.GroupBox3.Controls.Add(Me.Label12)
        Me.GroupBox3.Controls.Add(Me.Label11)
        Me.GroupBox3.Controls.Add(Me.RadioButton_DifferentFileHandling_CopyNew)
        Me.GroupBox3.Controls.Add(Me.RadioButton_DifferentFileHandling_Backup)
        Me.GroupBox3.Location = New System.Drawing.Point(210, 13)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(190, 220)
        Me.GroupBox3.TabIndex = 2
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "非相同文件处理"
        '
        'Label12
        '
        Me.Label12.Location = New System.Drawing.Point(28, 119)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -