unit9.dfm
来自「DELPHI教师管理系统全套设计(论文+代码).设计好参考」· DFM 代码 · 共 49 行
DFM
49 行
object Form9: TForm9
Left = 280
Top = 351
Width = 529
Height = 316
Caption = 'Form9'
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 = 32
Top = 56
Width = 457
Height = 153
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 48
Top = 240
Width = 350
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object ADOTable1: TADOTable
CursorType = ctStatic
TableName = 'VIEW1'
Left = 112
Top = 24
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 64
Top = 24
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?