📄 surface.designer.vb
字号:
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(146, 67)
Me.Label12.TabIndex = 3
Me.Label12.Text = "复制源文件到" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "更新文件夹" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(已修改、修改时间异常、新增文件)"
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(28, 19)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(146, 86)
Me.Label11.TabIndex = 3
Me.Label11.Text = "移动目标文件到" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "备份文件夹" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(已修改、已删除文件)、" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "异常文件夹" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(修改时间异常文件)"
'
'RadioButton_DifferentFileHandling_CopyNew
'
Me.RadioButton_DifferentFileHandling_CopyNew.AutoSize = True
Me.RadioButton_DifferentFileHandling_CopyNew.Location = New System.Drawing.Point(8, 119)
Me.RadioButton_DifferentFileHandling_CopyNew.Name = "RadioButton_DifferentFileHandling_CopyNew"
Me.RadioButton_DifferentFileHandling_CopyNew.Size = New System.Drawing.Size(14, 13)
Me.RadioButton_DifferentFileHandling_CopyNew.TabIndex = 1
Me.RadioButton_DifferentFileHandling_CopyNew.UseVisualStyleBackColor = True
'
'RadioButton_DifferentFileHandling_Backup
'
Me.RadioButton_DifferentFileHandling_Backup.AutoSize = True
Me.RadioButton_DifferentFileHandling_Backup.Checked = True
Me.RadioButton_DifferentFileHandling_Backup.Location = New System.Drawing.Point(8, 19)
Me.RadioButton_DifferentFileHandling_Backup.Name = "RadioButton_DifferentFileHandling_Backup"
Me.RadioButton_DifferentFileHandling_Backup.Size = New System.Drawing.Size(14, 13)
Me.RadioButton_DifferentFileHandling_Backup.TabIndex = 0
Me.RadioButton_DifferentFileHandling_Backup.TabStop = True
Me.RadioButton_DifferentFileHandling_Backup.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(11, 250)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 6
Me.Label2.Text = "源文件夹"
'
'TextBox_SourceDir
'
Me.TextBox_SourceDir.Location = New System.Drawing.Point(13, 266)
Me.TextBox_SourceDir.Name = "TextBox_SourceDir"
Me.TextBox_SourceDir.Size = New System.Drawing.Size(344, 21)
Me.TextBox_SourceDir.TabIndex = 3
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(363, 264)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(37, 23)
Me.Button1.TabIndex = 4
Me.Button1.Text = "..."
Me.Button1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(10, 290)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(65, 12)
Me.Label3.TabIndex = 6
Me.Label3.Text = "目标文件夹"
'
'TextBox_TargetDir
'
Me.TextBox_TargetDir.Location = New System.Drawing.Point(12, 306)
Me.TextBox_TargetDir.Name = "TextBox_TargetDir"
Me.TextBox_TargetDir.Size = New System.Drawing.Size(344, 21)
Me.TextBox_TargetDir.TabIndex = 5
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(362, 304)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(37, 23)
Me.Button2.TabIndex = 6
Me.Button2.Text = "..."
Me.Button2.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(10, 330)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(173, 12)
Me.Label4.TabIndex = 6
Me.Label4.Text = "更新文件夹(最好放在目标盘)"
'
'TextBox_NewDir
'
Me.TextBox_NewDir.Enabled = False
Me.TextBox_NewDir.Location = New System.Drawing.Point(12, 346)
Me.TextBox_NewDir.Name = "TextBox_NewDir"
Me.TextBox_NewDir.Size = New System.Drawing.Size(344, 21)
Me.TextBox_NewDir.TabIndex = 7
'
'Button3
'
Me.Button3.Enabled = False
Me.Button3.Location = New System.Drawing.Point(362, 344)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(37, 23)
Me.Button3.TabIndex = 8
Me.Button3.Text = "..."
Me.Button3.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(10, 370)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(173, 12)
Me.Label5.TabIndex = 6
Me.Label5.Text = "备份文件夹(最好放在目标盘)"
'
'TextBox_BackupDir
'
Me.TextBox_BackupDir.Location = New System.Drawing.Point(12, 386)
Me.TextBox_BackupDir.Name = "TextBox_BackupDir"
Me.TextBox_BackupDir.Size = New System.Drawing.Size(344, 21)
Me.TextBox_BackupDir.TabIndex = 9
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(362, 384)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(37, 23)
Me.Button4.TabIndex = 10
Me.Button4.Text = "..."
Me.Button4.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(10, 410)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(173, 12)
Me.Label6.TabIndex = 6
Me.Label6.Text = "异常文件夹(最好放在目标盘)"
'
'TextBox_ExceptionalDir
'
Me.TextBox_ExceptionalDir.Location = New System.Drawing.Point(12, 426)
Me.TextBox_ExceptionalDir.Name = "TextBox_ExceptionalDir"
Me.TextBox_ExceptionalDir.Size = New System.Drawing.Size(344, 21)
Me.TextBox_ExceptionalDir.TabIndex = 11
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(362, 424)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(37, 23)
Me.Button5.TabIndex = 12
Me.Button5.Text = "..."
Me.Button5.UseVisualStyleBackColor = True
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(10, 450)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(53, 12)
Me.Label7.TabIndex = 6
Me.Label7.Text = "日志文件"
'
'TextBox_LogPath
'
Me.TextBox_LogPath.Location = New System.Drawing.Point(12, 466)
Me.TextBox_LogPath.Name = "TextBox_LogPath"
Me.TextBox_LogPath.Size = New System.Drawing.Size(344, 21)
Me.TextBox_LogPath.TabIndex = 13
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(362, 464)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(37, 23)
Me.Button6.TabIndex = 14
Me.Button6.Text = "..."
Me.Button6.UseVisualStyleBackColor = True
'
'Button_Analyze
'
Me.Button_Analyze.Location = New System.Drawing.Point(620, 636)
Me.Button_Analyze.Name = "Button_Analyze"
Me.Button_Analyze.Size = New System.Drawing.Size(75, 23)
Me.Button_Analyze.TabIndex = 17
Me.Button_Analyze.Text = "可行性分析"
Me.Button_Analyze.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(11, 492)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(191, 12)
Me.Label8.TabIndex = 10
Me.Label8.Text = "排除列表(可以使用通配符*、?、#)"
'
'TextBox_Filters
'
Me.TextBox_Filters.Location = New System.Drawing.Point(13, 507)
Me.TextBox_Filters.MaxLength = 2147483647
Me.TextBox_Filters.Multiline = True
Me.TextBox_Filters.Name = "TextBox_Filters"
Me.TextBox_Filters.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox_Filters.Size = New System.Drawing.Size(386, 124)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -