📄 s_gradeunit.~dfm
字号:
object S_GradeForm: TS_GradeForm
Left = 169
Top = 113
Width = 621
Height = 380
Caption = 'S_GradeForm'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 18
object Panel1: TPanel
Left = 0
Top = 0
Width = 613
Height = 145
Align = alTop
TabOrder = 0
object Panel3: TPanel
Left = 1
Top = 1
Width = 468
Height = 143
Align = alLeft
TabOrder = 0
object DBGridBase: TDBGrid
Left = 1
Top = 1
Width = 466
Height = 141
Align = alClient
DataSource = DataSourceMaster
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = '宋体'
TitleFont.Style = []
end
end
object Panel4: TPanel
Left = 469
Top = 1
Width = 143
Height = 143
Align = alClient
TabOrder = 1
object ButtonXiuGai: TButton
Left = 27
Top = 18
Width = 84
Height = 28
Caption = '修改'
TabOrder = 0
OnClick = ButtonXiuGaiClick
end
object ButtonTuiChu: TButton
Left = 27
Top = 72
Width = 84
Height = 28
Caption = '退出'
TabOrder = 1
OnClick = ButtonTuiChuClick
end
end
end
object Panel2: TPanel
Left = 0
Top = 145
Width = 613
Height = 204
Align = alClient
TabOrder = 1
object DBGridCredit: TDBGrid
Left = 1
Top = 1
Width = 611
Height = 202
Align = alClient
DataSource = DataSourceDetail
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = '宋体'
TitleFont.Style = []
end
end
object DataSourceMaster: TDataSource
DataSet = CDM.ClientDataSetBase
Left = 17
Top = 73
end
object DataSourceDetail: TDataSource
DataSet = CDM.ClientDataSetCredit
Left = 16
Top = 185
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -