📄 main.dfm
字号:
object frmMain: TfrmMain
Left = 175
Top = 129
Width = 807
Height = 524
Caption = 'SQL Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
WindowState = wsMaximized
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 88
Top = 56
object File1: TMenuItem
Caption = 'File'
object Connect1: TMenuItem
Caption = 'Connect'
OnClick = Connect1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
end
end
object ool1: TMenuItem
Caption = 'Operation'
Visible = False
object CreateDatabase1: TMenuItem
Caption = 'Create Database'
end
object CreateTable1: TMenuItem
Caption = 'Create Table'
end
end
object ool2: TMenuItem
Caption = 'Tool'
object Command1: TMenuItem
Caption = 'Command'
OnClick = Command1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
object About1: TMenuItem
Caption = 'About'
OnClick = About1Click
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -