📄 unit1.dfm
字号:
object Form1: TForm1
Left = 231
Top = 133
Width = 421
Height = 342
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 24
Width = 413
Height = 241
DataSource = DataSource1
DragMode = dmAutomatic
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDragDrop = DBGrid1DragDrop
OnDragOver = DBGrid1DragOver
end
object Button1: TButton
Left = 240
Top = 276
Width = 75
Height = 25
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 88
Top = 280
Width = 121
Height = 21
DragMode = dmAutomatic
ItemHeight = 13
TabOrder = 2
Text = #35831#36873#25321#31995#21035
Items.Strings = (
#35745#31639#26426#31995
#29289#29702#31995
#30005#23376#25216#26415#31995
#30005#23376#20449#24687#31995
'')
end
object DBNavigator1: TDBNavigator
Left = 8
Top = 0
Width = 400
Height = 25
DataSource = DataSource1
TabOrder = 3
end
object DataSource1: TDataSource
DataSet = Table1
Left = 192
Top = 128
end
object Table1: TTable
Active = True
DatabaseName = 'DEMO'
TableName = 'StudentInfo.DB'
Left = 232
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -