📄 main.dfm
字号:
object MainForm: TMainForm
Left = 352
Top = 251
Width = 155
Height = 115
Caption = 'Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object DataBase: TJvUIBDataBase
Params.Strings = (
'sql_dialect=3'
'lc_ctype=NONE'
'password=masterkey'
'user_name=SYSDBA')
DatabaseName = 'D:\EMPLOYEE.DB'
UserName = 'SYSDBA'
PassWord = 'masterkey'
LibraryName = 'gds32.dll'
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -