📄 frmbackup.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmBackup
BorderStyle = 1 'Fixed Single
Caption = "备份"
ClientHeight = 4740
ClientLeft = 45
ClientTop = 330
ClientWidth = 7725
Icon = "frmBackup.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4740
ScaleWidth = 7725
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame2
Caption = "备份选项"
Height = 855
Left = 120
TabIndex = 7
Top = 1140
Width = 7455
Begin VB.CheckBox chkDeleteFile
Caption = "备份成功后, 删除已备份的文件"
Height = 195
Left = 4500
TabIndex = 11
Top = 360
Width = 2835
End
Begin VB.CommandButton BackupDir
Height = 315
Left = 3960
Picture = "frmBackup.frx":014A
Style = 1 'Graphical
TabIndex = 9
Top = 315
Width = 315
End
Begin VB.TextBox txtBackupDir
Height = 330
Left = 1155
TabIndex = 8
Tag = "Picture,BackupDir,C:\Temp"
Top = 315
Width = 2775
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "备份目录:"
Height = 180
Left = 240
TabIndex = 10
Top = 390
Width = 810
End
End
Begin VB.Frame Frame1
Caption = "记录选择"
Height = 855
Left = 120
TabIndex = 3
Top = 120
Width = 7455
Begin VB.CommandButton cmdRefresh
Caption = "刷新"
Height = 330
Left = 6660
TabIndex = 17
Tag = "确定"
Top = 300
Width = 660
End
Begin VB.PictureBox picPeriod
BorderStyle = 0 'None
Height = 435
Left = 2880
ScaleHeight = 435
ScaleWidth = 4095
TabIndex = 12
Top = 300
Visible = 0 'False
Width = 4095
Begin MSComCtl2.DTPicker dtpStart
Height = 315
Left = 420
TabIndex = 13
Top = 0
Width = 1395
_ExtentX = 2461
_ExtentY = 556
_Version = 393216
Format = 51904513
CurrentDate = 36907
End
Begin MSComCtl2.DTPicker dtpEnd
Height = 315
Left = 2220
TabIndex = 16
Top = 0
Width = 1395
_ExtentX = 2461
_ExtentY = 556
_Version = 393216
Format = 51904513
CurrentDate = 36907
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "到"
Height = 180
Left = 1920
TabIndex = 15
Top = 60
Width = 180
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "从"
Height = 180
Left = 120
TabIndex = 14
Top = 60
Width = 180
End
End
Begin VB.OptionButton optPeriod
Caption = "指定时间段"
Height = 255
Left = 1680
TabIndex = 5
Top = 300
Width = 1275
End
Begin VB.OptionButton optAll
Caption = "所有媒体文件"
Height = 255
Left = 180
TabIndex = 4
Top = 300
Value = -1 'True
Width = 1755
End
End
Begin VB.CommandButton cmdOK
Caption = "开始 [Enter]"
Height = 390
Left = 4800
TabIndex = 2
Tag = "确定"
Top = 4200
Width = 1320
End
Begin VB.CommandButton cmdExit
Caption = "退出 [ESC]"
Height = 390
Left = 6240
TabIndex = 1
Tag = "取消"
Top = 4200
Width = 1320
End
Begin VB.CommandButton cmdStop
Caption = "停止 [F9]"
Enabled = 0 'False
Height = 390
Left = 3360
TabIndex = 0
Tag = "确定"
Top = 4200
Width = 1320
End
Begin MSDataGridLib.DataGrid dgX
Height = 1755
Left = 120
TabIndex = 6
Top = 2220
Width = 7455
_ExtentX = 13150
_ExtentY = 3096
_Version = 393216
HeadLines = 1.3
RowHeight = 17
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 6
BeginProperty Column00
DataField = "US_NO"
Caption = "放射号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "FILE_NAME"
Caption = "文件名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "SOUND_FILE_NAME"
Caption = "配音文件名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "FILE_TYPE"
Caption = "文件类型"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -