📄 dbpropertyfrm.dfm
字号:
object DBPropertyForm: TDBPropertyForm
Left = 271
Top = 133
BorderStyle = bsDialog
Caption = '数据库属性'
ClientHeight = 315
ClientWidth = 289
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object PageControl: TPageControl
Left = 5
Top = 4
Width = 279
Height = 277
ActivePage = MainTabSheet
HotTrack = True
TabOrder = 1
TabStop = False
object MainTabSheet: TTabSheet
Caption = '属性'
object GroupBox1: TGroupBox
Left = 7
Top = 2
Width = 256
Height = 239
TabOrder = 0
object TypeLabel: TLabel
Left = 13
Top = 17
Width = 60
Height = 12
Caption = '数据库类别'
end
object DateLabel: TLabel
Left = 13
Top = 60
Width = 72
Height = 12
Caption = '最后修改时间'
end
object SizeLabel: TLabel
Left = 13
Top = 82
Width = 84
Height = 12
Caption = '数据库文件大小'
end
object TableCountLabel: TLabel
Left = 13
Top = 104
Width = 36
Height = 12
Caption = '表数量'
end
object EncryptLabel: TLabel
Left = 13
Top = 126
Width = 48
Height = 12
Caption = '是否加密'
end
object EncAlgoLabel: TLabel
Left = 13
Top = 147
Width = 48
Height = 12
Caption = '加密算法'
end
object CompressLabel: TLabel
Left = 13
Top = 169
Width = 48
Height = 12
Caption = '是否压缩'
end
object CompLevelLabel: TLabel
Left = 13
Top = 211
Width = 48
Height = 12
Caption = '压缩级别'
end
object FileNameLabel: TLabel
Left = 13
Top = 39
Width = 72
Height = 12
Caption = '数据库文件名'
end
object CompAlgoLabel: TLabel
Left = 13
Top = 190
Width = 48
Height = 12
Caption = '压缩算法'
end
object TypeEdit: TEdit
Left = 113
Top = 17
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 0
Text = '-'
end
object DateEdit: TEdit
Left = 113
Top = 60
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 2
Text = '-'
end
object SizeEdit: TEdit
Left = 113
Top = 82
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 3
Text = '-'
end
object TableCountEdit: TEdit
Left = 113
Top = 103
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 4
Text = '-'
end
object EncryptEdit: TEdit
Left = 113
Top = 125
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 5
Text = '-'
end
object EncAlgEdit: TEdit
Left = 113
Top = 147
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 6
Text = '-'
end
object CompressEdit: TEdit
Left = 113
Top = 168
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 7
Text = '-'
end
object CompLevelEdit: TEdit
Left = 113
Top = 210
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 9
Text = '-'
end
object FileNameEdit: TEdit
Left = 113
Top = 38
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 1
Text = '-'
end
object CompAlgoEdit: TEdit
Left = 113
Top = 189
Width = 121
Height = 15
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 8
Text = '-'
end
end
end
end
object CloseButton: TButton
Left = 209
Top = 287
Width = 75
Height = 23
Cancel = True
Caption = '关闭'
TabOrder = 0
OnClick = CloseButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -