📄 local1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 116
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
WindowState = wsMaximized
PixelsPerInch = 120
TextHeight = 16
object DBGrid1: TDBGrid
Left = 0
Top = 184
Width = 688
Height = 250
Align = alBottom
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 688
Height = 25
DataSource = DataSource1
Align = alTop
TabOrder = 1
end
object ListBox1: TListBox
Left = 0
Top = 25
Width = 688
Height = 159
Align = alClient
ItemHeight = 16
TabOrder = 2
OnClick = ListBox1Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 80
Top = 240
end
object Table1: TTable
DatabaseName = 'temp'
Left = 96
Top = 280
end
object MainMenu1: TMainMenu
Left = 32
Top = 80
object Options1: TMenuItem
Caption = '&Options'
object ShowTableName1: TMenuItem
Caption = '&ShowTableName:'
OnClick = ShowTableName1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Exit'
OnClick = Exit1Click
end
end
end
object Database1: TDatabase
AliasName = 'DBDEMOS'
DatabaseName = 'temp'
SessionName = 'Default'
Left = 152
Top = 248
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -