📄 s_courseunit.~dfm
字号:
object S_CourseForm: TS_CourseForm
Left = 154
Top = 119
Width = 637
Height = 410
Caption = 'S_CourseForm'
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 = 487
Height = 379
Align = alLeft
TabOrder = 0
object Panel3: TPanel
Left = 1
Top = 1
Width = 485
Height = 135
Align = alTop
TabOrder = 0
object DBGridBase: TDBGrid
Left = 1
Top = 1
Width = 483
Height = 133
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 = 1
Top = 136
Width = 485
Height = 242
Align = alClient
TabOrder = 1
object DBGridCourse: TDBGrid
Left = 1
Top = 1
Width = 483
Height = 240
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
end
object Panel2: TPanel
Left = 487
Top = 0
Width = 142
Height = 379
Align = alClient
TabOrder = 1
object ButtonZengJia: TButton
Left = 27
Top = 27
Width = 84
Height = 28
Caption = '增加'
TabOrder = 0
OnClick = ButtonZengJiaClick
end
object ButtonXiuGai: TButton
Left = 27
Top = 72
Width = 84
Height = 28
Caption = '修改'
TabOrder = 1
OnClick = ButtonXiuGaiClick
end
end
object DataSourceMaster: TDataSource
DataSet = CDM.ClientDataSetBase
Left = 25
Top = 32
end
object DataSourceDetail: TDataSource
DataSet = CDM.ClientDataSetCourse
Left = 25
Top = 193
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -