unit13.dfm
来自「简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 」· DFM 代码 · 共 72 行
DFM
72 行
object Form13: TForm13
Left = 352
Top = 215
Width = 457
Height = 298
Caption = #20010#20154#36873#35838#31649#29702
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 GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 433
Height = 249
Caption = #36873#35838
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 32
Width = 48
Height = 13
AutoSize = False
Caption = #35838#31243#21495#65306
end
object Edit1: TEdit
Left = 72
Top = 24
Width = 121
Height = 21
AutoSize = False
TabOrder = 0
end
object Button1: TButton
Left = 232
Top = 24
Width = 75
Height = 25
Caption = #25552#20132#36873#35838
TabOrder = 1
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 72
Width = 409
Height = 161
DataSource = Data.DataSource1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button2: TButton
Left = 328
Top = 24
Width = 75
Height = 25
Caption = #21024#38500#36873#35838
TabOrder = 3
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?