📄 udatabase.dfm
字号:
object frmDatabase: TfrmDatabase
Left = 384
Top = 232
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Database Properties'
ClientHeight = 266
ClientWidth = 259
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 20
Width = 48
Height = 13
Caption = 'Page Size'
end
object Label2: TLabel
Left = 16
Top = 44
Width = 99
Height = 13
Caption = 'Page count in Extent'
end
object Label6: TLabel
Left = 16
Top = 68
Width = 82
Height = 13
Caption = 'Max Connections'
end
object GroupBox1: TGroupBox
Left = 16
Top = 114
Width = 225
Height = 97
Caption = ' '
TabOrder = 2
object Label3: TLabel
Left = 7
Top = 19
Width = 46
Height = 13
Caption = 'Password'
end
object Label4: TLabel
Left = 7
Top = 43
Width = 83
Height = 13
Caption = 'Confirm password'
end
object Label5: TLabel
Left = 7
Top = 67
Width = 76
Height = 13
Caption = 'Crypto Algorithm'
end
object cbCryptoAgorithm: TComboBox
Left = 97
Top = 64
Width = 121
Height = 21
AutoCloseUp = True
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'Rijndael_128'
'Rijndael_256'
'DES_Single'
'DES_Triple'
'Blowfish'
'Twofish_128'
'Twofish_256'
'Square')
end
object ePassword2: TEdit
Left = 97
Top = 40
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object ePassword1: TEdit
Left = 97
Top = 16
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object cbEncrypted: TCheckBox
Left = 13
Top = -2
Width = 73
Height = 17
Caption = 'Encrypted'
TabOrder = 3
OnClick = cbEncryptedClick
end
end
object BitBtn1: TBitBtn
Left = 48
Top = 226
Width = 75
Height = 25
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 136
Top = 226
Width = 75
Height = 25
TabOrder = 1
Kind = bkCancel
end
object cbPageSize: TComboBox
Left = 128
Top = 16
Width = 97
Height = 21
ItemHeight = 13
TabOrder = 3
Text = '4056'
Items.Strings = (
'128'
'256'
'512'
'1024'
'2048'
'4056'
'8112'
'other...')
end
object cbPageCountInExtent: TComboBox
Left = 128
Top = 40
Width = 97
Height = 21
ItemHeight = 13
TabOrder = 4
Text = '8'
Items.Strings = (
'2'
'4'
'8'
'16'
'32'
'64'
'128'
'other...')
end
object eMaxConnections: TEdit
Left = 128
Top = 64
Width = 97
Height = 21
TabOrder = 5
Text = '500'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -