📄 unit9.dfm
字号:
object Form9: TForm9
Left = 192
Top = 107
Width = 314
Height = 275
Caption = '手工备份...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 305
Height = 247
TabOrder = 0
object Splitter1: TSplitter
Left = 0
Top = 204
Width = 305
Height = 3
Cursor = crHSplit
Align = alNone
end
object Panel2: TPanel
Left = 0
Top = 6
Width = 305
Height = 197
TabOrder = 0
end
object Panel3: TPanel
Left = 5
Top = 14
Width = 295
Height = 177
TabOrder = 1
object GroupBox1: TGroupBox
Left = 16
Top = 12
Width = 264
Height = 145
Caption = '备 份'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object RadioButton1: TRadioButton
Left = 26
Top = 37
Width = 81
Height = 17
Caption = '进院库'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 25
Top = 67
Width = 73
Height = 17
Caption = '开支库'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 135
Top = 39
Width = 81
Height = 17
Caption = '结算库'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object RadioButton14: TRadioButton
Left = 82
Top = 100
Width = 68
Height = 17
Caption = '用户库'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object RadioButton4: TRadioButton
Left = 136
Top = 67
Width = 113
Height = 17
Caption = '汇总库'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 4
end
end
end
object Panel5: TPanel
Left = 3
Top = 209
Width = 300
Height = 33
TabOrder = 2
object Button3: TButton
Left = 173
Top = 4
Width = 75
Height = 25
Caption = '返回'
TabOrder = 0
OnClick = Button3Click
end
object Button1: TButton
Left = 35
Top = 3
Width = 75
Height = 25
Caption = '备份'
TabOrder = 1
OnClick = Button1Click
end
end
end
object Table1: TTable
Left = 104
Top = 32
end
object Table2: TTable
Left = 136
Top = 32
end
object BatchMove1: TBatchMove
Left = 168
Top = 32
end
object SaveDialog1: TSaveDialog
Left = 208
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -