📄 s_mdunit.dfm
字号:
object S_MDForm: TS_MDForm
Left = 131
Top = 108
Width = 710
Height = 448
Caption = 'S_MDForm'
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 = 702
Height = 109
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 27
Top = 17
Width = 32
Height = 18
Caption = '学号'
end
object LStudent_id: TLabel
Left = 108
Top = 17
Width = 84
Height = 18
Caption = 'LStudent_id'
end
object Label3: TLabel
Left = 27
Top = 44
Width = 32
Height = 18
Caption = '性别'
end
object Label4: TLabel
Left = 27
Top = 71
Width = 64
Height = 18
Caption = '入学时间'
end
object Label5: TLabel
Left = 240
Top = 44
Width = 64
Height = 18
Caption = '身份证号'
end
object Label6: TLabel
Left = 240
Top = 71
Width = 32
Height = 18
Caption = '年龄'
end
object Label7: TLabel
Left = 504
Top = 17
Width = 32
Height = 18
Caption = '籍贯'
end
object Label2: TLabel
Left = 240
Top = 17
Width = 32
Height = 18
Caption = '姓名'
end
object ESex: TEdit
Left = 108
Top = 36
Width = 117
Height = 26
TabOrder = 0
Text = 'ESex'
end
object Egrade: TEdit
Left = 108
Top = 63
Width = 117
Height = 26
TabOrder = 1
Text = 'Egrade'
end
object Eidentity: TEdit
Left = 315
Top = 36
Width = 163
Height = 26
TabOrder = 2
Text = 'Eidentity'
end
object Eage: TEdit
Left = 315
Top = 63
Width = 163
Height = 26
TabOrder = 3
Text = 'Eage'
end
object Enative: TEdit
Left = 549
Top = 9
Width = 136
Height = 26
TabOrder = 4
Text = 'Enative'
end
object Ename: TEdit
Left = 315
Top = 9
Width = 163
Height = 26
TabOrder = 5
Text = 'Ename'
end
object ButtonUpdate: TButton
Left = 549
Top = 45
Width = 84
Height = 28
Caption = '修改提交'
TabOrder = 6
OnClick = ButtonUpdateClick
end
end
object Panel2: TPanel
Left = 0
Top = 109
Width = 702
Height = 308
Align = alClient
TabOrder = 1
object DBGridBase: TDBGrid
Left = 1
Top = 1
Width = 700
Height = 306
Align = alClient
DataSource = DataSource1
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 = []
OnDblClick = DBGridBaseDblClick
end
end
object DataSource1: TDataSource
DataSet = CDM.ClientDataSetBase
Left = 584
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -